@saasquatch/mint-components 1.5.0-13 → 1.5.0-17
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 +48 -24
- package/dist/cjs/{global-89f66e76.js → global-5ca2a131.js} +5 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/sqm-big-stat.cjs.entry.js +1 -1
- package/dist/cjs/sqm-brand_39.cjs.entry.js +422 -238
- package/dist/cjs/sqm-card-feed-view-17fd3f0a.js +369 -0
- package/dist/cjs/sqm-card-feed.cjs.entry.js +4 -5
- package/dist/cjs/{sqm-leaderboard-rank-view-510f16d3.js → sqm-leaderboard-rank-view-dff9de2e.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-email-verification-view-5093ac20.js → sqm-portal-email-verification-view-f0cbd78b.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +10 -3
- package/dist/cjs/{sqm-portal-footer-view-03408484.js → sqm-portal-footer-view-c714590c.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +16 -4
- package/dist/cjs/{sqm-portal-profile-view-1a6327e4.js → sqm-portal-profile-view-f0233000.js} +3 -2
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +10 -2
- package/dist/cjs/{sqm-program-explainer-step-view-54424840.js → sqm-program-explainer-step-view-17c5e99d.js} +4 -4
- package/dist/cjs/sqm-program-explainer-step.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-program-explainer-view-db516613.js → sqm-program-explainer-view-d516c9df.js} +2 -2
- package/dist/cjs/sqm-program-explainer.cjs.entry.js +1 -1
- package/dist/cjs/{useDemoBigStat-5f770877.js → useDemoBigStat-49cd314a.js} +1 -2
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +20 -0
- package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -2
- package/dist/collection/components/sqm-card-feed/CardFeed.stories.js +13 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed-view.js +7 -10
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +9 -13
- package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +11 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +2 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +25 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +27 -0
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +2 -1
- package/dist/collection/components/sqm-portal-forgot-password/PortalForgotPassword.stories.js +4 -0
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +55 -3
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +4 -2
- package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +6 -0
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +59 -4
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +4 -2
- package/dist/collection/components/sqm-portal-register/PortalRegister.stories.js +5 -0
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +55 -2
- package/dist/collection/components/sqm-portal-register/usePortalRegister.js +3 -0
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +30 -1
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +1 -1
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +30 -1
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +2 -2
- package/dist/collection/components/sqm-program-explainer/ProgramExplainer.stories.js +1 -1
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +2 -2
- package/dist/collection/components/sqm-program-explainer-step/ProgramExplainerStep.stories.js +1 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +5 -5
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +5 -2
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +13 -8
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +91 -114
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +113 -5
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +21 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +17 -9
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +62 -10
- package/dist/collection/components/sqm-task-card/TaskCard.stories.js +12 -0
- package/dist/collection/components/sqm-task-card/progress-bar/SVGs.js +1 -1
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +24 -31
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +79 -22
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +106 -0
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +1 -1
- package/dist/collection/global/styles.js +5 -5
- package/dist/collection/global/styles.ts +5 -5
- package/dist/esm/{global-e0e25c22.js → global-1c68ff6e.js} +5 -5
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/sqm-big-stat.entry.js +1 -1
- package/dist/esm/sqm-brand_39.entry.js +422 -238
- package/dist/esm/sqm-card-feed-view-cdd1f818.js +367 -0
- package/dist/esm/sqm-card-feed.entry.js +4 -5
- package/dist/esm/{sqm-leaderboard-rank-view-cd1e8962.js → sqm-leaderboard-rank-view-95e6fb4f.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-2af31979.js → sqm-portal-email-verification-view-71eb8adb.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +10 -3
- package/dist/esm/{sqm-portal-footer-view-60cd9ae5.js → sqm-portal-footer-view-5cb00c4e.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +2 -2
- package/dist/esm/sqm-portal-forgot-password.entry.js +16 -4
- package/dist/esm/{sqm-portal-profile-view-ba06e776.js → sqm-portal-profile-view-864dd5b5.js} +3 -2
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-portal-reset-password.entry.js +9 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +10 -2
- package/dist/esm/{sqm-program-explainer-step-view-7c0d5f71.js → sqm-program-explainer-step-view-e2b39225.js} +4 -4
- package/dist/esm/sqm-program-explainer-step.entry.js +1 -1
- package/dist/esm/{sqm-program-explainer-view-ab291eb4.js → sqm-program-explainer-view-f726f5ec.js} +2 -2
- package/dist/esm/sqm-program-explainer.entry.js +1 -1
- package/dist/esm/{useDemoBigStat-a0dd50ab.js → useDemoBigStat-acd4b73f.js} +1 -2
- package/dist/esm-es5/{global-e0e25c22.js → global-1c68ff6e.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
- package/dist/esm-es5/sqm-brand_39.entry.js +1 -1
- package/dist/esm-es5/sqm-card-feed-view-cdd1f818.js +1 -0
- package/dist/esm-es5/sqm-card-feed.entry.js +1 -1
- package/dist/esm-es5/{sqm-leaderboard-rank-view-cd1e8962.js → sqm-leaderboard-rank-view-95e6fb4f.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-2af31979.js → sqm-portal-email-verification-view-71eb8adb.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-60cd9ae5.js → sqm-portal-footer-view-5cb00c4e.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-864dd5b5.js +1 -0
- package/dist/esm-es5/sqm-portal-profile.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-program-explainer-step-view-7c0d5f71.js → sqm-program-explainer-step-view-e2b39225.js} +1 -1
- package/dist/esm-es5/sqm-program-explainer-step.entry.js +1 -1
- package/dist/esm-es5/{sqm-program-explainer-view-ab291eb4.js → sqm-program-explainer-view-f726f5ec.js} +1 -1
- package/dist/esm-es5/sqm-program-explainer.entry.js +1 -1
- package/dist/esm-es5/{useDemoBigStat-a0dd50ab.js → useDemoBigStat-acd4b73f.js} +1 -1
- package/dist/mint-components/global/styles.ts +5 -5
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-bbb06296.entry.js → p-05de158b.entry.js} +1 -1
- package/dist/mint-components/p-0b7cc270.system.js +1 -0
- package/dist/mint-components/p-172e487a.system.entry.js +1 -0
- package/dist/mint-components/{p-759d3800.entry.js → p-26e63ecb.entry.js} +2 -2
- package/dist/mint-components/{p-376a0b37.js → p-35ee8cdf.js} +1 -1
- package/dist/mint-components/p-3e187434.system.js +1 -0
- package/dist/mint-components/{p-5001b2d1.system.js → p-5744f326.system.js} +1 -1
- package/dist/mint-components/p-5896caca.system.js +1 -0
- package/dist/mint-components/p-59cc7a26.system.entry.js +1 -0
- package/dist/mint-components/{p-8b523e73.entry.js → p-5b9a5dfa.entry.js} +1 -1
- package/dist/mint-components/{p-f79454fc.entry.js → p-69e273b4.entry.js} +1 -1
- package/dist/mint-components/p-6b8d51d6.entry.js +1 -0
- package/dist/mint-components/{p-0d0ec6fd.system.entry.js → p-6caa44e1.system.entry.js} +1 -1
- package/dist/mint-components/{p-0e95b67b.js → p-700f96f5.js} +1 -1
- package/dist/mint-components/{p-a8246a50.system.entry.js → p-71b6d552.system.entry.js} +1 -1
- package/dist/mint-components/{p-02dc36a4.system.js → p-7638bf48.system.js} +1 -1
- package/dist/mint-components/p-7798ebd4.js +1 -0
- package/dist/mint-components/{p-0e8ae7e3.system.js → p-79baab87.system.js} +1 -1
- package/dist/mint-components/p-7f6d37d8.entry.js +1 -0
- package/dist/mint-components/p-878ff4ca.entry.js +1 -0
- package/dist/mint-components/{p-4fc31af7.system.js → p-89d63744.system.js} +1 -1
- package/dist/mint-components/p-8c3d0392.system.entry.js +1 -0
- package/dist/mint-components/{p-8a261335.system.entry.js → p-8f58ce03.system.entry.js} +1 -1
- package/dist/mint-components/p-9a82ec56.entry.js +1 -0
- package/dist/mint-components/{p-21b4044a.entry.js → p-9bc12158.entry.js} +1 -1
- package/dist/mint-components/p-a3a5c48f.js +1 -0
- package/dist/mint-components/{p-2027edc0.system.entry.js → p-a424ac85.system.entry.js} +1 -1
- package/dist/mint-components/{p-1f95b411.js → p-a72143af.js} +1 -1
- package/dist/mint-components/p-b0d598db.system.entry.js +1 -0
- package/dist/mint-components/p-b11625ed.system.entry.js +1 -0
- package/dist/mint-components/p-b2cbbcce.system.js +1 -0
- package/dist/mint-components/p-ba1f4bf4.system.entry.js +1 -0
- package/dist/mint-components/{p-f8f125a7.system.js → p-bb7fd343.system.js} +1 -1
- package/dist/mint-components/{p-11cd0656.js → p-bd0887fb.js} +1 -1
- package/dist/mint-components/{p-72a5a051.system.entry.js → p-bffad7b3.system.entry.js} +1 -1
- package/dist/mint-components/p-c3d0b165.entry.js +1 -0
- package/dist/mint-components/p-c4a8c149.system.entry.js +1 -0
- package/dist/mint-components/{p-046c45b1.entry.js → p-c61028b0.entry.js} +1 -1
- package/dist/mint-components/{p-f7f87338.js → p-cd0ff606.js} +1 -1
- package/dist/mint-components/{p-8fd8682c.js → p-d793d269.js} +1 -1
- package/dist/mint-components/{p-4b719313.js → p-da46fc91.js} +1 -1
- package/dist/mint-components/{p-2e63dcfd.system.js → p-f47bf492.system.js} +1 -1
- package/dist/mint-components/p-ff74bee4.entry.js +372 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +6 -0
- package/dist/types/components/sqm-card-feed/sqm-card-feed-view.d.ts +2 -1
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +3 -4
- package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +2 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +4 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +6 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +10 -0
- package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +3 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +8 -0
- package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +3 -3
- package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +10 -0
- package/dist/types/components/sqm-portal-register/usePortalRegister.d.ts +1 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +8 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +8 -0
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +2 -1
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +143 -88
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +21 -0
- package/dist/types/components/sqm-share-button/ShareButton.stories.d.ts +2 -0
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +3 -0
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +12 -0
- package/dist/types/components/sqm-task-card/progress-bar/SVGs.d.ts +1 -1
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +4 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +22 -0
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +1 -1
- package/dist/types/components.d.ts +212 -8
- package/dist/types/global/styles.d.ts +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/sqm-card-feed-view-ec75fafc.js +0 -36
- package/dist/esm/sqm-card-feed-view-81f93bc7.js +0 -34
- package/dist/esm-es5/sqm-card-feed-view-81f93bc7.js +0 -1
- package/dist/esm-es5/sqm-portal-profile-view-ba06e776.js +0 -1
- package/dist/mint-components/p-20c95798.entry.js +0 -1
- package/dist/mint-components/p-3f5aa202.system.js +0 -1
- package/dist/mint-components/p-4658d225.system.entry.js +0 -1
- package/dist/mint-components/p-5939212e.system.entry.js +0 -1
- package/dist/mint-components/p-6f498a6b.system.entry.js +0 -1
- package/dist/mint-components/p-77b5a0a4.js +0 -1
- package/dist/mint-components/p-7cdbe82a.entry.js +0 -1
- package/dist/mint-components/p-8a714f3f.js +0 -1
- package/dist/mint-components/p-91fde765.system.js +0 -1
- package/dist/mint-components/p-9608ce17.system.entry.js +0 -1
- package/dist/mint-components/p-9dd76aed.system.entry.js +0 -1
- package/dist/mint-components/p-9ef3c3bc.entry.js +0 -372
- package/dist/mint-components/p-a88a08bb.system.js +0 -1
- package/dist/mint-components/p-a9a6f205.entry.js +0 -1
- package/dist/mint-components/p-b86cbac3.system.entry.js +0 -1
- package/dist/mint-components/p-c65cfc9d.system.js +0 -1
- package/dist/mint-components/p-e36ff7fa.entry.js +0 -1
- package/dist/mint-components/p-ed696e43.entry.js +0 -1
- package/dist/mint-components/p-ef7f70f2.system.entry.js +0 -1
|
@@ -24,6 +24,12 @@ export declare class BigStat {
|
|
|
24
24
|
* @uiEnum ["left", "right", "center"]
|
|
25
25
|
*/
|
|
26
26
|
alignment?: "left" | "right" | "center";
|
|
27
|
+
/**
|
|
28
|
+
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
29
|
+
*
|
|
30
|
+
* @uiName Program ID
|
|
31
|
+
*/
|
|
32
|
+
programId?: string;
|
|
27
33
|
/**
|
|
28
34
|
* @undocumented
|
|
29
35
|
* @uiType object
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { VNode } from "../../stencil-public-runtime";
|
|
2
|
+
import "@appnest/masonry-layout";
|
|
2
3
|
export interface CardFeedViewProps {
|
|
3
4
|
width: number;
|
|
4
|
-
gap:
|
|
5
|
+
gap: number;
|
|
5
6
|
}
|
|
6
7
|
export declare function CardFeedView(props: CardFeedViewProps, children: VNode): any;
|
|
@@ -8,11 +8,10 @@ export declare class CardFeed {
|
|
|
8
8
|
*/
|
|
9
9
|
width: number;
|
|
10
10
|
/**
|
|
11
|
-
* @uiName
|
|
12
|
-
* @uiType
|
|
13
|
-
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
11
|
+
* @uiName Column Gap
|
|
12
|
+
* @uiType number
|
|
14
13
|
*/
|
|
15
|
-
gap:
|
|
14
|
+
gap: number;
|
|
16
15
|
constructor();
|
|
17
16
|
disconnectedCallback(): void;
|
|
18
17
|
render(): any;
|
package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts
CHANGED
|
@@ -5,6 +5,12 @@ import { PortalEmailVerificationViewProps } from "./sqm-portal-email-verificatio
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalEmailVerification {
|
|
7
7
|
ignored: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* The page that users are redirected to from the verification email.
|
|
10
|
+
*
|
|
11
|
+
* @uiName Email redirection base path
|
|
12
|
+
*/
|
|
13
|
+
redirectPath: string;
|
|
8
14
|
/**
|
|
9
15
|
* @uiName Email verification header text
|
|
10
16
|
*/
|
|
@@ -5,6 +5,12 @@ import { PortalForgotPasswordViewProps } from "./sqm-portal-forgot-password-view
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalForgotPassword {
|
|
7
7
|
ignored: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* The page that users are redirected to from the password reset email.
|
|
10
|
+
*
|
|
11
|
+
* @uiName Email redirection base path
|
|
12
|
+
*/
|
|
13
|
+
redirectPath: string;
|
|
8
14
|
/**
|
|
9
15
|
* @uiName Email label
|
|
10
16
|
*/
|
|
@@ -13,6 +19,10 @@ export declare class PortalForgotPassword {
|
|
|
13
19
|
* @uiName Password reset button text
|
|
14
20
|
*/
|
|
15
21
|
submitLabel: string;
|
|
22
|
+
/**
|
|
23
|
+
* @uiName Routing path to login page
|
|
24
|
+
*/
|
|
25
|
+
loginPath: string;
|
|
16
26
|
/**
|
|
17
27
|
* @undocumented
|
|
18
28
|
* @uiType object
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { PortalForgotPassword } from "./sqm-portal-forgot-password";
|
|
2
|
+
export declare function usePortalForgotPassword(props: PortalForgotPassword): {
|
|
2
3
|
states: {
|
|
3
4
|
loading: boolean;
|
|
4
5
|
error: string;
|
|
5
6
|
success: boolean;
|
|
7
|
+
loginPath: string;
|
|
6
8
|
};
|
|
7
9
|
callbacks: {
|
|
8
10
|
submit: (event: any) => Promise<void>;
|
|
@@ -33,6 +33,14 @@ export declare class PortalLogin {
|
|
|
33
33
|
* @uiName Heading label
|
|
34
34
|
*/
|
|
35
35
|
pageLabel: string;
|
|
36
|
+
/**
|
|
37
|
+
* @uiName Register button redirection path
|
|
38
|
+
*/
|
|
39
|
+
registerPath: string;
|
|
40
|
+
/**
|
|
41
|
+
* @uiName Forgot password button redirect path
|
|
42
|
+
*/
|
|
43
|
+
forgotPasswordPath: string;
|
|
36
44
|
/**
|
|
37
45
|
* @undocumented
|
|
38
46
|
* @uiType object
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare function usePortalLogin(
|
|
2
|
-
nextPage: any;
|
|
3
|
-
}): {
|
|
1
|
+
export declare function usePortalLogin(props: any): {
|
|
4
2
|
states: {
|
|
5
3
|
loading: boolean;
|
|
6
4
|
error: string;
|
|
5
|
+
registerPath: any;
|
|
6
|
+
forgotPasswordPath: any;
|
|
7
7
|
};
|
|
8
8
|
callbacks: {
|
|
9
9
|
submit: (event: any) => Promise<void>;
|
|
@@ -9,6 +9,12 @@ export declare class PortalRegister {
|
|
|
9
9
|
* @uiName Page navigated to after registration
|
|
10
10
|
*/
|
|
11
11
|
nextPage: string;
|
|
12
|
+
/**
|
|
13
|
+
* The page that users are redirected to from the verification email.
|
|
14
|
+
*
|
|
15
|
+
* @uiName Email redirection base path
|
|
16
|
+
*/
|
|
17
|
+
redirectPath: string;
|
|
12
18
|
/**
|
|
13
19
|
* @uiName Label for email field
|
|
14
20
|
*/
|
|
@@ -45,6 +51,10 @@ export declare class PortalRegister {
|
|
|
45
51
|
* @uiName Heading label
|
|
46
52
|
*/
|
|
47
53
|
pageLabel: string;
|
|
54
|
+
/**
|
|
55
|
+
* @uiName Sign in button redirection path
|
|
56
|
+
*/
|
|
57
|
+
loginPath: string;
|
|
48
58
|
/**
|
|
49
59
|
* @undocumented
|
|
50
60
|
* @uiType object
|
|
@@ -11,6 +11,7 @@ export declare function usePortalRegister(props: PortalRegister): {
|
|
|
11
11
|
validationState: import("./useValidationState").FormState;
|
|
12
12
|
confirmPassword: boolean;
|
|
13
13
|
hideInputs: boolean;
|
|
14
|
+
loginPath: string;
|
|
14
15
|
};
|
|
15
16
|
callbacks: {
|
|
16
17
|
submit: (event: any) => Promise<void>;
|
|
@@ -6,9 +6,17 @@ import { PortalResetPasswordViewProps } from "./sqm-portal-reset-password-view";
|
|
|
6
6
|
export declare class PortalResetPassword {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
+
* The page that users are redirected to when the password reset succeeds.
|
|
10
|
+
*
|
|
9
11
|
* @uiName Next page path
|
|
10
12
|
*/
|
|
11
13
|
nextPage: string;
|
|
14
|
+
/**
|
|
15
|
+
* The page that users are redirected to if the reset fails due to outdated password reset attempt.
|
|
16
|
+
*
|
|
17
|
+
* @uiName Failed page redirection path
|
|
18
|
+
*/
|
|
19
|
+
failedPage: string;
|
|
12
20
|
/**
|
|
13
21
|
* @uiName Show confirm password
|
|
14
22
|
*/
|
|
@@ -6,9 +6,17 @@ import { PortalVerifyEmailViewProps } from "./sqm-portal-verify-email-view";
|
|
|
6
6
|
export declare class PortalVerifyEmail {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
+
* The page that users are redirected to when the verification succeeds.
|
|
10
|
+
*
|
|
9
11
|
* @uiName Next page path
|
|
10
12
|
*/
|
|
11
13
|
nextPage: string;
|
|
14
|
+
/**
|
|
15
|
+
* The page that users are redirected to if verification fails due to outdated verification attempt.
|
|
16
|
+
*
|
|
17
|
+
* @uiName Failed page redirection path
|
|
18
|
+
*/
|
|
19
|
+
failedPage: string;
|
|
12
20
|
/**
|
|
13
21
|
* @undocumented
|
|
14
22
|
* @uiType object
|
|
@@ -2,19 +2,24 @@ export declare const rewardExchange: {
|
|
|
2
2
|
states: {
|
|
3
3
|
content: {
|
|
4
4
|
text: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
continueToConfirmationText: string;
|
|
8
|
-
backText: string;
|
|
9
|
-
redeemText: string;
|
|
10
|
-
doneText: string;
|
|
5
|
+
buttonText: string;
|
|
6
|
+
notAvailableError: string;
|
|
11
7
|
chooseRewardTitle: string;
|
|
12
8
|
chooseAmountTitle: string;
|
|
13
9
|
confirmationTitle: string;
|
|
10
|
+
cancelText: string;
|
|
11
|
+
backText: string;
|
|
12
|
+
continueText: string;
|
|
13
|
+
continueToConfirmationText: string;
|
|
14
|
+
redeemText: string;
|
|
14
15
|
redeemTitle: string;
|
|
16
|
+
redemptionSuccessText: string;
|
|
17
|
+
doneText: string;
|
|
18
|
+
toolTipText: string;
|
|
19
|
+
selectText: string;
|
|
20
|
+
sourceAmountMessage: string;
|
|
15
21
|
rewardRedeemedText: string;
|
|
16
|
-
|
|
17
|
-
notAvailableError: string;
|
|
22
|
+
redemptionError: string;
|
|
18
23
|
};
|
|
19
24
|
};
|
|
20
25
|
redeemStage: string;
|
|
@@ -43,19 +48,24 @@ export declare const rewardExchangeSelected: {
|
|
|
43
48
|
states: {
|
|
44
49
|
content: {
|
|
45
50
|
text: {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
continueToConfirmationText: string;
|
|
49
|
-
backText: string;
|
|
50
|
-
redeemText: string;
|
|
51
|
-
doneText: string;
|
|
51
|
+
buttonText: string;
|
|
52
|
+
notAvailableError: string;
|
|
52
53
|
chooseRewardTitle: string;
|
|
53
54
|
chooseAmountTitle: string;
|
|
54
55
|
confirmationTitle: string;
|
|
56
|
+
cancelText: string;
|
|
57
|
+
backText: string;
|
|
58
|
+
continueText: string;
|
|
59
|
+
continueToConfirmationText: string;
|
|
60
|
+
redeemText: string;
|
|
55
61
|
redeemTitle: string;
|
|
62
|
+
redemptionSuccessText: string;
|
|
63
|
+
doneText: string;
|
|
64
|
+
toolTipText: string;
|
|
65
|
+
selectText: string;
|
|
66
|
+
sourceAmountMessage: string;
|
|
56
67
|
rewardRedeemedText: string;
|
|
57
|
-
|
|
58
|
-
notAvailableError: string;
|
|
68
|
+
redemptionError: string;
|
|
59
69
|
};
|
|
60
70
|
};
|
|
61
71
|
redeemStage: string;
|
|
@@ -84,19 +94,24 @@ export declare const chooseAmountVariable: {
|
|
|
84
94
|
states: {
|
|
85
95
|
content: {
|
|
86
96
|
text: {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
continueToConfirmationText: string;
|
|
90
|
-
backText: string;
|
|
91
|
-
redeemText: string;
|
|
92
|
-
doneText: string;
|
|
97
|
+
buttonText: string;
|
|
98
|
+
notAvailableError: string;
|
|
93
99
|
chooseRewardTitle: string;
|
|
94
100
|
chooseAmountTitle: string;
|
|
95
101
|
confirmationTitle: string;
|
|
102
|
+
cancelText: string;
|
|
103
|
+
backText: string;
|
|
104
|
+
continueText: string;
|
|
105
|
+
continueToConfirmationText: string;
|
|
106
|
+
redeemText: string;
|
|
96
107
|
redeemTitle: string;
|
|
108
|
+
redemptionSuccessText: string;
|
|
109
|
+
doneText: string;
|
|
110
|
+
toolTipText: string;
|
|
111
|
+
selectText: string;
|
|
112
|
+
sourceAmountMessage: string;
|
|
97
113
|
rewardRedeemedText: string;
|
|
98
|
-
|
|
99
|
-
notAvailableError: string;
|
|
114
|
+
redemptionError: string;
|
|
100
115
|
};
|
|
101
116
|
};
|
|
102
117
|
redeemStage: string;
|
|
@@ -125,19 +140,24 @@ export declare const chooseAmountFixed: {
|
|
|
125
140
|
states: {
|
|
126
141
|
content: {
|
|
127
142
|
text: {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
continueToConfirmationText: string;
|
|
131
|
-
backText: string;
|
|
132
|
-
redeemText: string;
|
|
133
|
-
doneText: string;
|
|
143
|
+
buttonText: string;
|
|
144
|
+
notAvailableError: string;
|
|
134
145
|
chooseRewardTitle: string;
|
|
135
146
|
chooseAmountTitle: string;
|
|
136
147
|
confirmationTitle: string;
|
|
148
|
+
cancelText: string;
|
|
149
|
+
backText: string;
|
|
150
|
+
continueText: string;
|
|
151
|
+
continueToConfirmationText: string;
|
|
152
|
+
redeemText: string;
|
|
137
153
|
redeemTitle: string;
|
|
154
|
+
redemptionSuccessText: string;
|
|
155
|
+
doneText: string;
|
|
156
|
+
toolTipText: string;
|
|
157
|
+
selectText: string;
|
|
158
|
+
sourceAmountMessage: string;
|
|
138
159
|
rewardRedeemedText: string;
|
|
139
|
-
|
|
140
|
-
notAvailableError: string;
|
|
160
|
+
redemptionError: string;
|
|
141
161
|
};
|
|
142
162
|
};
|
|
143
163
|
redeemStage: string;
|
|
@@ -166,19 +186,24 @@ export declare const confirmFixed: {
|
|
|
166
186
|
states: {
|
|
167
187
|
content: {
|
|
168
188
|
text: {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
continueToConfirmationText: string;
|
|
172
|
-
backText: string;
|
|
173
|
-
redeemText: string;
|
|
174
|
-
doneText: string;
|
|
189
|
+
buttonText: string;
|
|
190
|
+
notAvailableError: string;
|
|
175
191
|
chooseRewardTitle: string;
|
|
176
192
|
chooseAmountTitle: string;
|
|
177
193
|
confirmationTitle: string;
|
|
194
|
+
cancelText: string;
|
|
195
|
+
backText: string;
|
|
196
|
+
continueText: string;
|
|
197
|
+
continueToConfirmationText: string;
|
|
198
|
+
redeemText: string;
|
|
178
199
|
redeemTitle: string;
|
|
200
|
+
redemptionSuccessText: string;
|
|
201
|
+
doneText: string;
|
|
202
|
+
toolTipText: string;
|
|
203
|
+
selectText: string;
|
|
204
|
+
sourceAmountMessage: string;
|
|
179
205
|
rewardRedeemedText: string;
|
|
180
|
-
|
|
181
|
-
notAvailableError: string;
|
|
206
|
+
redemptionError: string;
|
|
182
207
|
};
|
|
183
208
|
};
|
|
184
209
|
redeemStage: string;
|
|
@@ -207,19 +232,24 @@ export declare const confirmVariable: {
|
|
|
207
232
|
states: {
|
|
208
233
|
content: {
|
|
209
234
|
text: {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
continueToConfirmationText: string;
|
|
213
|
-
backText: string;
|
|
214
|
-
redeemText: string;
|
|
215
|
-
doneText: string;
|
|
235
|
+
buttonText: string;
|
|
236
|
+
notAvailableError: string;
|
|
216
237
|
chooseRewardTitle: string;
|
|
217
238
|
chooseAmountTitle: string;
|
|
218
239
|
confirmationTitle: string;
|
|
240
|
+
cancelText: string;
|
|
241
|
+
backText: string;
|
|
242
|
+
continueText: string;
|
|
243
|
+
continueToConfirmationText: string;
|
|
244
|
+
redeemText: string;
|
|
219
245
|
redeemTitle: string;
|
|
246
|
+
redemptionSuccessText: string;
|
|
247
|
+
doneText: string;
|
|
248
|
+
toolTipText: string;
|
|
249
|
+
selectText: string;
|
|
250
|
+
sourceAmountMessage: string;
|
|
220
251
|
rewardRedeemedText: string;
|
|
221
|
-
|
|
222
|
-
notAvailableError: string;
|
|
252
|
+
redemptionError: string;
|
|
223
253
|
};
|
|
224
254
|
};
|
|
225
255
|
redeemStage: string;
|
|
@@ -248,19 +278,24 @@ export declare const error: {
|
|
|
248
278
|
states: {
|
|
249
279
|
content: {
|
|
250
280
|
text: {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
continueToConfirmationText: string;
|
|
254
|
-
backText: string;
|
|
255
|
-
redeemText: string;
|
|
256
|
-
doneText: string;
|
|
281
|
+
buttonText: string;
|
|
282
|
+
notAvailableError: string;
|
|
257
283
|
chooseRewardTitle: string;
|
|
258
284
|
chooseAmountTitle: string;
|
|
259
285
|
confirmationTitle: string;
|
|
286
|
+
cancelText: string;
|
|
287
|
+
backText: string;
|
|
288
|
+
continueText: string;
|
|
289
|
+
continueToConfirmationText: string;
|
|
290
|
+
redeemText: string;
|
|
260
291
|
redeemTitle: string;
|
|
292
|
+
redemptionSuccessText: string;
|
|
293
|
+
doneText: string;
|
|
294
|
+
toolTipText: string;
|
|
295
|
+
selectText: string;
|
|
296
|
+
sourceAmountMessage: string;
|
|
261
297
|
rewardRedeemedText: string;
|
|
262
|
-
|
|
263
|
-
notAvailableError: string;
|
|
298
|
+
redemptionError: string;
|
|
264
299
|
};
|
|
265
300
|
};
|
|
266
301
|
redeemStage: string;
|
|
@@ -289,19 +324,24 @@ export declare const success: {
|
|
|
289
324
|
states: {
|
|
290
325
|
content: {
|
|
291
326
|
text: {
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
continueToConfirmationText: string;
|
|
295
|
-
backText: string;
|
|
296
|
-
redeemText: string;
|
|
297
|
-
doneText: string;
|
|
327
|
+
buttonText: string;
|
|
328
|
+
notAvailableError: string;
|
|
298
329
|
chooseRewardTitle: string;
|
|
299
330
|
chooseAmountTitle: string;
|
|
300
331
|
confirmationTitle: string;
|
|
332
|
+
cancelText: string;
|
|
333
|
+
backText: string;
|
|
334
|
+
continueText: string;
|
|
335
|
+
continueToConfirmationText: string;
|
|
336
|
+
redeemText: string;
|
|
301
337
|
redeemTitle: string;
|
|
338
|
+
redemptionSuccessText: string;
|
|
339
|
+
doneText: string;
|
|
340
|
+
toolTipText: string;
|
|
341
|
+
selectText: string;
|
|
342
|
+
sourceAmountMessage: string;
|
|
302
343
|
rewardRedeemedText: string;
|
|
303
|
-
|
|
304
|
-
notAvailableError: string;
|
|
344
|
+
redemptionError: string;
|
|
305
345
|
};
|
|
306
346
|
};
|
|
307
347
|
redeemStage: string;
|
|
@@ -330,19 +370,24 @@ export declare const success2: {
|
|
|
330
370
|
states: {
|
|
331
371
|
content: {
|
|
332
372
|
text: {
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
continueToConfirmationText: string;
|
|
336
|
-
backText: string;
|
|
337
|
-
redeemText: string;
|
|
338
|
-
doneText: string;
|
|
373
|
+
buttonText: string;
|
|
374
|
+
notAvailableError: string;
|
|
339
375
|
chooseRewardTitle: string;
|
|
340
376
|
chooseAmountTitle: string;
|
|
341
377
|
confirmationTitle: string;
|
|
378
|
+
cancelText: string;
|
|
379
|
+
backText: string;
|
|
380
|
+
continueText: string;
|
|
381
|
+
continueToConfirmationText: string;
|
|
382
|
+
redeemText: string;
|
|
342
383
|
redeemTitle: string;
|
|
384
|
+
redemptionSuccessText: string;
|
|
385
|
+
doneText: string;
|
|
386
|
+
toolTipText: string;
|
|
387
|
+
selectText: string;
|
|
388
|
+
sourceAmountMessage: string;
|
|
343
389
|
rewardRedeemedText: string;
|
|
344
|
-
|
|
345
|
-
notAvailableError: string;
|
|
390
|
+
redemptionError: string;
|
|
346
391
|
};
|
|
347
392
|
};
|
|
348
393
|
redeemStage: string;
|
|
@@ -371,19 +416,24 @@ export declare const success3: {
|
|
|
371
416
|
states: {
|
|
372
417
|
content: {
|
|
373
418
|
text: {
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
continueToConfirmationText: string;
|
|
377
|
-
backText: string;
|
|
378
|
-
redeemText: string;
|
|
379
|
-
doneText: string;
|
|
419
|
+
buttonText: string;
|
|
420
|
+
notAvailableError: string;
|
|
380
421
|
chooseRewardTitle: string;
|
|
381
422
|
chooseAmountTitle: string;
|
|
382
423
|
confirmationTitle: string;
|
|
424
|
+
cancelText: string;
|
|
425
|
+
backText: string;
|
|
426
|
+
continueText: string;
|
|
427
|
+
continueToConfirmationText: string;
|
|
428
|
+
redeemText: string;
|
|
383
429
|
redeemTitle: string;
|
|
430
|
+
redemptionSuccessText: string;
|
|
431
|
+
doneText: string;
|
|
432
|
+
toolTipText: string;
|
|
433
|
+
selectText: string;
|
|
434
|
+
sourceAmountMessage: string;
|
|
384
435
|
rewardRedeemedText: string;
|
|
385
|
-
|
|
386
|
-
notAvailableError: string;
|
|
436
|
+
redemptionError: string;
|
|
387
437
|
};
|
|
388
438
|
};
|
|
389
439
|
redeemStage: string;
|
|
@@ -412,19 +462,24 @@ export declare const loading: {
|
|
|
412
462
|
states: {
|
|
413
463
|
content: {
|
|
414
464
|
text: {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
continueToConfirmationText: string;
|
|
418
|
-
backText: string;
|
|
419
|
-
redeemText: string;
|
|
420
|
-
doneText: string;
|
|
465
|
+
buttonText: string;
|
|
466
|
+
notAvailableError: string;
|
|
421
467
|
chooseRewardTitle: string;
|
|
422
468
|
chooseAmountTitle: string;
|
|
423
469
|
confirmationTitle: string;
|
|
470
|
+
cancelText: string;
|
|
471
|
+
backText: string;
|
|
472
|
+
continueText: string;
|
|
473
|
+
continueToConfirmationText: string;
|
|
474
|
+
redeemText: string;
|
|
424
475
|
redeemTitle: string;
|
|
476
|
+
redemptionSuccessText: string;
|
|
477
|
+
doneText: string;
|
|
478
|
+
toolTipText: string;
|
|
479
|
+
selectText: string;
|
|
480
|
+
sourceAmountMessage: string;
|
|
425
481
|
rewardRedeemedText: string;
|
|
426
|
-
|
|
427
|
-
notAvailableError: string;
|
|
482
|
+
redemptionError: string;
|
|
428
483
|
};
|
|
429
484
|
};
|
|
430
485
|
redeemStage: string;
|
|
@@ -49,11 +49,28 @@ export declare class SqmRewardExchangeList {
|
|
|
49
49
|
* @uiName Confirmation Title Text
|
|
50
50
|
*/
|
|
51
51
|
redeemTitle: string;
|
|
52
|
+
/**
|
|
53
|
+
* @uiName Redemption Success Message
|
|
54
|
+
*/
|
|
52
55
|
redemptionSuccessText: string;
|
|
56
|
+
/**
|
|
57
|
+
* @uiName Reward Exchange Amount Text
|
|
58
|
+
*/
|
|
59
|
+
sourceAmountMessage: string;
|
|
60
|
+
/**
|
|
61
|
+
* Shown when a user copies a fuel tank code
|
|
62
|
+
*
|
|
63
|
+
* @uiName Tool Tip Text
|
|
64
|
+
*/
|
|
65
|
+
tooltiptext: string;
|
|
53
66
|
/**
|
|
54
67
|
* @uiName Done Text
|
|
55
68
|
*/
|
|
56
69
|
doneText: string;
|
|
70
|
+
/**
|
|
71
|
+
* @uiName Select Amount Text
|
|
72
|
+
*/
|
|
73
|
+
selectText: string;
|
|
57
74
|
/**
|
|
58
75
|
* @uiName Reward List Error Message
|
|
59
76
|
*/
|
|
@@ -66,6 +83,10 @@ export declare class SqmRewardExchangeList {
|
|
|
66
83
|
* @uiName Not Enough Available Error Message
|
|
67
84
|
*/
|
|
68
85
|
notEnoughError: string;
|
|
86
|
+
/**
|
|
87
|
+
* @uiName Number of Skeleton Cards
|
|
88
|
+
*/
|
|
89
|
+
skeletonCardNum: number;
|
|
69
90
|
/**
|
|
70
91
|
* @undocumented
|
|
71
92
|
* @uiType object
|
|
@@ -8,4 +8,6 @@ export declare const TextStyle: () => any;
|
|
|
8
8
|
export declare const WithoutIcon: () => any;
|
|
9
9
|
export declare const WithoutText: () => any;
|
|
10
10
|
export declare const TextStyleWithoutIcon: () => any;
|
|
11
|
+
export declare const WithCustomColors: () => any;
|
|
12
|
+
export declare const WithCustomBorderRadius: () => any;
|
|
11
13
|
export declare const FullStackIcon: () => any;
|
|
@@ -12,5 +12,8 @@ export interface ShareButtonViewProps {
|
|
|
12
12
|
iconslot?: "prefix" | "suffix";
|
|
13
13
|
onClick?: () => void;
|
|
14
14
|
hide?: boolean;
|
|
15
|
+
borderradius?: number;
|
|
16
|
+
backgroundcolor?: string;
|
|
17
|
+
textcolor?: string;
|
|
15
18
|
}
|
|
16
19
|
export declare function ShareButtonView(props: ShareButtonViewProps, children: VNode): any;
|