@saasquatch/mint-components 1.3.1-7 → 1.3.2-11
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/CHANGELOG.md +23 -31
- package/dist/cjs/{ShadowViewAddon-b021dc8c.js → ShadowViewAddon-a85b8c8d.js} +1 -1
- package/dist/cjs/{global-5610b310.js → global-6223fe8f.js} +282 -70
- package/dist/cjs/{index.module-03ce03c2.js → index.module-7dd4b981.js} +3 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-b5efae5f.js → re-render-6111d4bd.js} +1 -1
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-divided-layout_26.cjs.entry.js → sqm-divided-layout_30.cjs.entry.js} +2629 -165
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-leaderboard-rank-view-c287ac06.js → sqm-leaderboard-rank-view-7dd44d62.js} +2 -2
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/sqm-leaderboard.cjs.entry.js +2 -2
- package/dist/cjs/sqm-name-fields.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-navigation-sidebar-item-view-153503f0.js → sqm-navigation-sidebar-item-view-6c7f78e6.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-1d8728f9.js → sqm-portal-email-verification-view-08d1848c.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-footer-view-dc4b0667.js → sqm-portal-footer-view-69c73802.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-profile-view-a7519f19.js → sqm-portal-profile-view-14b41436.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referral-table-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-date-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-rewards-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-status-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-user-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-share-code.cjs.entry.js +1 -1
- package/dist/cjs/{useDemoBigStat-d7bd93f2.js → useDemoBigStat-2786227e.js} +119 -22
- package/dist/collection/collection-manifest.json +7 -3
- package/dist/collection/{stories → components/sqm-asset-card}/AssetCard.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-big-stat}/BigStat.stories.js +10 -3
- package/dist/collection/{stories → components/sqm-big-stat}/UseBigStat.stories.js +7 -4
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +1 -21
- package/dist/collection/components/sqm-big-stat/useBigStat.js +117 -21
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +1 -0
- package/dist/collection/{stories → components/sqm-divided-layout}/DividedLayout.stories.js +4 -4
- package/dist/collection/{stories → components/sqm-edit-profile}/EditProfileForm.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-edit-profile}/UseEditProfile.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-form-message}/FormMessage.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-hero}/Hero.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-leaderboard}/Leaderboard.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-leaderboard}/UseLeaderboard.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-leaderboard-rank}/LeaderboardRank.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-name-fields}/NameFields.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-navigation-sidebar}/NavigationSidebar.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-navigation-sidebar-item}/SidebarItem.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-password-field}/PasswordField.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-portal-change-password}/ChangePassword.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-portal-email-verification}/PortalEmailVerification.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-portal-footer}/PortalFooter.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-forgot-password}/PortalForgotPassword.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-portal-frame}/PortalFrame.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-login}/PortalLogin.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-profile}/PortalProfile.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-register}/PortalRegister.stories.js +2 -2
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +1 -1
- package/dist/collection/{stories → components/sqm-portal-reset-password}/PortalResetPassword.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-portal-verify-email}/PortalVerifyEmail.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-program-menu}/ProgramMenu.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-referral-iframe}/ReferralIframe.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTable.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTableCell.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTableRewardsCell.stories.js +1 -1
- 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 +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/useReferralTable.js +2 -2
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +21 -0
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +218 -0
- package/dist/collection/components/sqm-reward-exchange-list/SVGs.js +8 -0
- package/dist/collection/components/sqm-reward-exchange-list/UseRewardExchangeList.stories.js +143 -0
- package/dist/collection/components/sqm-reward-exchange-list/assets/Reward-icon.png +0 -0
- package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +61 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +309 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +121 -0
- package/dist/collection/components/sqm-reward-exchange-list/useRewardExchangeList.js +198 -0
- package/dist/collection/components/sqm-rewards-table/UseRewardsTable.stories.js +53 -0
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table-column.js +120 -0
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +222 -0
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +190 -0
- package/dist/collection/{stories → components/sqm-router}/Router.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-share-button}/ShareButton.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-share-button}/UseShareButton.stories.js +2 -2
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +1 -1
- package/dist/collection/{stories → components/sqm-share-link}/ShareLink.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-share-link}/UseShareLink.stories.js +3 -3
- package/dist/collection/components/sqm-stencilbook/CucumberAddon.js +3 -1
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +48 -36
- package/dist/collection/components/sqm-task-card/Matrix.js +63 -0
- package/dist/collection/components/sqm-task-card/SVGs.js +9 -0
- package/dist/collection/components/sqm-task-card/TaskCard.stories.js +330 -0
- package/dist/collection/components/sqm-task-card/UseTaskCard.stories.js +41 -0
- package/dist/collection/components/sqm-task-card/progress-bar/SVGs.js +7 -0
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +311 -0
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar.stories.js +53 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +173 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +390 -0
- package/dist/collection/{stories → components/sqm-user-name}/UserName.stories.js +3 -3
- package/dist/collection/global/styles.js +281 -69
- package/dist/collection/global/styles.ts +281 -69
- package/dist/collection/stories/NewPortal.stories.js +15 -15
- package/dist/collection/tables/GenericTableView.js +51 -0
- package/dist/collection/tables/TableSlots.js +22 -0
- package/dist/collection/{components/sqm-referral-table → tables}/re-render.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/sqm-table-cell.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/sqm-table-row.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/useChildElements.js +0 -0
- package/dist/esm/{ShadowViewAddon-2e3ea31f.js → ShadowViewAddon-a3f510db.js} +1 -1
- package/dist/esm/{global-cc82aa03.js → global-90da933f.js} +282 -70
- package/dist/esm/{index.module-33c313d2.js → index.module-90d2c3ad.js} +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-338d931e.js → re-render-e06f2f7f.js} +1 -1
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-big-stat.entry.js +2 -2
- package/dist/esm/{sqm-divided-layout_26.entry.js → sqm-divided-layout_30.entry.js} +2627 -167
- package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm/{sqm-leaderboard-rank-view-4f48da0c.js → sqm-leaderboard-rank-view-47844836.js} +2 -2
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/sqm-leaderboard.entry.js +2 -2
- package/dist/esm/sqm-name-fields.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-5dfa535f.js → sqm-navigation-sidebar-item-view-f2304ad9.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-87bf8191.js → sqm-portal-email-verification-view-8cefe480.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
- package/dist/esm/{sqm-portal-footer-view-da135cff.js → sqm-portal-footer-view-d9fe0bf8.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +3 -3
- package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/{sqm-portal-profile-view-8781176c.js → sqm-portal-profile-view-b67467b4.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm/sqm-referral-table-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-date-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-rewards-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-status-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-user-column.entry.js +2 -2
- package/dist/esm/sqm-share-code.entry.js +1 -1
- package/dist/esm/{useDemoBigStat-bb14d844.js → useDemoBigStat-c3b955b7.js} +119 -22
- package/dist/esm-es5/{ShadowViewAddon-2e3ea31f.js → ShadowViewAddon-a3f510db.js} +1 -1
- package/dist/esm-es5/{global-cc82aa03.js → global-90da933f.js} +2 -2
- package/dist/esm-es5/{index.module-33c313d2.js → index.module-90d2c3ad.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-338d931e.js → re-render-e06f2f7f.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
- package/dist/esm-es5/sqm-divided-layout_30.entry.js +1 -0
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-leaderboard-rank-view-4f48da0c.js → sqm-leaderboard-rank-view-47844836.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard.entry.js +1 -1
- package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-5dfa535f.js → sqm-navigation-sidebar-item-view-f2304ad9.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-87bf8191.js → sqm-portal-email-verification-view-8cefe480.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-da135cff.js → sqm-portal-footer-view-d9fe0bf8.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-8781176c.js → sqm-portal-profile-view-b67467b4.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-date-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-rewards-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-status-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-user-column.entry.js +1 -1
- package/dist/esm-es5/sqm-share-code.entry.js +1 -1
- package/dist/esm-es5/useDemoBigStat-c3b955b7.js +1 -0
- package/dist/mint-components/assets/Reward-icon.png +0 -0
- package/dist/mint-components/global/styles.ts +281 -69
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-8e87084e.system.js → p-07c924fa.system.js} +1 -1
- package/dist/mint-components/{p-f02360c9.js → p-0eb3e89c.js} +1 -1
- package/dist/mint-components/p-160bd62f.entry.js +1 -0
- package/dist/mint-components/p-16f5a7cb.system.js +1 -0
- package/dist/mint-components/{p-086aaa1e.system.entry.js → p-1a09e4e1.system.entry.js} +1 -1
- package/dist/mint-components/p-1c8b0290.entry.js +1 -0
- package/dist/mint-components/{p-16d0ec52.system.entry.js → p-1dcdca58.system.entry.js} +1 -1
- package/dist/mint-components/p-20d41ab1.entry.js +1 -0
- package/dist/mint-components/{p-36de7c74.entry.js → p-221a4097.entry.js} +1 -1
- package/dist/mint-components/{p-ff3c9d53.system.entry.js → p-223b42bd.system.entry.js} +1 -1
- package/dist/mint-components/{p-bbb3ff09.js → p-224504ad.js} +1 -1
- package/dist/mint-components/{p-7b7613cf.system.entry.js → p-24b3c6f0.system.entry.js} +1 -1
- package/dist/mint-components/{p-34dea514.system.entry.js → p-24c9a599.system.entry.js} +1 -1
- package/dist/mint-components/{p-156464b2.entry.js → p-29fab29b.entry.js} +1 -1
- package/dist/mint-components/{p-1369c11a.system.entry.js → p-304e6c82.system.entry.js} +1 -1
- package/dist/mint-components/{p-01722953.entry.js → p-3397167c.entry.js} +1 -1
- package/dist/mint-components/{p-c03c68c1.entry.js → p-33c5ffb7.entry.js} +1 -1
- package/dist/mint-components/{p-ead730e0.system.entry.js → p-396bf448.system.entry.js} +1 -1
- package/dist/mint-components/p-3b97aed8.system.js +1 -0
- package/dist/mint-components/{p-1996e9c8.system.js → p-3ce2fb83.system.js} +1 -1
- package/dist/mint-components/{p-c32fb8e5.entry.js → p-3d856985.entry.js} +1 -1
- package/dist/mint-components/{p-dd0b0a4a.system.entry.js → p-4052b948.system.entry.js} +1 -1
- package/dist/mint-components/{p-c434c33a.system.entry.js → p-412a9226.system.entry.js} +1 -1
- package/dist/mint-components/{p-21bb74aa.system.entry.js → p-44d0fc80.system.entry.js} +1 -1
- package/dist/mint-components/{p-a011c13c.entry.js → p-45c752a0.entry.js} +1 -1
- package/dist/mint-components/{p-b4fc47a0.js → p-46a4269a.js} +2 -2
- package/dist/mint-components/{p-e52c77cd.entry.js → p-52802c88.entry.js} +1 -1
- package/dist/mint-components/{p-5950e58a.entry.js → p-5480e4ee.entry.js} +1 -1
- package/dist/mint-components/{p-683a4971.system.entry.js → p-55508395.system.entry.js} +1 -1
- package/dist/mint-components/{p-48cdbd66.js → p-563253e8.js} +1 -1
- package/dist/mint-components/{p-4e61f958.system.js → p-60855d33.system.js} +1 -1
- package/dist/mint-components/{p-ff3d1ed1.system.entry.js → p-67ae18d1.system.entry.js} +1 -1
- package/dist/mint-components/{p-e83632dd.js → p-6882070c.js} +1 -1
- package/dist/mint-components/{p-2a6f038c.system.entry.js → p-69bcf4fa.system.entry.js} +1 -1
- package/dist/mint-components/{p-c35bb682.system.entry.js → p-6bf0a4d9.system.entry.js} +1 -1
- package/dist/mint-components/p-6e245fa3.system.entry.js +1 -0
- package/dist/mint-components/{p-f4a9712a.entry.js → p-723ebe45.entry.js} +2 -2
- package/dist/mint-components/{p-e2fc8abf.system.entry.js → p-73148868.system.entry.js} +1 -1
- package/dist/mint-components/{p-0f84ebfe.entry.js → p-8435a22d.entry.js} +1 -1
- package/dist/mint-components/p-883a32e7.entry.js +1 -0
- package/dist/mint-components/p-9c554ca0.system.js +1 -0
- package/dist/mint-components/{p-b1e03222.entry.js → p-9d6dbb2d.entry.js} +1 -1
- package/dist/mint-components/p-9e4fee30.system.entry.js +1 -0
- package/dist/mint-components/{p-4a313a31.js → p-a2c3cff3.js} +1 -1
- package/dist/mint-components/{p-c1cadf29.entry.js → p-a4c2c7ed.entry.js} +1 -1
- package/dist/mint-components/{p-c43f3b6b.system.js → p-a6094ff9.system.js} +1 -1
- package/dist/mint-components/{p-b3e976e0.entry.js → p-ade44a4e.entry.js} +1 -1
- package/dist/mint-components/{p-8d65fef3.entry.js → p-b1bb07db.entry.js} +1 -1
- package/dist/mint-components/p-b47179b8.system.entry.js +1 -0
- package/dist/mint-components/{p-754060c8.system.js → p-b608f7a4.system.js} +2 -2
- package/dist/mint-components/{p-2bfc61a5.entry.js → p-b8bd2607.entry.js} +1 -1
- package/dist/mint-components/{p-775529b9.system.entry.js → p-be2738b0.system.entry.js} +1 -1
- package/dist/mint-components/p-c6114bfe.system.js +1 -0
- package/dist/mint-components/{p-713ea21e.system.entry.js → p-c79c608d.system.entry.js} +1 -1
- package/dist/mint-components/{p-7c3a270c.system.entry.js → p-cca9026f.system.entry.js} +1 -1
- package/dist/mint-components/p-cd410a05.entry.js +9 -0
- package/dist/mint-components/p-cdeae699.system.js +1 -0
- package/dist/mint-components/{p-772341ce.system.entry.js → p-d174d0bc.system.entry.js} +1 -1
- package/dist/mint-components/{p-83bdbf25.js → p-d21e0dbd.js} +1 -1
- package/dist/mint-components/p-d2e71fe0.entry.js +335 -0
- package/dist/mint-components/{p-846cebe7.js → p-d35b0366.js} +1 -1
- package/dist/mint-components/{p-4843c461.js → p-db2e4c42.js} +1 -1
- package/dist/mint-components/{p-2ad23b02.system.entry.js → p-dc603d08.system.entry.js} +1 -1
- package/dist/mint-components/{p-871ed4c8.system.js → p-e7f633b9.system.js} +1 -1
- package/dist/mint-components/p-f17050de.entry.js +1 -0
- package/dist/mint-components/p-f90486ca.js +235 -0
- package/dist/mint-components/p-fce1dbf6.entry.js +1 -0
- package/dist/types/{stories → components/sqm-asset-card}/AssetCard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-big-stat}/BigStat.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-big-stat}/UseBigStat.stories.d.ts +6 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +1 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +0 -6
- package/dist/types/components/sqm-big-stat/useBigStat.d.ts +4 -1
- package/dist/types/{stories → components/sqm-divided-layout}/DividedLayout.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-edit-profile}/EditProfileForm.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-edit-profile}/UseEditProfile.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-form-message}/FormMessage.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-hero}/Hero.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard}/Leaderboard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard}/UseLeaderboard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard-rank}/LeaderboardRank.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-name-fields}/NameFields.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-navigation-sidebar}/NavigationSidebar.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-navigation-sidebar-item}/SidebarItem.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-password-field}/PasswordField.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-change-password}/ChangePassword.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-email-verification}/PortalEmailVerification.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-footer}/PortalFooter.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-forgot-password}/PortalForgotPassword.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-frame}/PortalFrame.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-login}/PortalLogin.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-profile}/PortalProfile.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-register}/PortalRegister.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-reset-password}/PortalResetPassword.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-verify-email}/PortalVerifyEmail.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-program-menu}/ProgramMenu.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-iframe}/ReferralIframe.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTable.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTableCell.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTableRewardsCell.stories.d.ts +0 -0
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeList.stories.d.ts +6 -0
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +81 -0
- package/dist/types/components/sqm-reward-exchange-list/SVGs.d.ts +3 -0
- package/dist/types/components/sqm-reward-exchange-list/UseRewardExchangeList.stories.d.ts +28 -0
- package/dist/types/components/sqm-reward-exchange-list/progressBar.d.ts +4 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.d.ts +25 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +20 -0
- package/dist/types/components/sqm-reward-exchange-list/useRewardExchangeList.d.ts +43 -0
- package/dist/types/components/sqm-rewards-table/UseRewardsTable.stories.d.ts +16 -0
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table-column.d.ts +20 -0
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +32 -0
- package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +38 -0
- package/dist/types/{stories → components/sqm-router}/Router.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-button}/ShareButton.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-button}/UseShareButton.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-link}/ShareLink.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-link}/UseShareLink.stories.d.ts +0 -0
- package/dist/types/components/sqm-task-card/Matrix.d.ts +11 -0
- package/dist/types/components/sqm-task-card/SVGs.d.ts +2 -0
- package/dist/types/components/sqm-task-card/TaskCard.stories.d.ts +11 -0
- package/dist/types/components/sqm-task-card/UseTaskCard.stories.d.ts +10 -0
- package/dist/types/components/sqm-task-card/progress-bar/SVGs.d.ts +1 -0
- package/dist/types/components/sqm-task-card/progress-bar/progress-bar-view.d.ts +10 -0
- package/dist/types/components/sqm-task-card/progress-bar/progress-bar.stories.d.ts +12 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +16 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +75 -0
- package/dist/types/components/sqm-user-name/UserName.stories.d.ts +6 -0
- package/dist/types/components.d.ts +273 -10
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +1 -0
- package/dist/types/global/styles.d.ts +1 -1
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/dist/types/tables/GenericTableView.d.ts +29 -0
- package/dist/types/tables/TableSlots.d.ts +8 -0
- package/dist/types/{components/sqm-referral-table → tables}/re-render.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/sqm-table-cell.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/sqm-table-row.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/useChildElements.d.ts +0 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/sqm-divided-layout_26.entry.js +0 -1
- package/dist/esm-es5/useDemoBigStat-bb14d844.js +0 -1
- package/dist/mint-components/p-1a2eadd1.entry.js +0 -1
- package/dist/mint-components/p-33b57b39.system.entry.js +0 -1
- package/dist/mint-components/p-38fbdc3a.js +0 -227
- package/dist/mint-components/p-4cabd25b.entry.js +0 -1
- package/dist/mint-components/p-6b21186a.entry.js +0 -230
- package/dist/mint-components/p-7129015b.system.js +0 -1
- package/dist/mint-components/p-8cbc24b8.entry.js +0 -9
- package/dist/mint-components/p-b462e84e.system.js +0 -1
- package/dist/mint-components/p-bd67990b.system.entry.js +0 -1
- package/dist/mint-components/p-cff66d2e.entry.js +0 -1
- package/dist/mint-components/p-d1604020.system.js +0 -1
- package/dist/mint-components/p-d482d10c.entry.js +0 -1
- package/dist/mint-components/p-d8a80855.entry.js +0 -1
- package/dist/mint-components/p-e282d07b.system.entry.js +0 -1
- package/dist/mint-components/p-ee6f5a1c.system.js +0 -1
- package/dist/mint-components/p-fa20e730.entry.js +0 -1
- package/dist/mint-components/p-fb185ffd.system.js +0 -1
- package/dist/types/stories/UserName.stories.d.ts +0 -6
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const RewardList: {
|
|
6
|
+
(): any;
|
|
7
|
+
parameters: {
|
|
8
|
+
hookStory: Function;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const FixedGlobalReward: {
|
|
12
|
+
(): any;
|
|
13
|
+
parameters: {
|
|
14
|
+
hookStory: Function;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const VariableGlobalReward: {
|
|
18
|
+
(): any;
|
|
19
|
+
parameters: {
|
|
20
|
+
hookStory: Function;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const VariableCreditReward: {
|
|
24
|
+
(): any;
|
|
25
|
+
parameters: {
|
|
26
|
+
hookStory: Function;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ExchangeItem, ExchangeStep, Stages } from "./useRewardExchangeList";
|
|
2
|
+
export declare type RewardExchangeViewProps = {
|
|
3
|
+
states: {
|
|
4
|
+
selectedItem: ExchangeItem;
|
|
5
|
+
selectedStep: ExchangeStep;
|
|
6
|
+
redeemStage: string;
|
|
7
|
+
amount: number;
|
|
8
|
+
exchangeError?: boolean;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
content: {
|
|
11
|
+
text: any;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
data: {
|
|
15
|
+
exchangeList: any;
|
|
16
|
+
};
|
|
17
|
+
callbacks: {
|
|
18
|
+
exchangeReward: (e: unknown) => unknown;
|
|
19
|
+
openDrawer: () => void;
|
|
20
|
+
setStage: (stage?: Stages) => void;
|
|
21
|
+
setExchangeState: Function;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
};
|
|
25
|
+
export declare function RewardExchangeView(props: RewardExchangeViewProps): any;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { RewardExchangeViewProps } from "./sqm-reward-exchange-list-view";
|
|
2
|
+
import { DemoData } from "../../global/demo";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Reward Exchange List
|
|
5
|
+
*/
|
|
6
|
+
export declare class SqmRewardExchangeList {
|
|
7
|
+
ignored: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* @uiName Exchange button text
|
|
10
|
+
*/
|
|
11
|
+
buttonText: string;
|
|
12
|
+
/**
|
|
13
|
+
* @undocumented
|
|
14
|
+
* @uiType object
|
|
15
|
+
*/
|
|
16
|
+
demoData?: DemoData<RewardExchangeViewProps>;
|
|
17
|
+
constructor();
|
|
18
|
+
disconnectedCallback(): void;
|
|
19
|
+
render(): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SqmRewardExchangeList } from "./sqm-reward-exchange-list";
|
|
2
|
+
import { RewardExchangeViewProps } from "./sqm-reward-exchange-list-view";
|
|
3
|
+
export declare type ExchangeItem = {
|
|
4
|
+
key: string;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
imageUrl: string;
|
|
8
|
+
available: boolean;
|
|
9
|
+
unavailableReason: string;
|
|
10
|
+
unavailableReasonCode: string;
|
|
11
|
+
ruleType: string;
|
|
12
|
+
sourceUnit: string;
|
|
13
|
+
sourceValue: number;
|
|
14
|
+
prettySourceValue: string;
|
|
15
|
+
sourceMinValue: number;
|
|
16
|
+
prettySourceMinValue: string;
|
|
17
|
+
sourceMaxValue: number;
|
|
18
|
+
prettySourceMaxValue: string;
|
|
19
|
+
destinationMinValue: number;
|
|
20
|
+
prettyDestinationMinValue: string;
|
|
21
|
+
destinationMaxValue: number;
|
|
22
|
+
prettyDestinationMaxValue: string;
|
|
23
|
+
globalRewardKey: string;
|
|
24
|
+
destinationUnit: string;
|
|
25
|
+
steps?: ExchangeStep[];
|
|
26
|
+
};
|
|
27
|
+
export declare type ExchangeStep = {
|
|
28
|
+
destinationValue: number;
|
|
29
|
+
sourceValue: number;
|
|
30
|
+
prettyDestinationValue: string;
|
|
31
|
+
prettySourceValue: string;
|
|
32
|
+
available: boolean;
|
|
33
|
+
unavailableReasonCode: string;
|
|
34
|
+
};
|
|
35
|
+
export declare type Stages = "" | "chooseReward" | "chooseAmount" | "confirmation";
|
|
36
|
+
export declare type ExchangeState = {
|
|
37
|
+
selectedItem: ExchangeItem;
|
|
38
|
+
selectedStep: ExchangeStep;
|
|
39
|
+
redeemStage: string;
|
|
40
|
+
amount: number;
|
|
41
|
+
exchangeError: boolean;
|
|
42
|
+
};
|
|
43
|
+
export declare function useRewardExchangeList(props: SqmRewardExchangeList): RewardExchangeViewProps;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const RewardsTableWithProgram: {
|
|
6
|
+
(): any;
|
|
7
|
+
parameters: {
|
|
8
|
+
hookStory: Function;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const RewardsTableNoProgram: {
|
|
12
|
+
(): any;
|
|
13
|
+
parameters: {
|
|
14
|
+
hookStory: Function;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReferralTableColumn } from "../sqm-referral-table/columns/ReferralTableColumn";
|
|
2
|
+
import { Reward } from "./useRewardsTable";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Rewards Table Column
|
|
5
|
+
*/
|
|
6
|
+
export declare class RewardsTableColumn implements ReferralTableColumn {
|
|
7
|
+
/**
|
|
8
|
+
* @uiName Reward column title
|
|
9
|
+
*/
|
|
10
|
+
columnTitle: string;
|
|
11
|
+
/**
|
|
12
|
+
* @uiName Hide dropdown details of reward
|
|
13
|
+
*/
|
|
14
|
+
hideDetails: boolean;
|
|
15
|
+
constructor();
|
|
16
|
+
disconnectedCallback(): void;
|
|
17
|
+
renderCell(data: Reward[]): Promise<any>;
|
|
18
|
+
renderLabel(): Promise<string>;
|
|
19
|
+
render(): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DemoData } from "../../global/demo";
|
|
2
|
+
import { GenericTableViewProps } from "../../tables/GenericTableView";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Rewards Table
|
|
5
|
+
*/
|
|
6
|
+
export declare class RewardsTable {
|
|
7
|
+
/**
|
|
8
|
+
* Filters to only show rewards in this program. Will default to filtering by the program context where
|
|
9
|
+
* this table lives. If no program ID is set or provided by context, then shows all rewards from all programs.
|
|
10
|
+
*
|
|
11
|
+
* @uiName Program
|
|
12
|
+
*/
|
|
13
|
+
programId: string;
|
|
14
|
+
/** @uiName Number of rewards per page */
|
|
15
|
+
perPage: number;
|
|
16
|
+
/** @uiName Show column labels */
|
|
17
|
+
showLabels?: boolean;
|
|
18
|
+
/** @uiName Previous button text */
|
|
19
|
+
prevLabel?: string;
|
|
20
|
+
/** @uiName View More button text */
|
|
21
|
+
moreLabel?: string;
|
|
22
|
+
/** @uiName Show Referred by user in table */
|
|
23
|
+
showReferrer?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @undocumented
|
|
26
|
+
* @uiType object
|
|
27
|
+
*/
|
|
28
|
+
demoData?: DemoData<GenericTableViewProps>;
|
|
29
|
+
constructor();
|
|
30
|
+
disconnectedCallback(): void;
|
|
31
|
+
render(): any;
|
|
32
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { VNode } from "../../stencil-public-runtime";
|
|
2
|
+
import { RewardsTable } from "./sqm-rewards-table";
|
|
3
|
+
import { GenericTableViewProps } from "../../tables/GenericTableView";
|
|
4
|
+
export declare const CSS_NAMESPACE = "sqm-rewards-table";
|
|
5
|
+
export interface Reward {
|
|
6
|
+
id: string;
|
|
7
|
+
type: string;
|
|
8
|
+
value: number;
|
|
9
|
+
unit: string;
|
|
10
|
+
name: string;
|
|
11
|
+
dateGiven: number;
|
|
12
|
+
dateScheduledFor: number;
|
|
13
|
+
dateExpires: number;
|
|
14
|
+
dateCancelled: number;
|
|
15
|
+
fuelTankCode: string;
|
|
16
|
+
fuelTankType: string;
|
|
17
|
+
currency: string;
|
|
18
|
+
prettyValue: string;
|
|
19
|
+
statuses: string[];
|
|
20
|
+
globalRewardKey?: string;
|
|
21
|
+
rewardRedemptionTransactions: {
|
|
22
|
+
data: [
|
|
23
|
+
{
|
|
24
|
+
exchangedRewards: {
|
|
25
|
+
data: [
|
|
26
|
+
{
|
|
27
|
+
prettyValue: string;
|
|
28
|
+
type: string;
|
|
29
|
+
fuelTankCode: string;
|
|
30
|
+
globalRewardKey?: string;
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
];
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export declare function useRewardsTable(props: RewardsTable, emptyElement: VNode, loadingElement: VNode): GenericTableViewProps;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare type Matrix = Record<string, Array<unknown>>;
|
|
2
|
+
/**
|
|
3
|
+
* Displays a cartesian product of the input props
|
|
4
|
+
*
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
export declare function MatrixStory({ matrix, props, Component, }: {
|
|
8
|
+
matrix: Matrix;
|
|
9
|
+
props: Record<string, any>;
|
|
10
|
+
Component: any;
|
|
11
|
+
}): any[];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
parameters: {
|
|
4
|
+
scenario: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const NotRepeatable: () => any;
|
|
9
|
+
export declare const NotRepeatableWithExpiry: () => any;
|
|
10
|
+
export declare const Repeatable: () => any;
|
|
11
|
+
export declare const RepeatableWithExpiry: () => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const gift: () => any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VNode } from "../../../stencil-public-runtime";
|
|
2
|
+
export declare type ProgressBarProps = {
|
|
3
|
+
progress?: number;
|
|
4
|
+
goal?: number;
|
|
5
|
+
progressBarUnit?: string;
|
|
6
|
+
steps?: boolean;
|
|
7
|
+
repeatable?: boolean;
|
|
8
|
+
complete?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare function ProgressBarView(props: ProgressBarProps): VNode;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
parameters: {
|
|
4
|
+
scenario: string;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Default: () => any;
|
|
9
|
+
export declare const ProgressBar: () => any;
|
|
10
|
+
export declare const ProgressBarSteps: () => any;
|
|
11
|
+
export declare const ProgressBarRepeatable: () => any;
|
|
12
|
+
export declare const ProgressBarStepsRepeatable: () => any;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { VNode } from "../../stencil-public-runtime";
|
|
2
|
+
import { ProgressBarProps } from "./progress-bar/progress-bar-view";
|
|
3
|
+
export declare type TaskCardViewProps = {
|
|
4
|
+
rewardAmount: number;
|
|
5
|
+
cardTitle: string;
|
|
6
|
+
description: string;
|
|
7
|
+
showProgressBar: boolean;
|
|
8
|
+
repeatable: boolean;
|
|
9
|
+
showExpiry: boolean;
|
|
10
|
+
dateExpires?: string;
|
|
11
|
+
rewardUnit: string;
|
|
12
|
+
buttonText: string;
|
|
13
|
+
buttonLink: string;
|
|
14
|
+
loading: boolean;
|
|
15
|
+
} & ProgressBarProps;
|
|
16
|
+
export declare function TaskCardView(props: TaskCardViewProps): VNode;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @uiName Task Card
|
|
3
|
+
*/
|
|
4
|
+
export declare class TaskCard {
|
|
5
|
+
ignored: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* @uiName Reward Amount
|
|
8
|
+
*/
|
|
9
|
+
rewardAmount: number;
|
|
10
|
+
/**
|
|
11
|
+
* @uiName Reward Unit
|
|
12
|
+
*/
|
|
13
|
+
rewardUnit: string;
|
|
14
|
+
/**
|
|
15
|
+
* @uiName Title Text
|
|
16
|
+
*/
|
|
17
|
+
cardTitle: string;
|
|
18
|
+
/**
|
|
19
|
+
* @uiName Description Text
|
|
20
|
+
*/
|
|
21
|
+
description: string;
|
|
22
|
+
/**
|
|
23
|
+
* @uiName Goal Repeatable
|
|
24
|
+
*/
|
|
25
|
+
repeatable: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @uiName Show Progress Bar
|
|
28
|
+
*/
|
|
29
|
+
showProgressBar: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* @uiName Goal Progress Source
|
|
32
|
+
*/
|
|
33
|
+
progressSource: string;
|
|
34
|
+
/**
|
|
35
|
+
* @uiName Goal Completion Number
|
|
36
|
+
*/
|
|
37
|
+
goal: number;
|
|
38
|
+
/**
|
|
39
|
+
* @uiName Progress Bar Steps
|
|
40
|
+
*/
|
|
41
|
+
steps: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* @uiName Progress Bar Unit
|
|
44
|
+
*/
|
|
45
|
+
progressBarUnit?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @uiName Show Goal Expiry
|
|
48
|
+
*/
|
|
49
|
+
showExpiry: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* @uiName Date Goal Expires
|
|
52
|
+
* @uiWidget DateRange
|
|
53
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
54
|
+
*/
|
|
55
|
+
dateExpires?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @uiName CTA Button Text
|
|
58
|
+
*/
|
|
59
|
+
buttonText: string;
|
|
60
|
+
/**
|
|
61
|
+
* @uiName CTA Button Link
|
|
62
|
+
*/
|
|
63
|
+
buttonLink: string;
|
|
64
|
+
/**
|
|
65
|
+
* Select what type of stat to display for the goal. Manual paths are also supported.
|
|
66
|
+
*
|
|
67
|
+
* @uiWidget StatTypeSelectWidget
|
|
68
|
+
* @uiName Stat Type
|
|
69
|
+
* @uiOptions {"version": 1.1}
|
|
70
|
+
*/
|
|
71
|
+
statType: string;
|
|
72
|
+
constructor();
|
|
73
|
+
disconnectedCallback(): void;
|
|
74
|
+
render(): any;
|
|
75
|
+
}
|