@saasquatch/mint-components 1.12.0-9 → 1.12.1-0
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-040cffad.js → ShadowViewAddon-c3e91cee.js} +22 -25
- package/dist/cjs/{global-c3637175.js → global-02e50f09.js} +2 -2
- package/dist/cjs/{index.module-b8d9d0ba.js → index.module-df530553.js} +18 -55
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-5bde3d2e.js → re-render-1976e05e.js} +4 -4
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +139 -262
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +218 -339
- package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
- package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-invoice-table-view-c58966f8.js → sqm-invoice-table-view-e3b03a00.js} +1 -99
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-navigation-sidebar-item-view-a2135064.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
- package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-email-verification-view-050dbe0f.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +8 -8
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-d97086bc.js → sqm-portal-profile-view-fde54e35.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-registration-form-view-621348a6.js +85 -0
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +13 -88
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +10 -10
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +366 -377
- package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
- package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
- package/dist/cjs/{useChildElements-410d2435.js → useChildElements-e0d44916.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-ccf81eae.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
- package/dist/cjs/{useReferralTable-824ac152.js → useReferralTable-a76adb0d.js} +9 -9
- package/dist/cjs/{useRegistrationFormState-f9ce55be.js → useRegistrationFormState-876ed65d.js} +2 -2
- package/dist/cjs/{utilities-f7de6c04.js → utilities-cec9dd36.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -6
- package/dist/collection/components/sqm-big-stat/useBigStat.js +3 -6
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +5 -5
- package/dist/collection/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.js +11 -0
- package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +160 -0
- package/dist/collection/components/sqm-portal-registration-form/PortalRegistrationForm.stories.js +5 -1
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +1 -1
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +3 -2
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +4 -8
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +0 -2
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -96
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +1 -5
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +38 -101
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +2 -15
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +0 -7
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +8 -8
- 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 +0 -22
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +9 -99
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -8
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +11 -14
- package/dist/esm/{ShadowViewAddon-69b61037.js → ShadowViewAddon-e012b2aa.js} +22 -25
- package/dist/esm/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
- package/dist/esm/{index.module-6c840c4e.js → index.module-def4aec5.js} +3 -40
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-1bcfd0de.js → re-render-12fd274a.js} +4 -4
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-banking-info-form_16.entry.js +138 -261
- package/dist/esm/sqm-big-stat_39.entry.js +217 -338
- package/dist/esm/sqm-close-button.entry.js +1 -1
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +2 -2
- package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
- package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
- package/dist/esm/{sqm-invoice-table-view-d1cfdaf4.js → sqm-invoice-table-view-6e13a323.js} +1 -99
- package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
- package/dist/esm/sqm-logout-current-user.entry.js +3 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-f8e78810.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +4 -4
- package/dist/esm/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +8 -8
- package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +7 -7
- package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
- package/dist/esm/sqm-portal-registration-form-view-1d3066e1.js +83 -0
- package/dist/esm/sqm-portal-registration-form.entry.js +18 -93
- package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
- package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
- package/dist/esm/sqm-referral-table_11.entry.js +5 -5
- package/dist/esm/sqm-referred-registration.entry.js +3 -3
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +10 -10
- package/dist/esm/sqm-stencilbook.entry.js +366 -377
- package/dist/esm/sqm-tab.entry.js +2 -2
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/stencil-hooks.module-ac12ca1c.js +1 -1
- package/dist/esm/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-8b0a4556.js → useInstantAccessRegistration-46b89952.js} +3 -3
- package/dist/esm/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +9 -9
- package/dist/esm/{useRegistrationFormState-849e27f7.js → useRegistrationFormState-9fc1ac80.js} +2 -2
- package/dist/esm/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
- package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +1 -0
- package/dist/esm-es5/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
- package/dist/esm-es5/index.module-def4aec5.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-1bcfd0de.js → re-render-12fd274a.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- 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-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-6e13a323.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-60ef06cc.js +1 -0
- 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-c6ac5430.js → sqm-portal-email-verification-view-4307c992.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-15ddbec8.js → sqm-portal-profile-view-ffe955c8.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-view-1d3066e1.js +1 -0
- 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-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.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/stencil-hooks.module-ac12ca1c.js +1 -1
- package/dist/esm-es5/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +1 -1
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
- package/dist/esm-es5/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +1 -1
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
- package/dist/esm-es5/{utilities-443732be.js → utilities-3f5bba22.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-f450654b.system.entry.js → p-01cfff8a.system.entry.js} +1 -1
- package/dist/mint-components/{p-94454880.entry.js → p-021a735d.entry.js} +1 -1
- package/dist/mint-components/{p-ac51940e.system.js → p-02424350.system.js} +1 -1
- package/dist/mint-components/p-03494732.entry.js +1 -0
- package/dist/mint-components/{p-59818690.system.entry.js → p-07f675ab.system.entry.js} +1 -1
- package/dist/mint-components/{p-11d1b212.js → p-0b9fa97f.js} +1 -1
- package/dist/mint-components/{p-5becb2ff.system.js → p-0d8c53ac.system.js} +1 -1
- package/dist/mint-components/{p-9eae245f.js → p-10685090.js} +4 -7
- package/dist/mint-components/p-10e89d0a.entry.js +1 -0
- package/dist/mint-components/{p-012daf3c.entry.js → p-137ea86e.entry.js} +1 -1
- package/dist/mint-components/p-1c857edb.entry.js +33 -0
- package/dist/mint-components/{p-e12d3414.system.entry.js → p-1dd69917.system.entry.js} +1 -1
- package/dist/mint-components/p-2a414b2e.system.js +2 -2
- package/dist/mint-components/{p-d468925f.entry.js → p-2dd67762.entry.js} +1 -1
- package/dist/mint-components/{p-1d27da33.js → p-2ee2ebba.js} +2 -2
- package/dist/mint-components/{p-84b25a46.entry.js → p-3223ba7b.entry.js} +1 -1
- package/dist/mint-components/{p-f4cbbe47.entry.js → p-32d1d162.entry.js} +1 -1
- package/dist/mint-components/{p-cb433855.system.entry.js → p-35d84041.system.entry.js} +1 -1
- package/dist/mint-components/{p-4babe350.system.js → p-3d4656bb.system.js} +1 -1
- package/dist/mint-components/{p-f36e33ff.entry.js → p-3ec16698.entry.js} +2 -2
- package/dist/mint-components/p-40b1de58.js +1 -0
- package/dist/mint-components/p-4112e198.system.js +1 -0
- package/dist/mint-components/{p-04348a9b.js → p-41a11a7f.js} +1 -1
- package/dist/mint-components/p-44787d6e.system.js +1 -0
- package/dist/mint-components/{p-be1ae1ed.system.entry.js → p-4502ed11.system.entry.js} +1 -1
- package/dist/mint-components/p-458b2894.entry.js +9 -0
- package/dist/mint-components/{p-e0e7635a.js → p-4d233cd4.js} +1 -1
- package/dist/mint-components/{p-cd44de66.system.js → p-4df8f1d2.system.js} +1 -1
- package/dist/mint-components/{p-7dd1ff31.system.entry.js → p-4ea58025.system.entry.js} +1 -1
- package/dist/mint-components/{p-a45b03d2.entry.js → p-4edde470.entry.js} +1 -1
- package/dist/mint-components/p-51f517a2.js +1 -0
- package/dist/mint-components/{p-bee1e573.entry.js → p-56f14840.entry.js} +1 -1
- package/dist/mint-components/{p-0527d90b.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-fc422446.system.js → p-59fe4ad1.system.js} +1 -1
- package/dist/mint-components/p-5b333fa8.system.entry.js +1 -0
- package/dist/mint-components/p-5be235f9.entry.js +1 -0
- package/dist/mint-components/{p-bc826117.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-22425c71.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
- package/dist/mint-components/{p-0121e044.js → p-61eab172.js} +1 -1
- package/dist/mint-components/{p-4eae91a9.system.js → p-674a64fe.system.js} +1 -1
- package/dist/mint-components/{p-76392386.entry.js → p-6cef104b.entry.js} +1 -1
- package/dist/mint-components/{p-0893073b.entry.js → p-7049e9b0.entry.js} +1 -1
- package/dist/mint-components/p-711ba77e.system.entry.js +1 -0
- package/dist/mint-components/p-770368bc.system.js +1 -0
- package/dist/mint-components/{p-c3babfa4.system.entry.js → p-7731f793.system.entry.js} +1 -1
- package/dist/mint-components/p-79191f88.entry.js +1 -0
- package/dist/mint-components/p-7f088154.entry.js +1 -0
- package/dist/mint-components/{p-3e7ec0f3.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
- package/dist/mint-components/{p-6c928c7d.entry.js → p-86990110.entry.js} +1 -1
- package/dist/mint-components/{p-d83b0cf3.js → p-8704937c.js} +1 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
- package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
- package/dist/mint-components/p-91669312.entry.js +1 -0
- package/dist/mint-components/p-95771f79.system.js +1 -0
- package/dist/mint-components/p-96242551.system.entry.js +1 -0
- package/dist/mint-components/{p-f56348dc.system.entry.js → p-9c310991.system.entry.js} +1 -1
- package/dist/mint-components/{p-9ec008cb.system.entry.js → p-9f0629ba.system.entry.js} +1 -1
- package/dist/mint-components/{p-f531a5c9.system.entry.js → p-a1dba9a1.system.entry.js} +1 -1
- package/dist/mint-components/p-a6a7dcaa.js +1 -0
- package/dist/mint-components/{p-9cdbd1ac.system.entry.js → p-a7c2ced2.system.entry.js} +1 -1
- package/dist/mint-components/p-a8f7cb95.js +1 -0
- package/dist/mint-components/{p-03dbe2ce.entry.js → p-a9050eb0.entry.js} +1 -1
- package/dist/mint-components/{p-fd21ae8f.entry.js → p-aad11a68.entry.js} +1 -1
- package/dist/mint-components/p-aee2304a.entry.js +223 -0
- package/dist/mint-components/{p-04ced592.system.entry.js → p-af062c8f.system.entry.js} +1 -1
- package/dist/mint-components/{p-1f7d7524.system.entry.js → p-afd366ae.system.entry.js} +1 -1
- package/dist/mint-components/p-b370fca8.system.js +1 -0
- package/dist/mint-components/{p-5291891c.entry.js → p-b4c52c5a.entry.js} +2 -2
- package/dist/mint-components/{p-36e9296e.system.entry.js → p-b5861974.system.entry.js} +1 -1
- package/dist/mint-components/{p-83c9f37b.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
- package/dist/mint-components/p-bb00db59.js +1 -0
- package/dist/mint-components/{p-5fba1a04.system.entry.js → p-be4b748a.system.entry.js} +1 -1
- package/dist/mint-components/{p-8d554a89.system.js → p-c84659a3.system.js} +1 -1
- package/dist/mint-components/{p-9e0230c3.entry.js → p-ce5afa40.entry.js} +1 -1
- package/dist/mint-components/{p-2816bf6a.js → p-ce621bcc.js} +1 -1
- package/dist/mint-components/{p-88bf51b7.system.entry.js → p-cf690d55.system.entry.js} +1 -1
- package/dist/mint-components/p-d5de2646.system.entry.js +1 -0
- package/dist/mint-components/{p-4671e644.entry.js → p-d8d2de11.entry.js} +1 -1
- package/dist/mint-components/p-d8e68e16.entry.js +13 -0
- package/dist/mint-components/{p-4e373c3d.system.js → p-dd7ee007.system.js} +1 -1
- package/dist/mint-components/{p-d35d8c06.entry.js → p-e3735866.entry.js} +2 -2
- package/dist/mint-components/p-e6d74386.system.entry.js +1 -0
- package/dist/mint-components/{p-68747d88.js → p-eaada4da.js} +1 -1
- package/dist/mint-components/{p-51d53165.system.entry.js → p-eba44835.system.entry.js} +1 -1
- package/dist/mint-components/p-ec41d6a4.entry.js +174 -0
- package/dist/mint-components/{p-43621f12.system.js → p-ed095674.system.js} +1 -1
- package/dist/mint-components/p-ed17e637.system.js +1 -0
- package/dist/mint-components/{p-c1f4fb6d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
- package/dist/mint-components/p-fd2c5407.js +2 -2
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +1 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +4 -4
- package/dist/types/components/sqm-marketing-emails-checkbox/MarketingEmailsCheckbox.stories.d.ts +8 -0
- package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +34 -0
- package/dist/types/components/sqm-portal-registration-form/PortalRegistrationForm.stories.d.ts +1 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +1 -1
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +0 -6
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +2 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -12
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +2 -19
- package/dist/types/components.d.ts +108 -625
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/extractProps-fd93ba62.js +0 -21
- package/dist/cjs/keys-cff24974.js +0 -11
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -342
- package/dist/cjs/sqm-email-verification.cjs.entry.js +0 -283
- package/dist/cjs/sqm-scroll.cjs.entry.js +0 -109
- package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -103
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -210
- package/dist/cjs/usePayoutStatus-b9fb7399.js +0 -70
- package/dist/cjs/useVerificationEmail-6aacdb71.js +0 -169
- package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +0 -8
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +0 -23
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +0 -118
- package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +0 -44
- package/dist/collection/components/sqm-widget-verification/keys.js +0 -4
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +0 -36
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +0 -128
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +0 -301
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +0 -153
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +0 -42
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +0 -91
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +0 -226
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +0 -126
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -339
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +0 -557
- package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +0 -165
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +0 -22
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +0 -131
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +0 -354
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +0 -65
- package/dist/esm/extractProps-ae1afbb3.js +0 -19
- package/dist/esm/keys-db1897ae.js +0 -6
- package/dist/esm/sqm-code-verification.entry.js +0 -338
- package/dist/esm/sqm-email-verification.entry.js +0 -279
- package/dist/esm/sqm-scroll.entry.js +0 -105
- package/dist/esm/sqm-widget-verification-internal.entry.js +0 -99
- package/dist/esm/sqm-widget-verification.entry.js +0 -206
- package/dist/esm/usePayoutStatus-1a635054.js +0 -67
- package/dist/esm/useVerificationEmail-c32696ba.js +0 -167
- package/dist/esm-es5/ShadowViewAddon-69b61037.js +0 -1
- package/dist/esm-es5/extractProps-ae1afbb3.js +0 -1
- package/dist/esm-es5/index.module-6c840c4e.js +0 -1
- package/dist/esm-es5/keys-db1897ae.js +0 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-d1cfdaf4.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-f8e78810.js +0 -1
- package/dist/esm-es5/sqm-scroll.entry.js +0 -1
- package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +0 -1
- package/dist/esm-es5/usePayoutStatus-1a635054.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-849e27f7.js +0 -1
- package/dist/esm-es5/useVerificationEmail-c32696ba.js +0 -1
- package/dist/mint-components/p-0c9ad5f3.system.entry.js +0 -1
- package/dist/mint-components/p-1712a9fd.entry.js +0 -11
- package/dist/mint-components/p-1b861be5.entry.js +0 -1
- package/dist/mint-components/p-1e616d45.system.js +0 -1
- package/dist/mint-components/p-24092973.entry.js +0 -9
- package/dist/mint-components/p-26468242.js +0 -1
- package/dist/mint-components/p-2868f475.entry.js +0 -1
- package/dist/mint-components/p-331d060e.entry.js +0 -223
- package/dist/mint-components/p-3925bcd6.entry.js +0 -13
- package/dist/mint-components/p-39840341.js +0 -1
- package/dist/mint-components/p-4364001c.entry.js +0 -12
- package/dist/mint-components/p-4bd7a472.js +0 -1
- package/dist/mint-components/p-517224ef.js +0 -19
- package/dist/mint-components/p-5a23b560.system.entry.js +0 -1
- package/dist/mint-components/p-64491210.system.entry.js +0 -1
- package/dist/mint-components/p-8300d8c8.system.js +0 -1
- package/dist/mint-components/p-8bddb468.system.entry.js +0 -1
- package/dist/mint-components/p-93576222.system.js +0 -1
- package/dist/mint-components/p-947fe79b.entry.js +0 -1
- package/dist/mint-components/p-9596e97c.system.entry.js +0 -1
- package/dist/mint-components/p-974070c4.system.entry.js +0 -1
- package/dist/mint-components/p-99c15c5e.entry.js +0 -1
- package/dist/mint-components/p-9d34f4f0.entry.js +0 -33
- package/dist/mint-components/p-a4282d02.system.entry.js +0 -1
- package/dist/mint-components/p-a85f57bb.entry.js +0 -1
- package/dist/mint-components/p-a8645c1b.system.js +0 -1
- package/dist/mint-components/p-b1e8a802.entry.js +0 -1
- package/dist/mint-components/p-b2a99637.system.js +0 -1
- package/dist/mint-components/p-b62faaa5.system.entry.js +0 -1
- package/dist/mint-components/p-bdd6bb13.js +0 -1
- package/dist/mint-components/p-c05e7b9f.entry.js +0 -195
- package/dist/mint-components/p-c3b37bbf.js +0 -1
- package/dist/mint-components/p-c510fb88.entry.js +0 -1
- package/dist/mint-components/p-c7057066.system.entry.js +0 -1
- package/dist/mint-components/p-c92a743e.entry.js +0 -1
- package/dist/mint-components/p-c9fb6102.entry.js +0 -1
- package/dist/mint-components/p-ca809fdd.system.js +0 -1
- package/dist/mint-components/p-d7806f31.js +0 -48
- package/dist/mint-components/p-def516b8.system.js +0 -1
- package/dist/mint-components/p-e01ac27c.system.js +0 -1
- package/dist/mint-components/p-e45a8501.system.entry.js +0 -1
- package/dist/mint-components/p-e990dc21.system.js +0 -1
- package/dist/mint-components/p-ead27698.system.entry.js +0 -1
- package/dist/mint-components/p-f340214f.entry.js +0 -25
- package/dist/mint-components/p-f655a7df.js +0 -1
- package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +0 -5
- package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.d.ts +0 -10
- package/dist/types/components/sqm-payout-button-scroll/sqm-payout-button-scroll.d.ts +0 -26
- package/dist/types/components/sqm-payout-button-scroll/usePayoutButton.d.ts +0 -7
- package/dist/types/components/sqm-widget-verification/keys.d.ts +0 -4
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +0 -9
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +0 -26
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +0 -54
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +0 -25
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +0 -10
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +0 -21
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +0 -40
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -10
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -20
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +0 -87
- package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +0 -14
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -10
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -30
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -62
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +0 -21
|
@@ -4,22 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
7
|
+
const global = require('./global-02e50f09.js');
|
|
8
|
+
const index_module = require('./index.module-df530553.js');
|
|
9
9
|
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
10
10
|
const cjs = require('./cjs-1066ec21.js');
|
|
11
11
|
require('./mixins-fe9d4112.js');
|
|
12
12
|
const JSS = require('./JSS-8503a151.js');
|
|
13
13
|
const GenericTableView = require('./GenericTableView-80d7642e.js');
|
|
14
|
-
const reRender = require('./re-render-
|
|
15
|
-
const useChildElements = require('./useChildElements-
|
|
14
|
+
const reRender = require('./re-render-1976e05e.js');
|
|
15
|
+
const useChildElements = require('./useChildElements-e0d44916.js');
|
|
16
16
|
const luxon = require('./luxon-05098e19.js');
|
|
17
|
-
const useReferralTable = require('./useReferralTable-
|
|
17
|
+
const useReferralTable = require('./useReferralTable-a76adb0d.js');
|
|
18
18
|
const utils = require('./utils-6847bc06.js');
|
|
19
|
-
const sqmInvoiceTableView = require('./sqm-invoice-table-view-
|
|
20
|
-
const keys = require('./keys-cff24974.js');
|
|
21
|
-
const usePayoutStatus = require('./usePayoutStatus-b9fb7399.js');
|
|
22
|
-
const extractProps = require('./extractProps-fd93ba62.js');
|
|
19
|
+
const sqmInvoiceTableView = require('./sqm-invoice-table-view-e3b03a00.js');
|
|
23
20
|
|
|
24
21
|
const TAX_CONTEXT_NAMESPACE = "sq:tax-and-cash";
|
|
25
22
|
const TAX_FORM_CONTEXT_NAMESPACE = "sq:tax-form-context";
|
|
@@ -35,17 +32,11 @@ const GET_USER = index_module.dist.gql `
|
|
|
35
32
|
query getUserTaxInfo {
|
|
36
33
|
user: viewer {
|
|
37
34
|
... on User {
|
|
38
|
-
id
|
|
39
35
|
firstName
|
|
40
36
|
lastName
|
|
41
37
|
email
|
|
42
38
|
countryCode
|
|
43
39
|
customFields
|
|
44
|
-
managedIdentity {
|
|
45
|
-
uid
|
|
46
|
-
email
|
|
47
|
-
emailVerified
|
|
48
|
-
}
|
|
49
40
|
impactConnection {
|
|
50
41
|
connected
|
|
51
42
|
user {
|
|
@@ -89,7 +80,6 @@ const GET_USER = index_module.dist.gql `
|
|
|
89
80
|
}
|
|
90
81
|
payoutsAccount {
|
|
91
82
|
hold
|
|
92
|
-
holdReasons
|
|
93
83
|
balance
|
|
94
84
|
}
|
|
95
85
|
}
|
|
@@ -953,21 +943,6 @@ const SAVE_WITHDRAWAL_SETTINGS = index_module.dist.gql `
|
|
|
953
943
|
}
|
|
954
944
|
}
|
|
955
945
|
`;
|
|
956
|
-
const UPDATE_WITHDRAWAL_SETTINGS = index_module.dist.gql `
|
|
957
|
-
mutation updateImpactPublisherWithdrawalSettings(
|
|
958
|
-
$updateImpactPublisherWithdrawalSettingsInput: UpdateImpactPublisherWithdrawalSettingsInput!
|
|
959
|
-
) {
|
|
960
|
-
updateImpactPublisherWithdrawalSettings(
|
|
961
|
-
updateImpactPublisherWithdrawalSettingsInput: $updateImpactPublisherWithdrawalSettingsInput
|
|
962
|
-
) {
|
|
963
|
-
success
|
|
964
|
-
validationErrors {
|
|
965
|
-
field
|
|
966
|
-
message
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
`;
|
|
971
946
|
function getPaymentMethod(paymentOption) {
|
|
972
947
|
if (paymentOption.defaultFinancePaymentMethodId === 3 ||
|
|
973
948
|
paymentOption.defaultFinancePaymentMethodId === 5)
|
|
@@ -985,19 +960,15 @@ function parseImpactThreshold(threshold) {
|
|
|
985
960
|
}
|
|
986
961
|
function useBankingInfoForm(props) {
|
|
987
962
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
988
|
-
const
|
|
989
|
-
const
|
|
990
|
-
const
|
|
991
|
-
const
|
|
992
|
-
const
|
|
993
|
-
const countries = index_module.Dn(SORTED_COUNTRIES_NAMESPACE);
|
|
963
|
+
const locale = index_module.L();
|
|
964
|
+
const user = index_module.Q();
|
|
965
|
+
const [step, setStep] = index_module.bn(TAX_CONTEXT_NAMESPACE);
|
|
966
|
+
const context = index_module.In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
967
|
+
const countries = index_module.In(SORTED_COUNTRIES_NAMESPACE);
|
|
994
968
|
const formRef = stencilHooks_module.useRef(null);
|
|
995
|
-
const { data: paymentOptionsData, loading: paymentOptionsLoading, errors: paymentOptionsError, } = index_module.
|
|
996
|
-
const { data: userData, refetch, errors: userError, } = index_module.
|
|
997
|
-
const [saveWithdrawalSettings] = index_module
|
|
998
|
-
const [updateWithdrawalSettings] = index_module.xe(UPDATE_WITHDRAWAL_SETTINGS);
|
|
999
|
-
const [showVerification, setShowVerification] = stencilHooks_module.useState(false);
|
|
1000
|
-
const [currentFormData, setCurrentFormData] = stencilHooks_module.useState(null);
|
|
969
|
+
const { data: paymentOptionsData, loading: paymentOptionsLoading, errors: paymentOptionsError, } = index_module.Mn(FINANCE_NETWORK_SETTINGS_NAMESPACE);
|
|
970
|
+
const { data: userData, refetch, errors: userError, } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
971
|
+
const [saveWithdrawalSettings] = index_module.$e(SAVE_WITHDRAWAL_SETTINGS);
|
|
1001
972
|
const [formState, setFormState] = stencilHooks_module.useState({});
|
|
1002
973
|
const [currentPaymentOption, setCurrentPaymentOption] = stencilHooks_module.useState(null);
|
|
1003
974
|
const [loading, setLoading] = stencilHooks_module.useState(false);
|
|
@@ -1007,9 +978,8 @@ function useBankingInfoForm(props) {
|
|
|
1007
978
|
const [countrySearch, setCountrySearch] = stencilHooks_module.useState("");
|
|
1008
979
|
const [filteredCountries, setFilteredCountries] = stencilHooks_module.useState(countries || []);
|
|
1009
980
|
const currency = ((_c = (_b = (_a = userData === null || userData === void 0 ? void 0 : userData.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.currency) || "";
|
|
1010
|
-
const isPartner = !!((_f = (_e = (_d = userData === null || userData === void 0 ? void 0 : userData.user) === null || _d === void 0 ? void 0 : _d.impactConnection) === null || _e === void 0 ? void 0 : _e.publisher) === null || _f === void 0 ? void 0 : _f.withdrawalSettings);
|
|
1011
981
|
const feeCap = paypalFeeMap[currency] || "";
|
|
1012
|
-
const paymentOptions = (
|
|
982
|
+
const paymentOptions = (_d = paymentOptionsData === null || paymentOptionsData === void 0 ? void 0 : paymentOptionsData.impactFinanceNetworkSettings) === null || _d === void 0 ? void 0 : _d.data;
|
|
1013
983
|
const paymentMethodFeeMap = {
|
|
1014
984
|
[ACH_PAYMENT_METHOD]: props.eftWithdrawalLabel,
|
|
1015
985
|
[WIRE_PAYMENT_METHOD]: global.intl.formatMessage({
|
|
@@ -1088,50 +1058,49 @@ function useBankingInfoForm(props) {
|
|
|
1088
1058
|
setFormState((p) => ({ ...p, bankCountry }));
|
|
1089
1059
|
setCurrentPaymentOption(currentPaymentOption);
|
|
1090
1060
|
};
|
|
1091
|
-
const
|
|
1092
|
-
var _a, _b, _c, _d
|
|
1061
|
+
const onSubmit = async (event) => {
|
|
1062
|
+
var _a, _b, _c, _d;
|
|
1063
|
+
let formData = {};
|
|
1064
|
+
let validationErrors = {};
|
|
1065
|
+
const controls = event.target.getFormControls();
|
|
1066
|
+
controls.forEach((control) => {
|
|
1067
|
+
if (!control.name || !control.id)
|
|
1068
|
+
return;
|
|
1069
|
+
const key = control.name;
|
|
1070
|
+
const value = control.value;
|
|
1071
|
+
jsonpointer.jsonpointer.set(formData, key, value);
|
|
1072
|
+
if (control.required && !value) {
|
|
1073
|
+
jsonpointer.jsonpointer.set(validationErrors, key, { type: "required" });
|
|
1074
|
+
}
|
|
1075
|
+
});
|
|
1076
|
+
setErrors({ inputErrors: validationErrors });
|
|
1077
|
+
if (Object.keys(validationErrors).length) {
|
|
1078
|
+
return;
|
|
1079
|
+
}
|
|
1093
1080
|
setLoading(true);
|
|
1094
1081
|
try {
|
|
1095
1082
|
if (!currentPaymentOption)
|
|
1096
1083
|
throw new Error("No currentPaymentOption");
|
|
1097
|
-
const
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1084
|
+
const input = {
|
|
1085
|
+
setImpactPublisherWithdrawalSettingsInput: {
|
|
1086
|
+
user: {
|
|
1087
|
+
id: user.id,
|
|
1088
|
+
accountId: user.accountId,
|
|
1089
|
+
},
|
|
1090
|
+
...formData,
|
|
1091
|
+
paymentMethod: getPaymentMethod(currentPaymentOption),
|
|
1092
|
+
paymentSchedulingType: paymentScheduleChecked,
|
|
1101
1093
|
},
|
|
1102
|
-
...formData,
|
|
1103
|
-
paymentMethod: getPaymentMethod(currentPaymentOption),
|
|
1104
|
-
paymentSchedulingType: paymentScheduleChecked,
|
|
1105
1094
|
};
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
let validationErrors = null;
|
|
1109
|
-
// Call difference mutations based on whether the user is updating
|
|
1110
|
-
// the info for setting it for the first time
|
|
1111
|
-
if (isPartner) {
|
|
1112
|
-
response = await updateWithdrawalSettings({
|
|
1113
|
-
updateImpactPublisherWithdrawalSettingsInput: {
|
|
1114
|
-
...body,
|
|
1115
|
-
accessKey: token,
|
|
1116
|
-
},
|
|
1117
|
-
});
|
|
1118
|
-
success = (_b = (_a = response) === null || _a === void 0 ? void 0 : _a.updateImpactPublisherWithdrawalSettings) === null || _b === void 0 ? void 0 : _b.success;
|
|
1119
|
-
validationErrors = (_d = (_c = response) === null || _c === void 0 ? void 0 : _c.updateImpactPublisherWithdrawalSettings) === null || _d === void 0 ? void 0 : _d.validationErrors;
|
|
1120
|
-
}
|
|
1121
|
-
else {
|
|
1122
|
-
response = await saveWithdrawalSettings({
|
|
1123
|
-
setImpactPublisherWithdrawalSettingsInput: {
|
|
1124
|
-
...body,
|
|
1125
|
-
},
|
|
1126
|
-
});
|
|
1127
|
-
success = (_f = (_e = response) === null || _e === void 0 ? void 0 : _e.setImpactPublisherWithdrawalSettings) === null || _f === void 0 ? void 0 : _f.success;
|
|
1128
|
-
validationErrors = (_h = (_g = response) === null || _g === void 0 ? void 0 : _g.setImpactPublisherWithdrawalSettings) === null || _h === void 0 ? void 0 : _h.validationErrors;
|
|
1129
|
-
}
|
|
1130
|
-
if (!response || ((_j = response) === null || _j === void 0 ? void 0 : _j.message)) {
|
|
1095
|
+
const response = await saveWithdrawalSettings(input);
|
|
1096
|
+
if (!response || ((_a = response) === null || _a === void 0 ? void 0 : _a.message)) {
|
|
1131
1097
|
throw new Error();
|
|
1132
1098
|
}
|
|
1133
|
-
else if (!
|
|
1134
|
-
|
|
1099
|
+
else if (!((_b = response
|
|
1100
|
+
.setImpactPublisherWithdrawalSettings) === null || _b === void 0 ? void 0 : _b.success)) {
|
|
1101
|
+
console.error("Validation failed: ", (_c = response
|
|
1102
|
+
.setImpactPublisherWithdrawalSettings) === null || _c === void 0 ? void 0 : _c.validationErrors);
|
|
1103
|
+
const validationErrors = (_d = response.setImpactPublisherWithdrawalSettings) === null || _d === void 0 ? void 0 : _d.validationErrors;
|
|
1135
1104
|
const mappedValidationErrors = validationErrors === null || validationErrors === void 0 ? void 0 : validationErrors.reduce((agg, error) => {
|
|
1136
1105
|
return {
|
|
1137
1106
|
...agg,
|
|
@@ -1157,45 +1126,6 @@ function useBankingInfoForm(props) {
|
|
|
1157
1126
|
setLoading(false);
|
|
1158
1127
|
}
|
|
1159
1128
|
};
|
|
1160
|
-
const onSubmit = async (event) => {
|
|
1161
|
-
let formData = {};
|
|
1162
|
-
let validationErrors = {};
|
|
1163
|
-
const controls = event.target.getFormControls();
|
|
1164
|
-
controls.forEach((control) => {
|
|
1165
|
-
if (!control.name || !control.id)
|
|
1166
|
-
return;
|
|
1167
|
-
const key = control.name;
|
|
1168
|
-
const value = control.value;
|
|
1169
|
-
jsonpointer.jsonpointer.set(formData, key, value);
|
|
1170
|
-
if (control.required && !value) {
|
|
1171
|
-
jsonpointer.jsonpointer.set(validationErrors, key, { type: "required" });
|
|
1172
|
-
}
|
|
1173
|
-
});
|
|
1174
|
-
setErrors({ inputErrors: validationErrors });
|
|
1175
|
-
if (Object.keys(validationErrors).length) {
|
|
1176
|
-
return;
|
|
1177
|
-
}
|
|
1178
|
-
let token = undefined;
|
|
1179
|
-
if (isPartner) {
|
|
1180
|
-
setShowVerification(true);
|
|
1181
|
-
token = await new Promise((res) => {
|
|
1182
|
-
const cb = (e) => {
|
|
1183
|
-
e.stopPropagation();
|
|
1184
|
-
host.removeEventListener(keys.VERIFICATION_EVENT_KEY, cb);
|
|
1185
|
-
res(e.detail.token);
|
|
1186
|
-
};
|
|
1187
|
-
host.addEventListener(keys.VERIFICATION_EVENT_KEY, cb);
|
|
1188
|
-
});
|
|
1189
|
-
setShowVerification(false);
|
|
1190
|
-
}
|
|
1191
|
-
await runMutation(formData, token);
|
|
1192
|
-
};
|
|
1193
|
-
const onVerification = async (token) => {
|
|
1194
|
-
host.dispatchEvent(new CustomEvent(keys.VERIFICATION_EVENT_KEY, {
|
|
1195
|
-
detail: { token },
|
|
1196
|
-
bubbles: false,
|
|
1197
|
-
}));
|
|
1198
|
-
};
|
|
1199
1129
|
function setPaymentMethodChecked(paymentMethod) {
|
|
1200
1130
|
_setPaymentMethodChecked(paymentMethod);
|
|
1201
1131
|
if (paymentMethod === "toPayPalAccount") {
|
|
@@ -1220,15 +1150,13 @@ function useBankingInfoForm(props) {
|
|
|
1220
1150
|
setPaymentScheduleChecked,
|
|
1221
1151
|
onBack: () => setStep("/dashboard"),
|
|
1222
1152
|
setCountrySearch,
|
|
1223
|
-
onVerification,
|
|
1224
1153
|
},
|
|
1225
1154
|
states: {
|
|
1226
|
-
showVerification,
|
|
1227
1155
|
step: step === null || step === void 0 ? void 0 : step.replace("/", ""),
|
|
1228
1156
|
hideSteps: !!context.hideSteps,
|
|
1229
1157
|
saveDisabled: !paymentMethodChecked || !paymentScheduleChecked,
|
|
1230
1158
|
locale,
|
|
1231
|
-
isPartner,
|
|
1159
|
+
isPartner: !!((_g = (_f = (_e = userData === null || userData === void 0 ? void 0 : userData.user) === null || _e === void 0 ? void 0 : _e.impactConnection) === null || _f === void 0 ? void 0 : _f.publisher) === null || _g === void 0 ? void 0 : _g.withdrawalSettings),
|
|
1232
1160
|
feeCap,
|
|
1233
1161
|
paymentMethodFeeLabel,
|
|
1234
1162
|
disabled: loading,
|
|
@@ -1559,9 +1487,6 @@ const BankingInfoForm = class {
|
|
|
1559
1487
|
padding: "var(--sl-spacing-x-small)",
|
|
1560
1488
|
},
|
|
1561
1489
|
};
|
|
1562
|
-
if (props.states.isPartner && props.states.showVerification) {
|
|
1563
|
-
return (index.h("sqm-code-verification", { onVerification: props.callbacks.onVerification }));
|
|
1564
|
-
}
|
|
1565
1490
|
return (index.h(index.Host, null, index.h(BankingInfoFormView, { callbacks: props.callbacks, text: props.text, states: props.states, refs: props.refs, slots: {
|
|
1566
1491
|
formInputsSlot: inputFields === null || inputFields === void 0 ? void 0 : inputFields.map(({ input }) => input),
|
|
1567
1492
|
countryInputSlot: (index.h("sl-select", Object.assign({ label: props.text.bankLocationLabel, required: true, name: "/bankCountry", id: "bankCountry", value: props.states.formState.bankCountry || "", "onSl-select": (e) => { var _a, _b; return props.callbacks.setBankCountry((_b = (_a = e.detail) === null || _a === void 0 ? void 0 : _a.item) === null || _b === void 0 ? void 0 : _b.value); } }, (((_a = errors === null || errors === void 0 ? void 0 : errors.inputErrors) === null || _a === void 0 ? void 0 : _a.bankCountry) && {
|
|
@@ -1611,7 +1536,7 @@ function useDemoBankingInfoForm(props) {
|
|
|
1611
1536
|
const defaultPaymentScheduleChecked = (_f = (_e = (_d = props.demoData) === null || _d === void 0 ? void 0 : _d.states) === null || _e === void 0 ? void 0 : _e.formState) === null || _f === void 0 ? void 0 : _f.paymentScheduleChecked;
|
|
1612
1537
|
const defaultCurrency = (_h = (_g = props.demoData) === null || _g === void 0 ? void 0 : _g.states) === null || _h === void 0 ? void 0 : _h.currency;
|
|
1613
1538
|
const defaultCountry = (_l = (_k = (_j = props.demoData) === null || _j === void 0 ? void 0 : _j.states) === null || _k === void 0 ? void 0 : _k.formState) === null || _l === void 0 ? void 0 : _l.bankCountry;
|
|
1614
|
-
const setStep = index_module.
|
|
1539
|
+
const setStep = index_module.wn(TAX_CONTEXT_NAMESPACE);
|
|
1615
1540
|
const [paymentMethodChecked, setPaymentMethodChecked] = stencilHooks_module.useState(undefined);
|
|
1616
1541
|
const [paymentScheduleChecked, setPaymentScheduleChecked] = stencilHooks_module.useState(undefined);
|
|
1617
1542
|
const [currency, setCurrency] = stencilHooks_module.useState(defaultCurrency);
|
|
@@ -1694,7 +1619,6 @@ function useDemoBankingInfoForm(props) {
|
|
|
1694
1619
|
setPaymentScheduleChecked,
|
|
1695
1620
|
setCountrySearch: () => { },
|
|
1696
1621
|
onBack: async () => setStep("/dashboard"),
|
|
1697
|
-
onVerification: () => { },
|
|
1698
1622
|
},
|
|
1699
1623
|
text: props.getTextProps(),
|
|
1700
1624
|
refs: {
|
|
@@ -1730,13 +1654,13 @@ const DOCUSIGN_ERROR_STATES = [
|
|
|
1730
1654
|
const DOCUSIGN_EXPIRED_STATES = ["ttl_expired", "session_timeout"];
|
|
1731
1655
|
function useDocusignForm(props) {
|
|
1732
1656
|
var _a, _b, _c;
|
|
1733
|
-
const user = index_module.
|
|
1734
|
-
const context = index_module.
|
|
1735
|
-
const [step, setStep] = index_module.
|
|
1736
|
-
const { data, loading: userLoading, refetch, } = index_module.
|
|
1657
|
+
const user = index_module.Q();
|
|
1658
|
+
const context = index_module.In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
1659
|
+
const [step, setStep] = index_module.bn(TAX_CONTEXT_NAMESPACE);
|
|
1660
|
+
const { data, loading: userLoading, refetch, } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
1737
1661
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
1738
|
-
const [createTaxDocument, { loading: documentLoading, data: document, errors: documentErrors },] = index_module
|
|
1739
|
-
const [completeTaxDocument, { loading: completeDocumentLoading, data: completeData, errors: completeErrors, },] = index_module
|
|
1662
|
+
const [createTaxDocument, { loading: documentLoading, data: document, errors: documentErrors },] = index_module.$e(GET_TAX_DOCUMENT);
|
|
1663
|
+
const [completeTaxDocument, { loading: completeDocumentLoading, data: completeData, errors: completeErrors, },] = index_module.$e(COMPLETE_TAX_DOCUMENT);
|
|
1740
1664
|
const [docusignStatus, setDocusignStatus] = stencilHooks_module.useState(undefined);
|
|
1741
1665
|
const [participantType, setParticipantType] = stencilHooks_module.useState(undefined);
|
|
1742
1666
|
const [errors, setErrors] = stencilHooks_module.useState({});
|
|
@@ -1876,14 +1800,6 @@ const style$1 = {
|
|
|
1876
1800
|
MessageContainer: {
|
|
1877
1801
|
maxWidth: "400px",
|
|
1878
1802
|
},
|
|
1879
|
-
IFrameContainer: {
|
|
1880
|
-
"@media screen and (max-width: 440px)": {
|
|
1881
|
-
position: "absolute",
|
|
1882
|
-
width: "100vw",
|
|
1883
|
-
left: "-30px",
|
|
1884
|
-
zIndex: "9999",
|
|
1885
|
-
},
|
|
1886
|
-
},
|
|
1887
1803
|
};
|
|
1888
1804
|
const sheet$1 = JSS.createStyleSheet(style$1);
|
|
1889
1805
|
const styleString$1 = sheet$1.toString();
|
|
@@ -1925,7 +1841,6 @@ const DocusignLoadingView = () => {
|
|
|
1925
1841
|
index.h("sl-spinner", { style: { fontSize: "50px", margin: "40px" } }))));
|
|
1926
1842
|
};
|
|
1927
1843
|
const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
1928
|
-
const { classes } = sheet$1;
|
|
1929
1844
|
const [iFrameHeight, setiFrameHeight] = stencilHooks_module.useState("100%");
|
|
1930
1845
|
const allowedDomains = [
|
|
1931
1846
|
"referralsaasquatch.com",
|
|
@@ -1948,7 +1863,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
1948
1863
|
return () => {
|
|
1949
1864
|
window.removeEventListener("message", callback, false);
|
|
1950
1865
|
};
|
|
1951
|
-
}, [
|
|
1866
|
+
}, []);
|
|
1952
1867
|
if (states.urlLoading)
|
|
1953
1868
|
return index.h(DocusignLoadingView, null);
|
|
1954
1869
|
if (DOCUSIGN_ERROR_STATES.includes(states.status)) {
|
|
@@ -1956,11 +1871,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
1956
1871
|
}
|
|
1957
1872
|
if (DOCUSIGN_EXPIRED_STATES.includes(states.status))
|
|
1958
1873
|
return index.h(DocusignExpiredView, { text: text });
|
|
1959
|
-
|
|
1960
|
-
return (index.h("div", { style: { height: iFrameHeight } },
|
|
1961
|
-
index.h("style", { type: "text/css" }, styleString$1),
|
|
1962
|
-
index.h("div", { class: classes.IFrameContainer },
|
|
1963
|
-
index.h("iframe", { scrolling: "yes", frameBorder: "0", width: "100%", src: data.documentUrl, height: iFrameHeight }))));
|
|
1874
|
+
return (index.h("iframe", { scrolling: "yes", frameBorder: "0", src: data.documentUrl, width: "100%", height: iFrameHeight }));
|
|
1964
1875
|
};
|
|
1965
1876
|
|
|
1966
1877
|
const style$2 = {
|
|
@@ -2284,7 +2195,7 @@ const DocusignForm = class {
|
|
|
2284
2195
|
get el() { return index.getElement(this); }
|
|
2285
2196
|
};
|
|
2286
2197
|
function useDocusignFormDemo(props) {
|
|
2287
|
-
const setStep = index_module.
|
|
2198
|
+
const setStep = index_module.wn(TAX_CONTEXT_NAMESPACE);
|
|
2288
2199
|
return cjs.cjs({
|
|
2289
2200
|
text: props.getTextProps(),
|
|
2290
2201
|
states: {
|
|
@@ -2554,15 +2465,15 @@ function getOption(countries, countryCode) {
|
|
|
2554
2465
|
}
|
|
2555
2466
|
function useIndirectTaxForm(props) {
|
|
2556
2467
|
var _a, _b, _c, _d, _e;
|
|
2557
|
-
const user = index_module.
|
|
2558
|
-
const locale = index_module.
|
|
2468
|
+
const user = index_module.Q();
|
|
2469
|
+
const locale = index_module.L();
|
|
2559
2470
|
const formRef = stencilHooks_module.useRef(null);
|
|
2560
|
-
const context = index_module.
|
|
2561
|
-
const [step, setStep] = index_module.
|
|
2562
|
-
const [connectImpactPartner, { loading: connectLoading, errors: connectErrors },] = index_module
|
|
2563
|
-
const userForm = index_module.
|
|
2564
|
-
const { data: userData, refetch, errors: userError, } = index_module.
|
|
2565
|
-
const { data: _countriesRes, loading: countriesLoading } = index_module.
|
|
2471
|
+
const context = index_module.In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
2472
|
+
const [step, setStep] = index_module.bn(TAX_CONTEXT_NAMESPACE);
|
|
2473
|
+
const [connectImpactPartner, { loading: connectLoading, errors: connectErrors },] = index_module.$e(CONNECT_PARTNER);
|
|
2474
|
+
const userForm = index_module.In(USER_FORM_CONTEXT_NAMESPACE);
|
|
2475
|
+
const { data: userData, refetch, errors: userError, } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
2476
|
+
const { data: _countriesRes, loading: countriesLoading } = index_module.Mn(COUNTRIES_QUERY_NAMESPACE);
|
|
2566
2477
|
const intlLocale = (locale === null || locale === void 0 ? void 0 : locale.replace("_", "-")) || "en";
|
|
2567
2478
|
const _countries = stencilHooks_module.useMemo(() => { var _a, _b; return (_b = (_a = _countriesRes === null || _countriesRes === void 0 ? void 0 : _countriesRes.impactPayoutCountries) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.map((country) => sqmInvoiceTableView.getCountryObj({ countryCode: country.countryCode, locale: intlLocale })); }, [(_a = _countriesRes === null || _countriesRes === void 0 ? void 0 : _countriesRes.impactPayoutCountries) === null || _a === void 0 ? void 0 : _a.data]);
|
|
2568
2479
|
const [loading, setLoading] = stencilHooks_module.useState(false);
|
|
@@ -2951,7 +2862,7 @@ const IndirectTaxForm = class {
|
|
|
2951
2862
|
}
|
|
2952
2863
|
};
|
|
2953
2864
|
function useDemoIndirectTaxForm(props) {
|
|
2954
|
-
const setStep = index_module.
|
|
2865
|
+
const setStep = index_module.wn(TAX_CONTEXT_NAMESPACE);
|
|
2955
2866
|
const [option, setOption] = stencilHooks_module.useState(null);
|
|
2956
2867
|
const [demoFormState, setDemoFormState] = stencilHooks_module.useState({});
|
|
2957
2868
|
return cjs.cjs({
|
|
@@ -3061,8 +2972,8 @@ const GET_INVOICES = index_module.dist.gql `
|
|
|
3061
2972
|
`;
|
|
3062
2973
|
function useInvoiceTable(props, emptyElement, loadingElement) {
|
|
3063
2974
|
var _a;
|
|
3064
|
-
const user = index_module.
|
|
3065
|
-
const locale = index_module.
|
|
2975
|
+
const user = index_module.Q();
|
|
2976
|
+
const locale = index_module.L();
|
|
3066
2977
|
const [content, setContent] = stencilHooks_module.useReducer((state, next) => ({
|
|
3067
2978
|
...state,
|
|
3068
2979
|
...next,
|
|
@@ -3072,7 +2983,7 @@ function useInvoiceTable(props, emptyElement, loadingElement) {
|
|
|
3072
2983
|
loading: false,
|
|
3073
2984
|
page: 0,
|
|
3074
2985
|
});
|
|
3075
|
-
const { envelope: invoicesData, states, callbacks, } = index_module.
|
|
2986
|
+
const { envelope: invoicesData, states, callbacks, } = index_module.kn(GET_INVOICES, (data) => { var _a, _b, _c; return (_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.invoices; }, {
|
|
3076
2987
|
limit: props.perPage,
|
|
3077
2988
|
offset: 0,
|
|
3078
2989
|
}, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
|
|
@@ -3638,7 +3549,7 @@ function PayoutDetailsCardView(props) {
|
|
|
3638
3549
|
|
|
3639
3550
|
function usePayoutDetailsCard(props) {
|
|
3640
3551
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
3641
|
-
const { data, loading } = index_module.
|
|
3552
|
+
const { data, loading } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
3642
3553
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
3643
3554
|
function getPayoutDetailedStatusText(paymentDay) {
|
|
3644
3555
|
var _a;
|
|
@@ -3794,9 +3705,27 @@ const TableRow = class {
|
|
|
3794
3705
|
}
|
|
3795
3706
|
};
|
|
3796
3707
|
|
|
3708
|
+
/**
|
|
3709
|
+
* Util function for getting just the props with a certain prefix.
|
|
3710
|
+
* @param props Text props on stencil component
|
|
3711
|
+
* @param prefix Prefix denoting which group the text prop belongs to
|
|
3712
|
+
* @returns A new object with all keys with the prefix provided. The prefix is removed from each key.
|
|
3713
|
+
*/
|
|
3714
|
+
function extractProps(props, prefix) {
|
|
3715
|
+
const keys = Object.keys(props).filter((k) => k.startsWith(prefix));
|
|
3716
|
+
const formattedProps = keys.reduce((prev, k) => {
|
|
3717
|
+
const key = k.replace(prefix, "");
|
|
3718
|
+
return {
|
|
3719
|
+
...prev,
|
|
3720
|
+
[key]: props[k],
|
|
3721
|
+
};
|
|
3722
|
+
}, {});
|
|
3723
|
+
return formattedProps;
|
|
3724
|
+
}
|
|
3725
|
+
|
|
3797
3726
|
function getCurrentStep(user) {
|
|
3798
|
-
var _a
|
|
3799
|
-
if (!((_a = user.impactConnection) === null || _a === void 0 ? void 0 : _a.connected)
|
|
3727
|
+
var _a;
|
|
3728
|
+
if (!((_a = user.impactConnection) === null || _a === void 0 ? void 0 : _a.connected)) {
|
|
3800
3729
|
return "/1";
|
|
3801
3730
|
}
|
|
3802
3731
|
const { requiredTaxDocumentType, currentTaxDocument, withdrawalSettings, brandedSignup, } = user.impactConnection.publisher;
|
|
@@ -3809,21 +3738,21 @@ function getCurrentStep(user) {
|
|
|
3809
3738
|
}
|
|
3810
3739
|
function useTaxAndCash() {
|
|
3811
3740
|
var _a, _b, _c, _d, _e;
|
|
3812
|
-
const host = index_module.
|
|
3813
|
-
const user = index_module.
|
|
3814
|
-
const locale = index_module.
|
|
3741
|
+
const host = index_module._();
|
|
3742
|
+
const user = index_module.Q();
|
|
3743
|
+
const locale = index_module.L();
|
|
3815
3744
|
// State for current step of form
|
|
3816
|
-
const [step, setStep] = index_module.
|
|
3745
|
+
const [step, setStep] = index_module.Cn({
|
|
3817
3746
|
namespace: TAX_CONTEXT_NAMESPACE,
|
|
3818
3747
|
initialValue: "/loading",
|
|
3819
3748
|
});
|
|
3820
3749
|
// State for when to hide steps, or override certain actions
|
|
3821
|
-
const [context, _setContext] = index_module.
|
|
3750
|
+
const [context, _setContext] = index_module.Cn({
|
|
3822
3751
|
namespace: TAX_FORM_CONTEXT_NAMESPACE,
|
|
3823
3752
|
initialValue: {},
|
|
3824
3753
|
});
|
|
3825
3754
|
// State to carry user form information into step 2
|
|
3826
|
-
const [userFormContext, _setUserFormContext] = index_module.
|
|
3755
|
+
const [userFormContext, _setUserFormContext] = index_module.Cn({
|
|
3827
3756
|
namespace: USER_FORM_CONTEXT_NAMESPACE,
|
|
3828
3757
|
initialValue: {
|
|
3829
3758
|
firstName: undefined,
|
|
@@ -3833,19 +3762,19 @@ function useTaxAndCash() {
|
|
|
3833
3762
|
currency: undefined,
|
|
3834
3763
|
},
|
|
3835
3764
|
});
|
|
3836
|
-
const [_currenciesContext, setCurrenciesContext] = index_module.
|
|
3765
|
+
const [_currenciesContext, setCurrenciesContext] = index_module.Cn({
|
|
3837
3766
|
namespace: CURRENCIES_NAMESPACE,
|
|
3838
3767
|
initialValue: [],
|
|
3839
3768
|
});
|
|
3840
|
-
const [_countriesContext, _setCountriesContext] = index_module.
|
|
3769
|
+
const [_countriesContext, _setCountriesContext] = index_module.Cn({
|
|
3841
3770
|
namespace: COUNTRIES_NAMESPACE,
|
|
3842
3771
|
initialValue: [],
|
|
3843
3772
|
});
|
|
3844
|
-
const [_sortedCountriesContext, setSortedCountriesContext] = index_module.
|
|
3773
|
+
const [_sortedCountriesContext, setSortedCountriesContext] = index_module.Cn({
|
|
3845
3774
|
namespace: SORTED_COUNTRIES_NAMESPACE,
|
|
3846
3775
|
initialValue: [],
|
|
3847
3776
|
});
|
|
3848
|
-
const { data, errors } = index_module.
|
|
3777
|
+
const { data, errors } = index_module.Fn({
|
|
3849
3778
|
namespace: USER_QUERY_NAMESPACE,
|
|
3850
3779
|
query: GET_USER,
|
|
3851
3780
|
skip: !user,
|
|
@@ -3855,12 +3784,12 @@ function useTaxAndCash() {
|
|
|
3855
3784
|
});
|
|
3856
3785
|
const countryCode = ((_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.countryCode) ||
|
|
3857
3786
|
userFormContext.countryCode;
|
|
3858
|
-
index_module.
|
|
3787
|
+
index_module.Fn({
|
|
3859
3788
|
namespace: COUNTRIES_QUERY_NAMESPACE,
|
|
3860
3789
|
query: GET_COUNTRIES,
|
|
3861
3790
|
skip: !user,
|
|
3862
3791
|
});
|
|
3863
|
-
const { data: financeNetworkData, refetch } = index_module.
|
|
3792
|
+
const { data: financeNetworkData, refetch } = index_module.Fn({
|
|
3864
3793
|
namespace: FINANCE_NETWORK_SETTINGS_NAMESPACE,
|
|
3865
3794
|
query: GET_FINANCE_NETWORK_SETTINGS,
|
|
3866
3795
|
skip: !user,
|
|
@@ -3868,7 +3797,7 @@ function useTaxAndCash() {
|
|
|
3868
3797
|
filter: getFinanceNetworkFilter(),
|
|
3869
3798
|
},
|
|
3870
3799
|
});
|
|
3871
|
-
const { data: currenciesData } = index_module.
|
|
3800
|
+
const { data: currenciesData } = index_module.Fn({
|
|
3872
3801
|
namespace: CURRENCIES_QUERY_NAMESPACE,
|
|
3873
3802
|
query: GET_CURRENCIES,
|
|
3874
3803
|
skip: !user,
|
|
@@ -3949,7 +3878,7 @@ function useTaxAndCash() {
|
|
|
3949
3878
|
step,
|
|
3950
3879
|
setStep,
|
|
3951
3880
|
context,
|
|
3952
|
-
namespace: index_module
|
|
3881
|
+
namespace: index_module.Pn(TAX_CONTEXT_NAMESPACE),
|
|
3953
3882
|
loading: step === "/loading",
|
|
3954
3883
|
};
|
|
3955
3884
|
}
|
|
@@ -4690,14 +4619,14 @@ const TaxAndCashMonolith = class {
|
|
|
4690
4619
|
* @uiGroup Dashboard Properties
|
|
4691
4620
|
* @uiWidget textArea
|
|
4692
4621
|
*/
|
|
4693
|
-
this.
|
|
4622
|
+
this.dashboard_errorTitleText = "Your payout is on hold ";
|
|
4694
4623
|
/**
|
|
4695
4624
|
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
4696
4625
|
* @uiName Payout error message description
|
|
4697
4626
|
* @uiGroup Dashboard Properties
|
|
4698
4627
|
* @uiWidget textArea
|
|
4699
4628
|
*/
|
|
4700
|
-
this.
|
|
4629
|
+
this.dashboard_errorDescriptionText = "If you’ve recently added your payout information, please wait while we verify your information. If it’s still on hold after a few days, please contact Support or check your inbox for an email from our referral program provider, impact.com.";
|
|
4701
4630
|
/**
|
|
4702
4631
|
* Text displayed for existing publishers that do not have saved banking information.
|
|
4703
4632
|
* @uiName Payout missing information subtext
|
|
@@ -4847,7 +4776,7 @@ const TaxAndCashMonolith = class {
|
|
|
4847
4776
|
getGeneralStepTextProps(prefix) {
|
|
4848
4777
|
const props = utils.getProps(this);
|
|
4849
4778
|
return {
|
|
4850
|
-
...extractProps
|
|
4779
|
+
...extractProps(props, prefix),
|
|
4851
4780
|
generalErrorTitle: props.generalErrorTitle,
|
|
4852
4781
|
generalErrorDescription: props.generalErrorDescription,
|
|
4853
4782
|
fieldRequiredError: props.fieldRequiredError,
|
|
@@ -4895,7 +4824,7 @@ const TaxAndCashMonolith = class {
|
|
|
4895
4824
|
}
|
|
4896
4825
|
};
|
|
4897
4826
|
function useDemoTaxAndCash(props) {
|
|
4898
|
-
const [step, setStep] = index_module.
|
|
4827
|
+
const [step, setStep] = index_module.Cn({
|
|
4899
4828
|
namespace: TAX_CONTEXT_NAMESPACE,
|
|
4900
4829
|
initialValue: "/1",
|
|
4901
4830
|
});
|
|
@@ -4912,12 +4841,6 @@ const style$5 = {
|
|
|
4912
4841
|
borderTop: "none",
|
|
4913
4842
|
},
|
|
4914
4843
|
},
|
|
4915
|
-
HoldAlertContainer: {
|
|
4916
|
-
"&::part(base)": {
|
|
4917
|
-
border: "none",
|
|
4918
|
-
backgroundColor: "transparent",
|
|
4919
|
-
},
|
|
4920
|
-
},
|
|
4921
4844
|
ExpiringSoonAlertContainer: {
|
|
4922
4845
|
"&::part(base)": {
|
|
4923
4846
|
backgroundColor: "var(--sl-color-yellow-100)",
|
|
@@ -5157,22 +5080,6 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
5157
5080
|
index.h("strong", null, text.error.generalTitle),
|
|
5158
5081
|
index.h("br", null),
|
|
5159
5082
|
text.error.generalDescription)),
|
|
5160
|
-
states.hasHold && (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "warning", open: true, class: sheet$4.classes.HoldAlertContainer },
|
|
5161
|
-
index.h("sl-icon", { slot: "icon", name: "exclamation-triangle" }),
|
|
5162
|
-
index.h("strong", null, text.payoutHoldAlertHeader),
|
|
5163
|
-
index.h("br", null),
|
|
5164
|
-
text.payoutHoldAlertDescription)),
|
|
5165
|
-
states.payoutStatus === "VERIFICATION_NEEDED" && (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "warning", open: true, class: sheet$4.classes.HoldAlertContainer },
|
|
5166
|
-
index.h("sl-icon", { slot: "icon", name: "exclamation-triangle" }),
|
|
5167
|
-
index.h("strong", null, text.verificationRequiredHeader),
|
|
5168
|
-
index.h("p", { style: { margin: "0" } }, text.verificationRequiredDescription),
|
|
5169
|
-
index.h("sl-button", { style: { marginTop: "var(--sl-spacing-x-small)" }, type: "default", loading: states.loading,
|
|
5170
|
-
//AL: TODO hooks
|
|
5171
|
-
onClick: () => callbacks.onClick }, text.verificationRequiredButtonText))),
|
|
5172
|
-
index.h("sl-dialog", { noDismiss: true, class: sheet$4.classes.Dialog, open: states.showVerifyIdentity, "onSl-hide": callbacks.onVerifyIdentityCancel },
|
|
5173
|
-
index.h("iframe", {
|
|
5174
|
-
// AL: TODO replace iframe URL with verification url when available
|
|
5175
|
-
scrolling: "yes", frameBorder: "0", width: "100%", height: "100%", src: "https://impacttech.complytaxforms.com/ServiceRedirect.aspx?Language=eng&Param1=UxBORV4bOIrqNb4gbpNmtvW3wjdZJyx4gPElIGMJNR8=&UUID=B576EA3E-80FD-4D85-AA59-653D23A7CCE8" })),
|
|
5176
5083
|
index.h("sl-dialog", { label: text.replaceTaxFormModalHeader, class: sheet$4.classes.Dialog, open: states.showNewFormDialog, "onSl-hide": callbacks.onNewFormCancel },
|
|
5177
5084
|
index.h("p", null, text.replaceTaxFormModalBodyText),
|
|
5178
5085
|
index.h("sl-button", { slot: "footer", type: "primary", class: sheet$4.classes.DialogButton, onClick: callbacks.onNewFormClick }, text.newFormButton),
|
|
@@ -5278,17 +5185,16 @@ function getIndirectTaxType(taxInformation) {
|
|
|
5278
5185
|
return "Indirect Tax";
|
|
5279
5186
|
}
|
|
5280
5187
|
const useTaxAndCashDashboard = (props) => {
|
|
5281
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
|
5282
|
-
const setStep = index_module.
|
|
5283
|
-
const setContext = index_module.
|
|
5188
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
5189
|
+
const setStep = index_module.wn(TAX_CONTEXT_NAMESPACE);
|
|
5190
|
+
const setContext = index_module.wn(TAX_FORM_CONTEXT_NAMESPACE);
|
|
5284
5191
|
const [showDialog, setShowDialog] = stencilHooks_module.useState(false);
|
|
5285
|
-
const
|
|
5286
|
-
const locale = index_module.Q();
|
|
5192
|
+
const locale = index_module.L();
|
|
5287
5193
|
stencilHooks_module.useEffect(() => {
|
|
5288
5194
|
// Clear override context once on submitted
|
|
5289
5195
|
setContext({});
|
|
5290
5196
|
}, []);
|
|
5291
|
-
const { data, loading, errors: userError, } = index_module.
|
|
5197
|
+
const { data, loading, errors: userError, } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
5292
5198
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
5293
5199
|
const documentType = publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType;
|
|
5294
5200
|
const submissionDate = (_c = publisher === null || publisher === void 0 ? void 0 : publisher.currentTaxDocument) === null || _c === void 0 ? void 0 : _c.dateCreated;
|
|
@@ -5313,7 +5219,6 @@ const useTaxAndCashDashboard = (props) => {
|
|
|
5313
5219
|
setStep("/3");
|
|
5314
5220
|
};
|
|
5315
5221
|
const provinceName = (_d = sqmInvoiceTableView.INDIRECT_TAX_PROVINCES.find((p) => { var _a; return p.regionCode === ((_a = publisher === null || publisher === void 0 ? void 0 : publisher.taxInformation) === null || _a === void 0 ? void 0 : _a.indirectTaxRegion); })) === null || _d === void 0 ? void 0 : _d.displayName;
|
|
5316
|
-
const payoutStatus = usePayoutStatus.getStatus(data);
|
|
5317
5222
|
return {
|
|
5318
5223
|
states: {
|
|
5319
5224
|
dateSubmitted,
|
|
@@ -5335,16 +5240,12 @@ const useTaxAndCashDashboard = (props) => {
|
|
|
5335
5240
|
loading,
|
|
5336
5241
|
loadingError: !!(userError === null || userError === void 0 ? void 0 : userError.message),
|
|
5337
5242
|
showNewFormDialog: showDialog,
|
|
5338
|
-
hasHold: !!((_m = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _m === void 0 ? void 0 : _m.hold),
|
|
5339
|
-
payoutStatus,
|
|
5340
|
-
showVerifyIdentity: showVerification,
|
|
5341
5243
|
},
|
|
5342
5244
|
callbacks: {
|
|
5343
5245
|
onClick: () => setShowDialog(true),
|
|
5344
5246
|
onEditPayoutInfo,
|
|
5345
5247
|
onNewFormCancel: () => setShowDialog(false),
|
|
5346
5248
|
onNewFormClick,
|
|
5347
|
-
onVerifyIdentityCancel: () => setShowVerification(false),
|
|
5348
5249
|
},
|
|
5349
5250
|
text: props.getTextProps(),
|
|
5350
5251
|
};
|
|
@@ -5516,35 +5417,18 @@ const TaxAndCashDashboard = class {
|
|
|
5516
5417
|
* @uiName Payout error message title
|
|
5517
5418
|
* @uiWidget textArea
|
|
5518
5419
|
*/
|
|
5519
|
-
this.
|
|
5420
|
+
this.errorTitleText = "Your payout is on hold ";
|
|
5520
5421
|
/**
|
|
5521
5422
|
* Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
|
|
5522
5423
|
* @uiName Payout error message description
|
|
5523
5424
|
* @uiWidget textArea
|
|
5524
5425
|
*/
|
|
5525
|
-
this.
|
|
5426
|
+
this.errorDescriptionText = "If you’ve recently added your payout information, please wait while we verify your information. If it’s still on hold after a few days, please contact Support or check your inbox for an email from our referral program provider, impact.com.";
|
|
5526
5427
|
/**
|
|
5527
5428
|
* Text displayed for existing publishers that do not have saved banking information.
|
|
5528
5429
|
* @uiName Payout missing information subtext
|
|
5529
5430
|
*/
|
|
5530
5431
|
this.payoutMissingInformationText = "Missing banking information, go to Impact.com to resolve.";
|
|
5531
|
-
/**
|
|
5532
|
-
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
5533
|
-
* @uiName Verification required alert message title
|
|
5534
|
-
* @uiWidget textArea
|
|
5535
|
-
*/
|
|
5536
|
-
this.verificationRequiredHeader = "Verify your identity";
|
|
5537
|
-
/**
|
|
5538
|
-
* Part of the alert displayed at the top of the page when the user needs to verify their identity
|
|
5539
|
-
* @uiName Verification required alert message description
|
|
5540
|
-
* @uiWidget textArea
|
|
5541
|
-
*/
|
|
5542
|
-
this.verificationRequiredDescription = "Complete your verification to start receiving your cash rewards. It should only take a few minutes verify.";
|
|
5543
|
-
/**
|
|
5544
|
-
* Part of the alert displayed at the top of the page when the user needs to verify their identity.
|
|
5545
|
-
* @uiName Verification required alert button text
|
|
5546
|
-
*/
|
|
5547
|
-
this.verificationRequiredButtonText = "Start Verification";
|
|
5548
5432
|
/**
|
|
5549
5433
|
* Part of the alert displayed at the top of the page.
|
|
5550
5434
|
* @uiName Form submission error message title
|
|
@@ -5667,16 +5551,12 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
5667
5551
|
disabled: false,
|
|
5668
5552
|
loading: false,
|
|
5669
5553
|
showNewFormDialog: false,
|
|
5670
|
-
hasHold: false,
|
|
5671
|
-
showVerifyIdentity: false,
|
|
5672
|
-
payoutStatus: "DONE",
|
|
5673
5554
|
},
|
|
5674
5555
|
callbacks: {
|
|
5675
5556
|
onClick: () => console.debug("check step"),
|
|
5676
5557
|
onEditPayoutInfo: () => console.debug("payout info"),
|
|
5677
5558
|
onNewFormCancel: () => console.log("hide"),
|
|
5678
5559
|
onNewFormClick: () => console.log("show"),
|
|
5679
|
-
onVerifyIdentityCancel: () => console.log("hide"),
|
|
5680
5560
|
},
|
|
5681
5561
|
text: props.getTextProps(),
|
|
5682
5562
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
@@ -6733,7 +6613,7 @@ const style$6 = {
|
|
|
6733
6613
|
},
|
|
6734
6614
|
PhoneInputsSection: {
|
|
6735
6615
|
display: "flex",
|
|
6736
|
-
alignItems: "flex-
|
|
6616
|
+
alignItems: "flex-start",
|
|
6737
6617
|
flexDirection: "column",
|
|
6738
6618
|
gap: "4px",
|
|
6739
6619
|
"& p": {
|
|
@@ -6744,7 +6624,7 @@ const style$6 = {
|
|
|
6744
6624
|
},
|
|
6745
6625
|
PhoneInputsContainer: {
|
|
6746
6626
|
display: "flex",
|
|
6747
|
-
alignItems: "flex-
|
|
6627
|
+
alignItems: "flex-start",
|
|
6748
6628
|
gap: "4px",
|
|
6749
6629
|
width: "100%",
|
|
6750
6630
|
"& #phoneNumber": {
|
|
@@ -6951,12 +6831,12 @@ function useUserInfoForm(props) {
|
|
|
6951
6831
|
const currencyRef = stencilHooks_module.useRef(undefined);
|
|
6952
6832
|
const phoneCountryRef = stencilHooks_module.useRef(undefined);
|
|
6953
6833
|
const formRef = stencilHooks_module.useRef(null);
|
|
6954
|
-
const context = index_module.
|
|
6955
|
-
const countries = index_module.
|
|
6956
|
-
const [step, setStep] = index_module.
|
|
6957
|
-
const [userFormContext, setUserFormContext] = index_module.
|
|
6958
|
-
const { data, loading, errors: userError, } = index_module.
|
|
6959
|
-
const _currencies = index_module.
|
|
6834
|
+
const context = index_module.In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
6835
|
+
const countries = index_module.In(SORTED_COUNTRIES_NAMESPACE);
|
|
6836
|
+
const [step, setStep] = index_module.bn(TAX_CONTEXT_NAMESPACE);
|
|
6837
|
+
const [userFormContext, setUserFormContext] = index_module.bn(USER_FORM_CONTEXT_NAMESPACE);
|
|
6838
|
+
const { data, loading, errors: userError, } = index_module.Mn(USER_QUERY_NAMESPACE);
|
|
6839
|
+
const _currencies = index_module.In(CURRENCIES_NAMESPACE);
|
|
6960
6840
|
const currencies = stencilHooks_module.useMemo(() => [...(_currencies || [])].sort((a, b) => a.displayName.localeCompare(b.displayName)), [_currencies]);
|
|
6961
6841
|
const [countrySearch, setCountrySearch] = stencilHooks_module.useState("");
|
|
6962
6842
|
const [phoneCountrySearch, setPhoneCountrySearch] = stencilHooks_module.useState("");
|
|
@@ -6966,20 +6846,17 @@ function useUserInfoForm(props) {
|
|
|
6966
6846
|
const [filteredCurrencies, setFilteredCurrencies] = stencilHooks_module.useState(currencies || []);
|
|
6967
6847
|
const [formErrors, setErrors] = stencilHooks_module.useState({});
|
|
6968
6848
|
stencilHooks_module.useEffect(() => {
|
|
6969
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
|
6849
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
6970
6850
|
const user = data === null || data === void 0 ? void 0 : data.user;
|
|
6971
6851
|
if (!user || step !== "/1")
|
|
6972
6852
|
return;
|
|
6973
6853
|
// If form already filled out, skip initialising it
|
|
6974
6854
|
if (sqmInvoiceTableView.objectIsFull(userFormContext))
|
|
6975
6855
|
return;
|
|
6976
|
-
|
|
6977
|
-
const email = ((_a = user.managedIdentity) === null || _a === void 0 ? void 0 : _a.emailVerified) ? user.managedIdentity.email
|
|
6978
|
-
: user.email;
|
|
6979
|
-
if (((_b = user.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) && ((_c = user.impactConnection) === null || _c === void 0 ? void 0 : _c.user)) {
|
|
6856
|
+
if (((_a = user.impactConnection) === null || _a === void 0 ? void 0 : _a.publisher) && ((_b = user.impactConnection) === null || _b === void 0 ? void 0 : _b.user)) {
|
|
6980
6857
|
// Initialise with partner information
|
|
6981
6858
|
setUserFormContext({
|
|
6982
|
-
email,
|
|
6859
|
+
email: user.email,
|
|
6983
6860
|
firstName: user.impactConnection.user.firstName,
|
|
6984
6861
|
lastName: user.impactConnection.user.lastName,
|
|
6985
6862
|
countryCode: user.impactConnection.publisher.countryCode,
|
|
@@ -6995,17 +6872,17 @@ function useUserInfoForm(props) {
|
|
|
6995
6872
|
else if (!(userFormContext === null || userFormContext === void 0 ? void 0 : userFormContext.email)) {
|
|
6996
6873
|
// Initialise with user information
|
|
6997
6874
|
setUserFormContext({
|
|
6998
|
-
email,
|
|
6875
|
+
email: user.email,
|
|
6999
6876
|
firstName: user.firstName,
|
|
7000
6877
|
lastName: user.lastName,
|
|
7001
6878
|
countryCode: user.countryCode || "US",
|
|
7002
|
-
currency: (
|
|
7003
|
-
phoneNumberCountryCode: ((
|
|
7004
|
-
phoneNumber: (
|
|
7005
|
-
address: (
|
|
7006
|
-
city: (
|
|
7007
|
-
state: (
|
|
7008
|
-
postalCode: (
|
|
6879
|
+
currency: (_c = user.customFields) === null || _c === void 0 ? void 0 : _c.currency,
|
|
6880
|
+
phoneNumberCountryCode: ((_d = user.customFields) === null || _d === void 0 ? void 0 : _d.phoneNumberCountryCode) || "US",
|
|
6881
|
+
phoneNumber: (_e = user.customFields) === null || _e === void 0 ? void 0 : _e.phoneNumber,
|
|
6882
|
+
address: (_f = user.customFields) === null || _f === void 0 ? void 0 : _f.address,
|
|
6883
|
+
city: (_g = user.customFields) === null || _g === void 0 ? void 0 : _g.city,
|
|
6884
|
+
state: (_h = user.customFields) === null || _h === void 0 ? void 0 : _h.state,
|
|
6885
|
+
postalCode: (_j = user.customFields) === null || _j === void 0 ? void 0 : _j.postalCode,
|
|
7009
6886
|
});
|
|
7010
6887
|
}
|
|
7011
6888
|
}, [data, step, userFormContext]);
|
|
@@ -7320,7 +7197,7 @@ const TaxForm = class {
|
|
|
7320
7197
|
}
|
|
7321
7198
|
};
|
|
7322
7199
|
function useDemoUserInfoForm(props) {
|
|
7323
|
-
const setStep = index_module.
|
|
7200
|
+
const setStep = index_module.wn(TAX_CONTEXT_NAMESPACE);
|
|
7324
7201
|
return cjs.cjs({
|
|
7325
7202
|
setStep,
|
|
7326
7203
|
onSubmit: () => {
|