@saasquatch/mint-components 1.6.8-21 → 1.6.8-23
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/{email-registration-view-99fe375a.js → email-registration-view-d356fb4d.js} +5 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_37.cjs.entry.js +124 -127
- package/dist/cjs/sqm-close-button.cjs.entry.js +6 -0
- package/dist/cjs/sqm-empty_5.cjs.entry.js +4 -4
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-hero.cjs.entry.js +3 -3
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +27 -14
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-link-button.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-logout-current-user-view-8a242f72.js → sqm-logout-current-user-view-f060e02b.js} +2 -2
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +18 -16
- package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +8 -8
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +18 -18
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +22 -22
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +27 -14
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +24 -24
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +16 -16
- package/dist/cjs/useInstantAccessRegistration-6c98ca92.js +87 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +3 -3
- package/dist/collection/components/sqm-brand/sqm-brand.js +2 -2
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +4 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +9 -9
- package/dist/collection/components/sqm-close-button/sqm-close-button.js +37 -2
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +3 -5
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +2 -2
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +7 -7
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +5 -5
- package/dist/collection/components/sqm-hero/sqm-hero.js +7 -7
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +21 -21
- package/dist/collection/components/sqm-image/sqm-image.js +5 -5
- package/dist/collection/components/sqm-input-field/sqm-input-field.js +6 -6
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +84 -24
- package/dist/collection/components/sqm-instant-access-registration/useInstantAccessRegistration.js +53 -12
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +13 -13
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +6 -6
- package/dist/collection/components/sqm-link-button/sqm-link-button.js +3 -3
- package/dist/collection/components/sqm-logout-current-user/LogoutCurrentUser.stories.js +1 -1
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user-view.js +2 -2
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +14 -36
- package/dist/collection/components/sqm-logout-current-user/useLogoutCurrentUser.js +7 -6
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +2 -2
- 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 +4 -4
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +5 -5
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +16 -16
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +3 -3
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +12 -12
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +12 -12
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +12 -12
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +18 -18
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +16 -16
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +6 -6
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +32 -32
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +35 -35
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +18 -18
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +3 -3
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +3 -3
- package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +1 -1
- package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +2 -3
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +8 -8
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +5 -5
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +4 -4
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +12 -12
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +6 -6
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +6 -6
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +16 -16
- package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +84 -24
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +50 -50
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +4 -4
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +8 -8
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +12 -12
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +12 -12
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +12 -12
- package/dist/collection/components/sqm-route/sqm-route.js +1 -1
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +9 -9
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +16 -16
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +2 -2
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +4 -4
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -2
- package/dist/collection/components/sqm-tab/sqm-tab.js +1 -1
- package/dist/collection/components/sqm-table-cell/sqm-table-cell.js +2 -2
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +1 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +36 -36
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +2 -2
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +6 -6
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +4 -4
- package/dist/collection/components/views/EmailRegistration.stories.js +1 -1
- package/dist/collection/components/views/email-registration-view.js +5 -3
- package/dist/esm/{email-registration-view-1ea7bd16.js → email-registration-view-627ac4c6.js} +5 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_37.entry.js +124 -127
- package/dist/esm/sqm-close-button.entry.js +6 -0
- package/dist/esm/sqm-empty_5.entry.js +4 -4
- package/dist/esm/sqm-header-logo.entry.js +2 -2
- package/dist/esm/sqm-hero.entry.js +3 -3
- package/dist/esm/sqm-instant-access-registration.entry.js +27 -14
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-link-button.entry.js +1 -1
- package/dist/esm/{sqm-logout-current-user-view-c21af005.js → sqm-logout-current-user-view-e258e45c.js} +2 -2
- package/dist/esm/sqm-logout-current-user.entry.js +20 -18
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
- package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +8 -8
- package/dist/esm/sqm-portal-protected-route.entry.js +3 -3
- package/dist/esm/sqm-portal-registration-form.entry.js +18 -18
- package/dist/esm/sqm-portal-reset-password.entry.js +9 -9
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +22 -22
- package/dist/esm/sqm-referred-registration.entry.js +27 -14
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +24 -24
- package/dist/esm/sqm-stencilbook.entry.js +16 -16
- package/dist/esm/useInstantAccessRegistration-7d9bd601.js +85 -0
- package/dist/esm-es5/email-registration-view-627ac4c6.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_37.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-logout-current-user-view-c21af005.js → sqm-logout-current-user-view-e258e45c.js} +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/useInstantAccessRegistration-7d9bd601.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-06708ff4.system.entry.js +1 -0
- package/dist/mint-components/{p-7d2a40d1.entry.js → p-16911f66.entry.js} +2 -2
- package/dist/mint-components/p-34a273b6.system.js +1 -1
- package/dist/mint-components/p-3797a6cf.system.entry.js +1 -0
- package/dist/mint-components/p-3aabb86d.js +1 -0
- package/dist/mint-components/{p-b5de304f.entry.js → p-4c9b9cb0.entry.js} +4 -4
- package/dist/mint-components/p-4d35a6b4.js +1 -0
- package/dist/mint-components/p-57a76b74.system.entry.js +1 -0
- package/dist/mint-components/p-7a5cd715.system.js +1 -0
- package/dist/mint-components/p-8607a2c3.system.entry.js +1 -0
- package/dist/mint-components/p-8f7081fe.entry.js +1 -0
- package/dist/mint-components/p-a744281b.system.js +1 -0
- package/dist/mint-components/p-a82a17dc.entry.js +1 -0
- package/dist/mint-components/p-b83ce207.system.entry.js +1 -0
- package/dist/mint-components/p-ba52e232.system.entry.js +1 -0
- package/dist/mint-components/{p-dc5182e9.system.js → p-be91ce0c.system.js} +1 -1
- package/dist/mint-components/p-d36fdf47.entry.js +9 -0
- package/dist/mint-components/p-d52aba41.entry.js +1 -0
- package/dist/mint-components/p-ecad7c47.js +1 -0
- package/dist/mint-components/p-fbbd9ee5.entry.js +1 -0
- package/dist/mint-components/{p-11f0e01d.system.entry.js → p-fd6e88b6.system.entry.js} +1 -1
- 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 +2 -2
- package/dist/types/components/sqm-brand/sqm-brand.d.ts +2 -2
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +2 -2
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -5
- package/dist/types/components/sqm-close-button/sqm-close-button.d.ts +7 -1
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +1 -3
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +1 -1
- 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 -7
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +4 -2
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +3 -3
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +13 -13
- package/dist/types/components/sqm-image/sqm-image.d.ts +4 -4
- package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +4 -4
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +21 -9
- package/dist/types/components/sqm-instant-access-registration/useInstantAccessRegistration.d.ts +3 -3
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +10 -10
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +5 -5
- package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +2 -2
- package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user-view.d.ts +1 -1
- package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user.d.ts +3 -6
- 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 -2
- 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 -2
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +5 -5
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -8
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +3 -3
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +6 -6
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +7 -7
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +6 -6
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +9 -9
- 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 -8
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +3 -3
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +16 -16
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +18 -18
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +9 -9
- 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 +3 -3
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +3 -3
- package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +1 -1
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +3 -3
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +3 -3
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +2 -2
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +6 -6
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +3 -3
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +3 -3
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +8 -8
- package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +21 -9
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +25 -25
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +2 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +4 -4
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +6 -6
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +6 -6
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +6 -6
- package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +7 -7
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +12 -12
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -2
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -1
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +1 -1
- package/dist/types/components/sqm-table-cell/sqm-table-cell.d.ts +1 -1
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +1 -1
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +21 -21
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +2 -2
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +3 -3
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +2 -2
- package/dist/types/components/views/email-registration-view.d.ts +1 -1
- package/dist/types/components.d.ts +752 -706
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/useInstantAccessRegistration-2d149bea.js +0 -46
- package/dist/esm/useInstantAccessRegistration-e3f31ca4.js +0 -44
- package/dist/esm-es5/email-registration-view-1ea7bd16.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-e3f31ca4.js +0 -1
- package/dist/mint-components/p-1d336b4a.js +0 -1
- package/dist/mint-components/p-2e6e127b.entry.js +0 -1
- package/dist/mint-components/p-31ee1dbd.system.js +0 -1
- package/dist/mint-components/p-3295f4cb.js +0 -1
- package/dist/mint-components/p-34019439.entry.js +0 -1
- package/dist/mint-components/p-386a9934.system.entry.js +0 -1
- package/dist/mint-components/p-444b7241.entry.js +0 -1
- package/dist/mint-components/p-504c3ef1.js +0 -1
- package/dist/mint-components/p-587720e8.system.entry.js +0 -1
- package/dist/mint-components/p-7b41323b.system.entry.js +0 -1
- package/dist/mint-components/p-84fad27d.system.entry.js +0 -1
- package/dist/mint-components/p-9583fa95.entry.js +0 -9
- package/dist/mint-components/p-9d784608.system.js +0 -1
- package/dist/mint-components/p-a8c44b12.system.entry.js +0 -1
- package/dist/mint-components/p-a9098331.system.entry.js +0 -1
- package/dist/mint-components/p-f4ed1b54.entry.js +0 -1
|
@@ -12,8 +12,8 @@ import { u as useChildElements } from './useChildElements-f48eb34d.js';
|
|
|
12
12
|
import './luxon-1e38d7f1.js';
|
|
13
13
|
import { g as getProps, a as getMissingProps, s as sanitizeUrlPath } from './utils-334c1e34.js';
|
|
14
14
|
import './sqm-text-span-view-8d140661.js';
|
|
15
|
-
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
16
15
|
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-ad7d132d.js';
|
|
16
|
+
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
17
17
|
import { b as useDemoBigStat, Q as useBigStat, B as BigStatView, M as autoColorScaleCss, J as CardFeedView, j as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, d as PortalChangePasswordView, i as PortalFooterView, P as PortalFrameView, e as PortalLoginView, f as PortalRegisterView, R as ReferralIframeView, V as demoRewardExchange, k as RewardExchangeView, W as pathToRegexp, a as useShareButton, S as ShareButtonView, C as CopyTextView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-e5661028.js';
|
|
18
18
|
import './sqm-portal-container-view-cacba1af.js';
|
|
19
19
|
|
|
@@ -23,7 +23,7 @@ const BigStat = class {
|
|
|
23
23
|
/**
|
|
24
24
|
* Controls the order of the stat value & description column
|
|
25
25
|
*
|
|
26
|
-
* @uiName Flex
|
|
26
|
+
* @uiName Flex reverse
|
|
27
27
|
* @default
|
|
28
28
|
*/
|
|
29
29
|
this.flexReverse = false;
|
|
@@ -115,11 +115,11 @@ const CardFeed = class {
|
|
|
115
115
|
registerInstance(this, hostRef);
|
|
116
116
|
this.ignored = true;
|
|
117
117
|
/**
|
|
118
|
-
* @uiName Card
|
|
118
|
+
* @uiName Card width
|
|
119
119
|
*/
|
|
120
120
|
this.width = 347;
|
|
121
121
|
/**
|
|
122
|
-
* @uiName Column
|
|
122
|
+
* @uiName Column gap
|
|
123
123
|
* @uiType number
|
|
124
124
|
*/
|
|
125
125
|
this.gap = 24;
|
|
@@ -209,22 +209,22 @@ const CheckboxField = class {
|
|
|
209
209
|
registerInstance(this, hostRef);
|
|
210
210
|
this.ignored = true;
|
|
211
211
|
/**
|
|
212
|
-
* @uiName Checkbox
|
|
212
|
+
* @uiName Checkbox label
|
|
213
213
|
* @uiWidget textArea
|
|
214
214
|
*/
|
|
215
215
|
this.checkboxLabel = "By signing up you agree to the {labelLink}";
|
|
216
216
|
/**
|
|
217
217
|
* Used with link text if the checkbox label contains {labelLink}
|
|
218
218
|
*
|
|
219
|
-
* @uiName Checkbox
|
|
219
|
+
* @uiName Checkbox label link
|
|
220
220
|
*/
|
|
221
221
|
this.checkboxLabelLink = "https://example.com";
|
|
222
222
|
/**
|
|
223
|
-
* @uiName Checkbox
|
|
223
|
+
* @uiName Checkbox label link lext
|
|
224
224
|
*/
|
|
225
225
|
this.checkboxLabelLinkText = "Terms and Conditions";
|
|
226
226
|
/**
|
|
227
|
-
* @uiName Unchecked
|
|
227
|
+
* @uiName Unchecked error message
|
|
228
228
|
*/
|
|
229
229
|
this.errorMessage = "Must be checked";
|
|
230
230
|
/**
|
|
@@ -376,7 +376,7 @@ const CouponCode = class {
|
|
|
376
376
|
/**
|
|
377
377
|
* Shown inside a tooltip after someone has successfully copied the link to their clipboard.
|
|
378
378
|
*
|
|
379
|
-
* @uiName Tooltip
|
|
379
|
+
* @uiName Tooltip text
|
|
380
380
|
*/
|
|
381
381
|
this.tooltiptext = "Copied to Clipboard";
|
|
382
382
|
/**
|
|
@@ -386,8 +386,6 @@ const CouponCode = class {
|
|
|
386
386
|
*/
|
|
387
387
|
this.tooltiplifespan = 1000;
|
|
388
388
|
/**
|
|
389
|
-
* Change the text alignment
|
|
390
|
-
*
|
|
391
389
|
* @uiName Coupon code alignment
|
|
392
390
|
* @uiType string
|
|
393
391
|
* @uiEnum ["left", "center", "right"]
|
|
@@ -554,7 +552,7 @@ const DividedLayout = class {
|
|
|
554
552
|
registerInstance(this, hostRef);
|
|
555
553
|
/**
|
|
556
554
|
* Uses Shorthand CSS border syntax allowing specification of thickness, fill style and color.
|
|
557
|
-
* @uiName Border
|
|
555
|
+
* @uiName Border style
|
|
558
556
|
*/
|
|
559
557
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
560
558
|
h(this);
|
|
@@ -579,11 +577,11 @@ const DropdownField = class {
|
|
|
579
577
|
registerInstance(this, hostRef);
|
|
580
578
|
this.ignored = true;
|
|
581
579
|
/**
|
|
582
|
-
* @uiName Dropdown
|
|
580
|
+
* @uiName Dropdown label
|
|
583
581
|
*/
|
|
584
582
|
this.dropdownLabel = "Select an option";
|
|
585
583
|
/**
|
|
586
|
-
* @uiName Unselected
|
|
584
|
+
* @uiName Unselected error message
|
|
587
585
|
*/
|
|
588
586
|
this.errorMessage = "Select an option";
|
|
589
587
|
/**
|
|
@@ -988,49 +986,49 @@ const HeroImage = class {
|
|
|
988
986
|
constructor(hostRef) {
|
|
989
987
|
registerInstance(this, hostRef);
|
|
990
988
|
/**
|
|
991
|
-
* @uiName Overlay
|
|
989
|
+
* @uiName Overlay opacity
|
|
992
990
|
*/
|
|
993
991
|
this.overlayOpacity = "0.75";
|
|
994
992
|
/**
|
|
995
|
-
* @uiName Image
|
|
993
|
+
* @uiName Image layout
|
|
996
994
|
* @uiType string
|
|
997
995
|
* @uiEnum ["overlay", "columns"]
|
|
998
996
|
* @uiEnumNames ["Overlay", "Two-column"]
|
|
999
997
|
*/
|
|
1000
998
|
this.layout = "overlay";
|
|
1001
999
|
/**
|
|
1002
|
-
* @uiName Image
|
|
1000
|
+
* @uiName Image percentage
|
|
1003
1001
|
* @uiType number
|
|
1004
1002
|
*/
|
|
1005
1003
|
this.imagePercentage = 50;
|
|
1006
1004
|
/**
|
|
1007
|
-
* @uiName Image
|
|
1005
|
+
* @uiName Image position
|
|
1008
1006
|
* @uiType string
|
|
1009
1007
|
* @uiEnum ["left", "center", "right"]
|
|
1010
1008
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
1011
1009
|
*/
|
|
1012
1010
|
this.imagePos = "center";
|
|
1013
1011
|
/**
|
|
1014
|
-
* @uiName Image
|
|
1012
|
+
* @uiName Image mobile position
|
|
1015
1013
|
* @uiType string
|
|
1016
1014
|
* @uiEnum ["top", "bottom"]
|
|
1017
1015
|
* @uiEnumNames ["Top", "Bottom"]
|
|
1018
1016
|
*/
|
|
1019
1017
|
this.imageMobilePos = "top";
|
|
1020
1018
|
/**
|
|
1021
|
-
* @uiName Open
|
|
1019
|
+
* @uiName Open link in new tab
|
|
1022
1020
|
* @default
|
|
1023
1021
|
*/
|
|
1024
1022
|
this.buttonNewTab = false;
|
|
1025
1023
|
/**
|
|
1026
|
-
* @uiName Text
|
|
1024
|
+
* @uiName Text padding
|
|
1027
1025
|
* @uiType string
|
|
1028
1026
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1029
1027
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1030
1028
|
*/
|
|
1031
1029
|
this.paddingText = "xxxx-large";
|
|
1032
1030
|
/**
|
|
1033
|
-
* @uiName Image
|
|
1031
|
+
* @uiName Image padding
|
|
1034
1032
|
* @uiType string
|
|
1035
1033
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
1036
1034
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -1071,14 +1069,14 @@ const InputField = class {
|
|
|
1071
1069
|
registerInstance(this, hostRef);
|
|
1072
1070
|
this.ignored = true;
|
|
1073
1071
|
/**
|
|
1074
|
-
* @uiName Input
|
|
1072
|
+
* @uiName Input type
|
|
1075
1073
|
* @uiType string
|
|
1076
1074
|
* @uiEnum ["text", "date", "tel"]
|
|
1077
1075
|
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
1078
1076
|
*/
|
|
1079
1077
|
this.fieldType = "text";
|
|
1080
1078
|
/**
|
|
1081
|
-
* @uiName Required
|
|
1079
|
+
* @uiName Required error message
|
|
1082
1080
|
*/
|
|
1083
1081
|
this.errorMessage = "Cannot be empty";
|
|
1084
1082
|
/**
|
|
@@ -1231,19 +1229,19 @@ const Leaderboard = class {
|
|
|
1231
1229
|
/**
|
|
1232
1230
|
* Hide the viewer's leaderboard row if not in the top results.
|
|
1233
1231
|
*
|
|
1234
|
-
* @uiName Hide
|
|
1232
|
+
* @uiName Hide viewing user
|
|
1235
1233
|
* @default
|
|
1236
1234
|
*/
|
|
1237
1235
|
this.hideViewer = false;
|
|
1238
1236
|
/**
|
|
1239
1237
|
* Title displayed for users without names
|
|
1240
|
-
* @uiName Unknown
|
|
1238
|
+
* @uiName Unknown user text
|
|
1241
1239
|
*/
|
|
1242
1240
|
this.anonymousUser = "Anonymous User";
|
|
1243
1241
|
/**
|
|
1244
1242
|
* Control the maximum amount of rows displayed on the leaderboard.
|
|
1245
1243
|
*
|
|
1246
|
-
* @uiName Maximum
|
|
1244
|
+
* @uiName Maximum rows number
|
|
1247
1245
|
*/
|
|
1248
1246
|
this.maxRows = 10;
|
|
1249
1247
|
this.ignored = true;
|
|
@@ -1367,11 +1365,11 @@ const NameFields = class {
|
|
|
1367
1365
|
registerInstance(this, hostRef);
|
|
1368
1366
|
this.ignored = true;
|
|
1369
1367
|
/**
|
|
1370
|
-
* @uiName First
|
|
1368
|
+
* @uiName First name label
|
|
1371
1369
|
*/
|
|
1372
1370
|
this.firstNameLabel = "First Name";
|
|
1373
1371
|
/**
|
|
1374
|
-
* @uiName Last
|
|
1372
|
+
* @uiName Last name label
|
|
1375
1373
|
*/
|
|
1376
1374
|
this.lastNameLabel = "Last Name";
|
|
1377
1375
|
h(this);
|
|
@@ -1527,48 +1525,48 @@ const PortalChangePassword = class {
|
|
|
1527
1525
|
registerInstance(this, hostRef);
|
|
1528
1526
|
this.ignored = true;
|
|
1529
1527
|
/**
|
|
1530
|
-
* @uiName Change
|
|
1528
|
+
* @uiName Change password modal header
|
|
1531
1529
|
*/
|
|
1532
1530
|
this.modalChangePasswordHeader = "Change Password";
|
|
1533
1531
|
/**
|
|
1534
1532
|
* Found in modal
|
|
1535
1533
|
*
|
|
1536
|
-
* @uiName Cancel
|
|
1534
|
+
* @uiName Cancel button text
|
|
1537
1535
|
*/
|
|
1538
1536
|
this.cancelText = "Cancel";
|
|
1539
1537
|
/**
|
|
1540
1538
|
* Found in modal
|
|
1541
1539
|
*
|
|
1542
|
-
* @uiName Change
|
|
1540
|
+
* @uiName Change password button text
|
|
1543
1541
|
*/
|
|
1544
1542
|
this.changePasswordButtonText = "Change Password";
|
|
1545
1543
|
/**
|
|
1546
1544
|
* Found in modal
|
|
1547
1545
|
*
|
|
1548
|
-
* @uiName New
|
|
1546
|
+
* @uiName New password field label
|
|
1549
1547
|
*/
|
|
1550
1548
|
this.passwordFieldLabel = "New Password";
|
|
1551
1549
|
/**
|
|
1552
1550
|
* Found in modal
|
|
1553
1551
|
*
|
|
1554
|
-
* @uiName Confirm
|
|
1552
|
+
* @uiName Confirm password Label
|
|
1555
1553
|
*/
|
|
1556
1554
|
this.confirmPasswordFieldLabel = "Confirm New Password";
|
|
1557
1555
|
/**
|
|
1558
1556
|
* Successful password change message
|
|
1559
1557
|
*
|
|
1560
|
-
* @uiName Successful
|
|
1558
|
+
* @uiName Successful password change message
|
|
1561
1559
|
* @uiWidget textArea
|
|
1562
1560
|
*/
|
|
1563
1561
|
this.successMessage = "Your password has been updated.";
|
|
1564
1562
|
/**
|
|
1565
1563
|
* Portal change password section header
|
|
1566
1564
|
*
|
|
1567
|
-
* @uiName Change
|
|
1565
|
+
* @uiName Change password header
|
|
1568
1566
|
*/
|
|
1569
1567
|
this.portalChangePasswordHeader = "Password";
|
|
1570
1568
|
/**
|
|
1571
|
-
* @uiName Change
|
|
1569
|
+
* @uiName Change password button text
|
|
1572
1570
|
*/
|
|
1573
1571
|
this.portalChangePasswordButtonText = "Change your password...";
|
|
1574
1572
|
h(this);
|
|
@@ -1614,7 +1612,7 @@ const PortalFooter = class {
|
|
|
1614
1612
|
*/
|
|
1615
1613
|
this.hideSupportText = false;
|
|
1616
1614
|
/**
|
|
1617
|
-
* @uiName Support
|
|
1615
|
+
* @uiName Support email
|
|
1618
1616
|
*/
|
|
1619
1617
|
this.supportEmail = "support@example.com";
|
|
1620
1618
|
/**
|
|
@@ -1623,13 +1621,13 @@ const PortalFooter = class {
|
|
|
1623
1621
|
*/
|
|
1624
1622
|
this.supportText = "For program support, contact {email}";
|
|
1625
1623
|
/**
|
|
1626
|
-
* @uiName Hide
|
|
1624
|
+
* @uiName Hide powered by SaaSquatch
|
|
1627
1625
|
*/
|
|
1628
1626
|
this.hidePoweredBy = false;
|
|
1629
1627
|
/**
|
|
1630
|
-
* @uiName Powered By
|
|
1628
|
+
* @uiName Powered By link
|
|
1631
1629
|
*/
|
|
1632
|
-
this.poweredByLink = "https://saasquatch.com";
|
|
1630
|
+
this.poweredByLink = "https://www.saasquatch.com/?utm_source=app&utm_medium=user-widget&utm_campaign=referral-widget";
|
|
1633
1631
|
/**
|
|
1634
1632
|
* @uiName Top padding
|
|
1635
1633
|
* @uiGroup Padding
|
|
@@ -1764,44 +1762,44 @@ const PortalLogin = class {
|
|
|
1764
1762
|
/**
|
|
1765
1763
|
* Redirect participants to this page after they successfully login.
|
|
1766
1764
|
*
|
|
1767
|
-
* @uiName Login
|
|
1765
|
+
* @uiName Login redirect
|
|
1768
1766
|
* @uiWidget pageSelect
|
|
1769
1767
|
*/
|
|
1770
1768
|
this.nextPage = "/";
|
|
1771
1769
|
/**
|
|
1772
|
-
* @uiName Email
|
|
1770
|
+
* @uiName Email field label
|
|
1773
1771
|
*/
|
|
1774
1772
|
this.emailLabel = "Email";
|
|
1775
1773
|
/**
|
|
1776
|
-
* @uiName Password
|
|
1774
|
+
* @uiName Password field label
|
|
1777
1775
|
*/
|
|
1778
1776
|
this.passwordLabel = "Password";
|
|
1779
1777
|
/**
|
|
1780
|
-
* @uiName Submit
|
|
1778
|
+
* @uiName Submit button text
|
|
1781
1779
|
*/
|
|
1782
1780
|
this.submitLabel = "Sign In";
|
|
1783
1781
|
/**
|
|
1784
1782
|
* Redirect participants to this page to reset their password
|
|
1785
|
-
* @uiName Forgot
|
|
1783
|
+
* @uiName Forgot password redirect
|
|
1786
1784
|
* @uiWidget pageSelect
|
|
1787
1785
|
*/
|
|
1788
1786
|
this.forgotPasswordPath = "/forgotPassword";
|
|
1789
1787
|
/**
|
|
1790
|
-
* @uiName Forgot
|
|
1788
|
+
* @uiName Forgot password text
|
|
1791
1789
|
*/
|
|
1792
1790
|
this.forgotPasswordLabel = "Forgot Password?";
|
|
1793
1791
|
/**
|
|
1794
|
-
* @uiName Register
|
|
1792
|
+
* @uiName Register button text
|
|
1795
1793
|
*/
|
|
1796
1794
|
this.registerLabel = "Register";
|
|
1797
1795
|
/**
|
|
1798
1796
|
* Redirect participants to this page to start registration.
|
|
1799
|
-
* @uiName Register
|
|
1797
|
+
* @uiName Register button redirect
|
|
1800
1798
|
* @uiWidget pageSelect
|
|
1801
1799
|
*/
|
|
1802
1800
|
this.registerPath = "/register";
|
|
1803
1801
|
/**
|
|
1804
|
-
* @uiName Heading
|
|
1802
|
+
* @uiName Heading label
|
|
1805
1803
|
* @uiWidget textArea
|
|
1806
1804
|
*/
|
|
1807
1805
|
this.pageLabel = "Sign in to your account";
|
|
@@ -1973,87 +1971,87 @@ const PortalRegister = class {
|
|
|
1973
1971
|
/**
|
|
1974
1972
|
* Redirect participants to this page from their verification email
|
|
1975
1973
|
*
|
|
1976
|
-
* @uiName Registration
|
|
1974
|
+
* @uiName Registration redirect
|
|
1977
1975
|
* @uiWidget pageSelect
|
|
1978
1976
|
*/
|
|
1979
1977
|
this.nextPage = "/";
|
|
1980
1978
|
/**
|
|
1981
1979
|
* The page that participants are redirected to from the verification email.
|
|
1982
1980
|
*
|
|
1983
|
-
* @uiName Email
|
|
1981
|
+
* @uiName Email verification redirect
|
|
1984
1982
|
* @uiWidget pageSelect
|
|
1985
1983
|
*/
|
|
1986
1984
|
this.redirectPath = "/verifyEmail";
|
|
1987
1985
|
/**
|
|
1988
|
-
* @uiName Email
|
|
1986
|
+
* @uiName Email field label
|
|
1989
1987
|
*/
|
|
1990
1988
|
this.emailLabel = "Email";
|
|
1991
1989
|
/**
|
|
1992
|
-
* @uiName Password
|
|
1990
|
+
* @uiName Password field label
|
|
1993
1991
|
*/
|
|
1994
1992
|
this.passwordLabel = "Password";
|
|
1995
1993
|
/**
|
|
1996
|
-
* @uiName Submit
|
|
1994
|
+
* @uiName Submit button text
|
|
1997
1995
|
*/
|
|
1998
1996
|
this.submitLabel = "Register";
|
|
1999
1997
|
/**
|
|
2000
|
-
* @uiName Login
|
|
1998
|
+
* @uiName Login button text
|
|
2001
1999
|
*/
|
|
2002
2000
|
this.loginLabel = "Sign in";
|
|
2003
2001
|
/**
|
|
2004
|
-
* @uiName Confirm
|
|
2002
|
+
* @uiName Confirm password field label
|
|
2005
2003
|
*/
|
|
2006
2004
|
this.confirmPasswordLabel = "Confirm Password";
|
|
2007
2005
|
/**
|
|
2008
|
-
* @uiName Show
|
|
2006
|
+
* @uiName Show confirm password field
|
|
2009
2007
|
*/
|
|
2010
2008
|
this.confirmPassword = false;
|
|
2011
2009
|
/**
|
|
2012
|
-
* @uiName Disable
|
|
2010
|
+
* @uiName Disable password validation
|
|
2013
2011
|
*/
|
|
2014
2012
|
this.disablePasswordValidation = false;
|
|
2015
2013
|
/**
|
|
2016
2014
|
* Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes "email" and "password" for this form to succeed.
|
|
2017
2015
|
*
|
|
2018
|
-
* @uiName Hide
|
|
2016
|
+
* @uiName Hide default fields
|
|
2019
2017
|
*/
|
|
2020
2018
|
this.hideInputs = false;
|
|
2021
2019
|
/**
|
|
2022
|
-
* @uiName Header
|
|
2020
|
+
* @uiName Header text
|
|
2023
2021
|
*/
|
|
2024
2022
|
this.pageLabel = "Register";
|
|
2025
2023
|
/**
|
|
2026
2024
|
* Redirect participants to this page after clicking the login button.
|
|
2027
2025
|
*
|
|
2028
|
-
* @uiName Login
|
|
2026
|
+
* @uiName Login redirect
|
|
2029
2027
|
* @uiWidget pageSelect
|
|
2030
2028
|
*/
|
|
2031
2029
|
this.loginPath = "/login";
|
|
2032
2030
|
/**
|
|
2033
2031
|
* The message to be displayed when a required field is not filled.
|
|
2034
2032
|
*
|
|
2035
|
-
* @uiName Required
|
|
2033
|
+
* @uiName Required field message
|
|
2036
2034
|
* @uiWidget textArea
|
|
2037
2035
|
*/
|
|
2038
2036
|
this.requiredFieldErrorMessage = "Cannot be empty";
|
|
2039
2037
|
/**
|
|
2040
2038
|
* The message to be displayed when a the form submission fails unexpectedly.
|
|
2041
2039
|
*
|
|
2042
|
-
* @uiName Network
|
|
2040
|
+
* @uiName Network error message
|
|
2043
2041
|
* @uiWidget textArea
|
|
2044
2042
|
*/
|
|
2045
2043
|
this.networkErrorMessage = "Network request failed.";
|
|
2046
2044
|
/**
|
|
2047
2045
|
* The message to be displayed when password inputs do not match.
|
|
2048
2046
|
*
|
|
2049
|
-
* @uiName Password
|
|
2047
|
+
* @uiName Password mismatch message
|
|
2050
2048
|
* @uiWidget textArea
|
|
2051
2049
|
*/
|
|
2052
2050
|
this.passwordMismatchErrorMessage = "Passwords do not match.";
|
|
2053
2051
|
/**
|
|
2054
2052
|
* The message to be displayed when the email used is invalid or blocked.
|
|
2055
2053
|
*
|
|
2056
|
-
* @uiName Invalid
|
|
2054
|
+
* @uiName Invalid email message
|
|
2057
2055
|
* @uiWidget textArea
|
|
2058
2056
|
*/
|
|
2059
2057
|
this.invalidEmailErrorMessage = "Must be a valid email address";
|
|
@@ -2306,10 +2304,9 @@ const vanillaStyle = `
|
|
|
2306
2304
|
}
|
|
2307
2305
|
`;
|
|
2308
2306
|
function ReferralCardView(props) {
|
|
2309
|
-
|
|
2310
|
-
console.log("right", props.slots.right);
|
|
2307
|
+
const { includeBorder = true } = props;
|
|
2311
2308
|
return (h$1("div", { part: "sqm-base", class: sheet$1.classes.Container, style: {
|
|
2312
|
-
border: `${
|
|
2309
|
+
border: `${includeBorder ? "1px solid var(--sl-color-neutral-300);" : "none;"}`,
|
|
2313
2310
|
"padding-top": `var(--sl-spacing-${props.paddingTop})`,
|
|
2314
2311
|
"padding-right": `var(--sl-spacing-${props.paddingRight})`,
|
|
2315
2312
|
"padding-bottom": `var(--sl-spacing-${props.paddingBottom})`,
|
|
@@ -2333,17 +2330,17 @@ const ReferralCard = class {
|
|
|
2333
2330
|
registerInstance(this, hostRef);
|
|
2334
2331
|
this.ignored = true;
|
|
2335
2332
|
/**
|
|
2336
|
-
* @uiName Vertical
|
|
2333
|
+
* @uiName Vertical alignment
|
|
2337
2334
|
* @uiType string
|
|
2338
2335
|
* @uiEnum ["start", "center", "end"]
|
|
2339
2336
|
* @uiEnumNames ["Top", "Center", "Bottom"]
|
|
2340
2337
|
*/
|
|
2341
2338
|
this.verticalAlignment = "start";
|
|
2342
2339
|
/**
|
|
2343
|
-
* @uiName
|
|
2340
|
+
* @uiName Include border
|
|
2344
2341
|
* @uiType boolean
|
|
2345
2342
|
*/
|
|
2346
|
-
this.
|
|
2343
|
+
this.includeBorder = true;
|
|
2347
2344
|
/**
|
|
2348
2345
|
* @uiName Top padding
|
|
2349
2346
|
* @uiGroup Padding
|
|
@@ -2422,12 +2419,12 @@ const SqmReferralIframe = class {
|
|
|
2422
2419
|
this.ignored = true;
|
|
2423
2420
|
/**
|
|
2424
2421
|
* Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto.
|
|
2425
|
-
* @uiName
|
|
2422
|
+
* @uiName IFrame height
|
|
2426
2423
|
*/
|
|
2427
2424
|
this.iframeHeight = "100%";
|
|
2428
2425
|
/**
|
|
2429
2426
|
* Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto.
|
|
2430
|
-
* @uiName
|
|
2427
|
+
* @uiName IFrame width
|
|
2431
2428
|
*/
|
|
2432
2429
|
this.iframeWidth = "100%";
|
|
2433
2430
|
h(this);
|
|
@@ -3272,131 +3269,131 @@ const SqmRewardExchangeList = class {
|
|
|
3272
3269
|
/**
|
|
3273
3270
|
* Error message shown when reward is not available
|
|
3274
3271
|
*
|
|
3275
|
-
* @uiName Not
|
|
3272
|
+
* @uiName Not available error
|
|
3276
3273
|
* @uiWidget textArea
|
|
3277
3274
|
*/
|
|
3278
3275
|
this.notAvailableError = "{unavailableReasonCode, select, US_TAX {US Tax limit} INSUFFICIENT_REDEEMABLE_CREDIT {{sourceValue} required} AVAILABILITY_PREDICATE {Not available} other {{unavailableReasonCode}} }";
|
|
3279
3276
|
/**
|
|
3280
|
-
* @uiName Choose
|
|
3277
|
+
* @uiName Choose reward progress title
|
|
3281
3278
|
*/
|
|
3282
3279
|
this.chooseRewardTitle = "Rewards";
|
|
3283
3280
|
/**
|
|
3284
|
-
* @uiName Choose
|
|
3281
|
+
* @uiName Choose amount progress title
|
|
3285
3282
|
*/
|
|
3286
3283
|
this.chooseAmountTitle = "Select";
|
|
3287
3284
|
/**
|
|
3288
|
-
* @uiName Confirmation
|
|
3285
|
+
* @uiName Confirmation progress title
|
|
3289
3286
|
*/
|
|
3290
3287
|
this.confirmationTitle = "Confirm";
|
|
3291
3288
|
/**
|
|
3292
|
-
* @uiName Reward
|
|
3289
|
+
* @uiName Reward title text
|
|
3293
3290
|
*/
|
|
3294
3291
|
this.rewardTitle = "Choose a reward";
|
|
3295
3292
|
/**
|
|
3296
|
-
* @uiName Cancel
|
|
3293
|
+
* @uiName Cancel button text
|
|
3297
3294
|
*/
|
|
3298
3295
|
this.cancelText = "Cancel";
|
|
3299
3296
|
/**
|
|
3300
|
-
* @uiName Back
|
|
3297
|
+
* @uiName Back button text
|
|
3301
3298
|
*/
|
|
3302
3299
|
this.backText = "Back";
|
|
3303
3300
|
/**
|
|
3304
|
-
* @uiName Continue
|
|
3301
|
+
* @uiName Continue button text
|
|
3305
3302
|
*/
|
|
3306
3303
|
this.continueText = "Continue";
|
|
3307
3304
|
/**
|
|
3308
3305
|
* Displayed on the reward selection page.
|
|
3309
|
-
* @uiName Continue to
|
|
3306
|
+
* @uiName Continue to confirmation button text
|
|
3310
3307
|
*/
|
|
3311
3308
|
this.continueToConfirmationText = "Continue to confirmation";
|
|
3312
3309
|
/**
|
|
3313
|
-
* @uiName Redeem
|
|
3310
|
+
* @uiName Redeem button text
|
|
3314
3311
|
*/
|
|
3315
3312
|
this.redeemText = "Redeem";
|
|
3316
3313
|
/**
|
|
3317
3314
|
* Displayed as the header for the confirmation page.
|
|
3318
3315
|
*
|
|
3319
|
-
* @uiName Confirmation
|
|
3316
|
+
* @uiName Confirmation title text
|
|
3320
3317
|
*/
|
|
3321
3318
|
this.redeemTitle = "Confirm and redeem";
|
|
3322
3319
|
/**
|
|
3323
3320
|
* Displayed on the success screen when a user successfully exchanges for a reward.
|
|
3324
3321
|
*
|
|
3325
|
-
* @uiName Redemption
|
|
3322
|
+
* @uiName Redemption success message
|
|
3326
3323
|
* @uiWidget textArea
|
|
3327
3324
|
*/
|
|
3328
3325
|
this.redemptionSuccessText = "Redeemed {sourceValue} for {destinationValue}";
|
|
3329
3326
|
/**
|
|
3330
3327
|
* Displayed on the reward exchange cards.
|
|
3331
3328
|
*
|
|
3332
|
-
* @uiName Reward
|
|
3329
|
+
* @uiName Reward exchange amount text
|
|
3333
3330
|
* @uiWidget textArea
|
|
3334
3331
|
*/
|
|
3335
3332
|
this.sourceAmountMessage = "{ruleType, select, FIXED_GLOBAL_REWARD {{sourceValue}} other {{sourceMinValue} to {sourceMaxValue}}}";
|
|
3336
3333
|
/**
|
|
3337
3334
|
* Shown when a user copies a fuel tank code
|
|
3338
3335
|
*
|
|
3339
|
-
* @uiName Tooltip
|
|
3336
|
+
* @uiName Tooltip text
|
|
3340
3337
|
*/
|
|
3341
3338
|
this.tooltipText = "Copied";
|
|
3342
3339
|
/**
|
|
3343
|
-
* @uiName Done
|
|
3340
|
+
* @uiName Done text
|
|
3344
3341
|
*/
|
|
3345
3342
|
this.doneText = "Done";
|
|
3346
3343
|
/**
|
|
3347
|
-
* @uiName Select
|
|
3344
|
+
* @uiName Select amount text
|
|
3348
3345
|
* @uiWidget textArea
|
|
3349
3346
|
*/
|
|
3350
3347
|
this.selectText = "Select amount to receive";
|
|
3351
3348
|
/**
|
|
3352
3349
|
* Shown if an error occurs when loading the reward exchange.
|
|
3353
3350
|
*
|
|
3354
|
-
* @uiName Reward
|
|
3351
|
+
* @uiName Reward list error message
|
|
3355
3352
|
* @uiWidget textArea
|
|
3356
3353
|
*/
|
|
3357
3354
|
this.queryError = "Unable to load reward exchange list. Please try again";
|
|
3358
3355
|
/**
|
|
3359
3356
|
* Shown if an error occurs during the reward exchange.
|
|
3360
3357
|
*
|
|
3361
|
-
* @uiName Redemption
|
|
3358
|
+
* @uiName Redemption error message
|
|
3362
3359
|
* @uiWidget textArea
|
|
3363
3360
|
*/
|
|
3364
3361
|
this.redemptionError = "An error occured trying to redeem this reward. Please try again";
|
|
3365
3362
|
/**
|
|
3366
|
-
* @uiName Not
|
|
3363
|
+
* @uiName Not enough error message
|
|
3367
3364
|
* @uiWidget textArea
|
|
3368
3365
|
*/
|
|
3369
3366
|
this.notEnoughError = "Not enough {sourceUnit} to redeem for this reward";
|
|
3370
3367
|
/**
|
|
3371
|
-
* @uiName Reward
|
|
3368
|
+
* @uiName Reward redeemed text
|
|
3372
3369
|
*/
|
|
3373
3370
|
this.rewardRedeemedText = "Reward redeemed";
|
|
3374
3371
|
/**
|
|
3375
|
-
* @uiName Promo
|
|
3372
|
+
* @uiName Promo code text
|
|
3376
3373
|
*/
|
|
3377
3374
|
this.promoCode = "Promo Code";
|
|
3378
3375
|
/**
|
|
3379
3376
|
* Set the number of placeholder cards to be shown in loading state.
|
|
3380
3377
|
*
|
|
3381
|
-
* @uiName Loading
|
|
3378
|
+
* @uiName Loading cards
|
|
3382
3379
|
*/
|
|
3383
3380
|
this.skeletonCardNum = 8;
|
|
3384
3381
|
/**
|
|
3385
3382
|
* Shown in the confirmation state.
|
|
3386
3383
|
*
|
|
3387
|
-
* @uiName Reward
|
|
3384
|
+
* @uiName Reward row title
|
|
3388
3385
|
*/
|
|
3389
3386
|
this.rewardNameTitle = "Reward";
|
|
3390
3387
|
/**
|
|
3391
3388
|
* Shown in the confirmation state.
|
|
3392
3389
|
*
|
|
3393
|
-
* @uiName Reward
|
|
3390
|
+
* @uiName Reward amount row title
|
|
3394
3391
|
*/
|
|
3395
3392
|
this.rewardAmountTitle = "Reward Amount";
|
|
3396
3393
|
/**
|
|
3397
3394
|
* Shown in the confirmation state.
|
|
3398
3395
|
*
|
|
3399
|
-
* @uiName Cost
|
|
3396
|
+
* @uiName Cost row title
|
|
3400
3397
|
*/
|
|
3401
3398
|
this.costTitle = "Cost to Redeem";
|
|
3402
3399
|
h(this);
|
|
@@ -3566,7 +3563,7 @@ const Scroll = class {
|
|
|
3566
3563
|
registerInstance(this, hostRef);
|
|
3567
3564
|
this.ignored = true;
|
|
3568
3565
|
/**
|
|
3569
|
-
* @uiName Button
|
|
3566
|
+
* @uiName Button type
|
|
3570
3567
|
* @uiType string
|
|
3571
3568
|
* @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
|
|
3572
3569
|
* @uiEnumNames ["Default", "Primary", "Success", "Neutral", "Warning", "Danger", "Text"]
|
|
@@ -3574,7 +3571,7 @@ const Scroll = class {
|
|
|
3574
3571
|
*/
|
|
3575
3572
|
this.buttonType = "default";
|
|
3576
3573
|
/**
|
|
3577
|
-
* @uiName Scroll
|
|
3574
|
+
* @uiName Scroll animation style
|
|
3578
3575
|
* @uiType string
|
|
3579
3576
|
* @uiEnum ["smooth", "auto"]
|
|
3580
3577
|
* @uiEnumNames ["Smooth", "Auto"]
|
|
@@ -3650,25 +3647,25 @@ const ShareButton = class {
|
|
|
3650
3647
|
registerInstance(this, hostRef);
|
|
3651
3648
|
/**
|
|
3652
3649
|
* @uiType string
|
|
3653
|
-
* @uiName Button
|
|
3650
|
+
* @uiName Button style
|
|
3654
3651
|
* @uiEnum ["primary" , "success", "info", "warning", "danger", "default", "text" ]
|
|
3655
3652
|
* @uiEnumNames ["Primary", "Success", "Info", "Warning", "Danger", "Default", "Text"]
|
|
3656
3653
|
*/
|
|
3657
3654
|
this.type = "default";
|
|
3658
3655
|
/**
|
|
3659
|
-
* @uiName Icon
|
|
3656
|
+
* @uiName Icon location
|
|
3660
3657
|
* @uiType string
|
|
3661
3658
|
* @uiEnum ["prefix", "suffix" ]
|
|
3662
3659
|
* @uiEnumNames ["Prefix", "Suffix"]
|
|
3663
3660
|
*/
|
|
3664
3661
|
this.iconslot = "prefix";
|
|
3665
3662
|
/**
|
|
3666
|
-
* @uiName Hide
|
|
3663
|
+
* @uiName Hide icon
|
|
3667
3664
|
* @default
|
|
3668
3665
|
*/
|
|
3669
3666
|
this.hideicon = false;
|
|
3670
3667
|
/**
|
|
3671
|
-
* @uiName Hide
|
|
3668
|
+
* @uiName Hide text
|
|
3672
3669
|
* @default
|
|
3673
3670
|
*/
|
|
3674
3671
|
this.hidetext = false;
|
|
@@ -3748,7 +3745,7 @@ const ShareCode = class {
|
|
|
3748
3745
|
/**
|
|
3749
3746
|
* Shown inside a tooltip after someone has successfully copied the link to their clipboard.
|
|
3750
3747
|
*
|
|
3751
|
-
* @uiName Tooltip
|
|
3748
|
+
* @uiName Tooltip text
|
|
3752
3749
|
*/
|
|
3753
3750
|
this.tooltiptext = "Copied to Clipboard";
|
|
3754
3751
|
/**
|
|
@@ -3817,13 +3814,13 @@ const ShareLink = class {
|
|
|
3817
3814
|
/**
|
|
3818
3815
|
* Shown inside a tooltip after someone has successfully copied the link to their clipboard.
|
|
3819
3816
|
*
|
|
3820
|
-
* @uiName Tooltip
|
|
3817
|
+
* @uiName Tooltip text
|
|
3821
3818
|
*/
|
|
3822
3819
|
this.tooltiptext = "Copied to Clipboard";
|
|
3823
3820
|
/**
|
|
3824
3821
|
* The number of milliseconds that the tooltip appears for
|
|
3825
3822
|
*
|
|
3826
|
-
* @uiName Tooltip
|
|
3823
|
+
* @uiName Tooltip lifespan
|
|
3827
3824
|
*/
|
|
3828
3825
|
this.tooltiplifespan = 1000;
|
|
3829
3826
|
/**
|
|
@@ -3885,7 +3882,7 @@ const StatContainer = class {
|
|
|
3885
3882
|
registerInstance(this, hostRef);
|
|
3886
3883
|
this.ignored = true;
|
|
3887
3884
|
/**
|
|
3888
|
-
* @uiName Space
|
|
3885
|
+
* @uiName Space between stats
|
|
3889
3886
|
* @uiType string
|
|
3890
3887
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
3891
3888
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -3909,7 +3906,7 @@ const StatContainer = class {
|
|
|
3909
3906
|
const TableCell = class {
|
|
3910
3907
|
constructor(hostRef) {
|
|
3911
3908
|
registerInstance(this, hostRef);
|
|
3912
|
-
/** @uiName Column
|
|
3909
|
+
/** @uiName Column span */
|
|
3913
3910
|
this.colspan = 1;
|
|
3914
3911
|
/** @uiName Padding */
|
|
3915
3912
|
this.padding = "15px 10px";
|
|
@@ -3978,12 +3975,12 @@ const TaskCard = class {
|
|
|
3978
3975
|
registerInstance(this, hostRef);
|
|
3979
3976
|
this.ignored = true;
|
|
3980
3977
|
/**
|
|
3981
|
-
* @uiName Reward
|
|
3978
|
+
* @uiName Reward amount
|
|
3982
3979
|
* @uiGroup Reward
|
|
3983
3980
|
*/
|
|
3984
3981
|
this.rewardAmount = "0";
|
|
3985
3982
|
/**
|
|
3986
|
-
* @uiName Reward
|
|
3983
|
+
* @uiName Reward unit
|
|
3987
3984
|
* @uiGroup Reward
|
|
3988
3985
|
*/
|
|
3989
3986
|
this.rewardUnit = "Points";
|
|
@@ -3998,7 +3995,7 @@ const TaskCard = class {
|
|
|
3998
3995
|
*/
|
|
3999
3996
|
this.description = "";
|
|
4000
3997
|
/**
|
|
4001
|
-
* @uiName Goal
|
|
3998
|
+
* @uiName Goal repeatable
|
|
4002
3999
|
* @uiGroup Goal
|
|
4003
4000
|
* @default
|
|
4004
4001
|
*/
|
|
@@ -4006,12 +4003,12 @@ const TaskCard = class {
|
|
|
4006
4003
|
/**
|
|
4007
4004
|
* The number of times a task can be completed when repeatable. Use zero for no limit (the default).
|
|
4008
4005
|
*
|
|
4009
|
-
* @uiName Repeat
|
|
4006
|
+
* @uiName Repeat amount
|
|
4010
4007
|
* @uiGroup Reward
|
|
4011
4008
|
*/
|
|
4012
4009
|
this.finite = 0;
|
|
4013
4010
|
/**
|
|
4014
|
-
* @uiName Show
|
|
4011
|
+
* @uiName Show progress bar
|
|
4015
4012
|
* @uiGroup Goal
|
|
4016
4013
|
* @default
|
|
4017
4014
|
*/
|
|
@@ -4019,12 +4016,12 @@ const TaskCard = class {
|
|
|
4019
4016
|
/**
|
|
4020
4017
|
* 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.
|
|
4021
4018
|
*
|
|
4022
|
-
* @uiName Goal
|
|
4019
|
+
* @uiName Goal completion number
|
|
4023
4020
|
* @uiGroup Goal
|
|
4024
4021
|
*/
|
|
4025
4022
|
this.goal = 1;
|
|
4026
4023
|
/**
|
|
4027
|
-
* @uiName Progress
|
|
4024
|
+
* @uiName Progress bar steps
|
|
4028
4025
|
* @uiGroup Goal
|
|
4029
4026
|
* @default
|
|
4030
4027
|
*/
|
|
@@ -4032,47 +4029,47 @@ const TaskCard = class {
|
|
|
4032
4029
|
/**
|
|
4033
4030
|
* The unit displayed to the right of steps and progress numbers on the progress bar. Ex: $ for dollars
|
|
4034
4031
|
*
|
|
4035
|
-
* @uiName Progress
|
|
4032
|
+
* @uiName Progress bar unit
|
|
4036
4033
|
* @uiGroup Goal
|
|
4037
4034
|
*/
|
|
4038
4035
|
this.progressBarUnit = "";
|
|
4039
4036
|
/**
|
|
4040
4037
|
* Displayed when a user views a task card after the reward duration interval.
|
|
4041
4038
|
*
|
|
4042
|
-
* @uiName Expiry
|
|
4039
|
+
* @uiName Expiry date message
|
|
4043
4040
|
* @uiGroup Task
|
|
4044
4041
|
*/
|
|
4045
4042
|
this.expiryMessage = "Ends {endDate}";
|
|
4046
4043
|
/**
|
|
4047
4044
|
* Shown to users before the start of the task duration.
|
|
4048
4045
|
*
|
|
4049
|
-
* @uiName Start
|
|
4046
|
+
* @uiName Start date message
|
|
4050
4047
|
* @uiGroup Task
|
|
4051
4048
|
*/
|
|
4052
4049
|
this.startsOnMessage = "Starts {startDate}";
|
|
4053
4050
|
/**
|
|
4054
4051
|
* Shown to users after the end of the task duration.
|
|
4055
4052
|
*
|
|
4056
|
-
* @uiName Ended
|
|
4053
|
+
* @uiName Ended date message
|
|
4057
4054
|
* @uiGroup Task
|
|
4058
4055
|
*/
|
|
4059
4056
|
this.endedMessage = "Ended {endDate}";
|
|
4060
4057
|
/**
|
|
4061
4058
|
* Displays the amount of times that a user has completed a repeatable task.
|
|
4062
4059
|
*
|
|
4063
|
-
* @uiName Completed
|
|
4060
|
+
* @uiName Completed count text
|
|
4064
4061
|
* @uiGroup Task
|
|
4065
4062
|
* @uiWidget textArea
|
|
4066
4063
|
*/
|
|
4067
4064
|
this.completedText = "Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}";
|
|
4068
4065
|
/**
|
|
4069
|
-
* @uiName Button
|
|
4066
|
+
* @uiName Button text
|
|
4070
4067
|
* @uiGroup Button
|
|
4071
4068
|
*/
|
|
4072
4069
|
this.buttonText = "Complete Action";
|
|
4073
4070
|
/**
|
|
4074
|
-
* Button
|
|
4075
|
-
* @uiName Open
|
|
4071
|
+
* Button link opens in new tab
|
|
4072
|
+
* @uiName Open in new tab
|
|
4076
4073
|
* @uiGroup Button
|
|
4077
4074
|
* @default
|
|
4078
4075
|
*/
|
|
@@ -4277,12 +4274,12 @@ const UserName = class {
|
|
|
4277
4274
|
registerInstance(this, hostRef);
|
|
4278
4275
|
this.ignored = true;
|
|
4279
4276
|
/**
|
|
4280
|
-
* @uiName Unknown
|
|
4277
|
+
* @uiName Unknown user name
|
|
4281
4278
|
*/
|
|
4282
4279
|
this.fallback = "Anonymous User";
|
|
4283
4280
|
/**
|
|
4284
4281
|
* Text displayed while the participant’s name is loading.
|
|
4285
|
-
* @uiName Loading
|
|
4282
|
+
* @uiName Loading text
|
|
4286
4283
|
*/
|
|
4287
4284
|
this.loadingText = "...";
|
|
4288
4285
|
h(this);
|