@saasquatch/mint-components 1.5.6-2 → 1.6.0-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-1bbdf477.js → ShadowViewAddon-67ab6be4.js} +16 -16
- package/dist/cjs/{global-22fb2ec7.js → global-aaa3f929.js} +2 -2
- package/dist/cjs/{index.module-fb61a163.js → index.module-b9e4136f.js} +21 -21
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{re-render-7248fc06.js → re-render-90da06a2.js} +4 -4
- package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +151 -216
- package/dist/cjs/sqm-empty_5.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- package/dist/cjs/sqm-hero.cjs.entry.js +7 -15
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-navigation-sidebar-item-view-52ab014f.js → sqm-navigation-sidebar-item-view-919190ec.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -7
- package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-email-verification-view-fc30fd1a.js → sqm-portal-email-verification-view-83e44767.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +13 -12
- package/dist/cjs/{sqm-portal-footer-view-78528c31.js → sqm-portal-footer-view-b2dc31a2.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +11 -10
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-portal-profile-view-64e85659.js → sqm-portal-profile-view-3b7650df.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -25
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +20 -21
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +11 -10
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +14 -27
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +14 -18
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +161 -89
- package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{useChildElements-24538fc5.js → useChildElements-315320bd.js} +2 -2
- package/dist/cjs/{useReferralTable-1e71d2dc.js → useReferralTable-32fed069.js} +8 -8
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +8 -13
- package/dist/collection/components/sqm-brand/sqm-brand.js +1 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +0 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +10 -11
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
- package/dist/collection/components/sqm-empty/sqm-empty.js +0 -1
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
- package/dist/collection/components/sqm-hero/sqm-hero.js +15 -23
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +3 -7
- package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +0 -3
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +74 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +8 -10
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +6 -9
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +22 -34
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +4 -5
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +3 -2
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +3 -2
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -42
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +3 -2
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +21 -31
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +28 -36
- package/dist/collection/components/sqm-portal-register/usePortalRegister.js +2 -2
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -23
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +4 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +3 -2
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +0 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +0 -2
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +0 -2
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +9 -11
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +6 -11
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +14 -23
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +13 -21
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +0 -1
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +0 -1
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +8 -13
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +0 -1
- package/dist/collection/components/sqm-route/sqm-route.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +15 -25
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +7 -7
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -3
- package/dist/collection/components/sqm-tab/sqm-tab.js +0 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +8 -95
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +0 -2
- package/dist/collection/components/sqm-timeline/sqm-timeline.js +2 -4
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +5 -6
- package/dist/esm/{ShadowViewAddon-e2996624.js → ShadowViewAddon-2b1e68bd.js} +18 -18
- package/dist/esm/{global-5c84f57f.js → global-3b481fc7.js} +3 -3
- package/dist/esm/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +4 -4
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{re-render-69774e13.js → re-render-3368de52.js} +5 -5
- package/dist/esm/sqm-asset-card.entry.js +4 -4
- package/dist/esm/sqm-big-stat_35.entry.js +154 -219
- package/dist/esm/sqm-empty_5.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +7 -7
- package/dist/esm/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +2 -2
- package/dist/esm/sqm-hero.entry.js +10 -18
- package/dist/esm/sqm-leaderboard-rank.entry.js +8 -8
- package/dist/esm/{sqm-navigation-sidebar-item-view-51714c31.js → sqm-navigation-sidebar-item-view-fbbc41b5.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-password-field.entry.js +6 -9
- package/dist/esm/sqm-popup-container.entry.js +6 -6
- package/dist/esm/{sqm-portal-email-verification-view-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +15 -14
- package/dist/esm/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +5 -5
- package/dist/esm/sqm-portal-forgot-password.entry.js +13 -12
- package/dist/esm/sqm-portal-logout.entry.js +7 -7
- package/dist/esm/{sqm-portal-profile-view-419d1eb9.js → sqm-portal-profile-view-61c2c482.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +17 -27
- package/dist/esm/sqm-portal-protected-route.entry.js +9 -9
- package/dist/esm/sqm-portal-reset-password.entry.js +22 -23
- package/dist/esm/sqm-portal-verify-email.entry.js +13 -12
- package/dist/esm/sqm-referral-table_11.entry.js +17 -30
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +17 -21
- package/dist/esm/sqm-stencilbook.entry.js +165 -93
- package/dist/esm/sqm-tabs.entry.js +5 -5
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
- package/dist/esm/{use-callback-7e0bfd3b.js → use-callback-697e2ff0.js} +1 -1
- package/dist/esm/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +3 -3
- package/dist/esm/{useReferralTable-5cac5b13.js → useReferralTable-8fe4bd12.js} +9 -9
- package/dist/esm-es5/ShadowViewAddon-2b1e68bd.js +1 -0
- package/dist/esm-es5/{global-5c84f57f.js → global-3b481fc7.js} +2 -2
- package/dist/esm-es5/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-69774e13.js → re-render-3368de52.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +1 -1
- package/dist/esm-es5/sqm-hero.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-fbbc41b5.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-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.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-419d1eb9.js → sqm-portal-profile-view-61c2c482.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.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-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
- package/dist/esm-es5/use-callback-697e2ff0.js +1 -0
- package/dist/esm-es5/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +1 -1
- package/dist/esm-es5/useReferralTable-8fe4bd12.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-0568ccb2.system.entry.js +1 -0
- package/dist/mint-components/{p-f92e3e87.system.js → p-0732a954.system.js} +1 -1
- package/dist/mint-components/p-076a5ca5.entry.js +1 -0
- package/dist/mint-components/{p-f6d3a2d4.system.js → p-092c73b2.system.js} +1 -1
- package/dist/mint-components/p-09d29174.entry.js +1 -0
- package/dist/mint-components/{p-48f9babc.system.entry.js → p-0accfb5c.system.entry.js} +1 -1
- package/dist/mint-components/p-0b115074.system.entry.js +1 -0
- package/dist/mint-components/{p-bd7b8620.system.entry.js → p-1706b667.system.entry.js} +1 -1
- package/dist/mint-components/{p-3970de96.js → p-1f1ea7b5.js} +1 -1
- package/dist/mint-components/p-2617d103.system.entry.js +1 -0
- package/dist/mint-components/{p-78640db1.system.entry.js → p-2620c909.system.entry.js} +1 -1
- package/dist/mint-components/{p-63136070.system.entry.js → p-2b7af7c4.system.entry.js} +1 -1
- package/dist/mint-components/{p-4b0e876f.js → p-2d37c91f.js} +2 -2
- package/dist/mint-components/{p-27455c4c.js → p-30b3592f.js} +1 -1
- package/dist/mint-components/p-37232f63.system.js +1 -0
- package/dist/mint-components/{p-0494f792.js → p-37f18cb2.js} +1 -1
- package/dist/mint-components/{p-e1d01511.system.js → p-3d6b2357.system.js} +1 -1
- package/dist/mint-components/p-3dd20384.entry.js +1 -0
- package/dist/mint-components/{p-82ecbcd1.js → p-40104334.js} +1 -1
- package/dist/mint-components/p-408f983a.system.js +1 -0
- package/dist/mint-components/{p-6738565c.entry.js → p-41633759.entry.js} +1 -1
- package/dist/mint-components/p-4502a264.entry.js +1 -0
- package/dist/mint-components/{p-bbf96ff3.system.js → p-4519c6d9.system.js} +1 -1
- package/dist/mint-components/{p-e707831a.entry.js → p-46aabfb7.entry.js} +1 -1
- package/dist/mint-components/{p-ee26e870.entry.js → p-48476882.entry.js} +2 -2
- package/dist/mint-components/{p-cf9cfac0.entry.js → p-48a1e759.entry.js} +1 -1
- package/dist/mint-components/{p-e0d5d38e.system.entry.js → p-5eec9992.system.entry.js} +1 -1
- package/dist/mint-components/{p-60de562c.entry.js → p-6237c202.entry.js} +1 -1
- package/dist/mint-components/{p-12a9ade0.entry.js → p-692db6d6.entry.js} +2 -2
- package/dist/mint-components/{p-c7b0f076.entry.js → p-69ebe7e3.entry.js} +2 -2
- package/dist/mint-components/{p-4ebe044d.entry.js → p-69f10938.entry.js} +1 -1
- package/dist/mint-components/p-69fbe6a4.entry.js +1 -0
- package/dist/mint-components/{p-5cdcff11.system.entry.js → p-6ae460a6.system.entry.js} +1 -1
- package/dist/mint-components/{p-6549ad6a.system.js → p-6b5830c0.system.js} +1 -1
- package/dist/mint-components/{p-596902cd.system.entry.js → p-6badb7b8.system.entry.js} +1 -1
- package/dist/mint-components/{p-3facf714.js → p-6cb7ca36.js} +1 -1
- package/dist/mint-components/{p-38d6112f.entry.js → p-6e33fcfe.entry.js} +1 -1
- package/dist/mint-components/{p-eb314fed.js → p-72ebbd38.js} +1 -1
- package/dist/mint-components/{p-13086b8d.js → p-75b9bdf1.js} +1 -1
- package/dist/mint-components/{p-4ac2d13b.system.entry.js → p-7607d5b8.system.entry.js} +1 -1
- package/dist/mint-components/{p-232672a2.entry.js → p-7669b806.entry.js} +2 -2
- package/dist/mint-components/{p-c0d24b76.system.entry.js → p-79db0843.system.entry.js} +1 -1
- package/dist/mint-components/{p-3c96bae3.entry.js → p-7cec4e63.entry.js} +1 -1
- package/dist/mint-components/{p-95398ce2.js → p-85087b21.js} +1 -1
- package/dist/mint-components/{p-dcdbf128.system.js → p-8a0aa2c2.system.js} +1 -1
- package/dist/mint-components/{p-6ee04453.entry.js → p-8f09f202.entry.js} +1 -1
- package/dist/mint-components/p-90efeeb4.entry.js +1 -0
- package/dist/mint-components/{p-7794c289.js → p-916a8f50.js} +1 -1
- package/dist/mint-components/{p-e01d8fdc.system.js → p-98164439.system.js} +1 -1
- package/dist/mint-components/{p-4f8830b7.entry.js → p-9a03d2d8.entry.js} +1 -1
- package/dist/mint-components/p-a2c865c1.system.entry.js +1 -0
- package/dist/mint-components/{p-94096609.system.js → p-a7fe3715.system.js} +1 -1
- package/dist/mint-components/{p-fd4d90b9.system.js → p-a96702e2.system.js} +1 -1
- package/dist/mint-components/p-ab2f103f.system.entry.js +1 -0
- package/dist/mint-components/p-b0edbe25.system.entry.js +1 -0
- package/dist/mint-components/{p-e2f8b782.system.entry.js → p-b1918aeb.system.entry.js} +1 -1
- package/dist/mint-components/p-b46d6eb0.entry.js +1 -0
- package/dist/mint-components/{p-5ab46a89.entry.js → p-bc72afd4.entry.js} +1 -1
- package/dist/mint-components/{p-819298a8.system.js → p-bef21e92.system.js} +1 -1
- package/dist/mint-components/p-bfcd61f9.entry.js +1 -0
- package/dist/mint-components/p-c34200f5.entry.js +159 -0
- package/dist/mint-components/{p-c0a8476e.system.entry.js → p-c4b55529.system.entry.js} +1 -1
- package/dist/mint-components/p-c564c4bf.entry.js +1 -0
- package/dist/mint-components/{p-7548e059.system.entry.js → p-c6c911a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-d3cc0d60.system.js → p-c750d5c5.system.js} +1 -1
- package/dist/mint-components/{p-a6d4cffd.system.entry.js → p-c8c83a9e.system.entry.js} +1 -1
- package/dist/mint-components/{p-ba99d04e.system.entry.js → p-c922af25.system.entry.js} +1 -1
- package/dist/mint-components/p-c9afecee.system.entry.js +1 -0
- package/dist/mint-components/{p-f7fba9e4.system.entry.js → p-c9f239c4.system.entry.js} +1 -1
- package/dist/mint-components/{p-19042a54.system.entry.js → p-cdf31925.system.entry.js} +1 -1
- package/dist/mint-components/{p-f298a1bc.system.entry.js → p-ce86e36f.system.entry.js} +1 -1
- package/dist/mint-components/{p-c7d34b6a.system.entry.js → p-db3637b4.system.entry.js} +1 -1
- package/dist/mint-components/{p-48ec6605.system.js → p-dc7b06ef.system.js} +1 -1
- package/dist/mint-components/{p-e4e5168b.entry.js → p-e9a11c35.entry.js} +1 -1
- package/dist/mint-components/p-ea63fd6f.entry.js +1 -0
- package/dist/mint-components/p-ee461c80.js +1 -0
- package/dist/mint-components/{p-28d44352.js → p-f4008f63.js} +1 -1
- package/dist/mint-components/{p-047a840f.system.entry.js → p-f86ba72a.system.entry.js} +1 -1
- package/dist/mint-components/{p-97650e34.js → p-f97cf424.js} +1 -1
- package/dist/mint-components/{p-0ee797b8.system.js → p-fb7288a2.system.js} +1 -1
- package/dist/mint-components/p-fc789a00.js +1 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +5 -12
- package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -1
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +0 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -6
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +7 -10
- package/dist/types/components/sqm-empty/sqm-empty.d.ts +0 -1
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +2 -8
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +8 -20
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -5
- package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +0 -3
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +2 -4
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +2 -5
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +6 -21
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -20
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +3 -6
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +9 -25
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +8 -18
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +12 -20
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -12
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +0 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +0 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +0 -2
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +4 -7
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +2 -7
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +6 -15
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +9 -17
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +3 -8
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +0 -1
- package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -24
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -3
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -3
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -2
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +0 -1
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +8 -34
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +0 -2
- package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +2 -4
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +2 -3
- package/dist/types/components.d.ts +318 -478
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +4 -9
- package/dist/esm-es5/ShadowViewAddon-e2996624.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-51714c31.js +0 -1
- package/dist/esm-es5/use-callback-7e0bfd3b.js +0 -1
- package/dist/esm-es5/useReferralTable-5cac5b13.js +0 -1
- package/dist/mint-components/p-25ac7c14.system.entry.js +0 -1
- package/dist/mint-components/p-4a1f24ef.entry.js +0 -1
- package/dist/mint-components/p-4a2782fd.system.entry.js +0 -1
- package/dist/mint-components/p-4fe59c93.system.entry.js +0 -1
- package/dist/mint-components/p-5bef951d.system.entry.js +0 -1
- package/dist/mint-components/p-60b01103.js +0 -1
- package/dist/mint-components/p-71969ce5.system.entry.js +0 -1
- package/dist/mint-components/p-71ecbb3b.system.js +0 -1
- package/dist/mint-components/p-83e4168e.system.entry.js +0 -1
- package/dist/mint-components/p-91acec3d.entry.js +0 -159
- package/dist/mint-components/p-95bbe8a7.entry.js +0 -1
- package/dist/mint-components/p-982ad256.js +0 -1
- package/dist/mint-components/p-9eb6d960.entry.js +0 -1
- package/dist/mint-components/p-a57057c4.system.entry.js +0 -1
- package/dist/mint-components/p-ac6c93ee.entry.js +0 -1
- package/dist/mint-components/p-cc6d91bd.entry.js +0 -1
- package/dist/mint-components/p-cccba50e.entry.js +0 -1
- package/dist/mint-components/p-d7bc7e50.entry.js +0 -1
- package/dist/mint-components/p-d815567f.system.js +0 -1
- package/dist/mint-components/p-ef3f3523.entry.js +0 -1
- package/dist/mint-components/p-fd2852a7.entry.js +0 -1
- package/dist/mint-components/p-ff932bfa.entry.js +0 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +0 -1
|
@@ -45,18 +45,17 @@ export namespace Components {
|
|
|
45
45
|
*/
|
|
46
46
|
"demoData"?: DemoData<AssetCardViewProps>;
|
|
47
47
|
/**
|
|
48
|
-
* @uiName Banner
|
|
48
|
+
* @uiName Banner image
|
|
49
49
|
*/
|
|
50
50
|
"imgUrl": string;
|
|
51
51
|
/**
|
|
52
|
-
* @uiName Banner
|
|
52
|
+
* @uiName Banner title
|
|
53
53
|
*/
|
|
54
54
|
"titleText": string;
|
|
55
55
|
}
|
|
56
56
|
interface SqmBigStat {
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
59
|
-
* @uiName Alignment
|
|
58
|
+
* @uiName Alignment - controls the alignment of the flexbox
|
|
60
59
|
* @uiType string
|
|
61
60
|
* @uiEnum ["left", "right", "center"]
|
|
62
61
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
@@ -68,8 +67,7 @@ export namespace Components {
|
|
|
68
67
|
*/
|
|
69
68
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
70
69
|
/**
|
|
71
|
-
*
|
|
72
|
-
* @uiName Flex Reverse
|
|
70
|
+
* @uiName Flex Reverse - controls the order of the stat value & description column
|
|
73
71
|
*/
|
|
74
72
|
"flexReverse"?: boolean;
|
|
75
73
|
/**
|
|
@@ -81,7 +79,7 @@ export namespace Components {
|
|
|
81
79
|
* Select what type of stat to display. Manual paths are also supported.
|
|
82
80
|
* @uiWidget StatTypeSelectWidget
|
|
83
81
|
* @uiName Stat Type
|
|
84
|
-
* @
|
|
82
|
+
* @uiOptions {"version": 1.1}
|
|
85
83
|
*/
|
|
86
84
|
"statType": string;
|
|
87
85
|
}
|
|
@@ -111,20 +109,19 @@ export namespace Components {
|
|
|
111
109
|
}
|
|
112
110
|
interface SqmCheckboxField {
|
|
113
111
|
/**
|
|
114
|
-
* @uiName Checkbox
|
|
112
|
+
* @uiName Checkbox label
|
|
115
113
|
*/
|
|
116
114
|
"checkboxLabel": string;
|
|
117
115
|
/**
|
|
118
|
-
* Used with link text if the checkbox label contains {labelLink}
|
|
119
|
-
* @uiName Checkbox Label Link
|
|
116
|
+
* @uiName Checkbox label link Used with link text if the checkbox label contains {labelLink}
|
|
120
117
|
*/
|
|
121
118
|
"checkboxLabelLink": string;
|
|
122
119
|
/**
|
|
123
|
-
* @uiName Checkbox
|
|
120
|
+
* @uiName Checkbox label link text
|
|
124
121
|
*/
|
|
125
122
|
"checkboxLabelLinkText": string;
|
|
126
123
|
/**
|
|
127
|
-
* @uiName Checkbox
|
|
124
|
+
* @uiName Checkbox name attribute
|
|
128
125
|
*/
|
|
129
126
|
"checkboxName": string;
|
|
130
127
|
/**
|
|
@@ -137,7 +134,7 @@ export namespace Components {
|
|
|
137
134
|
*/
|
|
138
135
|
"demoData"?: DemoData<CheckboxFieldViewProps>;
|
|
139
136
|
/**
|
|
140
|
-
* @uiName Unchecked
|
|
137
|
+
* @uiName Unchecked error message
|
|
141
138
|
*/
|
|
142
139
|
"errorMessage": string;
|
|
143
140
|
}
|
|
@@ -150,8 +147,8 @@ export namespace Components {
|
|
|
150
147
|
*/
|
|
151
148
|
"direction": "row" | "column";
|
|
152
149
|
/**
|
|
153
|
-
* Uses
|
|
154
|
-
* @uiName Border
|
|
150
|
+
* Uses CSS border style syntax
|
|
151
|
+
* @uiName Border style
|
|
155
152
|
*/
|
|
156
153
|
"dividerStyle": string;
|
|
157
154
|
}
|
|
@@ -162,11 +159,11 @@ export namespace Components {
|
|
|
162
159
|
*/
|
|
163
160
|
"demoData"?: DemoData<DropdownFieldViewProps>;
|
|
164
161
|
/**
|
|
165
|
-
* @uiName Dropdown
|
|
162
|
+
* @uiName Dropdown label
|
|
166
163
|
*/
|
|
167
164
|
"dropdownLabel": string;
|
|
168
165
|
/**
|
|
169
|
-
* @uiName Dropdown
|
|
166
|
+
* @uiName Dropdown name attribute
|
|
170
167
|
*/
|
|
171
168
|
"dropdownName": string;
|
|
172
169
|
/**
|
|
@@ -174,17 +171,17 @@ export namespace Components {
|
|
|
174
171
|
*/
|
|
175
172
|
"dropdownOptional"?: boolean;
|
|
176
173
|
/**
|
|
177
|
-
* @uiName Unselected
|
|
174
|
+
* @uiName Unselected error message
|
|
178
175
|
*/
|
|
179
176
|
"errorMessage": string;
|
|
180
177
|
}
|
|
181
178
|
interface SqmEditProfile {
|
|
182
179
|
/**
|
|
183
|
-
* @uiName Cancel
|
|
180
|
+
* @uiName Cancel button text
|
|
184
181
|
*/
|
|
185
182
|
"canceltext": string;
|
|
186
183
|
/**
|
|
187
|
-
* @uiName Region
|
|
184
|
+
* @uiName Region field label
|
|
188
185
|
*/
|
|
189
186
|
"currentregiontext": string;
|
|
190
187
|
/**
|
|
@@ -197,25 +194,23 @@ export namespace Components {
|
|
|
197
194
|
*/
|
|
198
195
|
"editprofileheader": string;
|
|
199
196
|
/**
|
|
200
|
-
* Enable editing button text
|
|
201
|
-
* @uiName Edit Profile Text
|
|
197
|
+
* @uiName Enable editing button text
|
|
202
198
|
*/
|
|
203
199
|
"editprofiletext": string;
|
|
204
200
|
/**
|
|
205
|
-
* @uiName First
|
|
201
|
+
* @uiName First name field label
|
|
206
202
|
*/
|
|
207
203
|
"firstnametext": string;
|
|
208
204
|
/**
|
|
209
|
-
* @uiName Last
|
|
205
|
+
* @uiName Last name field label
|
|
210
206
|
*/
|
|
211
207
|
"lastnametext": string;
|
|
212
208
|
/**
|
|
213
|
-
* Show or hide current region
|
|
214
|
-
* @uiName Show Region
|
|
209
|
+
* @uiName Show or hide current region
|
|
215
210
|
*/
|
|
216
211
|
"showregion": boolean;
|
|
217
212
|
/**
|
|
218
|
-
* @uiName
|
|
213
|
+
* @uiName Update info button text
|
|
219
214
|
*/
|
|
220
215
|
"updatetext": string;
|
|
221
216
|
}
|
|
@@ -236,12 +231,11 @@ export namespace Components {
|
|
|
236
231
|
}
|
|
237
232
|
interface SqmFormMessage {
|
|
238
233
|
/**
|
|
239
|
-
* Icon to use in alert
|
|
240
|
-
* @uiName Icon
|
|
234
|
+
* @uiName Icon to use in alert
|
|
241
235
|
*/
|
|
242
236
|
"icon"?: string;
|
|
243
237
|
/**
|
|
244
|
-
* @uiName
|
|
238
|
+
* @uiName Type of alert
|
|
245
239
|
*/
|
|
246
240
|
"type": string;
|
|
247
241
|
}
|
|
@@ -253,27 +247,24 @@ export namespace Components {
|
|
|
253
247
|
}
|
|
254
248
|
interface SqmHero {
|
|
255
249
|
/**
|
|
256
|
-
* Can be an image url, colour or Shoelace variable.
|
|
250
|
+
* Can either be an image url, colour or Shoelace variable.
|
|
257
251
|
* @uiName Background
|
|
258
252
|
*/
|
|
259
253
|
"background"?: string;
|
|
260
254
|
/**
|
|
261
|
-
* Number of columns in the layout
|
|
262
|
-
* @uiName Columns
|
|
255
|
+
* @uiName Number of columns in the layout
|
|
263
256
|
*/
|
|
264
257
|
"columns": 1 | 2;
|
|
265
258
|
/**
|
|
266
|
-
* @uiName Padding
|
|
259
|
+
* @uiName Padding size
|
|
267
260
|
*/
|
|
268
261
|
"paddingSize": "none" | "small" | "medium" | "large";
|
|
269
262
|
/**
|
|
270
|
-
* Secondary background image or color (for use in
|
|
271
|
-
* @uiName Secondary Background
|
|
263
|
+
* @uiName Secondary background image or color (for use in right column)
|
|
272
264
|
*/
|
|
273
265
|
"secondaryBackground"?: string;
|
|
274
266
|
/**
|
|
275
|
-
*
|
|
276
|
-
* @uiName Wrap Direction
|
|
267
|
+
* @uiName Wrap direction
|
|
277
268
|
*/
|
|
278
269
|
"wrapDirection": "wrap" | "wrap-reverse";
|
|
279
270
|
}
|
|
@@ -288,8 +279,7 @@ export namespace Components {
|
|
|
288
279
|
*/
|
|
289
280
|
"buttonLink"?: string;
|
|
290
281
|
/**
|
|
291
|
-
* CTA Button
|
|
292
|
-
* @uiName Button New Tab
|
|
282
|
+
* @uiName CTA Button Link Open in New Tab
|
|
293
283
|
*/
|
|
294
284
|
"buttonNewTab"?: boolean;
|
|
295
285
|
/**
|
|
@@ -424,8 +414,8 @@ export namespace Components {
|
|
|
424
414
|
}
|
|
425
415
|
interface SqmLeaderboard {
|
|
426
416
|
/**
|
|
427
|
-
*
|
|
428
|
-
* @uiName
|
|
417
|
+
* Text displayed for users without names in the leaderboard
|
|
418
|
+
* @uiName Anonymous User Name
|
|
429
419
|
*/
|
|
430
420
|
"anonymousUser": string;
|
|
431
421
|
/**
|
|
@@ -439,9 +429,10 @@ export namespace Components {
|
|
|
439
429
|
*/
|
|
440
430
|
"hideViewer": boolean;
|
|
441
431
|
/**
|
|
432
|
+
* Only count leaderboard activity within a given interval
|
|
442
433
|
* @uiName Leaderboard Time Interval
|
|
443
434
|
* @uiWidget DateRange
|
|
444
|
-
* @
|
|
435
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
445
436
|
*/
|
|
446
437
|
"interval": string;
|
|
447
438
|
/**
|
|
@@ -475,7 +466,7 @@ export namespace Components {
|
|
|
475
466
|
*/
|
|
476
467
|
"rankheading"?: string;
|
|
477
468
|
/**
|
|
478
|
-
* @uiName Show
|
|
469
|
+
* @uiName Show Rank Column
|
|
479
470
|
*/
|
|
480
471
|
"showRank": boolean;
|
|
481
472
|
/**
|
|
@@ -494,13 +485,13 @@ export namespace Components {
|
|
|
494
485
|
*/
|
|
495
486
|
"demoData"?: DemoData<LeaderboardRankViewProps>;
|
|
496
487
|
/**
|
|
497
|
-
* @uiName Leaderboard
|
|
488
|
+
* @uiName Leaderboard time interval
|
|
498
489
|
* @uiWidget DateRange
|
|
499
|
-
* @
|
|
490
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
500
491
|
*/
|
|
501
492
|
"interval": string;
|
|
502
493
|
/**
|
|
503
|
-
* @uiName Leaderboard
|
|
494
|
+
* @uiName Leaderboard type
|
|
504
495
|
* @uiType string
|
|
505
496
|
* @uiEnum ["topStartedReferrers", "topConvertedReferrers", "topPointEarners"]
|
|
506
497
|
* @uiEnumNames ["Top Started Referrers", "Top Converted Referrers", "Top Point Earners"]
|
|
@@ -518,7 +509,7 @@ export namespace Components {
|
|
|
518
509
|
*/
|
|
519
510
|
"rankText": string;
|
|
520
511
|
/**
|
|
521
|
-
* @uiName Default
|
|
512
|
+
* @uiName Default rank
|
|
522
513
|
* @uiType string
|
|
523
514
|
* @uiEnum ["rowNumber", "rank", "denseRank"]
|
|
524
515
|
* @uiEnumNames ["Row Number", "Rank", "Dense Rank"]
|
|
@@ -536,11 +527,11 @@ export namespace Components {
|
|
|
536
527
|
*/
|
|
537
528
|
"demoData"?: DemoData<NameFieldsViewProps>;
|
|
538
529
|
/**
|
|
539
|
-
* @uiName First
|
|
530
|
+
* @uiName First name field label
|
|
540
531
|
*/
|
|
541
532
|
"firstNameLabel": string;
|
|
542
533
|
/**
|
|
543
|
-
* @uiName Last
|
|
534
|
+
* @uiName Last name field label
|
|
544
535
|
*/
|
|
545
536
|
"lastNameLabel": string;
|
|
546
537
|
}
|
|
@@ -551,12 +542,11 @@ export namespace Components {
|
|
|
551
542
|
*/
|
|
552
543
|
"demoData"?: DemoData<NavigationMenuViewProps>;
|
|
553
544
|
/**
|
|
554
|
-
* @uiName Include
|
|
545
|
+
* @uiName Include dropdown menu
|
|
555
546
|
*/
|
|
556
547
|
"includeDropdown": boolean;
|
|
557
548
|
/**
|
|
558
|
-
* Label on the header menu
|
|
559
|
-
* @uiName Menu Label
|
|
549
|
+
* @uiName Label on the header menu
|
|
560
550
|
*/
|
|
561
551
|
"menuLabel": string;
|
|
562
552
|
}
|
|
@@ -578,7 +568,7 @@ export namespace Components {
|
|
|
578
568
|
*/
|
|
579
569
|
"label": string;
|
|
580
570
|
/**
|
|
581
|
-
* @uiName Navigation
|
|
571
|
+
* @uiName Navigation path
|
|
582
572
|
*/
|
|
583
573
|
"path": string;
|
|
584
574
|
}
|
|
@@ -589,63 +579,53 @@ export namespace Components {
|
|
|
589
579
|
*/
|
|
590
580
|
"demoData"?: PasswordFieldViewDemoProps;
|
|
591
581
|
/**
|
|
592
|
-
* Enable live password validation
|
|
593
|
-
* @uiName Enable Validation
|
|
582
|
+
* @uiName Enable live password validation
|
|
594
583
|
*/
|
|
595
584
|
"enableValidation": boolean;
|
|
596
585
|
/**
|
|
597
|
-
* Label for password field
|
|
598
|
-
* @uiName Password Label
|
|
586
|
+
* @uiName Label for password field
|
|
599
587
|
*/
|
|
600
588
|
"fieldLabel": string;
|
|
601
589
|
}
|
|
602
590
|
interface SqmPopupContainer {
|
|
603
591
|
/**
|
|
604
|
-
* Display a close button on the popup
|
|
605
|
-
* @uiName Show Close Button
|
|
592
|
+
* @uiName Display a close button on the popup
|
|
606
593
|
*/
|
|
607
594
|
"closeButton": boolean;
|
|
608
595
|
/**
|
|
609
|
-
* Text
|
|
610
|
-
* @uiName Close Button Text
|
|
596
|
+
* @uiName Text to be used as the close button
|
|
611
597
|
*/
|
|
612
598
|
"closeButtonText": string;
|
|
613
599
|
/**
|
|
614
|
-
* Specify padding on the popup contents when in embedded mode
|
|
615
|
-
* @uiName Embed Padding
|
|
600
|
+
* @uiName Specify padding on the popup contents when in embedded mode
|
|
616
601
|
* @uiType string
|
|
617
602
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
618
603
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
619
604
|
*/
|
|
620
605
|
"embedPadding"?: "none" | "small" | "medium" | "large";
|
|
621
606
|
/**
|
|
622
|
-
* Specify padding on the popup contents when in popup mode
|
|
623
|
-
* @uiName Popup Padding
|
|
607
|
+
* @uiName Specify padding on the popup contents when in popup mode
|
|
624
608
|
* @uiType string
|
|
625
609
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
626
610
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
627
611
|
*/
|
|
628
612
|
"popupPadding"?: "none" | "small" | "medium" | "large";
|
|
629
613
|
/**
|
|
630
|
-
* Show Powered By
|
|
631
|
-
* @uiName Show Powered By
|
|
614
|
+
* @uiName Show SaaSquatch Powered By messaging
|
|
632
615
|
*/
|
|
633
616
|
"poweredBy": boolean;
|
|
634
617
|
}
|
|
635
618
|
interface SqmPortalChangePassword {
|
|
636
619
|
/**
|
|
637
|
-
* Modal cancel button text
|
|
638
|
-
* @uiName Cancel Button Text
|
|
620
|
+
* @uiName Modal cancel password change button text
|
|
639
621
|
*/
|
|
640
622
|
"cancelText": string;
|
|
641
623
|
/**
|
|
642
|
-
* Modal change password button text
|
|
643
|
-
* @uiName Change Password Button Text
|
|
624
|
+
* @uiName Modal change password button text
|
|
644
625
|
*/
|
|
645
626
|
"changePasswordButtonText": string;
|
|
646
627
|
/**
|
|
647
|
-
* Password confirmation input field label
|
|
648
|
-
* @uiName Confirm Password Label
|
|
628
|
+
* @uiName Password confirmation input field label
|
|
649
629
|
*/
|
|
650
630
|
"confirmPasswordFieldLabel": string;
|
|
651
631
|
/**
|
|
@@ -654,32 +634,29 @@ export namespace Components {
|
|
|
654
634
|
*/
|
|
655
635
|
"demoData"?: DemoData<PortalChangePasswordViewProps>;
|
|
656
636
|
/**
|
|
657
|
-
* @uiName Change
|
|
637
|
+
* @uiName Change password modal header
|
|
658
638
|
*/
|
|
659
639
|
"modalChangePasswordHeader": string;
|
|
660
640
|
/**
|
|
661
|
-
* Password input field label
|
|
662
|
-
* @uiName Password Label
|
|
641
|
+
* @uiName Password input field label
|
|
663
642
|
*/
|
|
664
643
|
"passwordFieldLabel": string;
|
|
665
644
|
/**
|
|
666
|
-
* @uiName
|
|
645
|
+
* @uiName Portal change password button text
|
|
667
646
|
*/
|
|
668
647
|
"portalChangePasswordButtonText": string;
|
|
669
648
|
/**
|
|
670
|
-
* Portal change password section header
|
|
671
|
-
* @uiName Change Password Header
|
|
649
|
+
* @uiName Portal change password section header
|
|
672
650
|
*/
|
|
673
651
|
"portalChangePasswordHeader": string;
|
|
674
652
|
/**
|
|
675
|
-
* Successful password change message
|
|
676
|
-
* @uiName Successful Message
|
|
653
|
+
* @uiName Successful password change message
|
|
677
654
|
*/
|
|
678
655
|
"successMessage": string;
|
|
679
656
|
}
|
|
680
657
|
interface SqmPortalContainer {
|
|
681
658
|
/**
|
|
682
|
-
* @uiName Center
|
|
659
|
+
* @uiName Center content
|
|
683
660
|
*/
|
|
684
661
|
"center"?: boolean;
|
|
685
662
|
/**
|
|
@@ -704,8 +681,7 @@ export namespace Components {
|
|
|
704
681
|
*/
|
|
705
682
|
"gap": Spacing;
|
|
706
683
|
/**
|
|
707
|
-
*
|
|
708
|
-
* @uiName Justify Content
|
|
684
|
+
* @uiName Justify content
|
|
709
685
|
* @uiType string
|
|
710
686
|
* @uiEnum ["start", "center", "end", "space-between", "space-around", "space-evenly"]
|
|
711
687
|
* @uiEnumNames ["Start", "Center", "End", "Space Between", "Space Around", "Space Evenly"]
|
|
@@ -721,7 +697,7 @@ export namespace Components {
|
|
|
721
697
|
*/
|
|
722
698
|
"maxWidth"?: string;
|
|
723
699
|
/**
|
|
724
|
-
* @uiName Minimum
|
|
700
|
+
* @uiName Minimum width
|
|
725
701
|
*/
|
|
726
702
|
"minWidth"?: string;
|
|
727
703
|
/**
|
|
@@ -739,20 +715,20 @@ export namespace Components {
|
|
|
739
715
|
*/
|
|
740
716
|
"demoData"?: DemoData<PortalEmailVerificationViewProps>;
|
|
741
717
|
/**
|
|
742
|
-
* @uiName Email
|
|
718
|
+
* @uiName Email verification header text
|
|
743
719
|
*/
|
|
744
720
|
"emailVerificationHeader": string;
|
|
745
721
|
/**
|
|
746
722
|
* The page that users are redirected to from the verification email.
|
|
747
|
-
* @uiName Email
|
|
723
|
+
* @uiName Email redirection base path
|
|
748
724
|
*/
|
|
749
725
|
"redirectPath": string;
|
|
750
726
|
/**
|
|
751
|
-
* @uiName Re-send
|
|
727
|
+
* @uiName Re-send email button text
|
|
752
728
|
*/
|
|
753
729
|
"resendEmailButtonText": string;
|
|
754
730
|
/**
|
|
755
|
-
* @uiName Email
|
|
731
|
+
* @uiName Email verification body text
|
|
756
732
|
*/
|
|
757
733
|
"verifyMessage": string;
|
|
758
734
|
}
|
|
@@ -813,20 +789,20 @@ export namespace Components {
|
|
|
813
789
|
*/
|
|
814
790
|
"demoData"?: DemoData<PortalForgotPasswordViewProps>;
|
|
815
791
|
/**
|
|
816
|
-
* @uiName Email
|
|
792
|
+
* @uiName Email label
|
|
817
793
|
*/
|
|
818
794
|
"emailLabel": string;
|
|
819
795
|
/**
|
|
820
|
-
* @uiName
|
|
796
|
+
* @uiName Routing path to login page
|
|
821
797
|
*/
|
|
822
798
|
"loginPath": string;
|
|
823
799
|
/**
|
|
824
800
|
* The page that users are redirected to from the password reset email.
|
|
825
|
-
* @uiName Email
|
|
801
|
+
* @uiName Email redirection base path
|
|
826
802
|
*/
|
|
827
803
|
"redirectPath": string;
|
|
828
804
|
/**
|
|
829
|
-
* @uiName Password
|
|
805
|
+
* @uiName Password reset button text
|
|
830
806
|
*/
|
|
831
807
|
"submitLabel": string;
|
|
832
808
|
}
|
|
@@ -844,60 +820,51 @@ export namespace Components {
|
|
|
844
820
|
*/
|
|
845
821
|
"demoData"?: DemoData<PortalLoginViewProps>;
|
|
846
822
|
/**
|
|
847
|
-
* Label for email field
|
|
848
|
-
* @uiName Email Label
|
|
823
|
+
* @uiName Label for email field
|
|
849
824
|
*/
|
|
850
825
|
"emailLabel": string;
|
|
851
826
|
/**
|
|
852
|
-
* Label for forgotten password button
|
|
853
|
-
* @uiName Forgot Password Text
|
|
827
|
+
* @uiName Label for forgotten password button
|
|
854
828
|
*/
|
|
855
829
|
"forgotPasswordLabel": string;
|
|
856
830
|
/**
|
|
857
|
-
* Forgot password redirect path
|
|
858
|
-
* @uiName Forgot Password Path
|
|
831
|
+
* @uiName Forgot password button redirect path
|
|
859
832
|
*/
|
|
860
833
|
"forgotPasswordPath": string;
|
|
861
834
|
/**
|
|
862
|
-
* Page navigated to after sign-in
|
|
863
|
-
* @uiName Next Page Path
|
|
835
|
+
* @uiName Page navigated to after sign-in
|
|
864
836
|
*/
|
|
865
837
|
"nextPage": string;
|
|
866
838
|
/**
|
|
867
|
-
* @uiName Heading
|
|
839
|
+
* @uiName Heading label
|
|
868
840
|
*/
|
|
869
841
|
"pageLabel": string;
|
|
870
842
|
/**
|
|
871
|
-
* Label for password field
|
|
872
|
-
* @uiName Password Label
|
|
843
|
+
* @uiName Label for password field
|
|
873
844
|
*/
|
|
874
845
|
"passwordLabel": string;
|
|
875
846
|
/**
|
|
876
|
-
* Label for register button
|
|
877
|
-
* @uiName Register Button Text
|
|
847
|
+
* @uiName Label for register navigation button
|
|
878
848
|
*/
|
|
879
849
|
"registerLabel": string;
|
|
880
850
|
/**
|
|
881
|
-
* Register
|
|
882
|
-
* @uiName Register Path
|
|
851
|
+
* @uiName Register button redirection path
|
|
883
852
|
*/
|
|
884
853
|
"registerPath": string;
|
|
885
854
|
/**
|
|
886
|
-
* Label for submit button
|
|
887
|
-
* @uiName Submit Button Text
|
|
855
|
+
* @uiName Label for submit button
|
|
888
856
|
*/
|
|
889
857
|
"submitLabel": string;
|
|
890
858
|
}
|
|
891
859
|
interface SqmPortalLogout {
|
|
892
860
|
/**
|
|
893
|
-
* @uiName Next Page
|
|
861
|
+
* @uiName Next Page path
|
|
894
862
|
*/
|
|
895
863
|
"nextPage": string;
|
|
896
864
|
}
|
|
897
865
|
interface SqmPortalProfile {
|
|
898
866
|
/**
|
|
899
|
-
* Country input field label
|
|
900
|
-
* @uiName Country Label
|
|
867
|
+
* @uiName Country input field label
|
|
901
868
|
*/
|
|
902
869
|
"countrytext": string;
|
|
903
870
|
/**
|
|
@@ -906,35 +873,31 @@ export namespace Components {
|
|
|
906
873
|
*/
|
|
907
874
|
"demoData"?: DemoData<PortalProfileViewProps>;
|
|
908
875
|
/**
|
|
909
|
-
* @uiName Edit
|
|
876
|
+
* @uiName Edit profile header
|
|
910
877
|
*/
|
|
911
878
|
"editProfileHeader": string;
|
|
912
879
|
/**
|
|
913
|
-
* @uiName Edit
|
|
880
|
+
* @uiName Edit profile sub header
|
|
914
881
|
*/
|
|
915
882
|
"editProfileSubHeader": string;
|
|
916
883
|
/**
|
|
917
|
-
* Email input field label
|
|
918
|
-
* @uiName Email Label
|
|
884
|
+
* @uiName Email input field label
|
|
919
885
|
*/
|
|
920
886
|
"emailtext": string;
|
|
921
887
|
/**
|
|
922
|
-
* First name input field label
|
|
923
|
-
* @uiName First Name Label
|
|
888
|
+
* @uiName First name input field label
|
|
924
889
|
*/
|
|
925
890
|
"firstnametext": string;
|
|
926
891
|
/**
|
|
927
|
-
* Last name input field label
|
|
928
|
-
* @uiName Last Name Label
|
|
892
|
+
* @uiName Last name input field label
|
|
929
893
|
*/
|
|
930
894
|
"lastnametext": string;
|
|
931
895
|
/**
|
|
932
|
-
* Show or hide
|
|
933
|
-
* @uiName Show Country Field
|
|
896
|
+
* @uiName Show or hide country field
|
|
934
897
|
*/
|
|
935
898
|
"showCountry": boolean;
|
|
936
899
|
/**
|
|
937
|
-
* @uiName
|
|
900
|
+
* @uiName Text for the submit changes button
|
|
938
901
|
*/
|
|
939
902
|
"submitChangeButtonText": string;
|
|
940
903
|
}
|
|
@@ -944,7 +907,7 @@ export namespace Components {
|
|
|
944
907
|
*/
|
|
945
908
|
"redirectTo": string;
|
|
946
909
|
/**
|
|
947
|
-
* @uiName Redirect
|
|
910
|
+
* @uiName Redirect unverified users path
|
|
948
911
|
*/
|
|
949
912
|
"redirectToUnverified": string;
|
|
950
913
|
/**
|
|
@@ -954,12 +917,11 @@ export namespace Components {
|
|
|
954
917
|
}
|
|
955
918
|
interface SqmPortalRegister {
|
|
956
919
|
/**
|
|
957
|
-
* Show
|
|
958
|
-
* @uiName Show Confirm Password Field
|
|
920
|
+
* @uiName Show confirm password field
|
|
959
921
|
*/
|
|
960
922
|
"confirmPassword": boolean;
|
|
961
923
|
/**
|
|
962
|
-
* @uiName
|
|
924
|
+
* @uiName Label for confirm password field
|
|
963
925
|
*/
|
|
964
926
|
"confirmPasswordLabel": string;
|
|
965
927
|
/**
|
|
@@ -968,63 +930,59 @@ export namespace Components {
|
|
|
968
930
|
*/
|
|
969
931
|
"demoData"?: DemoData<PortalRegisterViewProps>;
|
|
970
932
|
/**
|
|
971
|
-
* @uiName
|
|
933
|
+
* @uiName Label for email field
|
|
972
934
|
*/
|
|
973
935
|
"emailLabel": string;
|
|
974
936
|
/**
|
|
975
|
-
* @uiName
|
|
937
|
+
* @uiName Use password field with live validation
|
|
976
938
|
*/
|
|
977
939
|
"enablePasswordValidation": boolean;
|
|
978
940
|
/**
|
|
979
|
-
* Hide default input fields to use custom fields
|
|
980
|
-
* @uiName Hide Default Inputs
|
|
941
|
+
* @uiName Hide default input fields to use custom fields
|
|
981
942
|
*/
|
|
982
943
|
"hideInputs": boolean;
|
|
983
944
|
/**
|
|
984
|
-
* @uiName
|
|
945
|
+
* @uiName Label for login navigation button
|
|
985
946
|
*/
|
|
986
947
|
"loginLabel": string;
|
|
987
948
|
/**
|
|
988
|
-
*
|
|
989
|
-
* @uiName Login Path
|
|
949
|
+
* @uiName Sign in button redirection path
|
|
990
950
|
*/
|
|
991
951
|
"loginPath": string;
|
|
992
952
|
/**
|
|
993
|
-
* Page navigated to after registration
|
|
994
|
-
* @uiName Next Page
|
|
953
|
+
* @uiName Page navigated to after registration
|
|
995
954
|
*/
|
|
996
955
|
"nextPage": string;
|
|
997
956
|
/**
|
|
998
|
-
* @uiName Heading
|
|
957
|
+
* @uiName Heading label
|
|
999
958
|
*/
|
|
1000
959
|
"pageLabel": string;
|
|
1001
960
|
/**
|
|
1002
|
-
* @uiName
|
|
961
|
+
* @uiName Label for password field
|
|
1003
962
|
*/
|
|
1004
963
|
"passwordLabel": string;
|
|
1005
964
|
/**
|
|
1006
965
|
* The page that users are redirected to from the verification email.
|
|
1007
|
-
* @uiName Email
|
|
966
|
+
* @uiName Email redirection base path
|
|
1008
967
|
*/
|
|
1009
968
|
"redirectPath": string;
|
|
1010
969
|
/**
|
|
1011
|
-
* @uiName
|
|
970
|
+
* @uiName Label for submit button
|
|
1012
971
|
*/
|
|
1013
972
|
"submitLabel": string;
|
|
1014
973
|
}
|
|
1015
974
|
interface SqmPortalResetPassword {
|
|
1016
975
|
/**
|
|
1017
|
-
* Show
|
|
1018
|
-
* @uiName Show Confirm Password
|
|
976
|
+
* @uiName Show confirm password
|
|
1019
977
|
*/
|
|
1020
978
|
"confirmPassword": boolean;
|
|
1021
979
|
/**
|
|
1022
|
-
* @uiName Confirm
|
|
980
|
+
* @uiName Confirm password field label
|
|
1023
981
|
*/
|
|
1024
982
|
"confirmPasswordFieldLabel": string;
|
|
1025
983
|
/**
|
|
1026
|
-
*
|
|
1027
|
-
* @uiName Continue
|
|
984
|
+
* Displayed after a successful password reset
|
|
985
|
+
* @uiName Continue button text
|
|
1028
986
|
*/
|
|
1029
987
|
"continueButtonText": string;
|
|
1030
988
|
/**
|
|
@@ -1034,29 +992,29 @@ export namespace Components {
|
|
|
1034
992
|
"demoData"?: DemoData<PortalResetPasswordViewProps>;
|
|
1035
993
|
/**
|
|
1036
994
|
* The page that users are redirected to if the reset fails due to outdated password reset attempt.
|
|
1037
|
-
* @uiName Failed
|
|
995
|
+
* @uiName Failed page redirection path
|
|
1038
996
|
*/
|
|
1039
997
|
"failedPage": string;
|
|
1040
998
|
/**
|
|
1041
999
|
* The page that users are redirected to when the password reset succeeds.
|
|
1042
|
-
* @uiName Next
|
|
1000
|
+
* @uiName Next page path
|
|
1043
1001
|
*/
|
|
1044
1002
|
"nextPage": string;
|
|
1045
1003
|
/**
|
|
1046
|
-
* @uiName Password
|
|
1004
|
+
* @uiName Password field label
|
|
1047
1005
|
*/
|
|
1048
1006
|
"passwordFieldLabel": string;
|
|
1049
1007
|
/**
|
|
1050
1008
|
* Displayed after a successful password reset
|
|
1051
|
-
* @uiName
|
|
1009
|
+
* @uiName Password reset header text
|
|
1052
1010
|
*/
|
|
1053
1011
|
"passwordResetHeader": string;
|
|
1054
1012
|
/**
|
|
1055
|
-
* @uiName Password
|
|
1013
|
+
* @uiName Password reset button text
|
|
1056
1014
|
*/
|
|
1057
1015
|
"resetPasswordButtonText": string;
|
|
1058
1016
|
/**
|
|
1059
|
-
* @uiName
|
|
1017
|
+
* @uiName Password reset header text
|
|
1060
1018
|
*/
|
|
1061
1019
|
"resetPasswordHeader": string;
|
|
1062
1020
|
}
|
|
@@ -1068,12 +1026,12 @@ export namespace Components {
|
|
|
1068
1026
|
"demoData"?: DemoData<PortalVerifyEmailViewProps>;
|
|
1069
1027
|
/**
|
|
1070
1028
|
* The page that users are redirected to if verification fails due to outdated verification attempt.
|
|
1071
|
-
* @uiName Failed
|
|
1029
|
+
* @uiName Failed page redirection path
|
|
1072
1030
|
*/
|
|
1073
1031
|
"failedPage": string;
|
|
1074
1032
|
/**
|
|
1075
1033
|
* The page that users are redirected to when the verification succeeds.
|
|
1076
|
-
* @uiName Next
|
|
1034
|
+
* @uiName Next page path
|
|
1077
1035
|
*/
|
|
1078
1036
|
"nextPage": string;
|
|
1079
1037
|
}
|
|
@@ -1141,19 +1099,16 @@ export namespace Components {
|
|
|
1141
1099
|
*/
|
|
1142
1100
|
"demoData"?: DemoData<ReferralIframeViewProps>;
|
|
1143
1101
|
/**
|
|
1144
|
-
* Height of the iframe container
|
|
1145
|
-
* @uiName Iframe Height
|
|
1102
|
+
* @uiName Height of the iframe container
|
|
1146
1103
|
*/
|
|
1147
1104
|
"iframeHeight": string;
|
|
1148
1105
|
/**
|
|
1149
|
-
* URL of iframe to display
|
|
1150
|
-
* @
|
|
1151
|
-
* @required
|
|
1106
|
+
* @uiName URL of iframe to display
|
|
1107
|
+
* @uiRequired
|
|
1152
1108
|
*/
|
|
1153
1109
|
"iframeSrc": string;
|
|
1154
1110
|
/**
|
|
1155
|
-
* Width of the iframe container
|
|
1156
|
-
* @uiName Iframe Width
|
|
1111
|
+
* @uiName Width of the iframe container
|
|
1157
1112
|
*/
|
|
1158
1113
|
"iframeWidth": string;
|
|
1159
1114
|
}
|
|
@@ -1165,7 +1120,7 @@ export namespace Components {
|
|
|
1165
1120
|
"demoData"?: DemoData<GenericTableViewProps>;
|
|
1166
1121
|
/**
|
|
1167
1122
|
* Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
|
|
1168
|
-
* @uiName Hidden
|
|
1123
|
+
* @uiName Mobile Hidden Columns
|
|
1169
1124
|
*/
|
|
1170
1125
|
"hiddenColumns"?: string;
|
|
1171
1126
|
/**
|
|
@@ -1173,16 +1128,15 @@ export namespace Components {
|
|
|
1173
1128
|
*/
|
|
1174
1129
|
"mdBreakpoint"?: number;
|
|
1175
1130
|
/**
|
|
1176
|
-
* @uiName View More
|
|
1131
|
+
* @uiName View More button text
|
|
1177
1132
|
*/
|
|
1178
1133
|
"moreLabel"?: string;
|
|
1179
1134
|
/**
|
|
1180
|
-
* Number of referrals
|
|
1181
|
-
* @uiName Referrals Per Page
|
|
1135
|
+
* @uiName Number of referrals per page
|
|
1182
1136
|
*/
|
|
1183
1137
|
"perPage": number;
|
|
1184
1138
|
/**
|
|
1185
|
-
* @uiName Previous
|
|
1139
|
+
* @uiName Previous button text
|
|
1186
1140
|
*/
|
|
1187
1141
|
"prevLabel"?: string;
|
|
1188
1142
|
/**
|
|
@@ -1191,12 +1145,11 @@ export namespace Components {
|
|
|
1191
1145
|
*/
|
|
1192
1146
|
"programId": string;
|
|
1193
1147
|
/**
|
|
1194
|
-
* @uiName Show
|
|
1148
|
+
* @uiName Show column labels
|
|
1195
1149
|
*/
|
|
1196
1150
|
"showLabels"?: boolean;
|
|
1197
1151
|
/**
|
|
1198
|
-
* Show
|
|
1199
|
-
* @uiName Show Referrer
|
|
1152
|
+
* @uiName Show Referred by user in table
|
|
1200
1153
|
*/
|
|
1201
1154
|
"showReferrer"?: boolean;
|
|
1202
1155
|
/**
|
|
@@ -1309,8 +1262,7 @@ export namespace Components {
|
|
|
1309
1262
|
}
|
|
1310
1263
|
interface SqmReferralTableUserColumn {
|
|
1311
1264
|
/**
|
|
1312
|
-
* Name displayed for
|
|
1313
|
-
* @uiName Anonymous User Text
|
|
1265
|
+
* @uiName Name displayed for anonymous users
|
|
1314
1266
|
*/
|
|
1315
1267
|
"anonymousUser": string;
|
|
1316
1268
|
/**
|
|
@@ -1318,8 +1270,7 @@ export namespace Components {
|
|
|
1318
1270
|
*/
|
|
1319
1271
|
"columnTitle": string;
|
|
1320
1272
|
/**
|
|
1321
|
-
* Name displayed for deleted users
|
|
1322
|
-
* @uiName Deleted User Text
|
|
1273
|
+
* @uiName Name displayed for deleted users
|
|
1323
1274
|
*/
|
|
1324
1275
|
"deletedUser": string;
|
|
1325
1276
|
"renderCell": (data: Referral) => Promise<any>;
|
|
@@ -1371,12 +1322,11 @@ export namespace Components {
|
|
|
1371
1322
|
*/
|
|
1372
1323
|
"doneText": string;
|
|
1373
1324
|
/**
|
|
1374
|
-
*
|
|
1375
|
-
* @uiName Not Available Error
|
|
1325
|
+
* @uiName Exchange button text
|
|
1376
1326
|
*/
|
|
1377
1327
|
"notAvailableError": string;
|
|
1378
1328
|
/**
|
|
1379
|
-
* @uiName Not Enough Error Message
|
|
1329
|
+
* @uiName Not Enough Available Error Message
|
|
1380
1330
|
*/
|
|
1381
1331
|
"notEnoughError": string;
|
|
1382
1332
|
/**
|
|
@@ -1431,7 +1381,7 @@ export namespace Components {
|
|
|
1431
1381
|
"selectText": string;
|
|
1432
1382
|
/**
|
|
1433
1383
|
* Set the number of placeholder cards to be shown in loading state.
|
|
1434
|
-
* @
|
|
1384
|
+
* @undocumented Loading Cards
|
|
1435
1385
|
*/
|
|
1436
1386
|
"skeletonCardNum": number;
|
|
1437
1387
|
/**
|
|
@@ -1530,7 +1480,7 @@ export namespace Components {
|
|
|
1530
1480
|
*/
|
|
1531
1481
|
"availableText": string;
|
|
1532
1482
|
/**
|
|
1533
|
-
* @uiName Reward
|
|
1483
|
+
* @uiName Reward column title
|
|
1534
1484
|
*/
|
|
1535
1485
|
"columnTitle": string;
|
|
1536
1486
|
/**
|
|
@@ -1555,8 +1505,7 @@ export namespace Components {
|
|
|
1555
1505
|
}
|
|
1556
1506
|
interface SqmRewardsTableSourceColumn {
|
|
1557
1507
|
/**
|
|
1558
|
-
* Name displayed for
|
|
1559
|
-
* @uiName Anonymous User Text
|
|
1508
|
+
* @uiName Name displayed for anonymous users
|
|
1560
1509
|
*/
|
|
1561
1510
|
"anonymousUser": string;
|
|
1562
1511
|
/**
|
|
@@ -1564,8 +1513,7 @@ export namespace Components {
|
|
|
1564
1513
|
*/
|
|
1565
1514
|
"columnTitle": string;
|
|
1566
1515
|
/**
|
|
1567
|
-
* Name displayed for deleted users
|
|
1568
|
-
* @uiName Deleted User Text
|
|
1516
|
+
* @uiName Name displayed for deleted users
|
|
1569
1517
|
*/
|
|
1570
1518
|
"deletedUser": string;
|
|
1571
1519
|
/**
|
|
@@ -1576,7 +1524,7 @@ export namespace Components {
|
|
|
1576
1524
|
"renderCell": (data: Reward, locale: any) => Promise<any>;
|
|
1577
1525
|
"renderLabel": () => Promise<string>;
|
|
1578
1526
|
/**
|
|
1579
|
-
* @uiName Reward Exchange
|
|
1527
|
+
* @uiName Reward Exchange label
|
|
1580
1528
|
*/
|
|
1581
1529
|
"rewardExchangeText": string;
|
|
1582
1530
|
/**
|
|
@@ -1625,7 +1573,7 @@ export namespace Components {
|
|
|
1625
1573
|
}
|
|
1626
1574
|
interface SqmRoute {
|
|
1627
1575
|
/**
|
|
1628
|
-
* @uiName Navigation
|
|
1576
|
+
* @uiName Navigation path name
|
|
1629
1577
|
*/
|
|
1630
1578
|
"path": string;
|
|
1631
1579
|
}
|
|
@@ -1705,13 +1653,12 @@ export namespace Components {
|
|
|
1705
1653
|
}
|
|
1706
1654
|
interface SqmShareButton {
|
|
1707
1655
|
/**
|
|
1708
|
-
* @uiName Button
|
|
1656
|
+
* @uiName Button background color
|
|
1709
1657
|
* @uiWidget color
|
|
1710
1658
|
*/
|
|
1711
1659
|
"backgroundcolor"?: string;
|
|
1712
1660
|
/**
|
|
1713
|
-
* Configure border radius with pixel amount
|
|
1714
|
-
* @uiName Border Radius
|
|
1661
|
+
* @uiName Configure border radius with pixel amount
|
|
1715
1662
|
*/
|
|
1716
1663
|
"borderradius"?: number;
|
|
1717
1664
|
/**
|
|
@@ -1724,16 +1671,16 @@ export namespace Components {
|
|
|
1724
1671
|
*/
|
|
1725
1672
|
"disabled"?: boolean;
|
|
1726
1673
|
/**
|
|
1727
|
-
* @uiName Hide
|
|
1674
|
+
* @uiName Hide the icon
|
|
1728
1675
|
*/
|
|
1729
1676
|
"hideicon"?: boolean;
|
|
1730
1677
|
/**
|
|
1731
|
-
* @uiName Hide
|
|
1678
|
+
* @uiName Hide the text
|
|
1732
1679
|
*/
|
|
1733
1680
|
"hidetext"?: boolean;
|
|
1734
1681
|
/**
|
|
1735
|
-
* Options available at https://shoelace.style/components/icon
|
|
1736
|
-
* @uiName Icon
|
|
1682
|
+
* Options available at https://shoelace.style/components/icon
|
|
1683
|
+
* @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
|
|
1737
1684
|
*/
|
|
1738
1685
|
"icon"?: string;
|
|
1739
1686
|
/**
|
|
@@ -1763,7 +1710,7 @@ export namespace Components {
|
|
|
1763
1710
|
| "reminder"
|
|
1764
1711
|
| "unknown";
|
|
1765
1712
|
/**
|
|
1766
|
-
* @uiName Display
|
|
1713
|
+
* @uiName Display as pill
|
|
1767
1714
|
*/
|
|
1768
1715
|
"pill"?: boolean;
|
|
1769
1716
|
/**
|
|
@@ -1772,13 +1719,11 @@ export namespace Components {
|
|
|
1772
1719
|
*/
|
|
1773
1720
|
"programId"?: string;
|
|
1774
1721
|
/**
|
|
1775
|
-
* Text used for native sharing (mobile only)
|
|
1776
|
-
* @uiName Share Text
|
|
1722
|
+
* @uiName Text used for native sharing (mobile only)
|
|
1777
1723
|
*/
|
|
1778
1724
|
"sharetext"?: string;
|
|
1779
1725
|
/**
|
|
1780
|
-
* Title used for native sharing (mobile only)
|
|
1781
|
-
* @uiName Share Title
|
|
1726
|
+
* @uiName Title used for native sharing (mobile only)
|
|
1782
1727
|
*/
|
|
1783
1728
|
"sharetitle"?: string;
|
|
1784
1729
|
/**
|
|
@@ -1789,7 +1734,7 @@ export namespace Components {
|
|
|
1789
1734
|
*/
|
|
1790
1735
|
"size"?: "small" | "medium" | "large";
|
|
1791
1736
|
/**
|
|
1792
|
-
* @uiName Button
|
|
1737
|
+
* @uiName Button text color
|
|
1793
1738
|
* @uiWidget color
|
|
1794
1739
|
*/
|
|
1795
1740
|
"textcolor"?: string;
|
|
@@ -1824,8 +1769,8 @@ export namespace Components {
|
|
|
1824
1769
|
*/
|
|
1825
1770
|
"tooltiplifespan": number;
|
|
1826
1771
|
/**
|
|
1827
|
-
* This is shown after someone has successfully copied the
|
|
1828
|
-
* @uiName Tooltip
|
|
1772
|
+
* This is shown after someone has successfully copied the cpde to the clipboard.
|
|
1773
|
+
* @uiName Tooltip text
|
|
1829
1774
|
*/
|
|
1830
1775
|
"tooltiptext": string;
|
|
1831
1776
|
}
|
|
@@ -1842,12 +1787,12 @@ export namespace Components {
|
|
|
1842
1787
|
"programId"?: string;
|
|
1843
1788
|
/**
|
|
1844
1789
|
* The number of milliseconds that the tooltip will appear for
|
|
1845
|
-
* @uiName Tooltip
|
|
1790
|
+
* @uiName Tooltip lifespan
|
|
1846
1791
|
*/
|
|
1847
1792
|
"tooltiplifespan": number;
|
|
1848
1793
|
/**
|
|
1849
1794
|
* This is shown after someone has successfully copied the link to the clipboard.
|
|
1850
|
-
* @uiName Tooltip
|
|
1795
|
+
* @uiName Tooltip text
|
|
1851
1796
|
*/
|
|
1852
1797
|
"tooltiptext": string;
|
|
1853
1798
|
}
|
|
@@ -1860,7 +1805,7 @@ export namespace Components {
|
|
|
1860
1805
|
*/
|
|
1861
1806
|
"display": "grid" | "flex";
|
|
1862
1807
|
/**
|
|
1863
|
-
* @uiName Space
|
|
1808
|
+
* @uiName Space between stats
|
|
1864
1809
|
* @uiType string
|
|
1865
1810
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1866
1811
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -1895,23 +1840,19 @@ export namespace Components {
|
|
|
1895
1840
|
interface SqmTaskCard {
|
|
1896
1841
|
/**
|
|
1897
1842
|
* @uiName CTA Button Link
|
|
1898
|
-
* @uiGroup CTA Button
|
|
1899
1843
|
*/
|
|
1900
1844
|
"buttonLink": string;
|
|
1901
1845
|
/**
|
|
1902
1846
|
* @uiName CTA Button Text
|
|
1903
|
-
* @uiGroup CTA Button
|
|
1904
1847
|
*/
|
|
1905
1848
|
"buttonText": string;
|
|
1906
1849
|
/**
|
|
1907
1850
|
* @uiName Title Text
|
|
1908
|
-
* @uiGroup Task
|
|
1909
1851
|
*/
|
|
1910
1852
|
"cardTitle": string;
|
|
1911
1853
|
/**
|
|
1912
1854
|
* Displays the amount of times that a user has completed a repeatable task.
|
|
1913
1855
|
* @uiName Completed Count Text
|
|
1914
|
-
* @uiGroup Task
|
|
1915
1856
|
*/
|
|
1916
1857
|
"completedText": string;
|
|
1917
1858
|
/**
|
|
@@ -1921,108 +1862,88 @@ export namespace Components {
|
|
|
1921
1862
|
"demoData"?: DemoData<TaskCardViewProps | BigStatViewProps>;
|
|
1922
1863
|
/**
|
|
1923
1864
|
* @uiName Description Text
|
|
1924
|
-
* @uiGroup Task
|
|
1925
1865
|
*/
|
|
1926
1866
|
"description": string;
|
|
1927
1867
|
/**
|
|
1928
1868
|
* Timeframe that the task card will be shown
|
|
1929
1869
|
* @uiName Display Duration
|
|
1930
1870
|
* @uiWidget DateRange
|
|
1931
|
-
* @
|
|
1932
|
-
* @uiGroup Task
|
|
1871
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
1933
1872
|
*/
|
|
1934
1873
|
"displayDuration": string;
|
|
1935
1874
|
/**
|
|
1936
1875
|
* Shown to users after the end of the task duration.
|
|
1937
1876
|
* @uiName Ended Date Message
|
|
1938
|
-
* @uiGroup Task
|
|
1939
1877
|
*/
|
|
1940
1878
|
"endedMessage": string;
|
|
1941
1879
|
/**
|
|
1942
1880
|
* Optionally send an event to SaaSquatch when a user clicks the CTA. This field configured what key of the event sent is.
|
|
1943
|
-
* @uiName
|
|
1944
|
-
* @uiGroup CTA Button
|
|
1881
|
+
* @uiName Event key of task card button
|
|
1945
1882
|
*/
|
|
1946
1883
|
"eventKey"?: string;
|
|
1947
1884
|
/**
|
|
1948
1885
|
* @uiName Expiry Date Message
|
|
1949
|
-
* @uiGroup Task
|
|
1950
1886
|
*/
|
|
1951
1887
|
"expiryMessage": string;
|
|
1952
1888
|
/**
|
|
1953
1889
|
* The number of times a reward can be earned. Use zero for no limit (the default).
|
|
1954
1890
|
* @uiName Repeat Amount
|
|
1955
|
-
* @uiGroup Reward
|
|
1956
1891
|
*/
|
|
1957
1892
|
"finite": number;
|
|
1958
1893
|
/**
|
|
1959
1894
|
* Sets the goal for users progress to know when a task has been completed. If repeatable is checked, repeatable goals is an increment of this.
|
|
1960
1895
|
* @uiName Goal Completion Number
|
|
1961
|
-
* @uiGroup Goal
|
|
1962
1896
|
*/
|
|
1963
1897
|
"goal": number;
|
|
1964
1898
|
/**
|
|
1965
|
-
* CTA Button Link
|
|
1966
|
-
* @uiName Open In New Tab
|
|
1967
|
-
* @uiGroup CTA Button
|
|
1968
|
-
* @default undefined
|
|
1899
|
+
* @uiName CTA Button Link Open in New Tab
|
|
1969
1900
|
*/
|
|
1970
1901
|
"openNewTab": boolean;
|
|
1971
1902
|
/**
|
|
1972
1903
|
* The ID of the program that is used to scope the task card. Defaults to the program context when no ID is specified.
|
|
1973
|
-
* @uiName Program ID
|
|
1974
|
-
* @uiGroup Goal
|
|
1904
|
+
* @uiName Program ID override
|
|
1975
1905
|
*/
|
|
1976
1906
|
"programId"?: string;
|
|
1977
1907
|
/**
|
|
1978
1908
|
* @uiName Progress Bar Unit
|
|
1979
|
-
* @uiGroup Goal
|
|
1980
1909
|
*/
|
|
1981
1910
|
"progressBarUnit": string;
|
|
1982
1911
|
/**
|
|
1983
1912
|
* @uiName Goal Repeatable
|
|
1984
|
-
* @uiGroup Goal
|
|
1985
1913
|
*/
|
|
1986
1914
|
"repeatable": boolean;
|
|
1987
1915
|
/**
|
|
1988
1916
|
* @uiName Reward Amount
|
|
1989
|
-
* @uiGroup Reward
|
|
1990
1917
|
*/
|
|
1991
1918
|
"rewardAmount": string;
|
|
1992
1919
|
/**
|
|
1993
1920
|
* @uiName Reward Duration
|
|
1994
1921
|
* @uiWidget DateRange
|
|
1995
|
-
* @
|
|
1996
|
-
* @uiGroup Reward
|
|
1922
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
1997
1923
|
*/
|
|
1998
1924
|
"rewardDuration": string;
|
|
1999
1925
|
/**
|
|
2000
1926
|
* @uiName Reward Unit
|
|
2001
|
-
* @uiGroup Reward
|
|
2002
1927
|
*/
|
|
2003
1928
|
"rewardUnit": string;
|
|
2004
1929
|
/**
|
|
2005
1930
|
* @uiName Show Progress Bar
|
|
2006
|
-
* @uiGroup Goal
|
|
2007
1931
|
*/
|
|
2008
1932
|
"showProgressBar": boolean;
|
|
2009
1933
|
/**
|
|
2010
1934
|
* Shown to users before the start of the task duration.
|
|
2011
1935
|
* @uiName Start Date Message
|
|
2012
|
-
* @uiGroup Task
|
|
2013
1936
|
*/
|
|
2014
1937
|
"startsOnMessage": string;
|
|
2015
1938
|
/**
|
|
2016
1939
|
* Select what type of stat to display for the goal. Manual paths are also supported.
|
|
2017
1940
|
* @uiWidget StatTypeSelectWidget
|
|
2018
1941
|
* @uiName Goal Progress Source
|
|
2019
|
-
* @
|
|
2020
|
-
* @uiGroup Goal
|
|
1942
|
+
* @uiOptions {"version": 1.1}
|
|
2021
1943
|
*/
|
|
2022
1944
|
"statType": string;
|
|
2023
1945
|
/**
|
|
2024
1946
|
* @uiName Progress Bar Steps
|
|
2025
|
-
* @uiGroup Goal
|
|
2026
1947
|
*/
|
|
2027
1948
|
"steps": boolean;
|
|
2028
1949
|
}
|
|
@@ -2034,7 +1955,7 @@ export namespace Components {
|
|
|
2034
1955
|
*/
|
|
2035
1956
|
"text": string;
|
|
2036
1957
|
/**
|
|
2037
|
-
* @uiName
|
|
1958
|
+
* @uiName Text
|
|
2038
1959
|
* @uiType string
|
|
2039
1960
|
* @uiEnum ["p", "subtext", "h1", "h2", "h3", "h4"]
|
|
2040
1961
|
* @uiEnumNames ["Paragraph", "Subtext", "Header 1", "Header 2", "Header 3", "Header 4"]
|
|
@@ -2079,14 +2000,14 @@ export namespace Components {
|
|
|
2079
2000
|
*/
|
|
2080
2001
|
"label": string;
|
|
2081
2002
|
/**
|
|
2082
|
-
* @uiName Label
|
|
2003
|
+
* @uiName Label margin style
|
|
2083
2004
|
* @uiType string
|
|
2084
2005
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
2085
2006
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
2086
2007
|
*/
|
|
2087
2008
|
"labelMargin": Spacing;
|
|
2088
2009
|
/**
|
|
2089
|
-
* @uiName Section
|
|
2010
|
+
* @uiName Section padding
|
|
2090
2011
|
* @uiType string
|
|
2091
2012
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
2092
2013
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -2107,12 +2028,11 @@ export namespace Components {
|
|
|
2107
2028
|
*/
|
|
2108
2029
|
"demoData"?: DemoData<UserNameViewProps>;
|
|
2109
2030
|
/**
|
|
2110
|
-
* Fallback name for
|
|
2111
|
-
* @uiName Fallback Name
|
|
2031
|
+
* @uiName Fallback name for nameless users
|
|
2112
2032
|
*/
|
|
2113
2033
|
"fallback": string;
|
|
2114
2034
|
/**
|
|
2115
|
-
* @uiName Loading
|
|
2035
|
+
* @uiName Loading text
|
|
2116
2036
|
*/
|
|
2117
2037
|
"loadingText": string;
|
|
2118
2038
|
}
|
|
@@ -2717,18 +2637,17 @@ declare namespace LocalJSX {
|
|
|
2717
2637
|
*/
|
|
2718
2638
|
"demoData"?: DemoData<AssetCardViewProps>;
|
|
2719
2639
|
/**
|
|
2720
|
-
* @uiName Banner
|
|
2640
|
+
* @uiName Banner image
|
|
2721
2641
|
*/
|
|
2722
2642
|
"imgUrl"?: string;
|
|
2723
2643
|
/**
|
|
2724
|
-
* @uiName Banner
|
|
2644
|
+
* @uiName Banner title
|
|
2725
2645
|
*/
|
|
2726
2646
|
"titleText"?: string;
|
|
2727
2647
|
}
|
|
2728
2648
|
interface SqmBigStat {
|
|
2729
2649
|
/**
|
|
2730
|
-
*
|
|
2731
|
-
* @uiName Alignment
|
|
2650
|
+
* @uiName Alignment - controls the alignment of the flexbox
|
|
2732
2651
|
* @uiType string
|
|
2733
2652
|
* @uiEnum ["left", "right", "center"]
|
|
2734
2653
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
@@ -2740,8 +2659,7 @@ declare namespace LocalJSX {
|
|
|
2740
2659
|
*/
|
|
2741
2660
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
2742
2661
|
/**
|
|
2743
|
-
*
|
|
2744
|
-
* @uiName Flex Reverse
|
|
2662
|
+
* @uiName Flex Reverse - controls the order of the stat value & description column
|
|
2745
2663
|
*/
|
|
2746
2664
|
"flexReverse"?: boolean;
|
|
2747
2665
|
/**
|
|
@@ -2753,7 +2671,7 @@ declare namespace LocalJSX {
|
|
|
2753
2671
|
* Select what type of stat to display. Manual paths are also supported.
|
|
2754
2672
|
* @uiWidget StatTypeSelectWidget
|
|
2755
2673
|
* @uiName Stat Type
|
|
2756
|
-
* @
|
|
2674
|
+
* @uiOptions {"version": 1.1}
|
|
2757
2675
|
*/
|
|
2758
2676
|
"statType"?: string;
|
|
2759
2677
|
}
|
|
@@ -2783,20 +2701,19 @@ declare namespace LocalJSX {
|
|
|
2783
2701
|
}
|
|
2784
2702
|
interface SqmCheckboxField {
|
|
2785
2703
|
/**
|
|
2786
|
-
* @uiName Checkbox
|
|
2704
|
+
* @uiName Checkbox label
|
|
2787
2705
|
*/
|
|
2788
2706
|
"checkboxLabel"?: string;
|
|
2789
2707
|
/**
|
|
2790
|
-
* Used with link text if the checkbox label contains {labelLink}
|
|
2791
|
-
* @uiName Checkbox Label Link
|
|
2708
|
+
* @uiName Checkbox label link Used with link text if the checkbox label contains {labelLink}
|
|
2792
2709
|
*/
|
|
2793
2710
|
"checkboxLabelLink"?: string;
|
|
2794
2711
|
/**
|
|
2795
|
-
* @uiName Checkbox
|
|
2712
|
+
* @uiName Checkbox label link text
|
|
2796
2713
|
*/
|
|
2797
2714
|
"checkboxLabelLinkText"?: string;
|
|
2798
2715
|
/**
|
|
2799
|
-
* @uiName Checkbox
|
|
2716
|
+
* @uiName Checkbox name attribute
|
|
2800
2717
|
*/
|
|
2801
2718
|
"checkboxName"?: string;
|
|
2802
2719
|
/**
|
|
@@ -2809,7 +2726,7 @@ declare namespace LocalJSX {
|
|
|
2809
2726
|
*/
|
|
2810
2727
|
"demoData"?: DemoData<CheckboxFieldViewProps>;
|
|
2811
2728
|
/**
|
|
2812
|
-
* @uiName Unchecked
|
|
2729
|
+
* @uiName Unchecked error message
|
|
2813
2730
|
*/
|
|
2814
2731
|
"errorMessage"?: string;
|
|
2815
2732
|
}
|
|
@@ -2822,8 +2739,8 @@ declare namespace LocalJSX {
|
|
|
2822
2739
|
*/
|
|
2823
2740
|
"direction"?: "row" | "column";
|
|
2824
2741
|
/**
|
|
2825
|
-
* Uses
|
|
2826
|
-
* @uiName Border
|
|
2742
|
+
* Uses CSS border style syntax
|
|
2743
|
+
* @uiName Border style
|
|
2827
2744
|
*/
|
|
2828
2745
|
"dividerStyle"?: string;
|
|
2829
2746
|
}
|
|
@@ -2834,11 +2751,11 @@ declare namespace LocalJSX {
|
|
|
2834
2751
|
*/
|
|
2835
2752
|
"demoData"?: DemoData<DropdownFieldViewProps>;
|
|
2836
2753
|
/**
|
|
2837
|
-
* @uiName Dropdown
|
|
2754
|
+
* @uiName Dropdown label
|
|
2838
2755
|
*/
|
|
2839
2756
|
"dropdownLabel"?: string;
|
|
2840
2757
|
/**
|
|
2841
|
-
* @uiName Dropdown
|
|
2758
|
+
* @uiName Dropdown name attribute
|
|
2842
2759
|
*/
|
|
2843
2760
|
"dropdownName"?: string;
|
|
2844
2761
|
/**
|
|
@@ -2846,17 +2763,17 @@ declare namespace LocalJSX {
|
|
|
2846
2763
|
*/
|
|
2847
2764
|
"dropdownOptional"?: boolean;
|
|
2848
2765
|
/**
|
|
2849
|
-
* @uiName Unselected
|
|
2766
|
+
* @uiName Unselected error message
|
|
2850
2767
|
*/
|
|
2851
2768
|
"errorMessage"?: string;
|
|
2852
2769
|
}
|
|
2853
2770
|
interface SqmEditProfile {
|
|
2854
2771
|
/**
|
|
2855
|
-
* @uiName Cancel
|
|
2772
|
+
* @uiName Cancel button text
|
|
2856
2773
|
*/
|
|
2857
2774
|
"canceltext"?: string;
|
|
2858
2775
|
/**
|
|
2859
|
-
* @uiName Region
|
|
2776
|
+
* @uiName Region field label
|
|
2860
2777
|
*/
|
|
2861
2778
|
"currentregiontext"?: string;
|
|
2862
2779
|
/**
|
|
@@ -2869,25 +2786,23 @@ declare namespace LocalJSX {
|
|
|
2869
2786
|
*/
|
|
2870
2787
|
"editprofileheader"?: string;
|
|
2871
2788
|
/**
|
|
2872
|
-
* Enable editing button text
|
|
2873
|
-
* @uiName Edit Profile Text
|
|
2789
|
+
* @uiName Enable editing button text
|
|
2874
2790
|
*/
|
|
2875
2791
|
"editprofiletext"?: string;
|
|
2876
2792
|
/**
|
|
2877
|
-
* @uiName First
|
|
2793
|
+
* @uiName First name field label
|
|
2878
2794
|
*/
|
|
2879
2795
|
"firstnametext"?: string;
|
|
2880
2796
|
/**
|
|
2881
|
-
* @uiName Last
|
|
2797
|
+
* @uiName Last name field label
|
|
2882
2798
|
*/
|
|
2883
2799
|
"lastnametext"?: string;
|
|
2884
2800
|
/**
|
|
2885
|
-
* Show or hide current region
|
|
2886
|
-
* @uiName Show Region
|
|
2801
|
+
* @uiName Show or hide current region
|
|
2887
2802
|
*/
|
|
2888
2803
|
"showregion"?: boolean;
|
|
2889
2804
|
/**
|
|
2890
|
-
* @uiName
|
|
2805
|
+
* @uiName Update info button text
|
|
2891
2806
|
*/
|
|
2892
2807
|
"updatetext"?: string;
|
|
2893
2808
|
}
|
|
@@ -2908,12 +2823,11 @@ declare namespace LocalJSX {
|
|
|
2908
2823
|
}
|
|
2909
2824
|
interface SqmFormMessage {
|
|
2910
2825
|
/**
|
|
2911
|
-
* Icon to use in alert
|
|
2912
|
-
* @uiName Icon
|
|
2826
|
+
* @uiName Icon to use in alert
|
|
2913
2827
|
*/
|
|
2914
2828
|
"icon"?: string;
|
|
2915
2829
|
/**
|
|
2916
|
-
* @uiName
|
|
2830
|
+
* @uiName Type of alert
|
|
2917
2831
|
*/
|
|
2918
2832
|
"type"?: string;
|
|
2919
2833
|
}
|
|
@@ -2925,27 +2839,24 @@ declare namespace LocalJSX {
|
|
|
2925
2839
|
}
|
|
2926
2840
|
interface SqmHero {
|
|
2927
2841
|
/**
|
|
2928
|
-
* Can be an image url, colour or Shoelace variable.
|
|
2842
|
+
* Can either be an image url, colour or Shoelace variable.
|
|
2929
2843
|
* @uiName Background
|
|
2930
2844
|
*/
|
|
2931
2845
|
"background"?: string;
|
|
2932
2846
|
/**
|
|
2933
|
-
* Number of columns in the layout
|
|
2934
|
-
* @uiName Columns
|
|
2847
|
+
* @uiName Number of columns in the layout
|
|
2935
2848
|
*/
|
|
2936
2849
|
"columns"?: 1 | 2;
|
|
2937
2850
|
/**
|
|
2938
|
-
* @uiName Padding
|
|
2851
|
+
* @uiName Padding size
|
|
2939
2852
|
*/
|
|
2940
2853
|
"paddingSize"?: "none" | "small" | "medium" | "large";
|
|
2941
2854
|
/**
|
|
2942
|
-
* Secondary background image or color (for use in
|
|
2943
|
-
* @uiName Secondary Background
|
|
2855
|
+
* @uiName Secondary background image or color (for use in right column)
|
|
2944
2856
|
*/
|
|
2945
2857
|
"secondaryBackground"?: string;
|
|
2946
2858
|
/**
|
|
2947
|
-
*
|
|
2948
|
-
* @uiName Wrap Direction
|
|
2859
|
+
* @uiName Wrap direction
|
|
2949
2860
|
*/
|
|
2950
2861
|
"wrapDirection"?: "wrap" | "wrap-reverse";
|
|
2951
2862
|
}
|
|
@@ -2960,8 +2871,7 @@ declare namespace LocalJSX {
|
|
|
2960
2871
|
*/
|
|
2961
2872
|
"buttonLink"?: string;
|
|
2962
2873
|
/**
|
|
2963
|
-
* CTA Button
|
|
2964
|
-
* @uiName Button New Tab
|
|
2874
|
+
* @uiName CTA Button Link Open in New Tab
|
|
2965
2875
|
*/
|
|
2966
2876
|
"buttonNewTab"?: boolean;
|
|
2967
2877
|
/**
|
|
@@ -3096,8 +3006,8 @@ declare namespace LocalJSX {
|
|
|
3096
3006
|
}
|
|
3097
3007
|
interface SqmLeaderboard {
|
|
3098
3008
|
/**
|
|
3099
|
-
*
|
|
3100
|
-
* @uiName
|
|
3009
|
+
* Text displayed for users without names in the leaderboard
|
|
3010
|
+
* @uiName Anonymous User Name
|
|
3101
3011
|
*/
|
|
3102
3012
|
"anonymousUser"?: string;
|
|
3103
3013
|
/**
|
|
@@ -3111,9 +3021,10 @@ declare namespace LocalJSX {
|
|
|
3111
3021
|
*/
|
|
3112
3022
|
"hideViewer"?: boolean;
|
|
3113
3023
|
/**
|
|
3024
|
+
* Only count leaderboard activity within a given interval
|
|
3114
3025
|
* @uiName Leaderboard Time Interval
|
|
3115
3026
|
* @uiWidget DateRange
|
|
3116
|
-
* @
|
|
3027
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
3117
3028
|
*/
|
|
3118
3029
|
"interval"?: string;
|
|
3119
3030
|
/**
|
|
@@ -3147,7 +3058,7 @@ declare namespace LocalJSX {
|
|
|
3147
3058
|
*/
|
|
3148
3059
|
"rankheading"?: string;
|
|
3149
3060
|
/**
|
|
3150
|
-
* @uiName Show
|
|
3061
|
+
* @uiName Show Rank Column
|
|
3151
3062
|
*/
|
|
3152
3063
|
"showRank"?: boolean;
|
|
3153
3064
|
/**
|
|
@@ -3166,13 +3077,13 @@ declare namespace LocalJSX {
|
|
|
3166
3077
|
*/
|
|
3167
3078
|
"demoData"?: DemoData<LeaderboardRankViewProps>;
|
|
3168
3079
|
/**
|
|
3169
|
-
* @uiName Leaderboard
|
|
3080
|
+
* @uiName Leaderboard time interval
|
|
3170
3081
|
* @uiWidget DateRange
|
|
3171
|
-
* @
|
|
3082
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
3172
3083
|
*/
|
|
3173
3084
|
"interval"?: string;
|
|
3174
3085
|
/**
|
|
3175
|
-
* @uiName Leaderboard
|
|
3086
|
+
* @uiName Leaderboard type
|
|
3176
3087
|
* @uiType string
|
|
3177
3088
|
* @uiEnum ["topStartedReferrers", "topConvertedReferrers", "topPointEarners"]
|
|
3178
3089
|
* @uiEnumNames ["Top Started Referrers", "Top Converted Referrers", "Top Point Earners"]
|
|
@@ -3190,7 +3101,7 @@ declare namespace LocalJSX {
|
|
|
3190
3101
|
*/
|
|
3191
3102
|
"rankText"?: string;
|
|
3192
3103
|
/**
|
|
3193
|
-
* @uiName Default
|
|
3104
|
+
* @uiName Default rank
|
|
3194
3105
|
* @uiType string
|
|
3195
3106
|
* @uiEnum ["rowNumber", "rank", "denseRank"]
|
|
3196
3107
|
* @uiEnumNames ["Row Number", "Rank", "Dense Rank"]
|
|
@@ -3208,11 +3119,11 @@ declare namespace LocalJSX {
|
|
|
3208
3119
|
*/
|
|
3209
3120
|
"demoData"?: DemoData<NameFieldsViewProps>;
|
|
3210
3121
|
/**
|
|
3211
|
-
* @uiName First
|
|
3122
|
+
* @uiName First name field label
|
|
3212
3123
|
*/
|
|
3213
3124
|
"firstNameLabel"?: string;
|
|
3214
3125
|
/**
|
|
3215
|
-
* @uiName Last
|
|
3126
|
+
* @uiName Last name field label
|
|
3216
3127
|
*/
|
|
3217
3128
|
"lastNameLabel"?: string;
|
|
3218
3129
|
}
|
|
@@ -3223,12 +3134,11 @@ declare namespace LocalJSX {
|
|
|
3223
3134
|
*/
|
|
3224
3135
|
"demoData"?: DemoData<NavigationMenuViewProps>;
|
|
3225
3136
|
/**
|
|
3226
|
-
* @uiName Include
|
|
3137
|
+
* @uiName Include dropdown menu
|
|
3227
3138
|
*/
|
|
3228
3139
|
"includeDropdown"?: boolean;
|
|
3229
3140
|
/**
|
|
3230
|
-
* Label on the header menu
|
|
3231
|
-
* @uiName Menu Label
|
|
3141
|
+
* @uiName Label on the header menu
|
|
3232
3142
|
*/
|
|
3233
3143
|
"menuLabel"?: string;
|
|
3234
3144
|
}
|
|
@@ -3250,7 +3160,7 @@ declare namespace LocalJSX {
|
|
|
3250
3160
|
*/
|
|
3251
3161
|
"label"?: string;
|
|
3252
3162
|
/**
|
|
3253
|
-
* @uiName Navigation
|
|
3163
|
+
* @uiName Navigation path
|
|
3254
3164
|
*/
|
|
3255
3165
|
"path"?: string;
|
|
3256
3166
|
}
|
|
@@ -3261,63 +3171,53 @@ declare namespace LocalJSX {
|
|
|
3261
3171
|
*/
|
|
3262
3172
|
"demoData"?: PasswordFieldViewDemoProps;
|
|
3263
3173
|
/**
|
|
3264
|
-
* Enable live password validation
|
|
3265
|
-
* @uiName Enable Validation
|
|
3174
|
+
* @uiName Enable live password validation
|
|
3266
3175
|
*/
|
|
3267
3176
|
"enableValidation"?: boolean;
|
|
3268
3177
|
/**
|
|
3269
|
-
* Label for password field
|
|
3270
|
-
* @uiName Password Label
|
|
3178
|
+
* @uiName Label for password field
|
|
3271
3179
|
*/
|
|
3272
3180
|
"fieldLabel"?: string;
|
|
3273
3181
|
}
|
|
3274
3182
|
interface SqmPopupContainer {
|
|
3275
3183
|
/**
|
|
3276
|
-
* Display a close button on the popup
|
|
3277
|
-
* @uiName Show Close Button
|
|
3184
|
+
* @uiName Display a close button on the popup
|
|
3278
3185
|
*/
|
|
3279
3186
|
"closeButton"?: boolean;
|
|
3280
3187
|
/**
|
|
3281
|
-
* Text
|
|
3282
|
-
* @uiName Close Button Text
|
|
3188
|
+
* @uiName Text to be used as the close button
|
|
3283
3189
|
*/
|
|
3284
3190
|
"closeButtonText"?: string;
|
|
3285
3191
|
/**
|
|
3286
|
-
* Specify padding on the popup contents when in embedded mode
|
|
3287
|
-
* @uiName Embed Padding
|
|
3192
|
+
* @uiName Specify padding on the popup contents when in embedded mode
|
|
3288
3193
|
* @uiType string
|
|
3289
3194
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
3290
3195
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
3291
3196
|
*/
|
|
3292
3197
|
"embedPadding"?: "none" | "small" | "medium" | "large";
|
|
3293
3198
|
/**
|
|
3294
|
-
* Specify padding on the popup contents when in popup mode
|
|
3295
|
-
* @uiName Popup Padding
|
|
3199
|
+
* @uiName Specify padding on the popup contents when in popup mode
|
|
3296
3200
|
* @uiType string
|
|
3297
3201
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
3298
3202
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
3299
3203
|
*/
|
|
3300
3204
|
"popupPadding"?: "none" | "small" | "medium" | "large";
|
|
3301
3205
|
/**
|
|
3302
|
-
* Show Powered By
|
|
3303
|
-
* @uiName Show Powered By
|
|
3206
|
+
* @uiName Show SaaSquatch Powered By messaging
|
|
3304
3207
|
*/
|
|
3305
3208
|
"poweredBy"?: boolean;
|
|
3306
3209
|
}
|
|
3307
3210
|
interface SqmPortalChangePassword {
|
|
3308
3211
|
/**
|
|
3309
|
-
* Modal cancel button text
|
|
3310
|
-
* @uiName Cancel Button Text
|
|
3212
|
+
* @uiName Modal cancel password change button text
|
|
3311
3213
|
*/
|
|
3312
3214
|
"cancelText"?: string;
|
|
3313
3215
|
/**
|
|
3314
|
-
* Modal change password button text
|
|
3315
|
-
* @uiName Change Password Button Text
|
|
3216
|
+
* @uiName Modal change password button text
|
|
3316
3217
|
*/
|
|
3317
3218
|
"changePasswordButtonText"?: string;
|
|
3318
3219
|
/**
|
|
3319
|
-
* Password confirmation input field label
|
|
3320
|
-
* @uiName Confirm Password Label
|
|
3220
|
+
* @uiName Password confirmation input field label
|
|
3321
3221
|
*/
|
|
3322
3222
|
"confirmPasswordFieldLabel"?: string;
|
|
3323
3223
|
/**
|
|
@@ -3326,32 +3226,29 @@ declare namespace LocalJSX {
|
|
|
3326
3226
|
*/
|
|
3327
3227
|
"demoData"?: DemoData<PortalChangePasswordViewProps>;
|
|
3328
3228
|
/**
|
|
3329
|
-
* @uiName Change
|
|
3229
|
+
* @uiName Change password modal header
|
|
3330
3230
|
*/
|
|
3331
3231
|
"modalChangePasswordHeader"?: string;
|
|
3332
3232
|
/**
|
|
3333
|
-
* Password input field label
|
|
3334
|
-
* @uiName Password Label
|
|
3233
|
+
* @uiName Password input field label
|
|
3335
3234
|
*/
|
|
3336
3235
|
"passwordFieldLabel"?: string;
|
|
3337
3236
|
/**
|
|
3338
|
-
* @uiName
|
|
3237
|
+
* @uiName Portal change password button text
|
|
3339
3238
|
*/
|
|
3340
3239
|
"portalChangePasswordButtonText"?: string;
|
|
3341
3240
|
/**
|
|
3342
|
-
* Portal change password section header
|
|
3343
|
-
* @uiName Change Password Header
|
|
3241
|
+
* @uiName Portal change password section header
|
|
3344
3242
|
*/
|
|
3345
3243
|
"portalChangePasswordHeader"?: string;
|
|
3346
3244
|
/**
|
|
3347
|
-
* Successful password change message
|
|
3348
|
-
* @uiName Successful Message
|
|
3245
|
+
* @uiName Successful password change message
|
|
3349
3246
|
*/
|
|
3350
3247
|
"successMessage"?: string;
|
|
3351
3248
|
}
|
|
3352
3249
|
interface SqmPortalContainer {
|
|
3353
3250
|
/**
|
|
3354
|
-
* @uiName Center
|
|
3251
|
+
* @uiName Center content
|
|
3355
3252
|
*/
|
|
3356
3253
|
"center"?: boolean;
|
|
3357
3254
|
/**
|
|
@@ -3376,8 +3273,7 @@ declare namespace LocalJSX {
|
|
|
3376
3273
|
*/
|
|
3377
3274
|
"gap"?: Spacing;
|
|
3378
3275
|
/**
|
|
3379
|
-
*
|
|
3380
|
-
* @uiName Justify Content
|
|
3276
|
+
* @uiName Justify content
|
|
3381
3277
|
* @uiType string
|
|
3382
3278
|
* @uiEnum ["start", "center", "end", "space-between", "space-around", "space-evenly"]
|
|
3383
3279
|
* @uiEnumNames ["Start", "Center", "End", "Space Between", "Space Around", "Space Evenly"]
|
|
@@ -3393,7 +3289,7 @@ declare namespace LocalJSX {
|
|
|
3393
3289
|
*/
|
|
3394
3290
|
"maxWidth"?: string;
|
|
3395
3291
|
/**
|
|
3396
|
-
* @uiName Minimum
|
|
3292
|
+
* @uiName Minimum width
|
|
3397
3293
|
*/
|
|
3398
3294
|
"minWidth"?: string;
|
|
3399
3295
|
/**
|
|
@@ -3411,20 +3307,20 @@ declare namespace LocalJSX {
|
|
|
3411
3307
|
*/
|
|
3412
3308
|
"demoData"?: DemoData<PortalEmailVerificationViewProps>;
|
|
3413
3309
|
/**
|
|
3414
|
-
* @uiName Email
|
|
3310
|
+
* @uiName Email verification header text
|
|
3415
3311
|
*/
|
|
3416
3312
|
"emailVerificationHeader"?: string;
|
|
3417
3313
|
/**
|
|
3418
3314
|
* The page that users are redirected to from the verification email.
|
|
3419
|
-
* @uiName Email
|
|
3315
|
+
* @uiName Email redirection base path
|
|
3420
3316
|
*/
|
|
3421
3317
|
"redirectPath"?: string;
|
|
3422
3318
|
/**
|
|
3423
|
-
* @uiName Re-send
|
|
3319
|
+
* @uiName Re-send email button text
|
|
3424
3320
|
*/
|
|
3425
3321
|
"resendEmailButtonText"?: string;
|
|
3426
3322
|
/**
|
|
3427
|
-
* @uiName Email
|
|
3323
|
+
* @uiName Email verification body text
|
|
3428
3324
|
*/
|
|
3429
3325
|
"verifyMessage"?: string;
|
|
3430
3326
|
}
|
|
@@ -3485,20 +3381,20 @@ declare namespace LocalJSX {
|
|
|
3485
3381
|
*/
|
|
3486
3382
|
"demoData"?: DemoData<PortalForgotPasswordViewProps>;
|
|
3487
3383
|
/**
|
|
3488
|
-
* @uiName Email
|
|
3384
|
+
* @uiName Email label
|
|
3489
3385
|
*/
|
|
3490
3386
|
"emailLabel"?: string;
|
|
3491
3387
|
/**
|
|
3492
|
-
* @uiName
|
|
3388
|
+
* @uiName Routing path to login page
|
|
3493
3389
|
*/
|
|
3494
3390
|
"loginPath"?: string;
|
|
3495
3391
|
/**
|
|
3496
3392
|
* The page that users are redirected to from the password reset email.
|
|
3497
|
-
* @uiName Email
|
|
3393
|
+
* @uiName Email redirection base path
|
|
3498
3394
|
*/
|
|
3499
3395
|
"redirectPath"?: string;
|
|
3500
3396
|
/**
|
|
3501
|
-
* @uiName Password
|
|
3397
|
+
* @uiName Password reset button text
|
|
3502
3398
|
*/
|
|
3503
3399
|
"submitLabel"?: string;
|
|
3504
3400
|
}
|
|
@@ -3516,60 +3412,51 @@ declare namespace LocalJSX {
|
|
|
3516
3412
|
*/
|
|
3517
3413
|
"demoData"?: DemoData<PortalLoginViewProps>;
|
|
3518
3414
|
/**
|
|
3519
|
-
* Label for email field
|
|
3520
|
-
* @uiName Email Label
|
|
3415
|
+
* @uiName Label for email field
|
|
3521
3416
|
*/
|
|
3522
3417
|
"emailLabel"?: string;
|
|
3523
3418
|
/**
|
|
3524
|
-
* Label for forgotten password button
|
|
3525
|
-
* @uiName Forgot Password Text
|
|
3419
|
+
* @uiName Label for forgotten password button
|
|
3526
3420
|
*/
|
|
3527
3421
|
"forgotPasswordLabel"?: string;
|
|
3528
3422
|
/**
|
|
3529
|
-
* Forgot password redirect path
|
|
3530
|
-
* @uiName Forgot Password Path
|
|
3423
|
+
* @uiName Forgot password button redirect path
|
|
3531
3424
|
*/
|
|
3532
3425
|
"forgotPasswordPath"?: string;
|
|
3533
3426
|
/**
|
|
3534
|
-
* Page navigated to after sign-in
|
|
3535
|
-
* @uiName Next Page Path
|
|
3427
|
+
* @uiName Page navigated to after sign-in
|
|
3536
3428
|
*/
|
|
3537
3429
|
"nextPage"?: string;
|
|
3538
3430
|
/**
|
|
3539
|
-
* @uiName Heading
|
|
3431
|
+
* @uiName Heading label
|
|
3540
3432
|
*/
|
|
3541
3433
|
"pageLabel"?: string;
|
|
3542
3434
|
/**
|
|
3543
|
-
* Label for password field
|
|
3544
|
-
* @uiName Password Label
|
|
3435
|
+
* @uiName Label for password field
|
|
3545
3436
|
*/
|
|
3546
3437
|
"passwordLabel"?: string;
|
|
3547
3438
|
/**
|
|
3548
|
-
* Label for register button
|
|
3549
|
-
* @uiName Register Button Text
|
|
3439
|
+
* @uiName Label for register navigation button
|
|
3550
3440
|
*/
|
|
3551
3441
|
"registerLabel"?: string;
|
|
3552
3442
|
/**
|
|
3553
|
-
* Register
|
|
3554
|
-
* @uiName Register Path
|
|
3443
|
+
* @uiName Register button redirection path
|
|
3555
3444
|
*/
|
|
3556
3445
|
"registerPath"?: string;
|
|
3557
3446
|
/**
|
|
3558
|
-
* Label for submit button
|
|
3559
|
-
* @uiName Submit Button Text
|
|
3447
|
+
* @uiName Label for submit button
|
|
3560
3448
|
*/
|
|
3561
3449
|
"submitLabel"?: string;
|
|
3562
3450
|
}
|
|
3563
3451
|
interface SqmPortalLogout {
|
|
3564
3452
|
/**
|
|
3565
|
-
* @uiName Next Page
|
|
3453
|
+
* @uiName Next Page path
|
|
3566
3454
|
*/
|
|
3567
3455
|
"nextPage"?: string;
|
|
3568
3456
|
}
|
|
3569
3457
|
interface SqmPortalProfile {
|
|
3570
3458
|
/**
|
|
3571
|
-
* Country input field label
|
|
3572
|
-
* @uiName Country Label
|
|
3459
|
+
* @uiName Country input field label
|
|
3573
3460
|
*/
|
|
3574
3461
|
"countrytext"?: string;
|
|
3575
3462
|
/**
|
|
@@ -3578,35 +3465,31 @@ declare namespace LocalJSX {
|
|
|
3578
3465
|
*/
|
|
3579
3466
|
"demoData"?: DemoData<PortalProfileViewProps>;
|
|
3580
3467
|
/**
|
|
3581
|
-
* @uiName Edit
|
|
3468
|
+
* @uiName Edit profile header
|
|
3582
3469
|
*/
|
|
3583
3470
|
"editProfileHeader"?: string;
|
|
3584
3471
|
/**
|
|
3585
|
-
* @uiName Edit
|
|
3472
|
+
* @uiName Edit profile sub header
|
|
3586
3473
|
*/
|
|
3587
3474
|
"editProfileSubHeader"?: string;
|
|
3588
3475
|
/**
|
|
3589
|
-
* Email input field label
|
|
3590
|
-
* @uiName Email Label
|
|
3476
|
+
* @uiName Email input field label
|
|
3591
3477
|
*/
|
|
3592
3478
|
"emailtext"?: string;
|
|
3593
3479
|
/**
|
|
3594
|
-
* First name input field label
|
|
3595
|
-
* @uiName First Name Label
|
|
3480
|
+
* @uiName First name input field label
|
|
3596
3481
|
*/
|
|
3597
3482
|
"firstnametext"?: string;
|
|
3598
3483
|
/**
|
|
3599
|
-
* Last name input field label
|
|
3600
|
-
* @uiName Last Name Label
|
|
3484
|
+
* @uiName Last name input field label
|
|
3601
3485
|
*/
|
|
3602
3486
|
"lastnametext"?: string;
|
|
3603
3487
|
/**
|
|
3604
|
-
* Show or hide
|
|
3605
|
-
* @uiName Show Country Field
|
|
3488
|
+
* @uiName Show or hide country field
|
|
3606
3489
|
*/
|
|
3607
3490
|
"showCountry"?: boolean;
|
|
3608
3491
|
/**
|
|
3609
|
-
* @uiName
|
|
3492
|
+
* @uiName Text for the submit changes button
|
|
3610
3493
|
*/
|
|
3611
3494
|
"submitChangeButtonText"?: string;
|
|
3612
3495
|
}
|
|
@@ -3616,7 +3499,7 @@ declare namespace LocalJSX {
|
|
|
3616
3499
|
*/
|
|
3617
3500
|
"redirectTo"?: string;
|
|
3618
3501
|
/**
|
|
3619
|
-
* @uiName Redirect
|
|
3502
|
+
* @uiName Redirect unverified users path
|
|
3620
3503
|
*/
|
|
3621
3504
|
"redirectToUnverified"?: string;
|
|
3622
3505
|
/**
|
|
@@ -3626,12 +3509,11 @@ declare namespace LocalJSX {
|
|
|
3626
3509
|
}
|
|
3627
3510
|
interface SqmPortalRegister {
|
|
3628
3511
|
/**
|
|
3629
|
-
* Show
|
|
3630
|
-
* @uiName Show Confirm Password Field
|
|
3512
|
+
* @uiName Show confirm password field
|
|
3631
3513
|
*/
|
|
3632
3514
|
"confirmPassword"?: boolean;
|
|
3633
3515
|
/**
|
|
3634
|
-
* @uiName
|
|
3516
|
+
* @uiName Label for confirm password field
|
|
3635
3517
|
*/
|
|
3636
3518
|
"confirmPasswordLabel"?: string;
|
|
3637
3519
|
/**
|
|
@@ -3640,63 +3522,59 @@ declare namespace LocalJSX {
|
|
|
3640
3522
|
*/
|
|
3641
3523
|
"demoData"?: DemoData<PortalRegisterViewProps>;
|
|
3642
3524
|
/**
|
|
3643
|
-
* @uiName
|
|
3525
|
+
* @uiName Label for email field
|
|
3644
3526
|
*/
|
|
3645
3527
|
"emailLabel"?: string;
|
|
3646
3528
|
/**
|
|
3647
|
-
* @uiName
|
|
3529
|
+
* @uiName Use password field with live validation
|
|
3648
3530
|
*/
|
|
3649
3531
|
"enablePasswordValidation"?: boolean;
|
|
3650
3532
|
/**
|
|
3651
|
-
* Hide default input fields to use custom fields
|
|
3652
|
-
* @uiName Hide Default Inputs
|
|
3533
|
+
* @uiName Hide default input fields to use custom fields
|
|
3653
3534
|
*/
|
|
3654
3535
|
"hideInputs"?: boolean;
|
|
3655
3536
|
/**
|
|
3656
|
-
* @uiName
|
|
3537
|
+
* @uiName Label for login navigation button
|
|
3657
3538
|
*/
|
|
3658
3539
|
"loginLabel"?: string;
|
|
3659
3540
|
/**
|
|
3660
|
-
*
|
|
3661
|
-
* @uiName Login Path
|
|
3541
|
+
* @uiName Sign in button redirection path
|
|
3662
3542
|
*/
|
|
3663
3543
|
"loginPath"?: string;
|
|
3664
3544
|
/**
|
|
3665
|
-
* Page navigated to after registration
|
|
3666
|
-
* @uiName Next Page
|
|
3545
|
+
* @uiName Page navigated to after registration
|
|
3667
3546
|
*/
|
|
3668
3547
|
"nextPage"?: string;
|
|
3669
3548
|
/**
|
|
3670
|
-
* @uiName Heading
|
|
3549
|
+
* @uiName Heading label
|
|
3671
3550
|
*/
|
|
3672
3551
|
"pageLabel"?: string;
|
|
3673
3552
|
/**
|
|
3674
|
-
* @uiName
|
|
3553
|
+
* @uiName Label for password field
|
|
3675
3554
|
*/
|
|
3676
3555
|
"passwordLabel"?: string;
|
|
3677
3556
|
/**
|
|
3678
3557
|
* The page that users are redirected to from the verification email.
|
|
3679
|
-
* @uiName Email
|
|
3558
|
+
* @uiName Email redirection base path
|
|
3680
3559
|
*/
|
|
3681
3560
|
"redirectPath"?: string;
|
|
3682
3561
|
/**
|
|
3683
|
-
* @uiName
|
|
3562
|
+
* @uiName Label for submit button
|
|
3684
3563
|
*/
|
|
3685
3564
|
"submitLabel"?: string;
|
|
3686
3565
|
}
|
|
3687
3566
|
interface SqmPortalResetPassword {
|
|
3688
3567
|
/**
|
|
3689
|
-
* Show
|
|
3690
|
-
* @uiName Show Confirm Password
|
|
3568
|
+
* @uiName Show confirm password
|
|
3691
3569
|
*/
|
|
3692
3570
|
"confirmPassword"?: boolean;
|
|
3693
3571
|
/**
|
|
3694
|
-
* @uiName Confirm
|
|
3572
|
+
* @uiName Confirm password field label
|
|
3695
3573
|
*/
|
|
3696
3574
|
"confirmPasswordFieldLabel"?: string;
|
|
3697
3575
|
/**
|
|
3698
|
-
*
|
|
3699
|
-
* @uiName Continue
|
|
3576
|
+
* Displayed after a successful password reset
|
|
3577
|
+
* @uiName Continue button text
|
|
3700
3578
|
*/
|
|
3701
3579
|
"continueButtonText"?: string;
|
|
3702
3580
|
/**
|
|
@@ -3706,29 +3584,29 @@ declare namespace LocalJSX {
|
|
|
3706
3584
|
"demoData"?: DemoData<PortalResetPasswordViewProps>;
|
|
3707
3585
|
/**
|
|
3708
3586
|
* The page that users are redirected to if the reset fails due to outdated password reset attempt.
|
|
3709
|
-
* @uiName Failed
|
|
3587
|
+
* @uiName Failed page redirection path
|
|
3710
3588
|
*/
|
|
3711
3589
|
"failedPage"?: string;
|
|
3712
3590
|
/**
|
|
3713
3591
|
* The page that users are redirected to when the password reset succeeds.
|
|
3714
|
-
* @uiName Next
|
|
3592
|
+
* @uiName Next page path
|
|
3715
3593
|
*/
|
|
3716
3594
|
"nextPage"?: string;
|
|
3717
3595
|
/**
|
|
3718
|
-
* @uiName Password
|
|
3596
|
+
* @uiName Password field label
|
|
3719
3597
|
*/
|
|
3720
3598
|
"passwordFieldLabel"?: string;
|
|
3721
3599
|
/**
|
|
3722
3600
|
* Displayed after a successful password reset
|
|
3723
|
-
* @uiName
|
|
3601
|
+
* @uiName Password reset header text
|
|
3724
3602
|
*/
|
|
3725
3603
|
"passwordResetHeader"?: string;
|
|
3726
3604
|
/**
|
|
3727
|
-
* @uiName Password
|
|
3605
|
+
* @uiName Password reset button text
|
|
3728
3606
|
*/
|
|
3729
3607
|
"resetPasswordButtonText"?: string;
|
|
3730
3608
|
/**
|
|
3731
|
-
* @uiName
|
|
3609
|
+
* @uiName Password reset header text
|
|
3732
3610
|
*/
|
|
3733
3611
|
"resetPasswordHeader"?: string;
|
|
3734
3612
|
}
|
|
@@ -3740,12 +3618,12 @@ declare namespace LocalJSX {
|
|
|
3740
3618
|
"demoData"?: DemoData<PortalVerifyEmailViewProps>;
|
|
3741
3619
|
/**
|
|
3742
3620
|
* The page that users are redirected to if verification fails due to outdated verification attempt.
|
|
3743
|
-
* @uiName Failed
|
|
3621
|
+
* @uiName Failed page redirection path
|
|
3744
3622
|
*/
|
|
3745
3623
|
"failedPage"?: string;
|
|
3746
3624
|
/**
|
|
3747
3625
|
* The page that users are redirected to when the verification succeeds.
|
|
3748
|
-
* @uiName Next
|
|
3626
|
+
* @uiName Next page path
|
|
3749
3627
|
*/
|
|
3750
3628
|
"nextPage"?: string;
|
|
3751
3629
|
}
|
|
@@ -3813,19 +3691,16 @@ declare namespace LocalJSX {
|
|
|
3813
3691
|
*/
|
|
3814
3692
|
"demoData"?: DemoData<ReferralIframeViewProps>;
|
|
3815
3693
|
/**
|
|
3816
|
-
* Height of the iframe container
|
|
3817
|
-
* @uiName Iframe Height
|
|
3694
|
+
* @uiName Height of the iframe container
|
|
3818
3695
|
*/
|
|
3819
3696
|
"iframeHeight"?: string;
|
|
3820
3697
|
/**
|
|
3821
|
-
* URL of iframe to display
|
|
3822
|
-
* @
|
|
3823
|
-
* @required
|
|
3698
|
+
* @uiName URL of iframe to display
|
|
3699
|
+
* @uiRequired
|
|
3824
3700
|
*/
|
|
3825
3701
|
"iframeSrc"?: string;
|
|
3826
3702
|
/**
|
|
3827
|
-
* Width of the iframe container
|
|
3828
|
-
* @uiName Iframe Width
|
|
3703
|
+
* @uiName Width of the iframe container
|
|
3829
3704
|
*/
|
|
3830
3705
|
"iframeWidth"?: string;
|
|
3831
3706
|
}
|
|
@@ -3837,7 +3712,7 @@ declare namespace LocalJSX {
|
|
|
3837
3712
|
"demoData"?: DemoData<GenericTableViewProps>;
|
|
3838
3713
|
/**
|
|
3839
3714
|
* Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
|
|
3840
|
-
* @uiName Hidden
|
|
3715
|
+
* @uiName Mobile Hidden Columns
|
|
3841
3716
|
*/
|
|
3842
3717
|
"hiddenColumns"?: string;
|
|
3843
3718
|
/**
|
|
@@ -3845,16 +3720,15 @@ declare namespace LocalJSX {
|
|
|
3845
3720
|
*/
|
|
3846
3721
|
"mdBreakpoint"?: number;
|
|
3847
3722
|
/**
|
|
3848
|
-
* @uiName View More
|
|
3723
|
+
* @uiName View More button text
|
|
3849
3724
|
*/
|
|
3850
3725
|
"moreLabel"?: string;
|
|
3851
3726
|
/**
|
|
3852
|
-
* Number of referrals
|
|
3853
|
-
* @uiName Referrals Per Page
|
|
3727
|
+
* @uiName Number of referrals per page
|
|
3854
3728
|
*/
|
|
3855
3729
|
"perPage"?: number;
|
|
3856
3730
|
/**
|
|
3857
|
-
* @uiName Previous
|
|
3731
|
+
* @uiName Previous button text
|
|
3858
3732
|
*/
|
|
3859
3733
|
"prevLabel"?: string;
|
|
3860
3734
|
/**
|
|
@@ -3863,12 +3737,11 @@ declare namespace LocalJSX {
|
|
|
3863
3737
|
*/
|
|
3864
3738
|
"programId"?: string;
|
|
3865
3739
|
/**
|
|
3866
|
-
* @uiName Show
|
|
3740
|
+
* @uiName Show column labels
|
|
3867
3741
|
*/
|
|
3868
3742
|
"showLabels"?: boolean;
|
|
3869
3743
|
/**
|
|
3870
|
-
* Show
|
|
3871
|
-
* @uiName Show Referrer
|
|
3744
|
+
* @uiName Show Referred by user in table
|
|
3872
3745
|
*/
|
|
3873
3746
|
"showReferrer"?: boolean;
|
|
3874
3747
|
/**
|
|
@@ -3970,8 +3843,7 @@ declare namespace LocalJSX {
|
|
|
3970
3843
|
}
|
|
3971
3844
|
interface SqmReferralTableUserColumn {
|
|
3972
3845
|
/**
|
|
3973
|
-
* Name displayed for
|
|
3974
|
-
* @uiName Anonymous User Text
|
|
3846
|
+
* @uiName Name displayed for anonymous users
|
|
3975
3847
|
*/
|
|
3976
3848
|
"anonymousUser"?: string;
|
|
3977
3849
|
/**
|
|
@@ -3979,8 +3851,7 @@ declare namespace LocalJSX {
|
|
|
3979
3851
|
*/
|
|
3980
3852
|
"columnTitle"?: string;
|
|
3981
3853
|
/**
|
|
3982
|
-
* Name displayed for deleted users
|
|
3983
|
-
* @uiName Deleted User Text
|
|
3854
|
+
* @uiName Name displayed for deleted users
|
|
3984
3855
|
*/
|
|
3985
3856
|
"deletedUser"?: string;
|
|
3986
3857
|
}
|
|
@@ -4029,12 +3900,11 @@ declare namespace LocalJSX {
|
|
|
4029
3900
|
*/
|
|
4030
3901
|
"doneText"?: string;
|
|
4031
3902
|
/**
|
|
4032
|
-
*
|
|
4033
|
-
* @uiName Not Available Error
|
|
3903
|
+
* @uiName Exchange button text
|
|
4034
3904
|
*/
|
|
4035
3905
|
"notAvailableError"?: string;
|
|
4036
3906
|
/**
|
|
4037
|
-
* @uiName Not Enough Error Message
|
|
3907
|
+
* @uiName Not Enough Available Error Message
|
|
4038
3908
|
*/
|
|
4039
3909
|
"notEnoughError"?: string;
|
|
4040
3910
|
/**
|
|
@@ -4089,7 +3959,7 @@ declare namespace LocalJSX {
|
|
|
4089
3959
|
"selectText"?: string;
|
|
4090
3960
|
/**
|
|
4091
3961
|
* Set the number of placeholder cards to be shown in loading state.
|
|
4092
|
-
* @
|
|
3962
|
+
* @undocumented Loading Cards
|
|
4093
3963
|
*/
|
|
4094
3964
|
"skeletonCardNum"?: number;
|
|
4095
3965
|
/**
|
|
@@ -4184,7 +4054,7 @@ declare namespace LocalJSX {
|
|
|
4184
4054
|
*/
|
|
4185
4055
|
"availableText"?: string;
|
|
4186
4056
|
/**
|
|
4187
|
-
* @uiName Reward
|
|
4057
|
+
* @uiName Reward column title
|
|
4188
4058
|
*/
|
|
4189
4059
|
"columnTitle"?: string;
|
|
4190
4060
|
/**
|
|
@@ -4207,8 +4077,7 @@ declare namespace LocalJSX {
|
|
|
4207
4077
|
}
|
|
4208
4078
|
interface SqmRewardsTableSourceColumn {
|
|
4209
4079
|
/**
|
|
4210
|
-
* Name displayed for
|
|
4211
|
-
* @uiName Anonymous User Text
|
|
4080
|
+
* @uiName Name displayed for anonymous users
|
|
4212
4081
|
*/
|
|
4213
4082
|
"anonymousUser"?: string;
|
|
4214
4083
|
/**
|
|
@@ -4216,8 +4085,7 @@ declare namespace LocalJSX {
|
|
|
4216
4085
|
*/
|
|
4217
4086
|
"columnTitle"?: string;
|
|
4218
4087
|
/**
|
|
4219
|
-
* Name displayed for deleted users
|
|
4220
|
-
* @uiName Deleted User Text
|
|
4088
|
+
* @uiName Name displayed for deleted users
|
|
4221
4089
|
*/
|
|
4222
4090
|
"deletedUser"?: string;
|
|
4223
4091
|
/**
|
|
@@ -4226,7 +4094,7 @@ declare namespace LocalJSX {
|
|
|
4226
4094
|
*/
|
|
4227
4095
|
"referralText"?: string;
|
|
4228
4096
|
/**
|
|
4229
|
-
* @uiName Reward Exchange
|
|
4097
|
+
* @uiName Reward Exchange label
|
|
4230
4098
|
*/
|
|
4231
4099
|
"rewardExchangeText"?: string;
|
|
4232
4100
|
/**
|
|
@@ -4273,7 +4141,7 @@ declare namespace LocalJSX {
|
|
|
4273
4141
|
}
|
|
4274
4142
|
interface SqmRoute {
|
|
4275
4143
|
/**
|
|
4276
|
-
* @uiName Navigation
|
|
4144
|
+
* @uiName Navigation path name
|
|
4277
4145
|
*/
|
|
4278
4146
|
"path"?: string;
|
|
4279
4147
|
}
|
|
@@ -4353,13 +4221,12 @@ declare namespace LocalJSX {
|
|
|
4353
4221
|
}
|
|
4354
4222
|
interface SqmShareButton {
|
|
4355
4223
|
/**
|
|
4356
|
-
* @uiName Button
|
|
4224
|
+
* @uiName Button background color
|
|
4357
4225
|
* @uiWidget color
|
|
4358
4226
|
*/
|
|
4359
4227
|
"backgroundcolor"?: string;
|
|
4360
4228
|
/**
|
|
4361
|
-
* Configure border radius with pixel amount
|
|
4362
|
-
* @uiName Border Radius
|
|
4229
|
+
* @uiName Configure border radius with pixel amount
|
|
4363
4230
|
*/
|
|
4364
4231
|
"borderradius"?: number;
|
|
4365
4232
|
/**
|
|
@@ -4372,16 +4239,16 @@ declare namespace LocalJSX {
|
|
|
4372
4239
|
*/
|
|
4373
4240
|
"disabled"?: boolean;
|
|
4374
4241
|
/**
|
|
4375
|
-
* @uiName Hide
|
|
4242
|
+
* @uiName Hide the icon
|
|
4376
4243
|
*/
|
|
4377
4244
|
"hideicon"?: boolean;
|
|
4378
4245
|
/**
|
|
4379
|
-
* @uiName Hide
|
|
4246
|
+
* @uiName Hide the text
|
|
4380
4247
|
*/
|
|
4381
4248
|
"hidetext"?: boolean;
|
|
4382
4249
|
/**
|
|
4383
|
-
* Options available at https://shoelace.style/components/icon
|
|
4384
|
-
* @uiName Icon
|
|
4250
|
+
* Options available at https://shoelace.style/components/icon
|
|
4251
|
+
* @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
|
|
4385
4252
|
*/
|
|
4386
4253
|
"icon"?: string;
|
|
4387
4254
|
/**
|
|
@@ -4411,7 +4278,7 @@ declare namespace LocalJSX {
|
|
|
4411
4278
|
| "reminder"
|
|
4412
4279
|
| "unknown";
|
|
4413
4280
|
/**
|
|
4414
|
-
* @uiName Display
|
|
4281
|
+
* @uiName Display as pill
|
|
4415
4282
|
*/
|
|
4416
4283
|
"pill"?: boolean;
|
|
4417
4284
|
/**
|
|
@@ -4420,13 +4287,11 @@ declare namespace LocalJSX {
|
|
|
4420
4287
|
*/
|
|
4421
4288
|
"programId"?: string;
|
|
4422
4289
|
/**
|
|
4423
|
-
* Text used for native sharing (mobile only)
|
|
4424
|
-
* @uiName Share Text
|
|
4290
|
+
* @uiName Text used for native sharing (mobile only)
|
|
4425
4291
|
*/
|
|
4426
4292
|
"sharetext"?: string;
|
|
4427
4293
|
/**
|
|
4428
|
-
* Title used for native sharing (mobile only)
|
|
4429
|
-
* @uiName Share Title
|
|
4294
|
+
* @uiName Title used for native sharing (mobile only)
|
|
4430
4295
|
*/
|
|
4431
4296
|
"sharetitle"?: string;
|
|
4432
4297
|
/**
|
|
@@ -4437,7 +4302,7 @@ declare namespace LocalJSX {
|
|
|
4437
4302
|
*/
|
|
4438
4303
|
"size"?: "small" | "medium" | "large";
|
|
4439
4304
|
/**
|
|
4440
|
-
* @uiName Button
|
|
4305
|
+
* @uiName Button text color
|
|
4441
4306
|
* @uiWidget color
|
|
4442
4307
|
*/
|
|
4443
4308
|
"textcolor"?: string;
|
|
@@ -4472,8 +4337,8 @@ declare namespace LocalJSX {
|
|
|
4472
4337
|
*/
|
|
4473
4338
|
"tooltiplifespan"?: number;
|
|
4474
4339
|
/**
|
|
4475
|
-
* This is shown after someone has successfully copied the
|
|
4476
|
-
* @uiName Tooltip
|
|
4340
|
+
* This is shown after someone has successfully copied the cpde to the clipboard.
|
|
4341
|
+
* @uiName Tooltip text
|
|
4477
4342
|
*/
|
|
4478
4343
|
"tooltiptext"?: string;
|
|
4479
4344
|
}
|
|
@@ -4490,12 +4355,12 @@ declare namespace LocalJSX {
|
|
|
4490
4355
|
"programId"?: string;
|
|
4491
4356
|
/**
|
|
4492
4357
|
* The number of milliseconds that the tooltip will appear for
|
|
4493
|
-
* @uiName Tooltip
|
|
4358
|
+
* @uiName Tooltip lifespan
|
|
4494
4359
|
*/
|
|
4495
4360
|
"tooltiplifespan"?: number;
|
|
4496
4361
|
/**
|
|
4497
4362
|
* This is shown after someone has successfully copied the link to the clipboard.
|
|
4498
|
-
* @uiName Tooltip
|
|
4363
|
+
* @uiName Tooltip text
|
|
4499
4364
|
*/
|
|
4500
4365
|
"tooltiptext"?: string;
|
|
4501
4366
|
}
|
|
@@ -4508,7 +4373,7 @@ declare namespace LocalJSX {
|
|
|
4508
4373
|
*/
|
|
4509
4374
|
"display"?: "grid" | "flex";
|
|
4510
4375
|
/**
|
|
4511
|
-
* @uiName Space
|
|
4376
|
+
* @uiName Space between stats
|
|
4512
4377
|
* @uiType string
|
|
4513
4378
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4514
4379
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -4543,23 +4408,19 @@ declare namespace LocalJSX {
|
|
|
4543
4408
|
interface SqmTaskCard {
|
|
4544
4409
|
/**
|
|
4545
4410
|
* @uiName CTA Button Link
|
|
4546
|
-
* @uiGroup CTA Button
|
|
4547
4411
|
*/
|
|
4548
4412
|
"buttonLink"?: string;
|
|
4549
4413
|
/**
|
|
4550
4414
|
* @uiName CTA Button Text
|
|
4551
|
-
* @uiGroup CTA Button
|
|
4552
4415
|
*/
|
|
4553
4416
|
"buttonText"?: string;
|
|
4554
4417
|
/**
|
|
4555
4418
|
* @uiName Title Text
|
|
4556
|
-
* @uiGroup Task
|
|
4557
4419
|
*/
|
|
4558
4420
|
"cardTitle"?: string;
|
|
4559
4421
|
/**
|
|
4560
4422
|
* Displays the amount of times that a user has completed a repeatable task.
|
|
4561
4423
|
* @uiName Completed Count Text
|
|
4562
|
-
* @uiGroup Task
|
|
4563
4424
|
*/
|
|
4564
4425
|
"completedText"?: string;
|
|
4565
4426
|
/**
|
|
@@ -4569,108 +4430,88 @@ declare namespace LocalJSX {
|
|
|
4569
4430
|
"demoData"?: DemoData<TaskCardViewProps | BigStatViewProps>;
|
|
4570
4431
|
/**
|
|
4571
4432
|
* @uiName Description Text
|
|
4572
|
-
* @uiGroup Task
|
|
4573
4433
|
*/
|
|
4574
4434
|
"description"?: string;
|
|
4575
4435
|
/**
|
|
4576
4436
|
* Timeframe that the task card will be shown
|
|
4577
4437
|
* @uiName Display Duration
|
|
4578
4438
|
* @uiWidget DateRange
|
|
4579
|
-
* @
|
|
4580
|
-
* @uiGroup Task
|
|
4439
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
4581
4440
|
*/
|
|
4582
4441
|
"displayDuration"?: string;
|
|
4583
4442
|
/**
|
|
4584
4443
|
* Shown to users after the end of the task duration.
|
|
4585
4444
|
* @uiName Ended Date Message
|
|
4586
|
-
* @uiGroup Task
|
|
4587
4445
|
*/
|
|
4588
4446
|
"endedMessage"?: string;
|
|
4589
4447
|
/**
|
|
4590
4448
|
* Optionally send an event to SaaSquatch when a user clicks the CTA. This field configured what key of the event sent is.
|
|
4591
|
-
* @uiName
|
|
4592
|
-
* @uiGroup CTA Button
|
|
4449
|
+
* @uiName Event key of task card button
|
|
4593
4450
|
*/
|
|
4594
4451
|
"eventKey"?: string;
|
|
4595
4452
|
/**
|
|
4596
4453
|
* @uiName Expiry Date Message
|
|
4597
|
-
* @uiGroup Task
|
|
4598
4454
|
*/
|
|
4599
4455
|
"expiryMessage"?: string;
|
|
4600
4456
|
/**
|
|
4601
4457
|
* The number of times a reward can be earned. Use zero for no limit (the default).
|
|
4602
4458
|
* @uiName Repeat Amount
|
|
4603
|
-
* @uiGroup Reward
|
|
4604
4459
|
*/
|
|
4605
4460
|
"finite"?: number;
|
|
4606
4461
|
/**
|
|
4607
4462
|
* Sets the goal for users progress to know when a task has been completed. If repeatable is checked, repeatable goals is an increment of this.
|
|
4608
4463
|
* @uiName Goal Completion Number
|
|
4609
|
-
* @uiGroup Goal
|
|
4610
4464
|
*/
|
|
4611
4465
|
"goal"?: number;
|
|
4612
4466
|
/**
|
|
4613
|
-
* CTA Button Link
|
|
4614
|
-
* @uiName Open In New Tab
|
|
4615
|
-
* @uiGroup CTA Button
|
|
4616
|
-
* @default undefined
|
|
4467
|
+
* @uiName CTA Button Link Open in New Tab
|
|
4617
4468
|
*/
|
|
4618
4469
|
"openNewTab"?: boolean;
|
|
4619
4470
|
/**
|
|
4620
4471
|
* The ID of the program that is used to scope the task card. Defaults to the program context when no ID is specified.
|
|
4621
|
-
* @uiName Program ID
|
|
4622
|
-
* @uiGroup Goal
|
|
4472
|
+
* @uiName Program ID override
|
|
4623
4473
|
*/
|
|
4624
4474
|
"programId"?: string;
|
|
4625
4475
|
/**
|
|
4626
4476
|
* @uiName Progress Bar Unit
|
|
4627
|
-
* @uiGroup Goal
|
|
4628
4477
|
*/
|
|
4629
4478
|
"progressBarUnit"?: string;
|
|
4630
4479
|
/**
|
|
4631
4480
|
* @uiName Goal Repeatable
|
|
4632
|
-
* @uiGroup Goal
|
|
4633
4481
|
*/
|
|
4634
4482
|
"repeatable"?: boolean;
|
|
4635
4483
|
/**
|
|
4636
4484
|
* @uiName Reward Amount
|
|
4637
|
-
* @uiGroup Reward
|
|
4638
4485
|
*/
|
|
4639
4486
|
"rewardAmount"?: string;
|
|
4640
4487
|
/**
|
|
4641
4488
|
* @uiName Reward Duration
|
|
4642
4489
|
* @uiWidget DateRange
|
|
4643
|
-
* @
|
|
4644
|
-
* @uiGroup Reward
|
|
4490
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
4645
4491
|
*/
|
|
4646
4492
|
"rewardDuration"?: string;
|
|
4647
4493
|
/**
|
|
4648
4494
|
* @uiName Reward Unit
|
|
4649
|
-
* @uiGroup Reward
|
|
4650
4495
|
*/
|
|
4651
4496
|
"rewardUnit"?: string;
|
|
4652
4497
|
/**
|
|
4653
4498
|
* @uiName Show Progress Bar
|
|
4654
|
-
* @uiGroup Goal
|
|
4655
4499
|
*/
|
|
4656
4500
|
"showProgressBar"?: boolean;
|
|
4657
4501
|
/**
|
|
4658
4502
|
* Shown to users before the start of the task duration.
|
|
4659
4503
|
* @uiName Start Date Message
|
|
4660
|
-
* @uiGroup Task
|
|
4661
4504
|
*/
|
|
4662
4505
|
"startsOnMessage"?: string;
|
|
4663
4506
|
/**
|
|
4664
4507
|
* Select what type of stat to display for the goal. Manual paths are also supported.
|
|
4665
4508
|
* @uiWidget StatTypeSelectWidget
|
|
4666
4509
|
* @uiName Goal Progress Source
|
|
4667
|
-
* @
|
|
4668
|
-
* @uiGroup Goal
|
|
4510
|
+
* @uiOptions {"version": 1.1}
|
|
4669
4511
|
*/
|
|
4670
4512
|
"statType"?: string;
|
|
4671
4513
|
/**
|
|
4672
4514
|
* @uiName Progress Bar Steps
|
|
4673
|
-
* @uiGroup Goal
|
|
4674
4515
|
*/
|
|
4675
4516
|
"steps"?: boolean;
|
|
4676
4517
|
}
|
|
@@ -4682,7 +4523,7 @@ declare namespace LocalJSX {
|
|
|
4682
4523
|
*/
|
|
4683
4524
|
"text"?: string;
|
|
4684
4525
|
/**
|
|
4685
|
-
* @uiName
|
|
4526
|
+
* @uiName Text
|
|
4686
4527
|
* @uiType string
|
|
4687
4528
|
* @uiEnum ["p", "subtext", "h1", "h2", "h3", "h4"]
|
|
4688
4529
|
* @uiEnumNames ["Paragraph", "Subtext", "Header 1", "Header 2", "Header 3", "Header 4"]
|
|
@@ -4726,14 +4567,14 @@ declare namespace LocalJSX {
|
|
|
4726
4567
|
*/
|
|
4727
4568
|
"label"?: string;
|
|
4728
4569
|
/**
|
|
4729
|
-
* @uiName Label
|
|
4570
|
+
* @uiName Label margin style
|
|
4730
4571
|
* @uiType string
|
|
4731
4572
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4732
4573
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4733
4574
|
*/
|
|
4734
4575
|
"labelMargin"?: Spacing;
|
|
4735
4576
|
/**
|
|
4736
|
-
* @uiName Section
|
|
4577
|
+
* @uiName Section padding
|
|
4737
4578
|
* @uiType string
|
|
4738
4579
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4739
4580
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -4754,12 +4595,11 @@ declare namespace LocalJSX {
|
|
|
4754
4595
|
*/
|
|
4755
4596
|
"demoData"?: DemoData<UserNameViewProps>;
|
|
4756
4597
|
/**
|
|
4757
|
-
* Fallback name for
|
|
4758
|
-
* @uiName Fallback Name
|
|
4598
|
+
* @uiName Fallback name for nameless users
|
|
4759
4599
|
*/
|
|
4760
4600
|
"fallback"?: string;
|
|
4761
4601
|
/**
|
|
4762
|
-
* @uiName Loading
|
|
4602
|
+
* @uiName Loading text
|
|
4763
4603
|
*/
|
|
4764
4604
|
"loadingText"?: string;
|
|
4765
4605
|
}
|