@saasquatch/mint-components 1.12.0-2 → 1.12.0-20
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 +168 -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 +513 -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 +169 -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-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-97c92e75.entry.js +16 -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-cb55d3c4.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 +79 -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 +461 -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,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-c3637175.js');
|
|
5
5
|
const JSS = require('./JSS-8503a151.js');
|
|
6
6
|
|
|
7
7
|
const INDIRECT_TAX_PROVINCES = [
|
|
@@ -709,11 +709,14 @@ const stepFourProps = {
|
|
|
709
709
|
saveDisabled: false,
|
|
710
710
|
thresholds: [],
|
|
711
711
|
loadingError: false,
|
|
712
|
+
email: "test@example.com",
|
|
712
713
|
formState: {
|
|
713
714
|
paymentMethodChecked: "toBankAccount",
|
|
714
715
|
},
|
|
715
716
|
},
|
|
716
717
|
callbacks: {
|
|
718
|
+
onVerificationHide: () => { },
|
|
719
|
+
onVerification: () => { },
|
|
717
720
|
onSubmit: async () => console.log("Submit"),
|
|
718
721
|
setPaymentMethodChecked: () => { },
|
|
719
722
|
setPaymentScheduleChecked: () => { },
|
|
@@ -750,6 +753,8 @@ const docusignFormProps = {
|
|
|
750
753
|
};
|
|
751
754
|
const dashboardProps = {
|
|
752
755
|
states: {
|
|
756
|
+
veriffLoading: false,
|
|
757
|
+
payoutStatus: "DONE",
|
|
753
758
|
canEditPayoutInfo: true,
|
|
754
759
|
disabled: false,
|
|
755
760
|
status: "ACTIVE",
|
|
@@ -761,6 +766,7 @@ const dashboardProps = {
|
|
|
761
766
|
indirectTaxNumber: "123456",
|
|
762
767
|
indirectTaxType: "VAT",
|
|
763
768
|
showNewFormDialog: false,
|
|
769
|
+
hasHold: false,
|
|
764
770
|
},
|
|
765
771
|
slots: {
|
|
766
772
|
payoutDetailsCardSlot: (index.h("sqm-payout-details-card", { demoData: {
|
|
@@ -774,7 +780,7 @@ const GeneralLoadingView = () => {
|
|
|
774
780
|
return index.h(LoadingView, null);
|
|
775
781
|
};
|
|
776
782
|
const GeneralErrorView = () => {
|
|
777
|
-
return (index.h(ErrorView, { loadingErrorAlertHeader: "There was a problem loading your form", loadingErrorAlertDescription: "Please refresh the page and try again. If this problem continues, contact
|
|
783
|
+
return (index.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." }));
|
|
778
784
|
};
|
|
779
785
|
// STEP ONE
|
|
780
786
|
const StepOne = () => {
|
|
@@ -1258,6 +1264,20 @@ const StepFourToPaypalChecked = () => {
|
|
|
1258
1264
|
},
|
|
1259
1265
|
} }));
|
|
1260
1266
|
};
|
|
1267
|
+
const StepFourReVerifyEmail = () => {
|
|
1268
|
+
return (index.h("sqm-banking-info-form", { demoData: {
|
|
1269
|
+
...stepFourProps,
|
|
1270
|
+
states: {
|
|
1271
|
+
...stepFourProps.states,
|
|
1272
|
+
showVerification: true,
|
|
1273
|
+
isPartner: true,
|
|
1274
|
+
formState: {
|
|
1275
|
+
...stepFourProps.states.formState,
|
|
1276
|
+
paymentMethodChecked: "toPayPalAccount",
|
|
1277
|
+
},
|
|
1278
|
+
},
|
|
1279
|
+
} }));
|
|
1280
|
+
};
|
|
1261
1281
|
const TaxAndCashDashboardActiveW9Form = () => {
|
|
1262
1282
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1263
1283
|
...dashboardProps,
|
|
@@ -1267,6 +1287,8 @@ const TaxAndCashDashboardActiveW8BENForm = () => {
|
|
|
1267
1287
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1268
1288
|
...dashboardProps,
|
|
1269
1289
|
states: {
|
|
1290
|
+
payoutStatus: "DONE",
|
|
1291
|
+
veriffLoading: false,
|
|
1270
1292
|
noFormNeeded: false,
|
|
1271
1293
|
canEditPayoutInfo: true,
|
|
1272
1294
|
documentType: "W8BEN",
|
|
@@ -1275,6 +1297,7 @@ const TaxAndCashDashboardActiveW8BENForm = () => {
|
|
|
1275
1297
|
indirectTaxType: "VAT",
|
|
1276
1298
|
indirectTaxNumber: "123456",
|
|
1277
1299
|
showNewFormDialog: false,
|
|
1300
|
+
hasHold: false,
|
|
1278
1301
|
},
|
|
1279
1302
|
} }));
|
|
1280
1303
|
};
|
|
@@ -1282,6 +1305,8 @@ const TaxAndCashDashboardActiveW8BENEForm = () => {
|
|
|
1282
1305
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1283
1306
|
...dashboardProps,
|
|
1284
1307
|
states: {
|
|
1308
|
+
payoutStatus: "DONE",
|
|
1309
|
+
veriffLoading: false,
|
|
1285
1310
|
noFormNeeded: false,
|
|
1286
1311
|
canEditPayoutInfo: true,
|
|
1287
1312
|
documentType: "W8BENE",
|
|
@@ -1290,6 +1315,7 @@ const TaxAndCashDashboardActiveW8BENEForm = () => {
|
|
|
1290
1315
|
indirectTaxType: "VAT",
|
|
1291
1316
|
indirectTaxNumber: "123456",
|
|
1292
1317
|
showNewFormDialog: false,
|
|
1318
|
+
hasHold: false,
|
|
1293
1319
|
},
|
|
1294
1320
|
} }));
|
|
1295
1321
|
};
|
|
@@ -1297,6 +1323,8 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
1297
1323
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1298
1324
|
...dashboardProps,
|
|
1299
1325
|
states: {
|
|
1326
|
+
payoutStatus: "DONE",
|
|
1327
|
+
veriffLoading: false,
|
|
1300
1328
|
noFormNeeded: false,
|
|
1301
1329
|
canEditPayoutInfo: true,
|
|
1302
1330
|
status: "INACTIVE",
|
|
@@ -1306,6 +1334,7 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
1306
1334
|
indirectTaxType: "VAT",
|
|
1307
1335
|
indirectTaxNumber: "123456",
|
|
1308
1336
|
showNewFormDialog: false,
|
|
1337
|
+
hasHold: false,
|
|
1309
1338
|
},
|
|
1310
1339
|
} }));
|
|
1311
1340
|
};
|
|
@@ -1313,6 +1342,7 @@ const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
|
1313
1342
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1314
1343
|
...dashboardProps,
|
|
1315
1344
|
states: {
|
|
1345
|
+
payoutStatus: "DONE",
|
|
1316
1346
|
canEditPayoutInfo: true,
|
|
1317
1347
|
disabled: false,
|
|
1318
1348
|
status: "NOT_VERIFIED",
|
|
@@ -1323,6 +1353,8 @@ const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
|
1323
1353
|
indirectTaxType: "VAT",
|
|
1324
1354
|
indirectTaxNumber: "123456",
|
|
1325
1355
|
showNewFormDialog: false,
|
|
1356
|
+
hasHold: false,
|
|
1357
|
+
veriffLoading: false,
|
|
1326
1358
|
},
|
|
1327
1359
|
} }));
|
|
1328
1360
|
};
|
|
@@ -1330,6 +1362,8 @@ const TaxAndCashDashboardNotVerifiedW8BENForm = () => {
|
|
|
1330
1362
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1331
1363
|
...dashboardProps,
|
|
1332
1364
|
states: {
|
|
1365
|
+
payoutStatus: "DONE",
|
|
1366
|
+
veriffLoading: false,
|
|
1333
1367
|
canEditPayoutInfo: true,
|
|
1334
1368
|
disabled: false,
|
|
1335
1369
|
status: "NOT_VERIFIED",
|
|
@@ -1341,6 +1375,7 @@ const TaxAndCashDashboardNotVerifiedW8BENForm = () => {
|
|
|
1341
1375
|
indirectTaxType: "VAT",
|
|
1342
1376
|
indirectTaxNumber: "123456",
|
|
1343
1377
|
showNewFormDialog: false,
|
|
1378
|
+
hasHold: false,
|
|
1344
1379
|
},
|
|
1345
1380
|
} }));
|
|
1346
1381
|
};
|
|
@@ -1348,6 +1383,8 @@ const TaxAndCashDashboardNotVerifiedW8BENEForm = () => {
|
|
|
1348
1383
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1349
1384
|
...dashboardProps,
|
|
1350
1385
|
states: {
|
|
1386
|
+
payoutStatus: "DONE",
|
|
1387
|
+
veriffLoading: false,
|
|
1351
1388
|
canEditPayoutInfo: true,
|
|
1352
1389
|
disabled: false,
|
|
1353
1390
|
status: "NOT_VERIFIED",
|
|
@@ -1359,6 +1396,7 @@ const TaxAndCashDashboardNotVerifiedW8BENEForm = () => {
|
|
|
1359
1396
|
indirectTaxType: "VAT",
|
|
1360
1397
|
indirectTaxNumber: "123456",
|
|
1361
1398
|
showNewFormDialog: false,
|
|
1399
|
+
hasHold: false,
|
|
1362
1400
|
},
|
|
1363
1401
|
} }));
|
|
1364
1402
|
};
|
|
@@ -1366,6 +1404,8 @@ const TaxAndCashDashboardNotActiveW8BENEForm = () => {
|
|
|
1366
1404
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1367
1405
|
...dashboardProps,
|
|
1368
1406
|
states: {
|
|
1407
|
+
payoutStatus: "DONE",
|
|
1408
|
+
veriffLoading: false,
|
|
1369
1409
|
canEditPayoutInfo: true,
|
|
1370
1410
|
disabled: false,
|
|
1371
1411
|
status: "NOT_ACTIVE",
|
|
@@ -1377,6 +1417,7 @@ const TaxAndCashDashboardNotActiveW8BENEForm = () => {
|
|
|
1377
1417
|
indirectTaxType: "VAT",
|
|
1378
1418
|
country: "United Kingdom",
|
|
1379
1419
|
showNewFormDialog: false,
|
|
1420
|
+
hasHold: false,
|
|
1380
1421
|
},
|
|
1381
1422
|
} }));
|
|
1382
1423
|
};
|
|
@@ -1384,6 +1425,8 @@ const TaxAndCashDashboardNoFormNeeded = () => {
|
|
|
1384
1425
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1385
1426
|
...dashboardProps,
|
|
1386
1427
|
states: {
|
|
1428
|
+
payoutStatus: "DONE",
|
|
1429
|
+
veriffLoading: false,
|
|
1387
1430
|
canEditPayoutInfo: true,
|
|
1388
1431
|
disabled: false,
|
|
1389
1432
|
documentType: "W9",
|
|
@@ -1395,6 +1438,7 @@ const TaxAndCashDashboardNoFormNeeded = () => {
|
|
|
1395
1438
|
indirectTaxNumber: "123456",
|
|
1396
1439
|
indirectTaxType: "GST",
|
|
1397
1440
|
showNewFormDialog: false,
|
|
1441
|
+
hasHold: false,
|
|
1398
1442
|
},
|
|
1399
1443
|
} }));
|
|
1400
1444
|
};
|
|
@@ -1402,6 +1446,8 @@ const TaxAndCashDashboardIndirectTaxCanada = () => {
|
|
|
1402
1446
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1403
1447
|
...dashboardProps,
|
|
1404
1448
|
states: {
|
|
1449
|
+
payoutStatus: "DONE",
|
|
1450
|
+
veriffLoading: false,
|
|
1405
1451
|
canEditPayoutInfo: true,
|
|
1406
1452
|
status: "ACTIVE",
|
|
1407
1453
|
disabled: false,
|
|
@@ -1414,6 +1460,7 @@ const TaxAndCashDashboardIndirectTaxCanada = () => {
|
|
|
1414
1460
|
indirectTaxType: "GST",
|
|
1415
1461
|
indirectTaxNumber: "123456",
|
|
1416
1462
|
showNewFormDialog: false,
|
|
1463
|
+
hasHold: false,
|
|
1417
1464
|
},
|
|
1418
1465
|
} }));
|
|
1419
1466
|
};
|
|
@@ -1421,6 +1468,8 @@ const TaxAndCashDashboardIndirectTaxCanadaQuebec = () => {
|
|
|
1421
1468
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1422
1469
|
...dashboardProps,
|
|
1423
1470
|
states: {
|
|
1471
|
+
payoutStatus: "DONE",
|
|
1472
|
+
veriffLoading: false,
|
|
1424
1473
|
canEditPayoutInfo: true,
|
|
1425
1474
|
status: "ACTIVE",
|
|
1426
1475
|
disabled: false,
|
|
@@ -1434,6 +1483,7 @@ const TaxAndCashDashboardIndirectTaxCanadaQuebec = () => {
|
|
|
1434
1483
|
indirectTaxNumber: "123456",
|
|
1435
1484
|
qstNumber: "44212",
|
|
1436
1485
|
showNewFormDialog: false,
|
|
1486
|
+
hasHold: false,
|
|
1437
1487
|
},
|
|
1438
1488
|
} }));
|
|
1439
1489
|
};
|
|
@@ -1441,6 +1491,8 @@ const TaxAndCashDashboardIndirectTaxSpain = () => {
|
|
|
1441
1491
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1442
1492
|
...dashboardProps,
|
|
1443
1493
|
states: {
|
|
1494
|
+
payoutStatus: "DONE",
|
|
1495
|
+
veriffLoading: false,
|
|
1444
1496
|
canEditPayoutInfo: true,
|
|
1445
1497
|
status: "ACTIVE",
|
|
1446
1498
|
disabled: false,
|
|
@@ -1454,6 +1506,7 @@ const TaxAndCashDashboardIndirectTaxSpain = () => {
|
|
|
1454
1506
|
indirectTaxNumber: "123456",
|
|
1455
1507
|
subRegionTaxNumber: "44212",
|
|
1456
1508
|
showNewFormDialog: false,
|
|
1509
|
+
hasHold: false,
|
|
1457
1510
|
},
|
|
1458
1511
|
} }));
|
|
1459
1512
|
};
|
|
@@ -1461,6 +1514,8 @@ const TaxAndCashDashboardIndirectTaxNotRegistered = () => {
|
|
|
1461
1514
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1462
1515
|
...dashboardProps,
|
|
1463
1516
|
states: {
|
|
1517
|
+
payoutStatus: "DONE",
|
|
1518
|
+
veriffLoading: false,
|
|
1464
1519
|
canEditPayoutInfo: true,
|
|
1465
1520
|
status: "ACTIVE",
|
|
1466
1521
|
documentType: "W8BEN",
|
|
@@ -1469,6 +1524,7 @@ const TaxAndCashDashboardIndirectTaxNotRegistered = () => {
|
|
|
1469
1524
|
noFormNeeded: false,
|
|
1470
1525
|
notRegistered: true,
|
|
1471
1526
|
showNewFormDialog: false,
|
|
1527
|
+
hasHold: false,
|
|
1472
1528
|
},
|
|
1473
1529
|
} }));
|
|
1474
1530
|
};
|
|
@@ -1476,8 +1532,44 @@ const TaxAndCashDashboardIdentityVerifcationRequired = () => {
|
|
|
1476
1532
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1477
1533
|
...dashboardProps,
|
|
1478
1534
|
states: {
|
|
1479
|
-
|
|
1480
|
-
|
|
1535
|
+
payoutStatus: "VERIFICATION:REQUIRED",
|
|
1536
|
+
veriffLoading: false,
|
|
1537
|
+
canEditPayoutInfo: true,
|
|
1538
|
+
status: "ACTIVE",
|
|
1539
|
+
documentType: "W8BEN",
|
|
1540
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1541
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1542
|
+
noFormNeeded: false,
|
|
1543
|
+
notRegistered: true,
|
|
1544
|
+
showNewFormDialog: false,
|
|
1545
|
+
hasHold: false,
|
|
1546
|
+
},
|
|
1547
|
+
} }));
|
|
1548
|
+
};
|
|
1549
|
+
const TaxAndCashDashboardIdentityVerifcationRequiredInternal = () => {
|
|
1550
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1551
|
+
...dashboardProps,
|
|
1552
|
+
states: {
|
|
1553
|
+
payoutStatus: "VERIFICATION:INTERNAL",
|
|
1554
|
+
veriffLoading: false,
|
|
1555
|
+
canEditPayoutInfo: true,
|
|
1556
|
+
status: "ACTIVE",
|
|
1557
|
+
documentType: "W8BEN",
|
|
1558
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1559
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1560
|
+
noFormNeeded: false,
|
|
1561
|
+
notRegistered: true,
|
|
1562
|
+
showNewFormDialog: false,
|
|
1563
|
+
hasHold: false,
|
|
1564
|
+
},
|
|
1565
|
+
} }));
|
|
1566
|
+
};
|
|
1567
|
+
const TaxAndCashDashboardIdentityVerifcationReviewInternal = () => {
|
|
1568
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1569
|
+
...dashboardProps,
|
|
1570
|
+
states: {
|
|
1571
|
+
payoutStatus: "VERIFICATION:REVIEW",
|
|
1572
|
+
veriffLoading: false,
|
|
1481
1573
|
canEditPayoutInfo: true,
|
|
1482
1574
|
status: "ACTIVE",
|
|
1483
1575
|
documentType: "W8BEN",
|
|
@@ -1486,6 +1578,25 @@ const TaxAndCashDashboardIdentityVerifcationRequired = () => {
|
|
|
1486
1578
|
noFormNeeded: false,
|
|
1487
1579
|
notRegistered: true,
|
|
1488
1580
|
showNewFormDialog: false,
|
|
1581
|
+
hasHold: false,
|
|
1582
|
+
},
|
|
1583
|
+
} }));
|
|
1584
|
+
};
|
|
1585
|
+
const TaxAndCashDashboardIdentityVerifcationFailedInternal = () => {
|
|
1586
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1587
|
+
...dashboardProps,
|
|
1588
|
+
states: {
|
|
1589
|
+
payoutStatus: "VERIFICATION:FAILED",
|
|
1590
|
+
veriffLoading: false,
|
|
1591
|
+
canEditPayoutInfo: true,
|
|
1592
|
+
status: "ACTIVE",
|
|
1593
|
+
documentType: "W8BEN",
|
|
1594
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1595
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1596
|
+
noFormNeeded: false,
|
|
1597
|
+
notRegistered: true,
|
|
1598
|
+
showNewFormDialog: false,
|
|
1599
|
+
hasHold: false,
|
|
1489
1600
|
},
|
|
1490
1601
|
} }));
|
|
1491
1602
|
};
|
|
@@ -1493,6 +1604,8 @@ const TaxAndCashDashboardNewTaxForm = () => {
|
|
|
1493
1604
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1494
1605
|
...dashboardProps,
|
|
1495
1606
|
states: {
|
|
1607
|
+
payoutStatus: "DONE",
|
|
1608
|
+
veriffLoading: false,
|
|
1496
1609
|
canEditPayoutInfo: true,
|
|
1497
1610
|
status: "ACTIVE",
|
|
1498
1611
|
documentType: "W8BEN",
|
|
@@ -1501,6 +1614,27 @@ const TaxAndCashDashboardNewTaxForm = () => {
|
|
|
1501
1614
|
noFormNeeded: false,
|
|
1502
1615
|
notRegistered: true,
|
|
1503
1616
|
showNewFormDialog: true,
|
|
1617
|
+
hasHold: false,
|
|
1618
|
+
},
|
|
1619
|
+
} }));
|
|
1620
|
+
};
|
|
1621
|
+
const TaxAndCashDashboardPayoutsOnHold = () => {
|
|
1622
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1623
|
+
...dashboardProps,
|
|
1624
|
+
states: {
|
|
1625
|
+
payoutStatus: "DONE",
|
|
1626
|
+
veriffLoading: false,
|
|
1627
|
+
canEditPayoutInfo: true,
|
|
1628
|
+
disabled: true,
|
|
1629
|
+
status: "ACTIVE",
|
|
1630
|
+
documentType: "W8BEN",
|
|
1631
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
1632
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
1633
|
+
noFormNeeded: false,
|
|
1634
|
+
indirectTaxNumber: "123456",
|
|
1635
|
+
country: "Slovania",
|
|
1636
|
+
showNewFormDialog: false,
|
|
1637
|
+
hasHold: true,
|
|
1504
1638
|
},
|
|
1505
1639
|
} }));
|
|
1506
1640
|
};
|
|
@@ -1508,6 +1642,8 @@ const TaxAndCashDashboardLoading = () => {
|
|
|
1508
1642
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1509
1643
|
...dashboardProps,
|
|
1510
1644
|
states: {
|
|
1645
|
+
payoutStatus: "DONE",
|
|
1646
|
+
veriffLoading: false,
|
|
1511
1647
|
canEditPayoutInfo: true,
|
|
1512
1648
|
disabled: false,
|
|
1513
1649
|
status: "ACTIVE",
|
|
@@ -1517,6 +1653,7 @@ const TaxAndCashDashboardLoading = () => {
|
|
|
1517
1653
|
noFormNeeded: false,
|
|
1518
1654
|
loading: true,
|
|
1519
1655
|
showNewFormDialog: false,
|
|
1656
|
+
hasHold: false,
|
|
1520
1657
|
},
|
|
1521
1658
|
} }));
|
|
1522
1659
|
};
|
|
@@ -1524,6 +1661,8 @@ const TaxAndCashDashboardWithLoadingError = () => {
|
|
|
1524
1661
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1525
1662
|
...dashboardProps,
|
|
1526
1663
|
states: {
|
|
1664
|
+
payoutStatus: "DONE",
|
|
1665
|
+
veriffLoading: false,
|
|
1527
1666
|
disabled: false,
|
|
1528
1667
|
canEditPayoutInfo: true,
|
|
1529
1668
|
status: "ACTIVE",
|
|
@@ -1534,6 +1673,7 @@ const TaxAndCashDashboardWithLoadingError = () => {
|
|
|
1534
1673
|
loading: true,
|
|
1535
1674
|
loadingError: true,
|
|
1536
1675
|
showNewFormDialog: false,
|
|
1676
|
+
hasHold: false,
|
|
1537
1677
|
},
|
|
1538
1678
|
} }));
|
|
1539
1679
|
};
|
|
@@ -1541,6 +1681,8 @@ const TaxAndCashDashboardWithGeneralError = () => {
|
|
|
1541
1681
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1542
1682
|
...dashboardProps,
|
|
1543
1683
|
states: {
|
|
1684
|
+
payoutStatus: "DONE",
|
|
1685
|
+
veriffLoading: false,
|
|
1544
1686
|
canEditPayoutInfo: true,
|
|
1545
1687
|
disabled: false,
|
|
1546
1688
|
status: "ACTIVE",
|
|
@@ -1552,6 +1694,7 @@ const TaxAndCashDashboardWithGeneralError = () => {
|
|
|
1552
1694
|
indirectTaxType: "VAT",
|
|
1553
1695
|
country: "Slovania",
|
|
1554
1696
|
showNewFormDialog: false,
|
|
1697
|
+
hasHold: false,
|
|
1555
1698
|
errors: {
|
|
1556
1699
|
general: true,
|
|
1557
1700
|
},
|
|
@@ -1562,6 +1705,8 @@ const TaxAndCashDashboardDisabled = () => {
|
|
|
1562
1705
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
1563
1706
|
...dashboardProps,
|
|
1564
1707
|
states: {
|
|
1708
|
+
payoutStatus: "DONE",
|
|
1709
|
+
veriffLoading: false,
|
|
1565
1710
|
canEditPayoutInfo: true,
|
|
1566
1711
|
disabled: true,
|
|
1567
1712
|
status: "ACTIVE",
|
|
@@ -1572,6 +1717,7 @@ const TaxAndCashDashboardDisabled = () => {
|
|
|
1572
1717
|
indirectTaxNumber: "123456",
|
|
1573
1718
|
country: "Slovania",
|
|
1574
1719
|
showNewFormDialog: false,
|
|
1720
|
+
hasHold: false,
|
|
1575
1721
|
},
|
|
1576
1722
|
} }));
|
|
1577
1723
|
};
|
|
@@ -1625,6 +1771,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
1625
1771
|
StepFourIsPartner: StepFourIsPartner,
|
|
1626
1772
|
StepFourDirectToBankChecked: StepFourDirectToBankChecked,
|
|
1627
1773
|
StepFourToPaypalChecked: StepFourToPaypalChecked,
|
|
1774
|
+
StepFourReVerifyEmail: StepFourReVerifyEmail,
|
|
1628
1775
|
TaxAndCashDashboardActiveW9Form: TaxAndCashDashboardActiveW9Form,
|
|
1629
1776
|
TaxAndCashDashboardActiveW8BENForm: TaxAndCashDashboardActiveW8BENForm,
|
|
1630
1777
|
TaxAndCashDashboardActiveW8BENEForm: TaxAndCashDashboardActiveW8BENEForm,
|
|
@@ -1639,7 +1786,11 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
1639
1786
|
TaxAndCashDashboardIndirectTaxSpain: TaxAndCashDashboardIndirectTaxSpain,
|
|
1640
1787
|
TaxAndCashDashboardIndirectTaxNotRegistered: TaxAndCashDashboardIndirectTaxNotRegistered,
|
|
1641
1788
|
TaxAndCashDashboardIdentityVerifcationRequired: TaxAndCashDashboardIdentityVerifcationRequired,
|
|
1789
|
+
TaxAndCashDashboardIdentityVerifcationRequiredInternal: TaxAndCashDashboardIdentityVerifcationRequiredInternal,
|
|
1790
|
+
TaxAndCashDashboardIdentityVerifcationReviewInternal: TaxAndCashDashboardIdentityVerifcationReviewInternal,
|
|
1791
|
+
TaxAndCashDashboardIdentityVerifcationFailedInternal: TaxAndCashDashboardIdentityVerifcationFailedInternal,
|
|
1642
1792
|
TaxAndCashDashboardNewTaxForm: TaxAndCashDashboardNewTaxForm,
|
|
1793
|
+
TaxAndCashDashboardPayoutsOnHold: TaxAndCashDashboardPayoutsOnHold,
|
|
1643
1794
|
TaxAndCashDashboardLoading: TaxAndCashDashboardLoading,
|
|
1644
1795
|
TaxAndCashDashboardWithLoadingError: TaxAndCashDashboardWithLoadingError,
|
|
1645
1796
|
TaxAndCashDashboardWithGeneralError: TaxAndCashDashboardWithGeneralError,
|
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index = require('./index-b0129cd6.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const global = require('./global-c3637175.js');
|
|
8
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
|
-
const index = require('./index-56d1fa5b.js');
|
|
11
10
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
|
|
12
11
|
|
|
13
|
-
const GET_RANK =
|
|
12
|
+
const GET_RANK = index_module.dist.gql `
|
|
14
13
|
query ($type: String!, $filter: UserLeaderboardFilterInput) {
|
|
15
14
|
viewer {
|
|
16
15
|
... on User {
|
|
@@ -57,20 +56,20 @@ const sqmLeaderboardRankCss = "p,.P{font-size:var(--sl-font-size-small);color:va
|
|
|
57
56
|
|
|
58
57
|
const LeaderboardRank = class {
|
|
59
58
|
constructor(hostRef) {
|
|
60
|
-
index
|
|
59
|
+
index.registerInstance(this, hostRef);
|
|
61
60
|
/**
|
|
62
61
|
* @uiName Rank text
|
|
63
62
|
* @uiWidget textArea
|
|
64
63
|
*/
|
|
65
64
|
this.rankText = "You are currently in {rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th} } place!";
|
|
66
|
-
stencilHooks_module.h(this);
|
|
65
|
+
stencilHooks_module.h$1(this);
|
|
67
66
|
}
|
|
68
67
|
disconnectedCallback() { }
|
|
69
68
|
render() {
|
|
70
69
|
const props = index_module.isDemo()
|
|
71
70
|
? useLeaderboardRankDemo(this)
|
|
72
71
|
: useLeaderboardRank(this);
|
|
73
|
-
return index
|
|
72
|
+
return index.h(sqmLeaderboardRankView.LeaderboardRankView, Object.assign({}, props));
|
|
74
73
|
}
|
|
75
74
|
};
|
|
76
75
|
function useLeaderboardRankDemo(props) {
|
|
@@ -2,16 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index = require('./index-b0129cd6.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
require('./JSS-8503a151.js');
|
|
10
|
-
const index = require('./index-56d1fa5b.js');
|
|
11
10
|
const utils = require('./utils-6847bc06.js');
|
|
12
11
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-c9f18d96.js');
|
|
13
12
|
|
|
14
|
-
const GET_USER_DETAILS =
|
|
13
|
+
const GET_USER_DETAILS = index_module.dist.gql `
|
|
15
14
|
query getUserDetails {
|
|
16
15
|
viewer {
|
|
17
16
|
... on User {
|
|
@@ -40,7 +39,7 @@ function useLogoutCurrentUser(props) {
|
|
|
40
39
|
|
|
41
40
|
const LogoutCurrentUser = class {
|
|
42
41
|
constructor(hostRef) {
|
|
43
|
-
index
|
|
42
|
+
index.registerInstance(this, hostRef);
|
|
44
43
|
/**
|
|
45
44
|
* @required
|
|
46
45
|
* @uiName User identification text
|
|
@@ -56,7 +55,7 @@ const LogoutCurrentUser = class {
|
|
|
56
55
|
* @uiName Error text
|
|
57
56
|
*/
|
|
58
57
|
this.emailErrorText = "Error fetching email";
|
|
59
|
-
stencilHooks_module.h(this);
|
|
58
|
+
stencilHooks_module.h$1(this);
|
|
60
59
|
}
|
|
61
60
|
disconnectedCallback() { }
|
|
62
61
|
render() {
|
|
@@ -68,7 +67,7 @@ const LogoutCurrentUser = class {
|
|
|
68
67
|
switchUserText: this.switchUserText,
|
|
69
68
|
emailErrorText: this.emailErrorText,
|
|
70
69
|
};
|
|
71
|
-
return index
|
|
70
|
+
return index.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, props, content));
|
|
72
71
|
}
|
|
73
72
|
};
|
|
74
73
|
function useDemoLogoutCurrentUser(props) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const index_module = require('./index.module-
|
|
4
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
5
5
|
const mixins = require('./mixins-fe9d4112.js');
|
|
6
6
|
const JSS = require('./JSS-8503a151.js');
|
|
7
7
|
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
require('./mixins-fe9d4112.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const utils = require('./utils-6847bc06.js');
|
|
12
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
12
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a2135064.js');
|
|
13
13
|
|
|
14
14
|
function useNavigationSidebarItem(props) {
|
|
15
15
|
const currentPage = index_module.jn();
|
|
@@ -28,7 +28,7 @@ function useNavigationSidebarItem(props) {
|
|
|
28
28
|
const NavigationSidebarItem = class {
|
|
29
29
|
constructor(hostRef) {
|
|
30
30
|
index.registerInstance(this, hostRef);
|
|
31
|
-
stencilHooks_module.h(this);
|
|
31
|
+
stencilHooks_module.h$1(this);
|
|
32
32
|
}
|
|
33
33
|
disconnectedCallback() { }
|
|
34
34
|
render() {
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
8
8
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-921704fb.js');
|
|
9
9
|
|
|
10
10
|
const NavigationSidebar = class {
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
this.ignored = true;
|
|
14
|
-
stencilHooks_module.h(this);
|
|
14
|
+
stencilHooks_module.h$1(this);
|
|
15
15
|
}
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
render() {
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
8
8
|
const cjs = require('./cjs-1066ec21.js');
|
|
9
9
|
const mixins = require('./mixins-fe9d4112.js');
|
|
10
10
|
const JSS = require('./JSS-8503a151.js');
|
|
11
11
|
const utils = require('./utils-6847bc06.js');
|
|
12
|
-
const useRegistrationFormState = require('./useRegistrationFormState-
|
|
12
|
+
const useRegistrationFormState = require('./useRegistrationFormState-f9ce55be.js');
|
|
13
13
|
|
|
14
14
|
var constants = {
|
|
15
15
|
error: {
|
|
@@ -570,7 +570,7 @@ const PortalPasswordField = class {
|
|
|
570
570
|
* @uiName Missing number or symbol text
|
|
571
571
|
*/
|
|
572
572
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
573
|
-
stencilHooks_module.h(this);
|
|
573
|
+
stencilHooks_module.h$1(this);
|
|
574
574
|
}
|
|
575
575
|
disconnectedCallback() { }
|
|
576
576
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
8
8
|
const utils = require('./utils-6847bc06.js');
|
|
9
9
|
|
|
10
10
|
const PopupContainerView = (props) => {
|
|
@@ -62,7 +62,7 @@ const PopupContainer = class {
|
|
|
62
62
|
* @uiName "Powered by" text
|
|
63
63
|
*/
|
|
64
64
|
this.poweredByText = "Powered By";
|
|
65
|
-
stencilHooks_module.h(this);
|
|
65
|
+
stencilHooks_module.h$1(this);
|
|
66
66
|
}
|
|
67
67
|
disconnectedCallback() { }
|
|
68
68
|
render() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-c3637175.js');
|
|
5
5
|
const mixins = require('./mixins-fe9d4112.js');
|
|
6
6
|
const JSS = require('./JSS-8503a151.js');
|
|
7
7
|
const sqmTextSpanView = require('./sqm-text-span-view-e1cd9bd3.js');
|