@saasquatch/mint-components 1.6.2-5 → 1.6.2-8
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/{GenericTableView-4921be4b.js → GenericTableView-47869553.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-33ae7c4f.js → ShadowViewAddon-ad683b80.js} +2 -2
- package/dist/cjs/{global-b3587dc9.js → global-348a8750.js} +2 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/raisins-plop-target.cjs.entry.js +2 -5
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +35 -44
- package/dist/cjs/sqm-hero.cjs.entry.js +2 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-dd27bba3.js → sqm-portal-email-verification-view-64b5109a.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -4
- package/dist/cjs/{sqm-portal-footer-view-93f8ec0e.js → sqm-portal-footer-view-ab13a649.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +11 -2
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +15 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -1
- package/dist/cjs/{sqm-portal-profile-view-f9104d25.js → sqm-portal-profile-view-89995e7b.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +6 -14
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -2
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +11 -14
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +4 -4
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +7 -7
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +15 -9
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +14 -14
- package/dist/cjs/sqm-tab.cjs.entry.js +8 -0
- package/dist/cjs/sqm-tabs.cjs.entry.js +4 -2
- package/dist/cjs/{useChildElements-658fefa1.js → useChildElements-b3043b63.js} +12 -3
- package/dist/cjs/{useReferralTable-ae05b785.js → useReferralTable-438d176c.js} +2 -2
- package/dist/collection/collection-manifest.json +1 -4
- package/dist/collection/components/{sqm-rewards-table/columns/sqm-rewards-table-plop-target.js → raisins-plop-target/raisins-plop-target.js} +1 -6
- package/dist/collection/components/sqm-asset-card/AssetCard.stories.js +2 -2
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +1 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +8 -5
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +1 -0
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +1 -1
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +1 -0
- package/dist/collection/components/sqm-graphql-client-provider/sqm-graphql-client-provider.js +1 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +9 -2
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +2 -2
- package/dist/collection/components/sqm-image/sqm-image.js +1 -1
- package/dist/collection/components/sqm-input-field/sqm-input-field.js +4 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -1
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +2 -3
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +4 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +4 -1
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +3 -1
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +7 -3
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +2 -2
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +9 -5
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +37 -1
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +60 -9
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +2 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +2 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +44 -54
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +6 -4
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +13 -21
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +10 -9
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +24 -31
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +24 -31
- package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +0 -1
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -21
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +9 -9
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +2 -2
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +2 -1
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +8 -8
- package/dist/collection/components/sqm-referral-table/useReferralTable.js +1 -1
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +15 -9
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -1
- package/dist/collection/components/sqm-route/sqm-route.js +2 -1
- package/dist/collection/components/sqm-router/sqm-router.js +2 -1
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +1 -1
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +1 -1
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +1 -1
- package/dist/collection/components/sqm-tab/sqm-tab.js +7 -0
- package/dist/collection/components/sqm-table-cell/sqm-table-cell.js +14 -2
- package/dist/collection/components/sqm-table-row/sqm-table-row.js +11 -1
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +2 -3
- package/dist/collection/components/sqm-tabs/useTabs.js +3 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +3 -3
- package/dist/collection/components/sqm-text/sqm-text.js +0 -7
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +1 -1
- package/dist/collection/global/styles.js +2 -12
- package/dist/collection/global/styles.ts +2 -12
- package/dist/collection/tables/GenericTableView.js +2 -2
- package/dist/collection/tables/useChildElements.js +13 -4
- package/dist/esm/{GenericTableView-59c5d47c.js → GenericTableView-10cac7d6.js} +2 -2
- package/dist/esm/{ShadowViewAddon-7d94f9d6.js → ShadowViewAddon-88454bed.js} +2 -2
- package/dist/esm/{global-1e714a4d.js → global-2546adae.js} +2 -12
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/raisins-plop-target.entry.js +6 -9
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-big-stat_35.entry.js +35 -44
- package/dist/esm/sqm-hero.entry.js +2 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-ba08318b.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +5 -4
- package/dist/esm/{sqm-portal-footer-view-9bfd61b4.js → sqm-portal-footer-view-796b8f12.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +11 -2
- package/dist/esm/sqm-portal-forgot-password.entry.js +15 -4
- package/dist/esm/sqm-portal-logout.entry.js +3 -1
- package/dist/esm/{sqm-portal-profile-view-0f8dd14f.js → sqm-portal-profile-view-251555a8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +6 -14
- package/dist/esm/sqm-portal-protected-route.entry.js +5 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +11 -14
- package/dist/esm/sqm-portal-reset-password.entry.js +9 -9
- package/dist/esm/sqm-portal-verify-email.entry.js +4 -4
- package/dist/esm/sqm-referral-table_11.entry.js +7 -7
- package/dist/esm/sqm-rewards-table_9.entry.js +15 -9
- package/dist/esm/sqm-stencilbook.entry.js +14 -14
- package/dist/esm/sqm-tab.entry.js +8 -0
- package/dist/esm/sqm-tabs.entry.js +4 -2
- package/dist/esm/{useChildElements-e1a1d3d1.js → useChildElements-480800ed.js} +13 -4
- package/dist/esm/{useReferralTable-68c0823f.js → useReferralTable-512070e3.js} +2 -2
- package/dist/esm-es5/{GenericTableView-59c5d47c.js → GenericTableView-10cac7d6.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-7d94f9d6.js → ShadowViewAddon-88454bed.js} +1 -1
- package/dist/esm-es5/{global-1e714a4d.js → global-2546adae.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/raisins-plop-target.entry.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-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-ba08318b.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-9bfd61b4.js → sqm-portal-footer-view-796b8f12.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-profile-view-0f8dd14f.js → sqm-portal-profile-view-251555a8.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/useChildElements-480800ed.js +1 -0
- package/dist/esm-es5/{useReferralTable-68c0823f.js → useReferralTable-512070e3.js} +1 -1
- package/dist/mint-components/global/styles.ts +2 -12
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-b22b94ac.js → p-0148c516.js} +1 -1
- package/dist/mint-components/p-154677b7.js +1 -0
- package/dist/mint-components/{p-10fb0aae.system.entry.js → p-1d7a015c.system.entry.js} +1 -1
- package/dist/mint-components/{p-08fc37fd.system.entry.js → p-1ec3dacc.system.entry.js} +1 -1
- package/dist/mint-components/p-32ba0da3.entry.js +1 -0
- package/dist/mint-components/p-37abb804.system.entry.js +1 -0
- package/dist/mint-components/{p-e2bf9132.system.js → p-446a0805.system.js} +1 -1
- package/dist/mint-components/p-44c6c5bc.entry.js +1 -0
- package/dist/mint-components/p-4f994970.js +1 -0
- package/dist/mint-components/{p-2920efe6.js → p-51e40132.js} +1 -1
- package/dist/mint-components/p-5fa7ceb8.entry.js +1 -0
- package/dist/mint-components/p-624c4a8d.system.js +1 -0
- package/dist/mint-components/{p-5c7c925e.entry.js → p-638b48bc.entry.js} +1 -1
- package/dist/mint-components/{p-fdc7e95e.system.entry.js → p-63c99941.system.entry.js} +1 -1
- package/dist/mint-components/p-64752747.system.entry.js +1 -0
- package/dist/mint-components/{p-ee0c06b3.js → p-67bc2aa5.js} +1 -1
- package/dist/mint-components/{p-7536759d.system.js → p-73e11b3f.system.js} +1 -1
- package/dist/mint-components/p-7513c118.entry.js +99 -0
- package/dist/mint-components/{p-4fdd8b02.system.entry.js → p-7bab148d.system.entry.js} +1 -1
- package/dist/mint-components/p-7df17d8f.system.entry.js +1 -0
- package/dist/mint-components/{p-273b5c53.system.entry.js → p-7e9b5623.system.entry.js} +1 -1
- package/dist/mint-components/{p-d7d007fb.system.entry.js → p-88a2e66e.system.entry.js} +1 -1
- package/dist/mint-components/p-92110eef.entry.js +1 -0
- package/dist/mint-components/p-9bf6a21c.entry.js +1 -0
- package/dist/mint-components/p-9f8067ab.system.entry.js +1 -0
- package/dist/mint-components/{p-7eb9955b.system.entry.js → p-a2ca95d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-08401205.entry.js → p-ab1509b0.entry.js} +2 -2
- package/dist/mint-components/{p-5337c953.system.entry.js → p-ac052dc7.system.entry.js} +1 -1
- package/dist/mint-components/{p-a6bfbb4e.js → p-ad9a9da8.js} +2 -2
- package/dist/mint-components/{p-9dd68a9c.system.js → p-b5592439.system.js} +1 -1
- package/dist/mint-components/{p-78c568dc.system.js → p-b86c4916.system.js} +1 -1
- package/dist/mint-components/{p-02e2eab4.entry.js → p-b9e4e254.entry.js} +2 -2
- package/dist/mint-components/{p-abffc249.entry.js → p-c12e3282.entry.js} +2 -2
- package/dist/mint-components/{p-d1712ae1.system.js → p-c501d76f.system.js} +1 -1
- package/dist/mint-components/{p-40c4165b.system.js → p-d2884941.system.js} +1 -1
- package/dist/mint-components/p-d35f8c06.entry.js +1 -0
- package/dist/mint-components/{p-1ea13deb.entry.js → p-e19b0706.entry.js} +2 -2
- package/dist/mint-components/p-e5eebca6.system.entry.js +1 -0
- package/dist/mint-components/p-e6456af0.system.js +1 -0
- package/dist/mint-components/{p-56bf2c06.system.js → p-e774e573.system.js} +1 -1
- package/dist/mint-components/p-ef0a4f7f.entry.js +9 -0
- package/dist/mint-components/{p-91cde020.entry.js → p-f5a54725.entry.js} +1 -1
- package/dist/mint-components/{p-6c05b2d3.js → p-f7ecad90.js} +1 -1
- package/dist/mint-components/{p-4f965abe.js → p-fb2ef762.js} +1 -1
- package/dist/mint-components/{p-e9fa325e.system.entry.js → p-fcd5890a.system.entry.js} +1 -1
- package/dist/types/components/raisins-plop-target/raisins-plop-target.d.ts +9 -0
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -2
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +1 -0
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +5 -1
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +1 -1
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +1 -0
- package/dist/types/components/sqm-graphql-client-provider/sqm-graphql-client-provider.d.ts +1 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +3 -2
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +2 -2
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -1
- package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +4 -1
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +4 -1
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +2 -3
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +4 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +4 -1
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +3 -1
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +3 -2
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +2 -2
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -3
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +10 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +14 -5
- package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +2 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +2 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +13 -26
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +4 -2
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +5 -13
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +7 -3
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +13 -14
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +13 -14
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -10
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +5 -5
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +1 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -2
- package/dist/types/components/sqm-program-menu/sqm-program-menu.d.ts +2 -1
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +3 -3
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +3 -3
- package/dist/types/components/sqm-route/sqm-route.d.ts +2 -1
- package/dist/types/components/sqm-router/sqm-router.d.ts +2 -1
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +1 -1
- 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 +1 -1
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -1
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +2 -0
- package/dist/types/components/sqm-table-cell/sqm-table-cell.d.ts +6 -0
- package/dist/types/components/sqm-table-row/sqm-table-row.d.ts +7 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +2 -3
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +2 -2
- package/dist/types/components/sqm-text/sqm-text.d.ts +0 -7
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +1 -1
- package/dist/types/components.d.ts +204 -719
- package/dist/types/global/styles.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +5 -4
- package/dist/cjs/sqm-qa-referral-card.cjs.entry.js +0 -89
- package/dist/cjs/sqm-qa-tabs.cjs.entry.js +0 -100
- package/dist/cjs/sqm-qa.cjs.entry.js +0 -112
- package/dist/collection/assets/PoweredBySaaSquatch.png +0 -0
- package/dist/collection/assets/saasquatch-logo-wide.jpeg +0 -0
- package/dist/collection/assets/saasquatch-logo.png +0 -0
- package/dist/collection/components/sqm-qa/sqm-qa.js +0 -1038
- package/dist/collection/components/sqm-qa-referral-card/ReferralCard.stories.js +0 -79
- package/dist/collection/components/sqm-qa-referral-card/sqm-referral-card-view.js +0 -56
- package/dist/collection/components/sqm-qa-referral-card/sqm-referral-card.js +0 -70
- package/dist/collection/components/sqm-qa-tabs/Tabs.stories.js +0 -491
- package/dist/collection/components/sqm-qa-tabs/sqm-tabs-view.js +0 -31
- package/dist/collection/components/sqm-qa-tabs/sqm-tabs.js +0 -59
- package/dist/collection/components/sqm-qa-tabs/useTabs.js +0 -46
- package/dist/esm/sqm-qa-referral-card.entry.js +0 -85
- package/dist/esm/sqm-qa-tabs.entry.js +0 -96
- package/dist/esm/sqm-qa.entry.js +0 -108
- package/dist/esm-es5/sqm-qa-referral-card.entry.js +0 -1
- package/dist/esm-es5/sqm-qa-tabs.entry.js +0 -1
- package/dist/esm-es5/sqm-qa.entry.js +0 -1
- package/dist/esm-es5/useChildElements-e1a1d3d1.js +0 -1
- package/dist/mint-components/p-07b33645.system.js +0 -1
- package/dist/mint-components/p-1127f297.entry.js +0 -99
- package/dist/mint-components/p-2de1fadb.system.entry.js +0 -1
- package/dist/mint-components/p-32f481cb.entry.js +0 -1
- package/dist/mint-components/p-46ed891a.entry.js +0 -1
- package/dist/mint-components/p-4c2cec5c.system.entry.js +0 -1
- package/dist/mint-components/p-4c93df52.entry.js +0 -1
- package/dist/mint-components/p-4f10205f.entry.js +0 -1
- package/dist/mint-components/p-505d8965.system.entry.js +0 -1
- package/dist/mint-components/p-69871506.js +0 -1
- package/dist/mint-components/p-75e425fa.system.entry.js +0 -1
- package/dist/mint-components/p-a963e9d5.entry.js +0 -9
- package/dist/mint-components/p-ab7ae098.system.js +0 -1
- package/dist/mint-components/p-ad67b111.system.entry.js +0 -1
- package/dist/mint-components/p-ba09e62f.entry.js +0 -1
- package/dist/mint-components/p-c2b5997d.entry.js +0 -1
- package/dist/mint-components/p-c911a062.entry.js +0 -1
- package/dist/mint-components/p-c9977e50.system.entry.js +0 -1
- package/dist/mint-components/p-cf279181.system.entry.js +0 -1
- package/dist/mint-components/p-dec7a657.entry.js +0 -1
- package/dist/mint-components/p-e28f4762.entry.js +0 -1
- package/dist/mint-components/p-ecf7bfc7.system.entry.js +0 -1
- package/dist/mint-components/p-fc8800c0.js +0 -1
- package/dist/types/components/sqm-qa/sqm-qa.d.ts +0 -250
- package/dist/types/components/sqm-qa-referral-card/ReferralCard.stories.d.ts +0 -14
- package/dist/types/components/sqm-qa-referral-card/sqm-referral-card-view.d.ts +0 -9
- package/dist/types/components/sqm-qa-referral-card/sqm-referral-card.d.ts +0 -20
- package/dist/types/components/sqm-qa-tabs/Tabs.stories.d.ts +0 -15
- package/dist/types/components/sqm-qa-tabs/sqm-tabs-view.d.ts +0 -9
- package/dist/types/components/sqm-qa-tabs/sqm-tabs.d.ts +0 -23
- package/dist/types/components/sqm-qa-tabs/useTabs.d.ts +0 -9
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-plop-target.d.ts +0 -11
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
- package/docs/grapesjs.js +0 -54
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-348a8750.js');
|
|
5
5
|
const mixins = require('./mixins-fe9d4112.js');
|
|
6
6
|
const JSS = require('./JSS-97fd087e.js');
|
|
7
7
|
const sqmTextSpanView = require('./sqm-text-span-view-2c7d94b5.js');
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
@@ -12,7 +12,7 @@ const cjs = require('./cjs-1066ec21.js');
|
|
|
12
12
|
require('./mixins-fe9d4112.js');
|
|
13
13
|
require('./JSS-97fd087e.js');
|
|
14
14
|
require('./sqm-text-span-view-2c7d94b5.js');
|
|
15
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
15
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-64b5109a.js');
|
|
16
16
|
|
|
17
17
|
function usePortalEmailVerification(props) {
|
|
18
18
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
@@ -68,9 +68,9 @@ const PortalEmailVerification = class {
|
|
|
68
68
|
index.registerInstance(this, hostRef);
|
|
69
69
|
this.ignored = true;
|
|
70
70
|
/**
|
|
71
|
-
* The page that
|
|
71
|
+
* The microsite page that participants are redirected to from the verification email.
|
|
72
72
|
*
|
|
73
|
-
* @uiName Email Redirection
|
|
73
|
+
* @uiName Email Redirection Path
|
|
74
74
|
*/
|
|
75
75
|
this.redirectPath = "/verifyEmail";
|
|
76
76
|
/**
|
|
@@ -83,6 +83,7 @@ const PortalEmailVerification = class {
|
|
|
83
83
|
this.resendEmailButtonText = "Re-send Email";
|
|
84
84
|
/**
|
|
85
85
|
* @uiName Email Verification Body Text
|
|
86
|
+
* @uiWidget textArea
|
|
86
87
|
*/
|
|
87
88
|
this.verifyMessage = "A verification email was sent to {email}. Please verify your email to continue to the portal.";
|
|
88
89
|
stencilHooks_module.h$1(this);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-348a8750.js');
|
|
5
5
|
const JSS = require('./JSS-97fd087e.js');
|
|
6
6
|
|
|
7
7
|
function PoweredByImg({ color = "#A6A6A6", width = 190, height = 29, }) {
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
11
11
|
require('./JSS-97fd087e.js');
|
|
12
12
|
const utils = require('./utils-6847bc06.js');
|
|
13
|
-
const sqmPortalFooterView = require('./sqm-portal-footer-view-
|
|
13
|
+
const sqmPortalFooterView = require('./sqm-portal-footer-view-ab13a649.js');
|
|
14
14
|
|
|
15
15
|
const PortalFooter = class {
|
|
16
16
|
constructor(hostRef) {
|
|
@@ -22,6 +22,7 @@ const PortalFooter = class {
|
|
|
22
22
|
this.supportEmail = "support@example.com";
|
|
23
23
|
/**
|
|
24
24
|
* @uiName Support Text
|
|
25
|
+
* @uiWidget textArea
|
|
25
26
|
*/
|
|
26
27
|
this.supportText = "For program support, contact {email}";
|
|
27
28
|
/**
|
|
@@ -34,18 +35,26 @@ const PortalFooter = class {
|
|
|
34
35
|
this.poweredByLink = "https://saasquatch.com";
|
|
35
36
|
/**
|
|
36
37
|
* @uiName Padding Top
|
|
38
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
39
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
37
40
|
*/
|
|
38
41
|
this.paddingTop = "large";
|
|
39
42
|
/**
|
|
40
43
|
* @uiName Padding Right
|
|
44
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
45
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
41
46
|
*/
|
|
42
47
|
this.paddingRight = "large";
|
|
43
48
|
/**
|
|
44
49
|
* @uiName Padding Bottom
|
|
50
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
51
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
45
52
|
*/
|
|
46
53
|
this.paddingBottom = "large";
|
|
47
54
|
/**
|
|
48
55
|
* @uiName Padding Left
|
|
56
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
57
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
49
58
|
*/
|
|
50
59
|
this.paddingLeft = "large";
|
|
51
60
|
stencilHooks_module.h$1(this);
|
|
@@ -51,6 +51,8 @@ function usePortalForgotPassword(props) {
|
|
|
51
51
|
error,
|
|
52
52
|
success,
|
|
53
53
|
loginPath: props.loginPath,
|
|
54
|
+
headerText: props.headerText,
|
|
55
|
+
loginText: props.loginText,
|
|
54
56
|
},
|
|
55
57
|
callbacks: {
|
|
56
58
|
submit,
|
|
@@ -63,13 +65,13 @@ const PortalForgotPassword = class {
|
|
|
63
65
|
index.registerInstance(this, hostRef);
|
|
64
66
|
this.ignored = true;
|
|
65
67
|
/**
|
|
66
|
-
* The page that
|
|
68
|
+
* The microsite page that participants are redirected to from the password reset email.
|
|
67
69
|
*
|
|
68
|
-
* @uiName Email Redirection
|
|
70
|
+
* @uiName Email Redirection Path
|
|
69
71
|
*/
|
|
70
72
|
this.redirectPath = "/resetPassword";
|
|
71
73
|
/**
|
|
72
|
-
* @uiName Email Label
|
|
74
|
+
* @uiName Email Field Label
|
|
73
75
|
*/
|
|
74
76
|
this.emailLabel = "Email";
|
|
75
77
|
/**
|
|
@@ -77,9 +79,18 @@ const PortalForgotPassword = class {
|
|
|
77
79
|
*/
|
|
78
80
|
this.submitLabel = "Request Password Reset";
|
|
79
81
|
/**
|
|
80
|
-
* @uiName Login
|
|
82
|
+
* @uiName Login Redirect Path
|
|
81
83
|
*/
|
|
82
84
|
this.loginPath = "/login";
|
|
85
|
+
/**
|
|
86
|
+
* @uiName Header Text
|
|
87
|
+
* @uiWidget textArea
|
|
88
|
+
*/
|
|
89
|
+
this.headerText = "Enter your email below to receive a password reset link.";
|
|
90
|
+
/**
|
|
91
|
+
* Sign In Link Text
|
|
92
|
+
*/
|
|
93
|
+
this.loginText = "Sign In";
|
|
83
94
|
stencilHooks_module.h$1(this);
|
|
84
95
|
}
|
|
85
96
|
disconnectedCallback() { }
|
|
@@ -18,7 +18,9 @@ const PortalLogout = class {
|
|
|
18
18
|
index.registerInstance(this, hostRef);
|
|
19
19
|
this.ignored = true;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Redirect participants to this path when they log out
|
|
22
|
+
*
|
|
23
|
+
* @uiName Logout Redirect Path
|
|
22
24
|
*/
|
|
23
25
|
this.nextPage = "/";
|
|
24
26
|
stencilHooks_module.h$1(this);
|
package/dist/cjs/{sqm-portal-profile-view-f9104d25.js → sqm-portal-profile-view-89995e7b.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const index = require('./index-b0129cd6.js');
|
|
4
|
-
const global = require('./global-
|
|
4
|
+
const global = require('./global-348a8750.js');
|
|
5
5
|
const JSS = require('./JSS-97fd087e.js');
|
|
6
6
|
const sqmTextSpanView = require('./sqm-text-span-view-2c7d94b5.js');
|
|
7
7
|
const sqmPortalContainerView = require('./sqm-portal-container-view-840db620.js');
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
require('./global-
|
|
7
|
+
require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
@@ -13,7 +13,7 @@ require('./JSS-97fd087e.js');
|
|
|
13
13
|
const utils = require('./utils-6847bc06.js');
|
|
14
14
|
require('./sqm-text-span-view-2c7d94b5.js');
|
|
15
15
|
require('./sqm-portal-container-view-840db620.js');
|
|
16
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
16
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-89995e7b.js');
|
|
17
17
|
|
|
18
18
|
const GET_USER = index_module.dist.gql `
|
|
19
19
|
query {
|
|
@@ -167,27 +167,19 @@ const PortalProfile = class {
|
|
|
167
167
|
index.registerInstance(this, hostRef);
|
|
168
168
|
this.ignored = true;
|
|
169
169
|
/**
|
|
170
|
-
* First name input field label
|
|
171
|
-
*
|
|
172
170
|
* @uiName First Name Label
|
|
173
171
|
*/
|
|
174
172
|
this.firstnametext = "First Name";
|
|
175
173
|
/**
|
|
176
|
-
* Last
|
|
177
|
-
*
|
|
178
|
-
* @uiName Last Name Label
|
|
174
|
+
* @uiName Last Name Field Label
|
|
179
175
|
*/
|
|
180
176
|
this.lastnametext = "Last Name";
|
|
181
177
|
/**
|
|
182
|
-
* Email
|
|
183
|
-
*
|
|
184
|
-
* @uiName Email Label
|
|
178
|
+
* @uiName Email Field Label
|
|
185
179
|
*/
|
|
186
180
|
this.emailtext = "Email";
|
|
187
181
|
/**
|
|
188
|
-
* Country
|
|
189
|
-
*
|
|
190
|
-
* @uiName Country Label
|
|
182
|
+
* @uiName Country Field Label
|
|
191
183
|
*/
|
|
192
184
|
this.countrytext = "Country";
|
|
193
185
|
/**
|
|
@@ -203,7 +195,7 @@ const PortalProfile = class {
|
|
|
203
195
|
*/
|
|
204
196
|
this.submitChangeButtonText = "Submit Changes";
|
|
205
197
|
/**
|
|
206
|
-
* Show or hide the country field
|
|
198
|
+
* Show or hide the country field.
|
|
207
199
|
*
|
|
208
200
|
* @uiName Show Country Field
|
|
209
201
|
*/
|
|
@@ -38,16 +38,19 @@ const PortalProtectedRoute = class {
|
|
|
38
38
|
index.registerInstance(this, hostRef);
|
|
39
39
|
this.ignored = true;
|
|
40
40
|
/**
|
|
41
|
+
* Redirect participants to this path they are not logged in.
|
|
42
|
+
*
|
|
41
43
|
* @uiName Redirect Path
|
|
42
44
|
*/
|
|
43
45
|
this.redirectTo = "/";
|
|
44
46
|
/**
|
|
45
47
|
* @uiName Require Email Verification
|
|
46
|
-
* @default
|
|
47
48
|
*/
|
|
48
49
|
this.requireEmailVerification = false;
|
|
49
50
|
/**
|
|
50
|
-
*
|
|
51
|
+
* Redirect participants to this path when email verification is required but they have not verified their email.
|
|
52
|
+
*
|
|
53
|
+
* @uiName Unverified Participant Redirect Path
|
|
51
54
|
*/
|
|
52
55
|
this.redirectToUnverified = "/emailVerification";
|
|
53
56
|
stencilHooks_module.h$1(this);
|
|
@@ -133,7 +133,6 @@ function usePortalRegistrationForm(props) {
|
|
|
133
133
|
let formData = {};
|
|
134
134
|
let validationErrors = {};
|
|
135
135
|
formControls === null || formControls === void 0 ? void 0 : formControls.forEach((control) => {
|
|
136
|
-
console.log({ control }, control.name);
|
|
137
136
|
if (!control.name)
|
|
138
137
|
return;
|
|
139
138
|
const key = control.name;
|
|
@@ -253,23 +252,23 @@ const PortalRegistrationForm = class {
|
|
|
253
252
|
index.registerInstance(this, hostRef);
|
|
254
253
|
this.ignored = true;
|
|
255
254
|
/**
|
|
256
|
-
* Page navigated to after registration
|
|
255
|
+
* Page participants are navigated to after registration.
|
|
257
256
|
*
|
|
258
|
-
* @uiName
|
|
257
|
+
* @uiName Registration Redirect Path
|
|
259
258
|
*/
|
|
260
259
|
this.nextPage = "/";
|
|
261
260
|
/**
|
|
262
|
-
* The page that
|
|
261
|
+
* The page that participants are redirected to from the verification email.
|
|
263
262
|
*
|
|
264
|
-
* @uiName Email Redirection
|
|
263
|
+
* @uiName Email Redirection Path
|
|
265
264
|
*/
|
|
266
265
|
this.redirectPath = "/verifyEmail";
|
|
267
266
|
/**
|
|
268
|
-
* @uiName Email Label
|
|
267
|
+
* @uiName Email Field Label
|
|
269
268
|
*/
|
|
270
269
|
this.emailLabel = "Email";
|
|
271
270
|
/**
|
|
272
|
-
* @uiName Password Label
|
|
271
|
+
* @uiName Password Field Label
|
|
273
272
|
*/
|
|
274
273
|
this.passwordLabel = "Password";
|
|
275
274
|
/**
|
|
@@ -285,10 +284,9 @@ const PortalRegistrationForm = class {
|
|
|
285
284
|
*/
|
|
286
285
|
this.confirmPasswordLabel = "Confirm Password";
|
|
287
286
|
/**
|
|
288
|
-
* Show or hide the confirm password input
|
|
287
|
+
* Show or hide the confirm password input.
|
|
289
288
|
*
|
|
290
289
|
* @uiName Show Confirm Password Field
|
|
291
|
-
* @default
|
|
292
290
|
*/
|
|
293
291
|
this.confirmPassword = false;
|
|
294
292
|
/**
|
|
@@ -296,20 +294,19 @@ const PortalRegistrationForm = class {
|
|
|
296
294
|
*/
|
|
297
295
|
this.enablePasswordValidation = true;
|
|
298
296
|
/**
|
|
299
|
-
* Hide default input fields to use custom fields
|
|
297
|
+
* Hide default input fields to use custom fields.
|
|
300
298
|
*
|
|
301
299
|
* @uiName Hide Default Inputs
|
|
302
|
-
* @default
|
|
303
300
|
*/
|
|
304
301
|
this.hideInputs = false;
|
|
305
302
|
/**
|
|
306
|
-
* @uiName
|
|
303
|
+
* @uiName Header Text
|
|
307
304
|
*/
|
|
308
305
|
this.pageLabel = "Register";
|
|
309
306
|
/**
|
|
310
|
-
* Login button redirection path
|
|
307
|
+
* Login button redirection path.
|
|
311
308
|
*
|
|
312
|
-
* @uiName Login Path
|
|
309
|
+
* @uiName Login Redirect Path
|
|
313
310
|
*/
|
|
314
311
|
this.loginPath = "/login";
|
|
315
312
|
/**
|
|
@@ -100,22 +100,21 @@ const PortalResetPassword = class {
|
|
|
100
100
|
index.registerInstance(this, hostRef);
|
|
101
101
|
this.ignored = true;
|
|
102
102
|
/**
|
|
103
|
-
* The page that
|
|
103
|
+
* The page that participants are redirected to when the password reset succeeds.
|
|
104
104
|
*
|
|
105
|
-
* @uiName
|
|
105
|
+
* @uiName Reset Successful Redirect Path
|
|
106
106
|
*/
|
|
107
107
|
this.nextPage = "/";
|
|
108
108
|
/**
|
|
109
|
-
* The page that
|
|
109
|
+
* The page that participants are redirected to if the reset fails due to outdated password reset attempt.
|
|
110
110
|
*
|
|
111
|
-
* @uiName Failed
|
|
111
|
+
* @uiName Reset Failed Redirect Path
|
|
112
112
|
*/
|
|
113
113
|
this.failedPage = "/";
|
|
114
114
|
/**
|
|
115
|
-
* Show or hide confirm password field
|
|
115
|
+
* Show or hide confirm password field.
|
|
116
116
|
*
|
|
117
117
|
* @uiName Show Confirm Password
|
|
118
|
-
* @default
|
|
119
118
|
*/
|
|
120
119
|
this.confirmPassword = false;
|
|
121
120
|
/**
|
|
@@ -123,9 +122,10 @@ const PortalResetPassword = class {
|
|
|
123
122
|
*/
|
|
124
123
|
this.resetPasswordHeader = "Reset your password";
|
|
125
124
|
/**
|
|
126
|
-
* Displayed after a successful password reset
|
|
125
|
+
* Displayed after a successful password reset.
|
|
127
126
|
*
|
|
128
127
|
* @uiName Successful Password Reset Text
|
|
128
|
+
* @uiWidget textArea
|
|
129
129
|
*/
|
|
130
130
|
this.passwordResetHeader = "Password reset";
|
|
131
131
|
/**
|
|
@@ -133,13 +133,13 @@ const PortalResetPassword = class {
|
|
|
133
133
|
*/
|
|
134
134
|
this.resetPasswordButtonText = "Reset Password";
|
|
135
135
|
/**
|
|
136
|
-
* Button text displayed after a successful password reset
|
|
136
|
+
* Button text displayed after a successful password reset.
|
|
137
137
|
*
|
|
138
138
|
* @uiName Continue Button Text
|
|
139
139
|
*/
|
|
140
140
|
this.continueButtonText = "Continue";
|
|
141
141
|
/**
|
|
142
|
-
* @uiName
|
|
142
|
+
* @uiName Password Comfirmation Label
|
|
143
143
|
*/
|
|
144
144
|
this.confirmPasswordFieldLabel = "Confirm Password";
|
|
145
145
|
/**
|
|
@@ -96,15 +96,15 @@ const PortalVerifyEmail = class {
|
|
|
96
96
|
index.registerInstance(this, hostRef);
|
|
97
97
|
this.ignored = true;
|
|
98
98
|
/**
|
|
99
|
-
* The page that
|
|
99
|
+
* The page that participants are redirected to when the verification succeeds.
|
|
100
100
|
*
|
|
101
|
-
* @uiName
|
|
101
|
+
* @uiName Verification Redirect Path
|
|
102
102
|
*/
|
|
103
103
|
this.nextPage = "/";
|
|
104
104
|
/**
|
|
105
|
-
* The page that
|
|
105
|
+
* The page that participants are redirected to if verification fails due to outdated verification attempt.
|
|
106
106
|
*
|
|
107
|
-
* @uiName Failed
|
|
107
|
+
* @uiName Verification Failed Redirect Path
|
|
108
108
|
*/
|
|
109
109
|
this.failedPage = "/";
|
|
110
110
|
stencilHooks_module.h$1(this);
|
|
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
11
11
|
const cjs = require('./cjs-1066ec21.js');
|
|
12
12
|
require('./mixins-fe9d4112.js');
|
|
13
13
|
const JSS = require('./JSS-97fd087e.js');
|
|
14
|
-
const GenericTableView = require('./GenericTableView-
|
|
14
|
+
const GenericTableView = require('./GenericTableView-47869553.js');
|
|
15
15
|
const reRender = require('./re-render-e5491a50.js');
|
|
16
|
-
const useChildElements = require('./useChildElements-
|
|
16
|
+
const useChildElements = require('./useChildElements-b3043b63.js');
|
|
17
17
|
const luxon = require('./luxon-59ca7d19.js');
|
|
18
|
-
const useReferralTable = require('./useReferralTable-
|
|
18
|
+
const useReferralTable = require('./useReferralTable-438d176c.js');
|
|
19
19
|
const utils = require('./utils-6847bc06.js');
|
|
20
20
|
const sqmTextSpanView = require('./sqm-text-span-view-2c7d94b5.js');
|
|
21
21
|
|
|
@@ -169,8 +169,8 @@ const ReferralTable = class {
|
|
|
169
169
|
* @uiName Referrals Per Page
|
|
170
170
|
*/
|
|
171
171
|
this.perPage = 4;
|
|
172
|
-
/** @uiName
|
|
173
|
-
this.
|
|
172
|
+
/** @uiName Hide Column Labels */
|
|
173
|
+
this.hideLabels = false;
|
|
174
174
|
/** @uiName Previous Button Text */
|
|
175
175
|
this.prevLabel = "Prev";
|
|
176
176
|
/** @uiName View More Button Text */
|
|
@@ -305,7 +305,7 @@ function useReferralTableDemo(props, emptyElement, loadingElement) {
|
|
|
305
305
|
},
|
|
306
306
|
data: {
|
|
307
307
|
textOverrides: {
|
|
308
|
-
showLabels: props.
|
|
308
|
+
showLabels: !props.hideLabels,
|
|
309
309
|
prevLabel: props.prevLabel,
|
|
310
310
|
moreLabel: props.moreLabel,
|
|
311
311
|
},
|
|
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-87a1f4f7.js');
|
|
7
|
-
const global = require('./global-
|
|
7
|
+
const global = require('./global-348a8750.js');
|
|
8
8
|
require('./use-callback-e754042f.js');
|
|
9
9
|
const index_module = require('./index.module-ff45cbf1.js');
|
|
10
10
|
require('./extends-08099afd.js');
|
|
11
11
|
const cjs = require('./cjs-1066ec21.js');
|
|
12
12
|
require('./mixins-fe9d4112.js');
|
|
13
13
|
const JSS = require('./JSS-97fd087e.js');
|
|
14
|
-
const GenericTableView = require('./GenericTableView-
|
|
14
|
+
const GenericTableView = require('./GenericTableView-47869553.js');
|
|
15
15
|
const reRender = require('./re-render-e5491a50.js');
|
|
16
|
-
const useChildElements = require('./useChildElements-
|
|
16
|
+
const useChildElements = require('./useChildElements-b3043b63.js');
|
|
17
17
|
const luxon = require('./luxon-59ca7d19.js');
|
|
18
|
-
const useReferralTable = require('./useReferralTable-
|
|
18
|
+
const useReferralTable = require('./useReferralTable-438d176c.js');
|
|
19
19
|
const utils = require('./utils-6847bc06.js');
|
|
20
20
|
|
|
21
21
|
const mockRewardData = (count = 4) => {
|
|
@@ -292,7 +292,7 @@ function useRewardsTable(props, emptyElement, loadingElement) {
|
|
|
292
292
|
},
|
|
293
293
|
data: {
|
|
294
294
|
textOverrides: {
|
|
295
|
-
showLabels: props.
|
|
295
|
+
showLabels: !props.hideLabels,
|
|
296
296
|
prevLabel: props.prevLabel,
|
|
297
297
|
moreLabel: props.moreLabel,
|
|
298
298
|
},
|
|
@@ -348,8 +348,8 @@ const RewardsTable = class {
|
|
|
348
348
|
index.registerInstance(this, hostRef);
|
|
349
349
|
/** @uiName Number of rewards per page */
|
|
350
350
|
this.perPage = 4;
|
|
351
|
-
/** @uiName
|
|
352
|
-
this.
|
|
351
|
+
/** @uiName Hide Column Labels */
|
|
352
|
+
this.hideLabels = false;
|
|
353
353
|
/** @uiName Previous button text */
|
|
354
354
|
this.prevLabel = "Prev";
|
|
355
355
|
/** @uiName View More button text */
|
|
@@ -402,7 +402,13 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
|
|
|
402
402
|
let componentData = data;
|
|
403
403
|
componentData = data.slice(0, props.perPage);
|
|
404
404
|
// filter out loading and empty states from columns array
|
|
405
|
-
const columnComponents = components.filter((component) =>
|
|
405
|
+
const columnComponents = components.filter((component) => {
|
|
406
|
+
var _a, _b;
|
|
407
|
+
return component.slot !== "loading" &&
|
|
408
|
+
component.slot !== "empty" &&
|
|
409
|
+
((_a = component === null || component === void 0 ? void 0 : component.firstElementChild) === null || _a === void 0 ? void 0 : _a.getAttribute("slot")) !== "loading" &&
|
|
410
|
+
((_b = component === null || component === void 0 ? void 0 : component.firstElementChild) === null || _b === void 0 ? void 0 : _b.getAttribute("slot")) !== "empty";
|
|
411
|
+
});
|
|
406
412
|
// get the column titles (renderLabel is asynchronous)
|
|
407
413
|
const columnsPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c, idx) => {
|
|
408
414
|
var _a;
|
|
@@ -451,7 +457,7 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
|
|
|
451
457
|
},
|
|
452
458
|
data: {
|
|
453
459
|
textOverrides: {
|
|
454
|
-
showLabels: props.
|
|
460
|
+
showLabels: !props.hideLabels,
|
|
455
461
|
prevLabel: props.prevLabel,
|
|
456
462
|
moreLabel: props.moreLabel,
|
|
457
463
|
},
|