@saasquatch/mint-components 2.2.0 → 2.3.0-2
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/{data-8c8a08f6.js → data-89ac73dd.js} +2 -90
- package/dist/cjs/eventKeys-7af4df4d.js +5 -0
- package/dist/cjs/{keys-cff24974.js → keys-5a2c9ed2.js} +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/parseStates-d1effc19.js +16 -0
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +461 -339
- package/dist/cjs/{sqm-big-stat_46.cjs.entry.js → sqm-big-stat_47.cjs.entry.js} +450 -16
- package/dist/cjs/sqm-code-verification.cjs.entry.js +4 -5
- package/dist/cjs/sqm-email-verification_2.cjs.entry.js +893 -0
- package/dist/cjs/sqm-partner-info-modal-view-f6faecf5.js +149 -0
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +27 -9
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +30 -9
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +732 -326
- package/dist/cjs/{sqm-user-info-form-view-53306f6e.js → sqm-user-info-form-view-0e1ddbe4.js} +34 -426
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +1 -1
- package/dist/cjs/{usePayoutStatus-0192fccd.js → useIndirectTaxForm-c3c1ec56.js} +294 -5
- package/dist/cjs/utils-a3b3d05b.js +478 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/sqm-partner-info-modal/PartnerInfoModal.stories.js +171 -0
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +143 -0
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +670 -0
- package/dist/collection/components/sqm-partner-info-modal/usePartnerInfoModal.js +276 -0
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -0
- package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +1 -0
- package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTable.stories.js +2 -2
- package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.js +209 -145
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +30 -10
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -0
- package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTable.stories.js +2 -2
- package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.js +223 -137
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +30 -10
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -0
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +4 -0
- package/dist/collection/components/sqm-widget-verification/WidgetVerification.stories.js +16 -0
- package/dist/collection/components/sqm-widget-verification/keys.js +2 -0
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +3 -4
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +0 -2
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +19 -9
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +486 -46
- package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +43 -11
- package/dist/collection/components/tax-and-cash/data.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +93 -37
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +738 -13
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +95 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +51 -12
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +59 -30
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +51 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/UserInfoFormView.stories.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +10 -18
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +0 -25
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +34 -17
- package/dist/esm/{ShadowViewAddon-0b980200.js → ShadowViewAddon-e115fa1c.js} +5 -5
- package/dist/{mint-components/p-0c0d4065.js → esm/data-8698cbc6.js} +25 -5
- package/dist/esm/eventKeys-f76b6a03.js +3 -0
- package/dist/esm/{global-96c14d63.js → global-75e96214.js} +1 -1
- package/dist/esm/{index.module-b23fdad8.js → index.module-02cb914c.js} +1 -1
- package/dist/esm/keys-1054056a.js +8 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/parseStates-ed75e224.js +14 -0
- package/dist/esm/{re-render-f30aeb6b.js → re-render-bf46ba54.js} +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +448 -326
- package/dist/esm/{sqm-big-stat_46.entry.js → sqm-big-stat_47.entry.js} +454 -21
- package/dist/esm/sqm-close-button.entry.js +1 -1
- package/dist/esm/sqm-code-verification.entry.js +7 -8
- package/dist/esm/sqm-context-router.entry.js +1 -1
- package/dist/esm/sqm-email-verification_2.entry.js +888 -0
- package/dist/esm/sqm-empty_4.entry.js +2 -2
- package/dist/esm/sqm-google-sign-in.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
- package/dist/esm/{sqm-lead-checkbox-field-view-7928db07.js → sqm-lead-checkbox-field-view-bfafee56.js} +1 -1
- package/dist/esm/sqm-lead-checkbox-field.entry.js +4 -4
- package/dist/esm/{sqm-lead-input-field-view-d1b91650.js → sqm-lead-input-field-view-b945edf4.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +4 -4
- package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
- package/dist/esm/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-b3beac5a.js → sqm-navigation-sidebar-item-view-8d98fcf3.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +3 -3
- package/dist/esm/sqm-partner-info-modal-view-d6f3a215.js +146 -0
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-04528277.js → sqm-portal-email-verification-view-fde1eb35.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
- package/dist/esm/sqm-portal-forgot-password_6.entry.js +4 -4
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/{sqm-portal-profile-view-b5ea620f.js → sqm-portal-profile-view-2018590a.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +4 -4
- package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm/{sqm-portal-verify-email-view-c61536b7.js → sqm-portal-verify-email-view-590f964b.js} +1 -1
- package/dist/esm/sqm-qr-code.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +32 -14
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +35 -14
- package/dist/esm/sqm-stencilbook.entry.js +708 -302
- package/dist/esm/sqm-tab.entry.js +2 -2
- package/dist/esm/sqm-tabs.entry.js +3 -3
- package/dist/esm/{sqm-user-info-form-view-19d81a2b.js → sqm-user-info-form-view-e1ba6009.js} +14 -403
- package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
- package/dist/esm/{useChildElements-9bccfb72.js → useChildElements-06937df7.js} +1 -1
- package/dist/esm/{usePayoutStatus-46c0c289.js → useIndirectTaxForm-b2888ea5.js} +292 -5
- package/dist/esm/{useInstantAccessRegistration-69fefed0.js → useInstantAccessRegistration-69c9ffe0.js} +2 -2
- package/dist/esm/{useLeadFormState-dd4e8b08.js → useLeadFormState-332b2796.js} +2 -2
- package/dist/esm/{usePortalRegistrationForm-62de6fb1.js → usePortalRegistrationForm-3a1f36a2.js} +2 -2
- package/dist/esm/{useReferralCodes-52ca720f.js → useReferralCodes-25f8b792.js} +1 -1
- package/dist/esm/{useReferralTable-92af4133.js → useReferralTable-03d32c6f.js} +3 -3
- package/dist/esm/{useRegistrationFormState-2c090c38.js → useRegistrationFormState-aa44cfff.js} +1 -1
- package/dist/esm/{useVerificationEmail-c13c3b51.js → useVerificationEmail-9f2c0bab.js} +1 -1
- package/dist/esm/{utilities-77b1e0cc.js → utilities-cbd8f2eb.js} +1 -1
- package/dist/esm/utils-4f5cd04c.js +467 -0
- package/dist/esm-es5/{ShadowViewAddon-0b980200.js → ShadowViewAddon-e115fa1c.js} +1 -1
- package/dist/esm-es5/data-8698cbc6.js +1 -0
- package/dist/esm-es5/eventKeys-f76b6a03.js +1 -0
- package/dist/esm-es5/{global-96c14d63.js → global-75e96214.js} +1 -1
- package/dist/esm-es5/{index.module-b23fdad8.js → index.module-02cb914c.js} +1 -1
- package/dist/esm-es5/keys-1054056a.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/parseStates-ed75e224.js +1 -0
- package/dist/esm-es5/{re-render-f30aeb6b.js → re-render-bf46ba54.js} +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -0
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification_2.entry.js +1 -0
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-google-sign-in.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-lead-checkbox-field-view-7928db07.js → sqm-lead-checkbox-field-view-bfafee56.js} +1 -1
- package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-input-field-view-d1b91650.js → sqm-lead-input-field-view-b945edf4.js} +1 -1
- package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
- 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-b3beac5a.js → sqm-navigation-sidebar-item-view-8d98fcf3.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-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-partner-info-modal-view-d6f3a215.js +1 -0
- 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-04528277.js → sqm-portal-email-verification-view-fde1eb35.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password_6.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-b5ea620f.js → sqm-portal-profile-view-2018590a.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-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-c61536b7.js → sqm-portal-verify-email-view-590f964b.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.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/sqm-user-info-form-view-e1ba6009.js +1 -0
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/esm-es5/{useChildElements-9bccfb72.js → useChildElements-06937df7.js} +1 -1
- package/dist/esm-es5/useIndirectTaxForm-b2888ea5.js +6 -0
- package/dist/esm-es5/{useInstantAccessRegistration-69fefed0.js → useInstantAccessRegistration-69c9ffe0.js} +1 -1
- package/dist/esm-es5/{useLeadFormState-dd4e8b08.js → useLeadFormState-332b2796.js} +1 -1
- package/dist/esm-es5/{usePortalRegistrationForm-62de6fb1.js → usePortalRegistrationForm-3a1f36a2.js} +1 -1
- package/dist/esm-es5/{useReferralCodes-52ca720f.js → useReferralCodes-25f8b792.js} +1 -1
- package/dist/esm-es5/{useReferralTable-92af4133.js → useReferralTable-03d32c6f.js} +1 -1
- package/dist/esm-es5/{useRegistrationFormState-2c090c38.js → useRegistrationFormState-aa44cfff.js} +1 -1
- package/dist/esm-es5/{useVerificationEmail-c13c3b51.js → useVerificationEmail-9f2c0bab.js} +1 -1
- package/dist/esm-es5/{utilities-77b1e0cc.js → utilities-cbd8f2eb.js} +1 -1
- package/dist/esm-es5/utils-4f5cd04c.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-626b31cb.system.entry.js → p-025ddad2.system.entry.js} +1 -1
- package/dist/mint-components/{p-5b871e38.system.entry.js → p-02c0f88e.system.entry.js} +1 -1
- package/dist/mint-components/{p-f55ecf35.system.js → p-02e2b13b.system.js} +1 -1
- package/dist/mint-components/{p-a4f8abad.js → p-0766438e.js} +1 -1
- package/dist/mint-components/{p-205cfdcd.system.js → p-0815b973.system.js} +1 -1
- package/dist/mint-components/{p-db0a2afd.entry.js → p-092c2606.entry.js} +1 -1
- package/dist/mint-components/{p-fe1d3cf8.system.entry.js → p-099ce3d5.system.entry.js} +1 -1
- package/dist/mint-components/p-0a6489fa.entry.js +1 -0
- package/dist/mint-components/p-0afa6148.js +1 -0
- package/dist/mint-components/{p-fc284f91.system.entry.js → p-0b32e1d4.system.entry.js} +1 -1
- package/dist/mint-components/p-115dfc03.system.js +1 -0
- package/dist/mint-components/{p-7b59e13c.system.js → p-1317cc92.system.js} +1 -1
- package/dist/mint-components/{p-2b4af8e8.system.entry.js → p-13bb56a8.system.entry.js} +1 -1
- package/dist/mint-components/{p-f8a09b0f.js → p-13d8ecad.js} +1 -1
- package/dist/mint-components/p-13f3a647.js +1 -0
- package/dist/mint-components/{p-61897e72.entry.js → p-14183edc.entry.js} +1 -1
- package/dist/mint-components/{p-8f2d03c7.entry.js → p-1599a178.entry.js} +1 -1
- package/dist/mint-components/{p-02499e08.entry.js → p-1b0326d1.entry.js} +1 -1
- package/dist/mint-components/p-1d398dbc.entry.js +11 -0
- package/dist/mint-components/p-1d86895f.system.js +1 -0
- package/dist/mint-components/p-1e6a2945.js +1 -0
- package/dist/mint-components/{p-c8a3f3b0.js → p-1efb42e2.js} +1 -1
- package/dist/mint-components/p-1f387c7b.system.js +1 -0
- package/dist/mint-components/{p-a96c9bbb.system.entry.js → p-209157a9.system.entry.js} +1 -1
- package/dist/mint-components/{p-30c1ef36.system.js → p-2190dc73.system.js} +1 -1
- package/dist/mint-components/{p-80e116ec.system.entry.js → p-24f1d342.system.entry.js} +1 -1
- package/dist/mint-components/{p-6668f9f0.entry.js → p-27daf264.entry.js} +1 -1
- package/dist/mint-components/p-28ed2ae9.js +1 -0
- package/dist/mint-components/{p-09f7aacd.entry.js → p-29bc5f50.entry.js} +2 -2
- package/dist/mint-components/{p-738dce27.system.entry.js → p-2d3f7b76.system.entry.js} +1 -1
- package/dist/mint-components/p-2ed13619.entry.js +1 -0
- package/dist/mint-components/{p-c45a929a.system.entry.js → p-30cfe3e3.system.entry.js} +1 -1
- package/dist/mint-components/{p-d55c50af.system.js → p-31815fb6.system.js} +1 -1
- package/dist/mint-components/{p-c8bcbf8b.system.entry.js → p-3354cc75.system.entry.js} +1 -1
- package/dist/mint-components/{p-5bc5c61e.entry.js → p-335a5736.entry.js} +1 -1
- package/dist/mint-components/{p-e9485160.system.entry.js → p-33ca28ba.system.entry.js} +1 -1
- package/dist/mint-components/p-3596e241.entry.js +116 -0
- package/dist/mint-components/{p-8583ce0c.system.js → p-376c7608.system.js} +1 -1
- package/dist/mint-components/p-37e24621.system.entry.js +1 -0
- package/dist/mint-components/{p-95510f27.entry.js → p-38d04e4b.entry.js} +1 -1
- package/dist/mint-components/{p-e84b874c.js → p-3a41b39c.js} +1 -1
- package/dist/mint-components/{p-e5ea43b1.entry.js → p-3bbc0db2.entry.js} +2 -2
- package/dist/mint-components/{p-982d1f6f.entry.js → p-432a44de.entry.js} +3 -2
- package/dist/mint-components/{p-bab4929e.js → p-45230a44.js} +1 -1
- package/dist/mint-components/p-4691e9d5.system.js +1 -0
- package/dist/mint-components/{p-1d92c169.entry.js → p-4d73a616.entry.js} +1 -1
- package/dist/mint-components/{p-3bc62ca6.entry.js → p-4e3db52b.entry.js} +1 -1
- package/dist/mint-components/{p-3286ef38.js → p-4eaa3eb7.js} +1 -1
- package/dist/mint-components/{p-013564b3.entry.js → p-4eadbd5b.entry.js} +1 -1
- package/dist/mint-components/p-4f9dc974.js +1 -0
- package/dist/mint-components/{p-f7ca4cc4.system.entry.js → p-51ae6716.system.entry.js} +1 -1
- package/dist/mint-components/p-56b33268.system.entry.js +1 -0
- package/dist/mint-components/p-58c24352.system.js +6 -0
- package/dist/mint-components/p-5c52100b.js +117 -0
- package/dist/mint-components/{p-77b9cde8.system.js → p-5fdf0286.system.js} +1 -1
- package/dist/mint-components/{p-09348341.entry.js → p-60b1f3d9.entry.js} +1 -1
- package/dist/mint-components/{p-d005df28.system.entry.js → p-623a0a0b.system.entry.js} +1 -1
- package/dist/mint-components/{p-c30d0049.system.entry.js → p-6b4e5d94.system.entry.js} +1 -1
- package/dist/mint-components/{p-f4e36adf.system.entry.js → p-6f6c3ac6.system.entry.js} +1 -1
- package/dist/mint-components/p-6f8dde97.system.js +1 -0
- package/dist/mint-components/{p-43c31fd5.system.js → p-7628e56f.system.js} +1 -1
- package/dist/mint-components/{p-653db72e.entry.js → p-78e6dc8d.entry.js} +1 -1
- package/dist/mint-components/{p-f581aac7.js → p-7a091fa7.js} +1 -1
- package/dist/mint-components/{p-40bad95a.entry.js → p-7cbdf341.entry.js} +2 -2
- package/dist/mint-components/{p-044f930a.system.js → p-7d2d9ef9.system.js} +1 -1
- package/dist/mint-components/{p-5c4ba8a0.entry.js → p-7ea3f49c.entry.js} +1 -1
- package/dist/mint-components/{p-5ce78407.system.entry.js → p-81bc6dca.system.entry.js} +1 -1
- package/dist/mint-components/{p-f6528f8a.entry.js → p-84495fb8.entry.js} +1 -1
- package/dist/mint-components/{p-b96e90a2.system.entry.js → p-86d20b47.system.entry.js} +1 -1
- package/dist/mint-components/p-87f86492.js +1 -0
- package/dist/mint-components/{p-d0993bb9.js → p-8a6531d2.js} +1 -1
- package/dist/mint-components/p-8ae8968c.js +1 -0
- package/dist/mint-components/{p-7265bbcb.system.js → p-8e148cb0.system.js} +1 -1
- package/dist/mint-components/p-8f15bf17.entry.js +1 -0
- package/dist/mint-components/{p-b66f45d1.entry.js → p-921eb024.entry.js} +1 -1
- package/dist/mint-components/{p-f1374258.system.entry.js → p-925aa740.system.entry.js} +1 -1
- package/dist/mint-components/p-99eecdcb.system.entry.js +1 -0
- package/dist/mint-components/{p-e12754f5.system.entry.js → p-9a15cd5a.system.entry.js} +1 -1
- package/dist/mint-components/p-9c1f5317.system.js +1 -0
- package/dist/mint-components/{p-832aea99.js → p-9f48640d.js} +1 -1
- package/dist/mint-components/p-a38eece5.system.entry.js +1 -0
- package/dist/mint-components/p-a49d9288.entry.js +1 -0
- package/dist/mint-components/{p-90833864.system.entry.js → p-ab59c5eb.system.entry.js} +1 -1
- package/dist/mint-components/{p-e6240c72.js → p-abd717d4.js} +1 -1
- package/dist/mint-components/p-abe9f5b1.js +99 -0
- package/dist/mint-components/p-ae2f610e.system.js +1 -0
- package/dist/mint-components/p-b222bace.system.entry.js +1 -0
- package/dist/mint-components/{p-19c441b2.system.js → p-b2ad3fca.system.js} +1 -1
- package/dist/mint-components/{p-c8a8d231.entry.js → p-b3309d9b.entry.js} +2 -2
- package/dist/mint-components/p-b419f9ac.entry.js +299 -0
- package/dist/mint-components/{p-8962e023.js → p-b871d158.js} +1 -1
- package/dist/mint-components/p-b96ed8eb.js +1 -0
- package/dist/mint-components/p-badf28bb.system.js +1 -0
- package/dist/mint-components/{p-035d9b65.js → p-bb0b5e4b.js} +1 -1
- package/dist/mint-components/{p-52674798.entry.js → p-bcfdb510.entry.js} +1 -1
- package/dist/mint-components/p-be6a0dee.system.js +1 -0
- package/dist/mint-components/{p-642f2c89.js → p-bf9ab2d3.js} +1 -1
- package/dist/mint-components/{p-bc386a7b.js → p-c0a85e22.js} +1 -1
- package/dist/mint-components/p-c0f8f977.system.entry.js +1 -0
- package/dist/mint-components/p-c41d536d.entry.js +1 -0
- package/dist/mint-components/{p-a0c5631b.system.js → p-c66e5217.system.js} +1 -1
- package/dist/mint-components/p-cdabd9de.system.js +1 -0
- package/dist/mint-components/p-cfc35705.system.entry.js +1 -0
- package/dist/mint-components/{p-0d83907e.js → p-cfea215d.js} +1 -1
- package/dist/mint-components/p-d08408b3.entry.js +1 -0
- package/dist/mint-components/{p-172675ca.system.js → p-d284ae70.system.js} +1 -1
- package/dist/mint-components/{p-027fc3be.system.entry.js → p-d34564f8.system.entry.js} +1 -1
- package/dist/mint-components/{p-1021a49f.system.entry.js → p-db6bf7cf.system.entry.js} +1 -1
- package/dist/mint-components/{p-4da5a3fe.system.entry.js → p-df897432.system.entry.js} +1 -1
- package/dist/mint-components/{p-036a2617.system.js → p-e651593c.system.js} +1 -1
- package/dist/mint-components/{p-f39cf252.system.entry.js → p-e6de31a7.system.entry.js} +1 -1
- package/dist/mint-components/{p-2668335b.js → p-e8e7af06.js} +1 -1
- package/dist/mint-components/{p-85721089.system.js → p-e920c95c.system.js} +1 -1
- package/dist/mint-components/{p-3366b81e.js → p-eae44b42.js} +2 -2
- package/dist/mint-components/p-ebc519bc.system.js +1 -0
- package/dist/mint-components/{p-af407cce.entry.js → p-ef32fa8f.entry.js} +1 -1
- package/dist/mint-components/{p-7efb8782.system.js → p-f32050f6.system.js} +1 -1
- package/dist/mint-components/{p-782af7ae.system.entry.js → p-f6de2e5c.system.entry.js} +1 -1
- package/dist/mint-components/{p-9390586b.system.entry.js → p-fa85ea51.system.entry.js} +1 -1
- package/dist/mint-components/p-ff013776.entry.js +9 -0
- package/dist/mint-components/p-ffcebe78.entry.js +83 -0
- package/dist/types/components/sqm-partner-info-modal/PartnerInfoModal.stories.d.ts +15 -0
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal-view.d.ts +50 -0
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +123 -0
- package/dist/types/components/sqm-partner-info-modal/usePartnerInfoModal.d.ts +17 -0
- package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts +18 -1
- package/dist/types/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.d.ts +19 -7
- package/dist/types/components/sqm-widget-verification/WidgetVerification.stories.d.ts +8 -0
- package/dist/types/components/sqm-widget-verification/keys.d.ts +2 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +75 -7
- package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +2 -0
- package/dist/types/components/tax-and-cash/data.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/formDefinitions.d.ts +8 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +173 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +7 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +10 -5
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +0 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +0 -4
- package/dist/types/components.d.ts +644 -32
- package/dist/types/saasquatch.d.ts +2 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -4
- package/dist/cjs/extractProps-e9c55ba8.js +0 -35
- package/dist/cjs/sqm-email-verification.cjs.entry.js +0 -418
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +0 -214
- package/dist/esm/data-12e6aae1.js +0 -216
- package/dist/esm/extractProps-54064fb0.js +0 -32
- package/dist/esm/keys-406491dc.js +0 -6
- package/dist/esm/sqm-email-verification.entry.js +0 -414
- package/dist/esm/sqm-widget-verification.entry.js +0 -210
- package/dist/esm-es5/data-12e6aae1.js +0 -1
- package/dist/esm-es5/extractProps-54064fb0.js +0 -1
- package/dist/esm-es5/keys-406491dc.js +0 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +0 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-user-info-form-view-19d81a2b.js +0 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +0 -1
- package/dist/esm-es5/usePayoutStatus-46c0c289.js +0 -6
- package/dist/mint-components/p-00b235c5.system.entry.js +0 -1
- package/dist/mint-components/p-0706cf9e.system.entry.js +0 -1
- package/dist/mint-components/p-0797a946.js +0 -1
- package/dist/mint-components/p-13292317.entry.js +0 -11
- package/dist/mint-components/p-2d5c2bd4.system.entry.js +0 -1
- package/dist/mint-components/p-38c7775a.js +0 -1
- package/dist/mint-components/p-3adbfd0b.system.js +0 -6
- package/dist/mint-components/p-3af3e2c1.entry.js +0 -25
- package/dist/mint-components/p-5492dd51.system.entry.js +0 -1
- package/dist/mint-components/p-57dd28bd.system.js +0 -1
- package/dist/mint-components/p-5b1d2866.system.js +0 -1
- package/dist/mint-components/p-6c4ad51a.js +0 -1
- package/dist/mint-components/p-77fa2383.entry.js +0 -1
- package/dist/mint-components/p-7939e4af.entry.js +0 -1
- package/dist/mint-components/p-8285869e.entry.js +0 -9
- package/dist/mint-components/p-892797eb.system.entry.js +0 -1
- package/dist/mint-components/p-91a96e98.entry.js +0 -1
- package/dist/mint-components/p-b2b85238.entry.js +0 -1
- package/dist/mint-components/p-b395470f.entry.js +0 -16
- package/dist/mint-components/p-bba16a46.system.entry.js +0 -1
- package/dist/mint-components/p-be12607e.entry.js +0 -281
- package/dist/mint-components/p-bf188b72.system.entry.js +0 -1
- package/dist/mint-components/p-ca098be1.system.js +0 -1
- package/dist/mint-components/p-d18dedd4.js +0 -1
- package/dist/mint-components/p-d4f332a7.entry.js +0 -106
- package/dist/mint-components/p-d6193876.system.js +0 -1
- package/dist/mint-components/p-de0d6fd7.js +0 -49
- package/dist/mint-components/p-e00ec007.js +0 -1
- package/dist/mint-components/p-e55aafe9.system.js +0 -1
- package/dist/mint-components/p-ea03e50e.system.js +0 -1
- package/dist/mint-components/p-ec0b649a.entry.js +0 -1
- package/dist/mint-components/p-f8026ed6.system.js +0 -1
- package/dist/mint-components/p-fb804001.system.entry.js +0 -1
- package/dist/mint-components/p-fe70e20c.entry.js +0 -1
- package/dist/mint-components/p-ff118a19.system.js +0 -1
|
@@ -34,6 +34,7 @@ import { NavigationMenuViewProps } from "./components/sqm-navigation-menu/sqm-na
|
|
|
34
34
|
import { NavigationSidebarViewProps } from "./components/sqm-navigation-sidebar/sqm-navigation-sidebar-view";
|
|
35
35
|
import { NavigationSidebarItemViewProps } from "./components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view";
|
|
36
36
|
import { UsePagination } from "./components/sqm-pagination/usePagination";
|
|
37
|
+
import { PartnerInfoModalResult } from "./components/sqm-partner-info-modal/usePartnerInfoModal";
|
|
37
38
|
import { PasswordFieldViewDemoProps } from "./components/sqm-password-field/usePasswordField";
|
|
38
39
|
import { PayoutButtonScrollViewProps } from "./components/sqm-payout-button-scroll/sqm-payout-button-scroll-view";
|
|
39
40
|
import { PayoutStatusAlertViewProps } from "./components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view";
|
|
@@ -66,6 +67,12 @@ export namespace Components {
|
|
|
66
67
|
"renderLabel": (idx: any) => Promise<any>;
|
|
67
68
|
}
|
|
68
69
|
interface SqmBankingInfoForm {
|
|
70
|
+
/**
|
|
71
|
+
* Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
|
|
72
|
+
* @uiName Agency code error
|
|
73
|
+
* @uiWidget textArea
|
|
74
|
+
*/
|
|
75
|
+
"agencyCodeError": string;
|
|
69
76
|
/**
|
|
70
77
|
* @uiName Agency code field label
|
|
71
78
|
*/
|
|
@@ -75,18 +82,42 @@ export namespace Components {
|
|
|
75
82
|
* @uiName Back button label
|
|
76
83
|
*/
|
|
77
84
|
"backButton": string;
|
|
85
|
+
/**
|
|
86
|
+
* Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
|
|
87
|
+
* @uiName Bank account number / IBAN error
|
|
88
|
+
* @uiWidget textArea
|
|
89
|
+
*/
|
|
90
|
+
"bankAccountNumberError": string;
|
|
78
91
|
/**
|
|
79
92
|
* @uiName Bank account number field label
|
|
80
93
|
*/
|
|
81
94
|
"bankAccountNumberLabel": string;
|
|
95
|
+
/**
|
|
96
|
+
* Error messages for the bank account type field. Supports error codes: empty
|
|
97
|
+
* @uiName Bank account type error
|
|
98
|
+
* @uiWidget textArea
|
|
99
|
+
*/
|
|
100
|
+
"bankAccountTypeError": string;
|
|
82
101
|
/**
|
|
83
102
|
* @uiName Bank account type field label
|
|
84
103
|
*/
|
|
85
104
|
"bankAccountTypeLabel": string;
|
|
105
|
+
/**
|
|
106
|
+
* Error messages for the bank address field. Supports error codes: empty
|
|
107
|
+
* @uiName Bank address error
|
|
108
|
+
* @uiWidget textArea
|
|
109
|
+
*/
|
|
110
|
+
"bankAddressError": string;
|
|
86
111
|
/**
|
|
87
112
|
* @uiName Bank address field label
|
|
88
113
|
*/
|
|
89
114
|
"bankAddressLabel": string;
|
|
115
|
+
/**
|
|
116
|
+
* Error messages for the bank city field. Supports error codes: empty
|
|
117
|
+
* @uiName Bank city error
|
|
118
|
+
* @uiWidget textArea
|
|
119
|
+
*/
|
|
120
|
+
"bankCityError": string;
|
|
90
121
|
/**
|
|
91
122
|
* @uiName Bank city field label
|
|
92
123
|
*/
|
|
@@ -95,14 +126,32 @@ export namespace Components {
|
|
|
95
126
|
* @uiName Bank country field label
|
|
96
127
|
*/
|
|
97
128
|
"bankLocationLabel": string;
|
|
129
|
+
/**
|
|
130
|
+
* Error messages for the bank name field. Supports error codes: empty
|
|
131
|
+
* @uiName Bank name error
|
|
132
|
+
* @uiWidget textArea
|
|
133
|
+
*/
|
|
134
|
+
"bankNameError": string;
|
|
98
135
|
/**
|
|
99
136
|
* @uiName Bank name field label
|
|
100
137
|
*/
|
|
101
138
|
"bankNameLabel": string;
|
|
139
|
+
/**
|
|
140
|
+
* Error messages for the bank postal code field. Supports error codes: empty
|
|
141
|
+
* @uiName Bank postal code error
|
|
142
|
+
* @uiWidget textArea
|
|
143
|
+
*/
|
|
144
|
+
"bankPostalCodeError": string;
|
|
102
145
|
/**
|
|
103
146
|
* @uiName Bank postal code field label
|
|
104
147
|
*/
|
|
105
148
|
"bankPostalCodeLabel": string;
|
|
149
|
+
/**
|
|
150
|
+
* Error messages for the bank province/state field. Supports error codes: empty
|
|
151
|
+
* @uiName Bank province/state error
|
|
152
|
+
* @uiWidget textArea
|
|
153
|
+
*/
|
|
154
|
+
"bankStateError": string;
|
|
106
155
|
/**
|
|
107
156
|
* @uiName Bank province/state field label
|
|
108
157
|
*/
|
|
@@ -111,14 +160,36 @@ export namespace Components {
|
|
|
111
160
|
* @uiName Beneficiary account field description
|
|
112
161
|
*/
|
|
113
162
|
"beneficiaryAccountNameDescription": string;
|
|
163
|
+
/**
|
|
164
|
+
* Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
|
|
165
|
+
* @uiName Beneficiary account name error
|
|
166
|
+
* @uiWidget textArea
|
|
167
|
+
*/
|
|
168
|
+
"beneficiaryAccountNameError": string;
|
|
114
169
|
/**
|
|
115
170
|
* @uiName Beneficiary account field label
|
|
116
171
|
*/
|
|
117
172
|
"beneficiaryAccountNameLabel": string;
|
|
173
|
+
/**
|
|
174
|
+
* Error messages for the branch code field. Supports error codes: invalid
|
|
175
|
+
* @uiName Branch code error
|
|
176
|
+
* @uiWidget textArea
|
|
177
|
+
*/
|
|
178
|
+
"branchCodeError": string;
|
|
118
179
|
/**
|
|
119
180
|
* @uiName Branch code field label
|
|
120
181
|
*/
|
|
121
182
|
"branchCodeLabel": string;
|
|
183
|
+
/**
|
|
184
|
+
* Error messages for the branch name field. Supports error codes: empty
|
|
185
|
+
* @uiName Branch name error
|
|
186
|
+
* @uiWidget textArea
|
|
187
|
+
*/
|
|
188
|
+
"branchNameError": string;
|
|
189
|
+
/**
|
|
190
|
+
* @uiName Branch name field label
|
|
191
|
+
*/
|
|
192
|
+
"branchNameLabel": string;
|
|
122
193
|
/**
|
|
123
194
|
* One of three options listed for the classification field
|
|
124
195
|
* @uiName Business classification option
|
|
@@ -132,6 +203,16 @@ export namespace Components {
|
|
|
132
203
|
* @uiName Classification CPF field label
|
|
133
204
|
*/
|
|
134
205
|
"classificationCPFLabel": string;
|
|
206
|
+
/**
|
|
207
|
+
* Error messages for the classification code field. Supports error codes: empty, invalidKzt
|
|
208
|
+
* @uiName Classification code error
|
|
209
|
+
* @uiWidget textArea
|
|
210
|
+
*/
|
|
211
|
+
"classificationCodeError": string;
|
|
212
|
+
/**
|
|
213
|
+
* @uiName Classification code field label
|
|
214
|
+
*/
|
|
215
|
+
"classificationCodeLabel": string;
|
|
135
216
|
/**
|
|
136
217
|
* @uiName Classification entity field label
|
|
137
218
|
*/
|
|
@@ -239,6 +320,12 @@ export namespace Components {
|
|
|
239
320
|
* @uiName Information modal title
|
|
240
321
|
*/
|
|
241
322
|
"modalTitle": string;
|
|
323
|
+
/**
|
|
324
|
+
* Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
|
|
325
|
+
* @uiName Patronymic name error
|
|
326
|
+
* @uiWidget textArea
|
|
327
|
+
*/
|
|
328
|
+
"patronymicNameError": string;
|
|
242
329
|
/**
|
|
243
330
|
* @uiName Patronymic name field label
|
|
244
331
|
*/
|
|
@@ -248,6 +335,12 @@ export namespace Components {
|
|
|
248
335
|
* @uiName PayPal email field label
|
|
249
336
|
*/
|
|
250
337
|
"payPalInputLabel": string;
|
|
338
|
+
/**
|
|
339
|
+
* Error messages for the payment day field. Supports error codes: empty, invalid
|
|
340
|
+
* @uiName Payment day error
|
|
341
|
+
* @uiWidget textArea
|
|
342
|
+
*/
|
|
343
|
+
"paymentDayError": string;
|
|
251
344
|
/**
|
|
252
345
|
* Label text for the payment day select option for the fifteenth of the month
|
|
253
346
|
* @uiName Fifteenth of month payday option
|
|
@@ -283,11 +376,29 @@ export namespace Components {
|
|
|
283
376
|
* @uiName Fixed day payment schedule option
|
|
284
377
|
*/
|
|
285
378
|
"paymentScheduleFixedDay": string;
|
|
379
|
+
/**
|
|
380
|
+
* Error messages for the payment threshold field. Supports error codes: empty, invalid
|
|
381
|
+
* @uiName Payment threshold error
|
|
382
|
+
* @uiWidget textArea
|
|
383
|
+
*/
|
|
384
|
+
"paymentThresholdError": string;
|
|
286
385
|
/**
|
|
287
386
|
* Participant use this field to select the balance at which they want to be paid
|
|
288
387
|
* @uiName Payment threshold field label
|
|
289
388
|
*/
|
|
290
389
|
"paymentThresholdSelectLabel": string;
|
|
390
|
+
/**
|
|
391
|
+
* Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
|
|
392
|
+
* @uiName PayPal email error
|
|
393
|
+
* @uiWidget textArea
|
|
394
|
+
*/
|
|
395
|
+
"paypalEmailError": string;
|
|
396
|
+
/**
|
|
397
|
+
* Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
|
|
398
|
+
* @uiName Routing code error
|
|
399
|
+
* @uiWidget textArea
|
|
400
|
+
*/
|
|
401
|
+
"routingCodeError": string;
|
|
291
402
|
/**
|
|
292
403
|
* @uiName Routing code field label
|
|
293
404
|
*/
|
|
@@ -305,6 +416,12 @@ export namespace Components {
|
|
|
305
416
|
* @uiName Support link text
|
|
306
417
|
*/
|
|
307
418
|
"supportLink": string;
|
|
419
|
+
/**
|
|
420
|
+
* Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
|
|
421
|
+
* @uiName SWIFT code error
|
|
422
|
+
* @uiWidget textArea
|
|
423
|
+
*/
|
|
424
|
+
"swiftCodeError": string;
|
|
308
425
|
/**
|
|
309
426
|
* @uiName SWIFT code field label
|
|
310
427
|
*/
|
|
@@ -318,6 +435,12 @@ export namespace Components {
|
|
|
318
435
|
* @uiName Page description
|
|
319
436
|
*/
|
|
320
437
|
"taxAndPayoutsDescription": string;
|
|
438
|
+
/**
|
|
439
|
+
* Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
|
|
440
|
+
* @uiName Tax payer ID error
|
|
441
|
+
* @uiWidget textArea
|
|
442
|
+
*/
|
|
443
|
+
"taxPayerIdError": string;
|
|
321
444
|
/**
|
|
322
445
|
* @uiName Taxpayer ID field label
|
|
323
446
|
*/
|
|
@@ -335,6 +458,12 @@ export namespace Components {
|
|
|
335
458
|
* @uiName Verify email header
|
|
336
459
|
*/
|
|
337
460
|
"verifyEmailHeaderText": string;
|
|
461
|
+
/**
|
|
462
|
+
* Error messages for the VO code field. Supports error codes: empty, alphanumeric
|
|
463
|
+
* @uiName VO code error
|
|
464
|
+
* @uiWidget textArea
|
|
465
|
+
*/
|
|
466
|
+
"voCodeError": string;
|
|
338
467
|
/**
|
|
339
468
|
* @uiName VO code field label
|
|
340
469
|
*/
|
|
@@ -2192,6 +2321,110 @@ export namespace Components {
|
|
|
2192
2321
|
*/
|
|
2193
2322
|
"paginationText": string;
|
|
2194
2323
|
}
|
|
2324
|
+
interface SqmPartnerInfoModal {
|
|
2325
|
+
/**
|
|
2326
|
+
* Edit the property called terms and conditions text to change what's displayed for {termsAndConditionsLink}.
|
|
2327
|
+
* @uiName Terms and conditions checkbox
|
|
2328
|
+
*/
|
|
2329
|
+
"allowBankingCollection": string;
|
|
2330
|
+
/**
|
|
2331
|
+
* @uiName Confirm button label
|
|
2332
|
+
*/
|
|
2333
|
+
"confirmButtonLabel": string;
|
|
2334
|
+
/**
|
|
2335
|
+
* @uiName Country label
|
|
2336
|
+
*/
|
|
2337
|
+
"countryLabel": string;
|
|
2338
|
+
/**
|
|
2339
|
+
* @uiName Currency label
|
|
2340
|
+
*/
|
|
2341
|
+
"currencyLabel": string;
|
|
2342
|
+
/**
|
|
2343
|
+
* @undocumented
|
|
2344
|
+
* @uiType object
|
|
2345
|
+
*/
|
|
2346
|
+
"demoData"?: DemoData<PartnerInfoModalResult>;
|
|
2347
|
+
/**
|
|
2348
|
+
* Description for existing partner confirmation
|
|
2349
|
+
* @uiName Existing partner description
|
|
2350
|
+
* @uiWidget textArea
|
|
2351
|
+
*/
|
|
2352
|
+
"descriptionExistingPartner": string;
|
|
2353
|
+
/**
|
|
2354
|
+
* Description for new partner setup
|
|
2355
|
+
* @uiName New partner description
|
|
2356
|
+
* @uiWidget textArea
|
|
2357
|
+
*/
|
|
2358
|
+
"descriptionNewPartner": string;
|
|
2359
|
+
/**
|
|
2360
|
+
* Used to render in another modal.
|
|
2361
|
+
* @undocumented
|
|
2362
|
+
*/
|
|
2363
|
+
"inModal": boolean;
|
|
2364
|
+
/**
|
|
2365
|
+
* @uiName Missing fields error text
|
|
2366
|
+
* @uiWidget textArea
|
|
2367
|
+
*/
|
|
2368
|
+
"missingFieldsErrorText": string;
|
|
2369
|
+
/**
|
|
2370
|
+
* Header text when user has no existing partner
|
|
2371
|
+
* @uiName New partner header
|
|
2372
|
+
* @uiWidget textArea
|
|
2373
|
+
*/
|
|
2374
|
+
"modalHeader": string;
|
|
2375
|
+
/**
|
|
2376
|
+
* Header text when user has an existing partner
|
|
2377
|
+
* @uiName Existing partner header
|
|
2378
|
+
* @uiWidget textArea
|
|
2379
|
+
*/
|
|
2380
|
+
"modalHeaderExistingPartner": string;
|
|
2381
|
+
/**
|
|
2382
|
+
* @uiName Network error text
|
|
2383
|
+
* @uiWidget textArea
|
|
2384
|
+
*/
|
|
2385
|
+
"networkErrorText": string;
|
|
2386
|
+
/**
|
|
2387
|
+
* @uiName Search country placeholder
|
|
2388
|
+
*/
|
|
2389
|
+
"searchCountryPlaceholder": string;
|
|
2390
|
+
/**
|
|
2391
|
+
* @uiName Search currency placeholder
|
|
2392
|
+
*/
|
|
2393
|
+
"searchCurrencyPlaceholder": string;
|
|
2394
|
+
/**
|
|
2395
|
+
* @undocumented
|
|
2396
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
2397
|
+
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
2398
|
+
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
2399
|
+
*/
|
|
2400
|
+
"stateController": string;
|
|
2401
|
+
/**
|
|
2402
|
+
* @uiName Submit button label
|
|
2403
|
+
*/
|
|
2404
|
+
"submitButtonLabel": string;
|
|
2405
|
+
/**
|
|
2406
|
+
* Support description for existing partner confirmation
|
|
2407
|
+
* @uiName Existing partner support description
|
|
2408
|
+
* @uiWidget textArea
|
|
2409
|
+
*/
|
|
2410
|
+
"supportDescriptionExistingPartner": string;
|
|
2411
|
+
/**
|
|
2412
|
+
* Support description for existing partner confirmation
|
|
2413
|
+
* @uiName Existing partner support description
|
|
2414
|
+
*/
|
|
2415
|
+
"supportLink": string;
|
|
2416
|
+
/**
|
|
2417
|
+
* The link text that appears in the terms and conditions checkbox
|
|
2418
|
+
* @uiName Terms and conditions text
|
|
2419
|
+
* @uiWidget textArea
|
|
2420
|
+
*/
|
|
2421
|
+
"termsAndConditionsLabel": string;
|
|
2422
|
+
/**
|
|
2423
|
+
* The link that appears in the terms and conditions checkbox
|
|
2424
|
+
* @uiName Terms and conditions link
|
|
2425
|
+
*/
|
|
2426
|
+
"termsAndConditionsLink": string;
|
|
2427
|
+
}
|
|
2195
2428
|
interface SqmPasswordField {
|
|
2196
2429
|
/**
|
|
2197
2430
|
* @undocumented
|
|
@@ -5962,11 +6195,6 @@ export namespace Components {
|
|
|
5962
6195
|
* @uiGroup Step 1 Properties
|
|
5963
6196
|
*/
|
|
5964
6197
|
"step1_currency": string;
|
|
5965
|
-
/**
|
|
5966
|
-
* @uiName Currency field help text
|
|
5967
|
-
* @uiGroup Step 1 Properties
|
|
5968
|
-
*/
|
|
5969
|
-
"step1_currencyHelpText": string;
|
|
5970
6198
|
/**
|
|
5971
6199
|
* @uiName Email field label
|
|
5972
6200
|
* @uiGroup Step 1 Properties
|
|
@@ -6285,6 +6513,11 @@ export namespace Components {
|
|
|
6285
6513
|
* @uiGroup Step 4 Properties
|
|
6286
6514
|
*/
|
|
6287
6515
|
"step4_branchCodeLabel": string;
|
|
6516
|
+
/**
|
|
6517
|
+
* @uiName Branch name field label
|
|
6518
|
+
* @uiGroup Step 4 Properties
|
|
6519
|
+
*/
|
|
6520
|
+
"step4_branchNameLabel": string;
|
|
6288
6521
|
/**
|
|
6289
6522
|
* One of three options listed for the classification field
|
|
6290
6523
|
* @uiName Business classification option
|
|
@@ -6301,6 +6534,11 @@ export namespace Components {
|
|
|
6301
6534
|
* @uiGroup Step 4 Properties
|
|
6302
6535
|
*/
|
|
6303
6536
|
"step4_classificationCPFLabel": string;
|
|
6537
|
+
/**
|
|
6538
|
+
* @uiName Classification code field label
|
|
6539
|
+
* @uiGroup Step 4 Properties
|
|
6540
|
+
*/
|
|
6541
|
+
"step4_classificationCodeLabel": string;
|
|
6304
6542
|
/**
|
|
6305
6543
|
* @uiName Classification entity field label
|
|
6306
6544
|
* @uiGroup Step 4 Properties
|
|
@@ -7047,10 +7285,6 @@ export namespace Components {
|
|
|
7047
7285
|
* @uiName Currency field label
|
|
7048
7286
|
*/
|
|
7049
7287
|
"currency": string;
|
|
7050
|
-
/**
|
|
7051
|
-
* @uiName Currency field help text
|
|
7052
|
-
*/
|
|
7053
|
-
"currencyHelpText": string;
|
|
7054
7288
|
/**
|
|
7055
7289
|
* @undocumented
|
|
7056
7290
|
* @uiType object
|
|
@@ -7240,6 +7474,78 @@ export namespace Components {
|
|
|
7240
7474
|
* @uiGroup Code Verification Step
|
|
7241
7475
|
*/
|
|
7242
7476
|
"codeStep_verifyText": string;
|
|
7477
|
+
/**
|
|
7478
|
+
* @uiName Confirm button label
|
|
7479
|
+
* @uiGroup Partner Creation Step
|
|
7480
|
+
*/
|
|
7481
|
+
"createPartnerStep_confirmButtonLabel": string;
|
|
7482
|
+
/**
|
|
7483
|
+
* @uiName Country label
|
|
7484
|
+
* @uiGroup Partner Creation Step
|
|
7485
|
+
*/
|
|
7486
|
+
"createPartnerStep_countryLabel": string;
|
|
7487
|
+
/**
|
|
7488
|
+
* @uiName Currency label
|
|
7489
|
+
* @uiGroup Partner Creation Step
|
|
7490
|
+
*/
|
|
7491
|
+
"createPartnerStep_currencyLabel": string;
|
|
7492
|
+
/**
|
|
7493
|
+
* @uiName Existing partner description
|
|
7494
|
+
* @uiGroup Partner Creation Step
|
|
7495
|
+
* @uiWidget textArea
|
|
7496
|
+
*/
|
|
7497
|
+
"createPartnerStep_descriptionExistingPartner": string;
|
|
7498
|
+
/**
|
|
7499
|
+
* @uiName New partner description
|
|
7500
|
+
* @uiGroup Partner Creation Step
|
|
7501
|
+
* @uiWidget textArea
|
|
7502
|
+
*/
|
|
7503
|
+
"createPartnerStep_descriptionNewPartner": string;
|
|
7504
|
+
/**
|
|
7505
|
+
* @uiName Missing fields error text
|
|
7506
|
+
* @uiGroup Partner Creation Step
|
|
7507
|
+
* @uiWidget textArea
|
|
7508
|
+
*/
|
|
7509
|
+
"createPartnerStep_missingFieldsErrorText": string;
|
|
7510
|
+
/**
|
|
7511
|
+
* @uiName New partner header
|
|
7512
|
+
* @uiGroup Partner Creation Step
|
|
7513
|
+
* @uiWidget textArea
|
|
7514
|
+
*/
|
|
7515
|
+
"createPartnerStep_modalHeader": string;
|
|
7516
|
+
/**
|
|
7517
|
+
* @uiName Existing partner header
|
|
7518
|
+
* @uiGroup Partner Creation Step
|
|
7519
|
+
* @uiWidget textArea
|
|
7520
|
+
*/
|
|
7521
|
+
"createPartnerStep_modalHeaderExistingPartner": string;
|
|
7522
|
+
/**
|
|
7523
|
+
* @uiName Network error text
|
|
7524
|
+
* @uiGroup Partner Creation Step
|
|
7525
|
+
* @uiWidget textArea
|
|
7526
|
+
*/
|
|
7527
|
+
"createPartnerStep_networkErrorText": string;
|
|
7528
|
+
/**
|
|
7529
|
+
* @uiName Search country placeholder
|
|
7530
|
+
* @uiGroup Partner Creation Step
|
|
7531
|
+
*/
|
|
7532
|
+
"createPartnerStep_searchCountryPlaceholder": string;
|
|
7533
|
+
/**
|
|
7534
|
+
* @uiName Search currency placeholder
|
|
7535
|
+
* @uiGroup Partner Creation Step
|
|
7536
|
+
*/
|
|
7537
|
+
"createPartnerStep_searchCurrencyPlaceholder": string;
|
|
7538
|
+
/**
|
|
7539
|
+
* @uiName Submit button label
|
|
7540
|
+
* @uiGroup Partner Creation Step
|
|
7541
|
+
*/
|
|
7542
|
+
"createPartnerStep_submitButtonLabel": string;
|
|
7543
|
+
/**
|
|
7544
|
+
* @uiName Existing partner support description
|
|
7545
|
+
* @uiGroup Partner Creation Step
|
|
7546
|
+
* @uiWidget textArea
|
|
7547
|
+
*/
|
|
7548
|
+
"createPartnerStep_supportDescriptionExistingPartner": string;
|
|
7243
7549
|
/**
|
|
7244
7550
|
* @uiName Email input label
|
|
7245
7551
|
* @uiGroup Email Verification Step
|
|
@@ -7271,19 +7577,15 @@ export namespace Components {
|
|
|
7271
7577
|
*/
|
|
7272
7578
|
"emailStep_verifyEmailHeaderText": string;
|
|
7273
7579
|
/**
|
|
7274
|
-
* @uiName General
|
|
7580
|
+
* @uiName General widget header text with partner creation
|
|
7275
7581
|
* @uiGroup General Text
|
|
7276
7582
|
*/
|
|
7277
|
-
"
|
|
7278
|
-
/**
|
|
7279
|
-
* @uiName General verify widget header text
|
|
7280
|
-
* @uiGroup General Text
|
|
7281
|
-
*/
|
|
7282
|
-
"general_verifyEmailHeader": string;
|
|
7583
|
+
"general_widgetHeaderWithPartnerCreation": string;
|
|
7283
7584
|
/**
|
|
7284
7585
|
* @undocumented
|
|
7285
7586
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
7286
7587
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
7588
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
7287
7589
|
*/
|
|
7288
7590
|
"stateController": string;
|
|
7289
7591
|
}
|
|
@@ -7591,6 +7893,12 @@ declare global {
|
|
|
7591
7893
|
prototype: HTMLSqmPaginationElement;
|
|
7592
7894
|
new (): HTMLSqmPaginationElement;
|
|
7593
7895
|
};
|
|
7896
|
+
interface HTMLSqmPartnerInfoModalElement extends Components.SqmPartnerInfoModal, HTMLStencilElement {
|
|
7897
|
+
}
|
|
7898
|
+
var HTMLSqmPartnerInfoModalElement: {
|
|
7899
|
+
prototype: HTMLSqmPartnerInfoModalElement;
|
|
7900
|
+
new (): HTMLSqmPartnerInfoModalElement;
|
|
7901
|
+
};
|
|
7594
7902
|
interface HTMLSqmPasswordFieldElement extends Components.SqmPasswordField, HTMLStencilElement {
|
|
7595
7903
|
}
|
|
7596
7904
|
var HTMLSqmPasswordFieldElement: {
|
|
@@ -8121,6 +8429,7 @@ declare global {
|
|
|
8121
8429
|
"sqm-navigation-sidebar": HTMLSqmNavigationSidebarElement;
|
|
8122
8430
|
"sqm-navigation-sidebar-item": HTMLSqmNavigationSidebarItemElement;
|
|
8123
8431
|
"sqm-pagination": HTMLSqmPaginationElement;
|
|
8432
|
+
"sqm-partner-info-modal": HTMLSqmPartnerInfoModalElement;
|
|
8124
8433
|
"sqm-password-field": HTMLSqmPasswordFieldElement;
|
|
8125
8434
|
"sqm-payout-button-scroll": HTMLSqmPayoutButtonScrollElement;
|
|
8126
8435
|
"sqm-payout-details-card": HTMLSqmPayoutDetailsCardElement;
|
|
@@ -8207,6 +8516,12 @@ declare namespace LocalJSX {
|
|
|
8207
8516
|
interface RaisinsPlopTarget {
|
|
8208
8517
|
}
|
|
8209
8518
|
interface SqmBankingInfoForm {
|
|
8519
|
+
/**
|
|
8520
|
+
* Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
|
|
8521
|
+
* @uiName Agency code error
|
|
8522
|
+
* @uiWidget textArea
|
|
8523
|
+
*/
|
|
8524
|
+
"agencyCodeError"?: string;
|
|
8210
8525
|
/**
|
|
8211
8526
|
* @uiName Agency code field label
|
|
8212
8527
|
*/
|
|
@@ -8216,18 +8531,42 @@ declare namespace LocalJSX {
|
|
|
8216
8531
|
* @uiName Back button label
|
|
8217
8532
|
*/
|
|
8218
8533
|
"backButton"?: string;
|
|
8534
|
+
/**
|
|
8535
|
+
* Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
|
|
8536
|
+
* @uiName Bank account number / IBAN error
|
|
8537
|
+
* @uiWidget textArea
|
|
8538
|
+
*/
|
|
8539
|
+
"bankAccountNumberError"?: string;
|
|
8219
8540
|
/**
|
|
8220
8541
|
* @uiName Bank account number field label
|
|
8221
8542
|
*/
|
|
8222
8543
|
"bankAccountNumberLabel"?: string;
|
|
8544
|
+
/**
|
|
8545
|
+
* Error messages for the bank account type field. Supports error codes: empty
|
|
8546
|
+
* @uiName Bank account type error
|
|
8547
|
+
* @uiWidget textArea
|
|
8548
|
+
*/
|
|
8549
|
+
"bankAccountTypeError"?: string;
|
|
8223
8550
|
/**
|
|
8224
8551
|
* @uiName Bank account type field label
|
|
8225
8552
|
*/
|
|
8226
8553
|
"bankAccountTypeLabel"?: string;
|
|
8554
|
+
/**
|
|
8555
|
+
* Error messages for the bank address field. Supports error codes: empty
|
|
8556
|
+
* @uiName Bank address error
|
|
8557
|
+
* @uiWidget textArea
|
|
8558
|
+
*/
|
|
8559
|
+
"bankAddressError"?: string;
|
|
8227
8560
|
/**
|
|
8228
8561
|
* @uiName Bank address field label
|
|
8229
8562
|
*/
|
|
8230
8563
|
"bankAddressLabel"?: string;
|
|
8564
|
+
/**
|
|
8565
|
+
* Error messages for the bank city field. Supports error codes: empty
|
|
8566
|
+
* @uiName Bank city error
|
|
8567
|
+
* @uiWidget textArea
|
|
8568
|
+
*/
|
|
8569
|
+
"bankCityError"?: string;
|
|
8231
8570
|
/**
|
|
8232
8571
|
* @uiName Bank city field label
|
|
8233
8572
|
*/
|
|
@@ -8236,14 +8575,32 @@ declare namespace LocalJSX {
|
|
|
8236
8575
|
* @uiName Bank country field label
|
|
8237
8576
|
*/
|
|
8238
8577
|
"bankLocationLabel"?: string;
|
|
8578
|
+
/**
|
|
8579
|
+
* Error messages for the bank name field. Supports error codes: empty
|
|
8580
|
+
* @uiName Bank name error
|
|
8581
|
+
* @uiWidget textArea
|
|
8582
|
+
*/
|
|
8583
|
+
"bankNameError"?: string;
|
|
8239
8584
|
/**
|
|
8240
8585
|
* @uiName Bank name field label
|
|
8241
8586
|
*/
|
|
8242
8587
|
"bankNameLabel"?: string;
|
|
8588
|
+
/**
|
|
8589
|
+
* Error messages for the bank postal code field. Supports error codes: empty
|
|
8590
|
+
* @uiName Bank postal code error
|
|
8591
|
+
* @uiWidget textArea
|
|
8592
|
+
*/
|
|
8593
|
+
"bankPostalCodeError"?: string;
|
|
8243
8594
|
/**
|
|
8244
8595
|
* @uiName Bank postal code field label
|
|
8245
8596
|
*/
|
|
8246
8597
|
"bankPostalCodeLabel"?: string;
|
|
8598
|
+
/**
|
|
8599
|
+
* Error messages for the bank province/state field. Supports error codes: empty
|
|
8600
|
+
* @uiName Bank province/state error
|
|
8601
|
+
* @uiWidget textArea
|
|
8602
|
+
*/
|
|
8603
|
+
"bankStateError"?: string;
|
|
8247
8604
|
/**
|
|
8248
8605
|
* @uiName Bank province/state field label
|
|
8249
8606
|
*/
|
|
@@ -8252,14 +8609,36 @@ declare namespace LocalJSX {
|
|
|
8252
8609
|
* @uiName Beneficiary account field description
|
|
8253
8610
|
*/
|
|
8254
8611
|
"beneficiaryAccountNameDescription"?: string;
|
|
8612
|
+
/**
|
|
8613
|
+
* Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
|
|
8614
|
+
* @uiName Beneficiary account name error
|
|
8615
|
+
* @uiWidget textArea
|
|
8616
|
+
*/
|
|
8617
|
+
"beneficiaryAccountNameError"?: string;
|
|
8255
8618
|
/**
|
|
8256
8619
|
* @uiName Beneficiary account field label
|
|
8257
8620
|
*/
|
|
8258
8621
|
"beneficiaryAccountNameLabel"?: string;
|
|
8622
|
+
/**
|
|
8623
|
+
* Error messages for the branch code field. Supports error codes: invalid
|
|
8624
|
+
* @uiName Branch code error
|
|
8625
|
+
* @uiWidget textArea
|
|
8626
|
+
*/
|
|
8627
|
+
"branchCodeError"?: string;
|
|
8259
8628
|
/**
|
|
8260
8629
|
* @uiName Branch code field label
|
|
8261
8630
|
*/
|
|
8262
8631
|
"branchCodeLabel"?: string;
|
|
8632
|
+
/**
|
|
8633
|
+
* Error messages for the branch name field. Supports error codes: empty
|
|
8634
|
+
* @uiName Branch name error
|
|
8635
|
+
* @uiWidget textArea
|
|
8636
|
+
*/
|
|
8637
|
+
"branchNameError"?: string;
|
|
8638
|
+
/**
|
|
8639
|
+
* @uiName Branch name field label
|
|
8640
|
+
*/
|
|
8641
|
+
"branchNameLabel"?: string;
|
|
8263
8642
|
/**
|
|
8264
8643
|
* One of three options listed for the classification field
|
|
8265
8644
|
* @uiName Business classification option
|
|
@@ -8273,6 +8652,16 @@ declare namespace LocalJSX {
|
|
|
8273
8652
|
* @uiName Classification CPF field label
|
|
8274
8653
|
*/
|
|
8275
8654
|
"classificationCPFLabel"?: string;
|
|
8655
|
+
/**
|
|
8656
|
+
* Error messages for the classification code field. Supports error codes: empty, invalidKzt
|
|
8657
|
+
* @uiName Classification code error
|
|
8658
|
+
* @uiWidget textArea
|
|
8659
|
+
*/
|
|
8660
|
+
"classificationCodeError"?: string;
|
|
8661
|
+
/**
|
|
8662
|
+
* @uiName Classification code field label
|
|
8663
|
+
*/
|
|
8664
|
+
"classificationCodeLabel"?: string;
|
|
8276
8665
|
/**
|
|
8277
8666
|
* @uiName Classification entity field label
|
|
8278
8667
|
*/
|
|
@@ -8380,6 +8769,12 @@ declare namespace LocalJSX {
|
|
|
8380
8769
|
* @uiName Information modal title
|
|
8381
8770
|
*/
|
|
8382
8771
|
"modalTitle"?: string;
|
|
8772
|
+
/**
|
|
8773
|
+
* Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
|
|
8774
|
+
* @uiName Patronymic name error
|
|
8775
|
+
* @uiWidget textArea
|
|
8776
|
+
*/
|
|
8777
|
+
"patronymicNameError"?: string;
|
|
8383
8778
|
/**
|
|
8384
8779
|
* @uiName Patronymic name field label
|
|
8385
8780
|
*/
|
|
@@ -8389,6 +8784,12 @@ declare namespace LocalJSX {
|
|
|
8389
8784
|
* @uiName PayPal email field label
|
|
8390
8785
|
*/
|
|
8391
8786
|
"payPalInputLabel"?: string;
|
|
8787
|
+
/**
|
|
8788
|
+
* Error messages for the payment day field. Supports error codes: empty, invalid
|
|
8789
|
+
* @uiName Payment day error
|
|
8790
|
+
* @uiWidget textArea
|
|
8791
|
+
*/
|
|
8792
|
+
"paymentDayError"?: string;
|
|
8392
8793
|
/**
|
|
8393
8794
|
* Label text for the payment day select option for the fifteenth of the month
|
|
8394
8795
|
* @uiName Fifteenth of month payday option
|
|
@@ -8424,11 +8825,29 @@ declare namespace LocalJSX {
|
|
|
8424
8825
|
* @uiName Fixed day payment schedule option
|
|
8425
8826
|
*/
|
|
8426
8827
|
"paymentScheduleFixedDay"?: string;
|
|
8828
|
+
/**
|
|
8829
|
+
* Error messages for the payment threshold field. Supports error codes: empty, invalid
|
|
8830
|
+
* @uiName Payment threshold error
|
|
8831
|
+
* @uiWidget textArea
|
|
8832
|
+
*/
|
|
8833
|
+
"paymentThresholdError"?: string;
|
|
8427
8834
|
/**
|
|
8428
8835
|
* Participant use this field to select the balance at which they want to be paid
|
|
8429
8836
|
* @uiName Payment threshold field label
|
|
8430
8837
|
*/
|
|
8431
8838
|
"paymentThresholdSelectLabel"?: string;
|
|
8839
|
+
/**
|
|
8840
|
+
* Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
|
|
8841
|
+
* @uiName PayPal email error
|
|
8842
|
+
* @uiWidget textArea
|
|
8843
|
+
*/
|
|
8844
|
+
"paypalEmailError"?: string;
|
|
8845
|
+
/**
|
|
8846
|
+
* Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
|
|
8847
|
+
* @uiName Routing code error
|
|
8848
|
+
* @uiWidget textArea
|
|
8849
|
+
*/
|
|
8850
|
+
"routingCodeError"?: string;
|
|
8432
8851
|
/**
|
|
8433
8852
|
* @uiName Routing code field label
|
|
8434
8853
|
*/
|
|
@@ -8446,6 +8865,12 @@ declare namespace LocalJSX {
|
|
|
8446
8865
|
* @uiName Support link text
|
|
8447
8866
|
*/
|
|
8448
8867
|
"supportLink"?: string;
|
|
8868
|
+
/**
|
|
8869
|
+
* Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
|
|
8870
|
+
* @uiName SWIFT code error
|
|
8871
|
+
* @uiWidget textArea
|
|
8872
|
+
*/
|
|
8873
|
+
"swiftCodeError"?: string;
|
|
8449
8874
|
/**
|
|
8450
8875
|
* @uiName SWIFT code field label
|
|
8451
8876
|
*/
|
|
@@ -8459,6 +8884,12 @@ declare namespace LocalJSX {
|
|
|
8459
8884
|
* @uiName Page description
|
|
8460
8885
|
*/
|
|
8461
8886
|
"taxAndPayoutsDescription"?: string;
|
|
8887
|
+
/**
|
|
8888
|
+
* Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
|
|
8889
|
+
* @uiName Tax payer ID error
|
|
8890
|
+
* @uiWidget textArea
|
|
8891
|
+
*/
|
|
8892
|
+
"taxPayerIdError"?: string;
|
|
8462
8893
|
/**
|
|
8463
8894
|
* @uiName Taxpayer ID field label
|
|
8464
8895
|
*/
|
|
@@ -8476,6 +8907,12 @@ declare namespace LocalJSX {
|
|
|
8476
8907
|
* @uiName Verify email header
|
|
8477
8908
|
*/
|
|
8478
8909
|
"verifyEmailHeaderText"?: string;
|
|
8910
|
+
/**
|
|
8911
|
+
* Error messages for the VO code field. Supports error codes: empty, alphanumeric
|
|
8912
|
+
* @uiName VO code error
|
|
8913
|
+
* @uiWidget textArea
|
|
8914
|
+
*/
|
|
8915
|
+
"voCodeError"?: string;
|
|
8479
8916
|
/**
|
|
8480
8917
|
* @uiName VO code field label
|
|
8481
8918
|
*/
|
|
@@ -10328,6 +10765,110 @@ declare namespace LocalJSX {
|
|
|
10328
10765
|
*/
|
|
10329
10766
|
"paginationText"?: string;
|
|
10330
10767
|
}
|
|
10768
|
+
interface SqmPartnerInfoModal {
|
|
10769
|
+
/**
|
|
10770
|
+
* Edit the property called terms and conditions text to change what's displayed for {termsAndConditionsLink}.
|
|
10771
|
+
* @uiName Terms and conditions checkbox
|
|
10772
|
+
*/
|
|
10773
|
+
"allowBankingCollection"?: string;
|
|
10774
|
+
/**
|
|
10775
|
+
* @uiName Confirm button label
|
|
10776
|
+
*/
|
|
10777
|
+
"confirmButtonLabel"?: string;
|
|
10778
|
+
/**
|
|
10779
|
+
* @uiName Country label
|
|
10780
|
+
*/
|
|
10781
|
+
"countryLabel"?: string;
|
|
10782
|
+
/**
|
|
10783
|
+
* @uiName Currency label
|
|
10784
|
+
*/
|
|
10785
|
+
"currencyLabel"?: string;
|
|
10786
|
+
/**
|
|
10787
|
+
* @undocumented
|
|
10788
|
+
* @uiType object
|
|
10789
|
+
*/
|
|
10790
|
+
"demoData"?: DemoData<PartnerInfoModalResult>;
|
|
10791
|
+
/**
|
|
10792
|
+
* Description for existing partner confirmation
|
|
10793
|
+
* @uiName Existing partner description
|
|
10794
|
+
* @uiWidget textArea
|
|
10795
|
+
*/
|
|
10796
|
+
"descriptionExistingPartner"?: string;
|
|
10797
|
+
/**
|
|
10798
|
+
* Description for new partner setup
|
|
10799
|
+
* @uiName New partner description
|
|
10800
|
+
* @uiWidget textArea
|
|
10801
|
+
*/
|
|
10802
|
+
"descriptionNewPartner"?: string;
|
|
10803
|
+
/**
|
|
10804
|
+
* Used to render in another modal.
|
|
10805
|
+
* @undocumented
|
|
10806
|
+
*/
|
|
10807
|
+
"inModal"?: boolean;
|
|
10808
|
+
/**
|
|
10809
|
+
* @uiName Missing fields error text
|
|
10810
|
+
* @uiWidget textArea
|
|
10811
|
+
*/
|
|
10812
|
+
"missingFieldsErrorText"?: string;
|
|
10813
|
+
/**
|
|
10814
|
+
* Header text when user has no existing partner
|
|
10815
|
+
* @uiName New partner header
|
|
10816
|
+
* @uiWidget textArea
|
|
10817
|
+
*/
|
|
10818
|
+
"modalHeader"?: string;
|
|
10819
|
+
/**
|
|
10820
|
+
* Header text when user has an existing partner
|
|
10821
|
+
* @uiName Existing partner header
|
|
10822
|
+
* @uiWidget textArea
|
|
10823
|
+
*/
|
|
10824
|
+
"modalHeaderExistingPartner"?: string;
|
|
10825
|
+
/**
|
|
10826
|
+
* @uiName Network error text
|
|
10827
|
+
* @uiWidget textArea
|
|
10828
|
+
*/
|
|
10829
|
+
"networkErrorText"?: string;
|
|
10830
|
+
/**
|
|
10831
|
+
* @uiName Search country placeholder
|
|
10832
|
+
*/
|
|
10833
|
+
"searchCountryPlaceholder"?: string;
|
|
10834
|
+
/**
|
|
10835
|
+
* @uiName Search currency placeholder
|
|
10836
|
+
*/
|
|
10837
|
+
"searchCurrencyPlaceholder"?: string;
|
|
10838
|
+
/**
|
|
10839
|
+
* @undocumented
|
|
10840
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
10841
|
+
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
10842
|
+
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
10843
|
+
*/
|
|
10844
|
+
"stateController"?: string;
|
|
10845
|
+
/**
|
|
10846
|
+
* @uiName Submit button label
|
|
10847
|
+
*/
|
|
10848
|
+
"submitButtonLabel"?: string;
|
|
10849
|
+
/**
|
|
10850
|
+
* Support description for existing partner confirmation
|
|
10851
|
+
* @uiName Existing partner support description
|
|
10852
|
+
* @uiWidget textArea
|
|
10853
|
+
*/
|
|
10854
|
+
"supportDescriptionExistingPartner"?: string;
|
|
10855
|
+
/**
|
|
10856
|
+
* Support description for existing partner confirmation
|
|
10857
|
+
* @uiName Existing partner support description
|
|
10858
|
+
*/
|
|
10859
|
+
"supportLink"?: string;
|
|
10860
|
+
/**
|
|
10861
|
+
* The link text that appears in the terms and conditions checkbox
|
|
10862
|
+
* @uiName Terms and conditions text
|
|
10863
|
+
* @uiWidget textArea
|
|
10864
|
+
*/
|
|
10865
|
+
"termsAndConditionsLabel"?: string;
|
|
10866
|
+
/**
|
|
10867
|
+
* The link that appears in the terms and conditions checkbox
|
|
10868
|
+
* @uiName Terms and conditions link
|
|
10869
|
+
*/
|
|
10870
|
+
"termsAndConditionsLink"?: string;
|
|
10871
|
+
}
|
|
10331
10872
|
interface SqmPasswordField {
|
|
10332
10873
|
/**
|
|
10333
10874
|
* @undocumented
|
|
@@ -14074,11 +14615,6 @@ declare namespace LocalJSX {
|
|
|
14074
14615
|
* @uiGroup Step 1 Properties
|
|
14075
14616
|
*/
|
|
14076
14617
|
"step1_currency"?: string;
|
|
14077
|
-
/**
|
|
14078
|
-
* @uiName Currency field help text
|
|
14079
|
-
* @uiGroup Step 1 Properties
|
|
14080
|
-
*/
|
|
14081
|
-
"step1_currencyHelpText"?: string;
|
|
14082
14618
|
/**
|
|
14083
14619
|
* @uiName Email field label
|
|
14084
14620
|
* @uiGroup Step 1 Properties
|
|
@@ -14397,6 +14933,11 @@ declare namespace LocalJSX {
|
|
|
14397
14933
|
* @uiGroup Step 4 Properties
|
|
14398
14934
|
*/
|
|
14399
14935
|
"step4_branchCodeLabel"?: string;
|
|
14936
|
+
/**
|
|
14937
|
+
* @uiName Branch name field label
|
|
14938
|
+
* @uiGroup Step 4 Properties
|
|
14939
|
+
*/
|
|
14940
|
+
"step4_branchNameLabel"?: string;
|
|
14400
14941
|
/**
|
|
14401
14942
|
* One of three options listed for the classification field
|
|
14402
14943
|
* @uiName Business classification option
|
|
@@ -14413,6 +14954,11 @@ declare namespace LocalJSX {
|
|
|
14413
14954
|
* @uiGroup Step 4 Properties
|
|
14414
14955
|
*/
|
|
14415
14956
|
"step4_classificationCPFLabel"?: string;
|
|
14957
|
+
/**
|
|
14958
|
+
* @uiName Classification code field label
|
|
14959
|
+
* @uiGroup Step 4 Properties
|
|
14960
|
+
*/
|
|
14961
|
+
"step4_classificationCodeLabel"?: string;
|
|
14416
14962
|
/**
|
|
14417
14963
|
* @uiName Classification entity field label
|
|
14418
14964
|
* @uiGroup Step 4 Properties
|
|
@@ -15158,10 +15704,6 @@ declare namespace LocalJSX {
|
|
|
15158
15704
|
* @uiName Currency field label
|
|
15159
15705
|
*/
|
|
15160
15706
|
"currency"?: string;
|
|
15161
|
-
/**
|
|
15162
|
-
* @uiName Currency field help text
|
|
15163
|
-
*/
|
|
15164
|
-
"currencyHelpText"?: string;
|
|
15165
15707
|
/**
|
|
15166
15708
|
* @undocumented
|
|
15167
15709
|
* @uiType object
|
|
@@ -15351,6 +15893,78 @@ declare namespace LocalJSX {
|
|
|
15351
15893
|
* @uiGroup Code Verification Step
|
|
15352
15894
|
*/
|
|
15353
15895
|
"codeStep_verifyText"?: string;
|
|
15896
|
+
/**
|
|
15897
|
+
* @uiName Confirm button label
|
|
15898
|
+
* @uiGroup Partner Creation Step
|
|
15899
|
+
*/
|
|
15900
|
+
"createPartnerStep_confirmButtonLabel"?: string;
|
|
15901
|
+
/**
|
|
15902
|
+
* @uiName Country label
|
|
15903
|
+
* @uiGroup Partner Creation Step
|
|
15904
|
+
*/
|
|
15905
|
+
"createPartnerStep_countryLabel"?: string;
|
|
15906
|
+
/**
|
|
15907
|
+
* @uiName Currency label
|
|
15908
|
+
* @uiGroup Partner Creation Step
|
|
15909
|
+
*/
|
|
15910
|
+
"createPartnerStep_currencyLabel"?: string;
|
|
15911
|
+
/**
|
|
15912
|
+
* @uiName Existing partner description
|
|
15913
|
+
* @uiGroup Partner Creation Step
|
|
15914
|
+
* @uiWidget textArea
|
|
15915
|
+
*/
|
|
15916
|
+
"createPartnerStep_descriptionExistingPartner"?: string;
|
|
15917
|
+
/**
|
|
15918
|
+
* @uiName New partner description
|
|
15919
|
+
* @uiGroup Partner Creation Step
|
|
15920
|
+
* @uiWidget textArea
|
|
15921
|
+
*/
|
|
15922
|
+
"createPartnerStep_descriptionNewPartner"?: string;
|
|
15923
|
+
/**
|
|
15924
|
+
* @uiName Missing fields error text
|
|
15925
|
+
* @uiGroup Partner Creation Step
|
|
15926
|
+
* @uiWidget textArea
|
|
15927
|
+
*/
|
|
15928
|
+
"createPartnerStep_missingFieldsErrorText"?: string;
|
|
15929
|
+
/**
|
|
15930
|
+
* @uiName New partner header
|
|
15931
|
+
* @uiGroup Partner Creation Step
|
|
15932
|
+
* @uiWidget textArea
|
|
15933
|
+
*/
|
|
15934
|
+
"createPartnerStep_modalHeader"?: string;
|
|
15935
|
+
/**
|
|
15936
|
+
* @uiName Existing partner header
|
|
15937
|
+
* @uiGroup Partner Creation Step
|
|
15938
|
+
* @uiWidget textArea
|
|
15939
|
+
*/
|
|
15940
|
+
"createPartnerStep_modalHeaderExistingPartner"?: string;
|
|
15941
|
+
/**
|
|
15942
|
+
* @uiName Network error text
|
|
15943
|
+
* @uiGroup Partner Creation Step
|
|
15944
|
+
* @uiWidget textArea
|
|
15945
|
+
*/
|
|
15946
|
+
"createPartnerStep_networkErrorText"?: string;
|
|
15947
|
+
/**
|
|
15948
|
+
* @uiName Search country placeholder
|
|
15949
|
+
* @uiGroup Partner Creation Step
|
|
15950
|
+
*/
|
|
15951
|
+
"createPartnerStep_searchCountryPlaceholder"?: string;
|
|
15952
|
+
/**
|
|
15953
|
+
* @uiName Search currency placeholder
|
|
15954
|
+
* @uiGroup Partner Creation Step
|
|
15955
|
+
*/
|
|
15956
|
+
"createPartnerStep_searchCurrencyPlaceholder"?: string;
|
|
15957
|
+
/**
|
|
15958
|
+
* @uiName Submit button label
|
|
15959
|
+
* @uiGroup Partner Creation Step
|
|
15960
|
+
*/
|
|
15961
|
+
"createPartnerStep_submitButtonLabel"?: string;
|
|
15962
|
+
/**
|
|
15963
|
+
* @uiName Existing partner support description
|
|
15964
|
+
* @uiGroup Partner Creation Step
|
|
15965
|
+
* @uiWidget textArea
|
|
15966
|
+
*/
|
|
15967
|
+
"createPartnerStep_supportDescriptionExistingPartner"?: string;
|
|
15354
15968
|
/**
|
|
15355
15969
|
* @uiName Email input label
|
|
15356
15970
|
* @uiGroup Email Verification Step
|
|
@@ -15382,19 +15996,15 @@ declare namespace LocalJSX {
|
|
|
15382
15996
|
*/
|
|
15383
15997
|
"emailStep_verifyEmailHeaderText"?: string;
|
|
15384
15998
|
/**
|
|
15385
|
-
* @uiName General
|
|
15386
|
-
* @uiGroup General Text
|
|
15387
|
-
*/
|
|
15388
|
-
"general_verifyEmailDescription"?: string;
|
|
15389
|
-
/**
|
|
15390
|
-
* @uiName General verify widget header text
|
|
15999
|
+
* @uiName General widget header text with partner creation
|
|
15391
16000
|
* @uiGroup General Text
|
|
15392
16001
|
*/
|
|
15393
|
-
"
|
|
16002
|
+
"general_widgetHeaderWithPartnerCreation"?: string;
|
|
15394
16003
|
/**
|
|
15395
16004
|
* @undocumented
|
|
15396
16005
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
15397
16006
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
16007
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
15398
16008
|
*/
|
|
15399
16009
|
"stateController"?: string;
|
|
15400
16010
|
}
|
|
@@ -15456,6 +16066,7 @@ declare namespace LocalJSX {
|
|
|
15456
16066
|
"sqm-navigation-sidebar": SqmNavigationSidebar;
|
|
15457
16067
|
"sqm-navigation-sidebar-item": SqmNavigationSidebarItem;
|
|
15458
16068
|
"sqm-pagination": SqmPagination;
|
|
16069
|
+
"sqm-partner-info-modal": SqmPartnerInfoModal;
|
|
15459
16070
|
"sqm-password-field": SqmPasswordField;
|
|
15460
16071
|
"sqm-payout-button-scroll": SqmPayoutButtonScroll;
|
|
15461
16072
|
"sqm-payout-details-card": SqmPayoutDetailsCard;
|
|
@@ -15591,6 +16202,7 @@ declare module "@stencil/core" {
|
|
|
15591
16202
|
"sqm-navigation-sidebar": LocalJSX.SqmNavigationSidebar & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarElement>;
|
|
15592
16203
|
"sqm-navigation-sidebar-item": LocalJSX.SqmNavigationSidebarItem & JSXBase.HTMLAttributes<HTMLSqmNavigationSidebarItemElement>;
|
|
15593
16204
|
"sqm-pagination": LocalJSX.SqmPagination & JSXBase.HTMLAttributes<HTMLSqmPaginationElement>;
|
|
16205
|
+
"sqm-partner-info-modal": LocalJSX.SqmPartnerInfoModal & JSXBase.HTMLAttributes<HTMLSqmPartnerInfoModalElement>;
|
|
15594
16206
|
"sqm-password-field": LocalJSX.SqmPasswordField & JSXBase.HTMLAttributes<HTMLSqmPasswordFieldElement>;
|
|
15595
16207
|
"sqm-payout-button-scroll": LocalJSX.SqmPayoutButtonScroll & JSXBase.HTMLAttributes<HTMLSqmPayoutButtonScrollElement>;
|
|
15596
16208
|
"sqm-payout-details-card": LocalJSX.SqmPayoutDetailsCard & JSXBase.HTMLAttributes<HTMLSqmPayoutDetailsCardElement>;
|