@saasquatch/mint-components 1.2.1 → 1.2.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 +32 -9
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/{sqm-divided-layout_22.cjs.entry.js → sqm-divided-layout_24.cjs.entry.js} +3846 -88
- package/dist/cjs/sqm-hero-view-9a179fd2.js +77 -0
- package/dist/cjs/sqm-hero.cjs.entry.js +33 -0
- package/dist/cjs/{sqm-navigation-sidebar-item-view-089d0eed.js → sqm-navigation-sidebar-item-view-647457cc.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-change-password-view-8d932bce.js → sqm-portal-change-password-view-faf6ad39.js} +15 -8
- package/dist/cjs/sqm-portal-change-password.cjs.entry.js +59 -4
- package/dist/cjs/{sqm-portal-email-verification-view-d6b7b37e.js → sqm-portal-email-verification-view-626fc886.js} +3 -3
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +14 -2
- package/dist/cjs/sqm-portal-footer-view-be3adcf2.js +80 -0
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +58 -0
- package/dist/cjs/{sqm-portal-profile-view-db5658ba.js → sqm-portal-profile-view-76e3e4bb.js} +5 -5
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +25 -7
- package/dist/cjs/{sqm-portal-reset-password-view-3980aa63.js → sqm-portal-reset-password-view-b7b52d16.js} +10 -6
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +42 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
- package/dist/collection/assets/PoweredBySaaSquatch.png +0 -0
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/sqm-hero/sqm-hero-view.js +73 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +95 -0
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +2 -2
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +2 -2
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +15 -8
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +215 -2
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +11 -1
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +3 -3
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +55 -3
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +2 -0
- package/dist/collection/components/sqm-portal-footer/PoweredByImg.js +11 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +65 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +305 -0
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +5 -5
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +90 -12
- package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +3 -0
- package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +3 -3
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +28 -2
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +10 -6
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +137 -1
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +10 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +1 -1
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +0 -6
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +10 -0
- package/dist/collection/stories/ChangePassword.stories.js +72 -2
- package/dist/collection/stories/Hero.stories.js +98 -0
- package/dist/collection/stories/NewPortal.stories.js +19 -1
- package/dist/collection/stories/PortalEmailVerification.stories.js +8 -0
- package/dist/collection/stories/PortalFooter.stories.js +21 -0
- package/dist/collection/stories/PortalProfile.stories.js +18 -0
- package/dist/collection/stories/PortalRegister.stories.js +7 -3
- package/dist/collection/stories/PortalResetPassword.stories.js +42 -0
- package/dist/collection/stories/PortalTemplates.stories.js +143 -0
- package/dist/collection/stories/PoweredByImg.stories.js +14 -0
- package/dist/collection/stories/ProgramMenu.stories.js +39 -0
- package/dist/collection/stories/Router.stories.js +42 -6
- package/dist/collection/stories/UseBigStat.stories.js +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/{sqm-divided-layout_22.entry.js → sqm-divided-layout_24.entry.js} +3844 -88
- package/dist/esm/sqm-hero-view-5b9bbae2.js +75 -0
- package/dist/esm/sqm-hero.entry.js +29 -0
- package/dist/esm/{sqm-navigation-sidebar-item-view-a75802bb.js → sqm-navigation-sidebar-item-view-000b0afb.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/{sqm-portal-change-password-view-8dbe1ea3.js → sqm-portal-change-password-view-24a4adf7.js} +15 -8
- package/dist/esm/sqm-portal-change-password.entry.js +59 -4
- package/dist/esm/{sqm-portal-email-verification-view-964d21fe.js → sqm-portal-email-verification-view-03495ffa.js} +3 -3
- package/dist/esm/sqm-portal-email-verification.entry.js +14 -2
- package/dist/esm/sqm-portal-footer-view-728c427c.js +77 -0
- package/dist/esm/sqm-portal-footer.entry.js +54 -0
- package/dist/esm/{sqm-portal-profile-view-2801882b.js → sqm-portal-profile-view-72e966e2.js} +5 -5
- package/dist/esm/sqm-portal-profile.entry.js +25 -7
- package/dist/esm/{sqm-portal-reset-password-view-6c1d23eb.js → sqm-portal-reset-password-view-1441849e.js} +10 -6
- package/dist/esm/sqm-portal-reset-password.entry.js +42 -4
- package/dist/esm/sqm-portal-verify-email.entry.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-divided-layout_24.entry.js +1 -0
- package/dist/esm-es5/sqm-hero-view-5b9bbae2.js +1 -0
- package/dist/esm-es5/sqm-hero.entry.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-000b0afb.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-change-password-view-24a4adf7.js +1 -0
- package/dist/esm-es5/sqm-portal-change-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-email-verification-view-03495ffa.js +1 -0
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-footer-view-728c427c.js +1 -0
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -0
- package/dist/esm-es5/{sqm-portal-profile-view-2801882b.js → sqm-portal-profile-view-72e966e2.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password-view-1441849e.js +1 -0
- 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/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-0747c54d.system.js +1 -1
- package/dist/mint-components/{p-1fd262be.system.js → p-1adc0488.system.js} +1 -1
- package/dist/mint-components/p-20fa60f6.system.entry.js +1 -0
- package/dist/mint-components/p-2addaaff.system.entry.js +1 -0
- package/dist/mint-components/p-3a9d8fd9.js +1 -0
- package/dist/mint-components/p-3adace56.entry.js +1 -0
- package/dist/mint-components/p-51db87f4.js +1 -0
- package/dist/mint-components/p-5442b8ad.js +1 -0
- package/dist/mint-components/p-609d6b60.system.entry.js +1 -0
- package/dist/mint-components/p-634d5bcc.entry.js +222 -0
- package/dist/mint-components/p-659298ed.system.entry.js +1 -0
- package/dist/mint-components/p-69e263e0.entry.js +1 -0
- package/dist/mint-components/p-6dfcecca.entry.js +33 -0
- package/dist/mint-components/p-70dd58a4.system.js +1 -0
- package/dist/mint-components/p-759095b4.entry.js +1 -0
- package/dist/mint-components/p-79e5f02c.entry.js +1 -0
- package/dist/mint-components/p-875d1fdc.system.entry.js +1 -0
- package/dist/mint-components/p-8a9ebc3f.system.entry.js +1 -0
- package/dist/mint-components/p-8dc6f789.js +1 -0
- package/dist/mint-components/p-a741d57c.system.js +1 -0
- package/dist/mint-components/p-b7159234.system.js +1 -0
- package/dist/mint-components/p-c196dc61.js +1 -0
- package/dist/mint-components/{p-eb944c84.system.js → p-c366f729.system.js} +1 -1
- package/dist/mint-components/p-c5c2d834.system.js +1 -0
- package/dist/mint-components/p-d24845cd.js +1 -0
- package/dist/mint-components/{p-5d46f5cc.entry.js → p-d37839f3.entry.js} +1 -1
- package/dist/mint-components/p-d441144e.js +1 -0
- package/dist/mint-components/{p-0396ec57.system.entry.js → p-d65a1cfd.system.entry.js} +1 -1
- package/dist/mint-components/p-d95dc3f1.system.js +1 -0
- package/dist/mint-components/p-dfcc1950.entry.js +1 -0
- package/dist/mint-components/p-e48cd2c5.system.entry.js +1 -0
- package/dist/mint-components/p-e6ce03b2.system.entry.js +1 -0
- package/dist/mint-components/p-fa4d1c58.entry.js +1 -0
- package/dist/types/components/sqm-hero/sqm-hero-view.d.ts +13 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +16 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +10 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +32 -0
- package/dist/types/components/sqm-portal-change-password/usePortalChangePassword.d.ts +11 -1
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +9 -1
- package/dist/types/components/sqm-portal-email-verification/usePortalEmailVerification.d.ts +2 -0
- package/dist/types/components/sqm-portal-footer/PoweredByImg.d.ts +7 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer-view.d.ts +16 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +57 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +3 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +17 -5
- package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +3 -0
- 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 +4 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +7 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +24 -0
- package/dist/types/components/sqm-portal-reset-password/usePortalResetPassword.d.ts +2 -4
- package/dist/types/components.d.ts +314 -12
- package/dist/types/saasquatch.d.ts +1 -1
- package/dist/types/stories/Hero.stories.d.ts +11 -0
- package/dist/types/stories/PortalFooter.stories.d.ts +10 -0
- package/dist/types/stories/PortalTemplates.stories.d.ts +88 -0
- package/dist/types/stories/PoweredByImg.stories.d.ts +7 -0
- package/dist/types/stories/ProgramMenu.stories.d.ts +28 -0
- package/dist/types/stories/Router.stories.d.ts +24 -3
- package/dist/types/stories/UseBigStat.stories.d.ts +6 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/sqm-portal-login-view-20530cd5.js +0 -53
- package/dist/cjs/sqm-portal-login.cjs.entry.js +0 -119
- package/dist/cjs/sqm-program-menu.cjs.entry.js +0 -57
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.css +0 -25
- package/dist/esm/sqm-portal-login-view-7e56a959.js +0 -51
- package/dist/esm/sqm-portal-login.entry.js +0 -115
- package/dist/esm/sqm-program-menu.entry.js +0 -53
- package/dist/esm-es5/sqm-divided-layout_22.entry.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-a75802bb.js +0 -1
- package/dist/esm-es5/sqm-portal-change-password-view-8dbe1ea3.js +0 -1
- package/dist/esm-es5/sqm-portal-email-verification-view-964d21fe.js +0 -1
- package/dist/esm-es5/sqm-portal-login-view-7e56a959.js +0 -1
- package/dist/esm-es5/sqm-portal-login.entry.js +0 -1
- package/dist/esm-es5/sqm-portal-reset-password-view-6c1d23eb.js +0 -1
- package/dist/esm-es5/sqm-program-menu.entry.js +0 -1
- package/dist/mint-components/p-18142b08.system.entry.js +0 -1
- package/dist/mint-components/p-2019910e.system.entry.js +0 -1
- package/dist/mint-components/p-3f40e878.js +0 -1
- package/dist/mint-components/p-42ca40ee.system.entry.js +0 -1
- package/dist/mint-components/p-4a4f97e3.system.js +0 -1
- package/dist/mint-components/p-4e298f2f.entry.js +0 -1
- package/dist/mint-components/p-4f7e972b.entry.js +0 -222
- package/dist/mint-components/p-511ee8d5.js +0 -1
- package/dist/mint-components/p-5c2d4489.entry.js +0 -33
- package/dist/mint-components/p-6dcb4084.js +0 -1
- package/dist/mint-components/p-6edab0e1.js +0 -1
- package/dist/mint-components/p-7b5f70cf.system.entry.js +0 -1
- package/dist/mint-components/p-7cf1b6bc.system.js +0 -1
- package/dist/mint-components/p-8a647b42.entry.js +0 -1
- package/dist/mint-components/p-8a9e36b0.entry.js +0 -1
- package/dist/mint-components/p-9ec68457.system.js +0 -1
- package/dist/mint-components/p-a19cb5dc.entry.js +0 -1
- package/dist/mint-components/p-ac1285f3.js +0 -1
- package/dist/mint-components/p-aca6d934.system.entry.js +0 -1
- package/dist/mint-components/p-ae8f2817.entry.js +0 -1
- package/dist/mint-components/p-bcd56164.system.entry.js +0 -1
- package/dist/mint-components/p-cccfe42a.system.js +0 -1
- package/dist/mint-components/p-d2dfc374.js +0 -1
- package/dist/mint-components/p-db23f907.system.entry.js +0 -1
- package/dist/mint-components/p-e896917e.entry.js +0 -1
- package/dist/mint-components/p-f305ea91.system.entry.js +0 -1
|
@@ -6,23 +6,35 @@ import { DemoData } from "../../global/demo";
|
|
|
6
6
|
export declare class PortalProfile {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName First
|
|
9
|
+
* @uiName First name input field label
|
|
10
10
|
*/
|
|
11
11
|
firstnametext: string;
|
|
12
12
|
/**
|
|
13
|
-
* @uiName Last
|
|
13
|
+
* @uiName Last name input field label
|
|
14
14
|
*/
|
|
15
15
|
lastnametext: string;
|
|
16
16
|
/**
|
|
17
|
-
* @uiName Email label
|
|
17
|
+
* @uiName Email input field label
|
|
18
18
|
*/
|
|
19
19
|
emailtext: string;
|
|
20
20
|
/**
|
|
21
|
-
* @uiName Country label
|
|
21
|
+
* @uiName Country input field label
|
|
22
22
|
*/
|
|
23
23
|
countrytext: string;
|
|
24
24
|
/**
|
|
25
|
-
* @uiName
|
|
25
|
+
* @uiName Edit profile header
|
|
26
|
+
*/
|
|
27
|
+
editProfileHeader: string;
|
|
28
|
+
/**
|
|
29
|
+
* @uiName Edit profile sub header
|
|
30
|
+
*/
|
|
31
|
+
editProfileSubHeader: string;
|
|
32
|
+
/**
|
|
33
|
+
* @uiName Text for the submit changes button
|
|
34
|
+
*/
|
|
35
|
+
submitChangeButtonText: string;
|
|
36
|
+
/**
|
|
37
|
+
* @uiName Show or hide country field
|
|
26
38
|
*/
|
|
27
39
|
showCountry: boolean;
|
|
28
40
|
/**
|
|
@@ -4,6 +4,9 @@ export interface PortalProfileProps {
|
|
|
4
4
|
lastnametext: string;
|
|
5
5
|
countrytext: string;
|
|
6
6
|
emailtext: string;
|
|
7
|
+
editProfileHeader: string;
|
|
8
|
+
editProfileSubHeader: string;
|
|
9
|
+
submitChangeButtonText: string;
|
|
7
10
|
showCountry: boolean;
|
|
8
11
|
}
|
|
9
12
|
export declare function usePortalProfile(props: PortalProfileProps): PortalProfileViewProps;
|
|
@@ -25,6 +25,10 @@ export declare class PortalRegister {
|
|
|
25
25
|
* @uiName Label for login navigation button
|
|
26
26
|
*/
|
|
27
27
|
loginLabel: string;
|
|
28
|
+
/**
|
|
29
|
+
* @uiName Label for confirm password field
|
|
30
|
+
*/
|
|
31
|
+
confirmPasswordLabel: string;
|
|
28
32
|
/**
|
|
29
33
|
* @uiName Show confirm password field
|
|
30
34
|
*/
|
|
@@ -8,6 +8,13 @@ export interface PortalResetPasswordViewProps {
|
|
|
8
8
|
oobCodeValidating: boolean;
|
|
9
9
|
oobCodeValid: boolean;
|
|
10
10
|
passwordDemoData?: PasswordFieldViewDemoProps;
|
|
11
|
+
content: {
|
|
12
|
+
passwordResetHeader: string;
|
|
13
|
+
resetPasswordHeader: string;
|
|
14
|
+
continueButtonText: string;
|
|
15
|
+
resetPasswordButtonText: string;
|
|
16
|
+
confirmPasswordFieldLabel: string;
|
|
17
|
+
};
|
|
11
18
|
};
|
|
12
19
|
callbacks: {
|
|
13
20
|
submit: (node: any) => void;
|
|
@@ -13,6 +13,30 @@ export declare class PortalResetPassword {
|
|
|
13
13
|
* @uiName Show confirm password
|
|
14
14
|
*/
|
|
15
15
|
confirmPassword: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @uiName Password reset header text
|
|
18
|
+
*/
|
|
19
|
+
resetPasswordHeader: string;
|
|
20
|
+
/**
|
|
21
|
+
* Displayed after a successful password reset
|
|
22
|
+
*
|
|
23
|
+
* @uiName Password reset header text
|
|
24
|
+
*/
|
|
25
|
+
passwordResetHeader: string;
|
|
26
|
+
/**
|
|
27
|
+
* @uiName Password reset button text
|
|
28
|
+
*/
|
|
29
|
+
resetPasswordButtonText: string;
|
|
30
|
+
/**
|
|
31
|
+
* Displayed after a successful password reset
|
|
32
|
+
*
|
|
33
|
+
* @uiName Continue button text
|
|
34
|
+
*/
|
|
35
|
+
continueButtonText: string;
|
|
36
|
+
/**
|
|
37
|
+
* @uiName Confirm password field label
|
|
38
|
+
*/
|
|
39
|
+
confirmPasswordFieldLabel: string;
|
|
16
40
|
/**
|
|
17
41
|
* @undocumented
|
|
18
42
|
* @uiType object
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import { PortalResetPasswordViewProps } from "./sqm-portal-reset-password-view";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
confirmPassword: any;
|
|
5
|
-
}): PortalResetPasswordViewProps;
|
|
2
|
+
import { PortalResetPassword } from "./sqm-portal-reset-password";
|
|
3
|
+
export declare function usePortalResetPassword(props: PortalResetPassword): PortalResetPasswordViewProps;
|
|
@@ -138,6 +138,20 @@ export namespace Components {
|
|
|
138
138
|
*/
|
|
139
139
|
"domain": string;
|
|
140
140
|
}
|
|
141
|
+
interface SqmHero {
|
|
142
|
+
/**
|
|
143
|
+
* @uiName Background image or color
|
|
144
|
+
*/
|
|
145
|
+
"background"?: string;
|
|
146
|
+
/**
|
|
147
|
+
* @uiName Number of columns in the layout
|
|
148
|
+
*/
|
|
149
|
+
"columns": 1 | 2;
|
|
150
|
+
/**
|
|
151
|
+
* @uiName Wrap direction
|
|
152
|
+
*/
|
|
153
|
+
"wrapDirection": "wrap" | "wrap-reverse";
|
|
154
|
+
}
|
|
141
155
|
interface SqmHookStoryContainer {
|
|
142
156
|
"hookStory": FunctionalComponent;
|
|
143
157
|
}
|
|
@@ -293,11 +307,43 @@ export namespace Components {
|
|
|
293
307
|
"poweredBy": boolean;
|
|
294
308
|
}
|
|
295
309
|
interface SqmPortalChangePassword {
|
|
310
|
+
/**
|
|
311
|
+
* @uiName Modal cancel password change button text
|
|
312
|
+
*/
|
|
313
|
+
"cancelText": string;
|
|
314
|
+
/**
|
|
315
|
+
* @uiName Modal change password button text
|
|
316
|
+
*/
|
|
317
|
+
"changePasswordButtonText": string;
|
|
318
|
+
/**
|
|
319
|
+
* @uiName Password confirmation input field label
|
|
320
|
+
*/
|
|
321
|
+
"confirmPasswordFieldLabel": string;
|
|
296
322
|
/**
|
|
297
323
|
* @undocumented
|
|
298
324
|
* @uiType object
|
|
299
325
|
*/
|
|
300
326
|
"demoData"?: DemoData<PortalChangePasswordViewProps>;
|
|
327
|
+
/**
|
|
328
|
+
* @uiName Change password modal header
|
|
329
|
+
*/
|
|
330
|
+
"modalChangePasswordHeader": string;
|
|
331
|
+
/**
|
|
332
|
+
* @uiName Password input field label
|
|
333
|
+
*/
|
|
334
|
+
"passwordFieldLabel": string;
|
|
335
|
+
/**
|
|
336
|
+
* @uiName Portal change password button text
|
|
337
|
+
*/
|
|
338
|
+
"portalChangePasswordButtonText": string;
|
|
339
|
+
/**
|
|
340
|
+
* @uiName Portal change password section header
|
|
341
|
+
*/
|
|
342
|
+
"portalChangePasswordHeader": string;
|
|
343
|
+
/**
|
|
344
|
+
* @uiName Successful password change message
|
|
345
|
+
*/
|
|
346
|
+
"successMessage": string;
|
|
301
347
|
}
|
|
302
348
|
interface SqmPortalContainer {
|
|
303
349
|
/**
|
|
@@ -330,10 +376,68 @@ export namespace Components {
|
|
|
330
376
|
*/
|
|
331
377
|
"demoData"?: DemoData<PortalEmailVerificationViewProps>;
|
|
332
378
|
/**
|
|
333
|
-
* @uiName
|
|
379
|
+
* @uiName Email verification header text
|
|
380
|
+
*/
|
|
381
|
+
"emailVerificationHeader": string;
|
|
382
|
+
/**
|
|
383
|
+
* @uiName Re-send email button text
|
|
384
|
+
*/
|
|
385
|
+
"resendEmailButtonText": string;
|
|
386
|
+
/**
|
|
387
|
+
* @uiName Email verification body text
|
|
334
388
|
*/
|
|
335
389
|
"verifyMessage": string;
|
|
336
390
|
}
|
|
391
|
+
interface SqmPortalFooter {
|
|
392
|
+
/**
|
|
393
|
+
* @uiName FAQ Link
|
|
394
|
+
*/
|
|
395
|
+
"faqLink"?: string;
|
|
396
|
+
/**
|
|
397
|
+
* @uiName FAQ Text
|
|
398
|
+
*/
|
|
399
|
+
"faqText"?: string;
|
|
400
|
+
/**
|
|
401
|
+
* @uiName Padding Bottom
|
|
402
|
+
*/
|
|
403
|
+
"paddingBottom": string;
|
|
404
|
+
/**
|
|
405
|
+
* @uiName Padding Left
|
|
406
|
+
*/
|
|
407
|
+
"paddingLeft": string;
|
|
408
|
+
/**
|
|
409
|
+
* @uiName Padding Right
|
|
410
|
+
*/
|
|
411
|
+
"paddingRight": string;
|
|
412
|
+
/**
|
|
413
|
+
* @uiName Padding Top
|
|
414
|
+
*/
|
|
415
|
+
"paddingTop": string;
|
|
416
|
+
/**
|
|
417
|
+
* @uiName Powered By Link
|
|
418
|
+
*/
|
|
419
|
+
"poweredByLink": string;
|
|
420
|
+
/**
|
|
421
|
+
* @uiName Show Powered By SaaSquatch
|
|
422
|
+
*/
|
|
423
|
+
"showPoweredBy": boolean;
|
|
424
|
+
/**
|
|
425
|
+
* @uiName Support Email
|
|
426
|
+
*/
|
|
427
|
+
"supportEmail": string;
|
|
428
|
+
/**
|
|
429
|
+
* @uiName Support Text
|
|
430
|
+
*/
|
|
431
|
+
"supportText": string;
|
|
432
|
+
/**
|
|
433
|
+
* @uiName Terms and Conditions Link
|
|
434
|
+
*/
|
|
435
|
+
"termsLink"?: string;
|
|
436
|
+
/**
|
|
437
|
+
* @uiName Terms and Conditions Text
|
|
438
|
+
*/
|
|
439
|
+
"termsText"?: string;
|
|
440
|
+
}
|
|
337
441
|
interface SqmPortalForgotPassword {
|
|
338
442
|
/**
|
|
339
443
|
* @undocumented
|
|
@@ -399,7 +503,7 @@ export namespace Components {
|
|
|
399
503
|
}
|
|
400
504
|
interface SqmPortalProfile {
|
|
401
505
|
/**
|
|
402
|
-
* @uiName Country label
|
|
506
|
+
* @uiName Country input field label
|
|
403
507
|
*/
|
|
404
508
|
"countrytext": string;
|
|
405
509
|
/**
|
|
@@ -408,21 +512,33 @@ export namespace Components {
|
|
|
408
512
|
*/
|
|
409
513
|
"demoData"?: DemoData<PortalProfileViewProps>;
|
|
410
514
|
/**
|
|
411
|
-
* @uiName
|
|
515
|
+
* @uiName Edit profile header
|
|
516
|
+
*/
|
|
517
|
+
"editProfileHeader": string;
|
|
518
|
+
/**
|
|
519
|
+
* @uiName Edit profile sub header
|
|
520
|
+
*/
|
|
521
|
+
"editProfileSubHeader": string;
|
|
522
|
+
/**
|
|
523
|
+
* @uiName Email input field label
|
|
412
524
|
*/
|
|
413
525
|
"emailtext": string;
|
|
414
526
|
/**
|
|
415
|
-
* @uiName First
|
|
527
|
+
* @uiName First name input field label
|
|
416
528
|
*/
|
|
417
529
|
"firstnametext": string;
|
|
418
530
|
/**
|
|
419
|
-
* @uiName Last
|
|
531
|
+
* @uiName Last name input field label
|
|
420
532
|
*/
|
|
421
533
|
"lastnametext": string;
|
|
422
534
|
/**
|
|
423
|
-
* @uiName Show country field
|
|
535
|
+
* @uiName Show or hide country field
|
|
424
536
|
*/
|
|
425
537
|
"showCountry": boolean;
|
|
538
|
+
/**
|
|
539
|
+
* @uiName Text for the submit changes button
|
|
540
|
+
*/
|
|
541
|
+
"submitChangeButtonText": string;
|
|
426
542
|
}
|
|
427
543
|
interface SqmPortalProtectedRoute {
|
|
428
544
|
/**
|
|
@@ -443,6 +559,10 @@ export namespace Components {
|
|
|
443
559
|
* @uiName Show confirm password field
|
|
444
560
|
*/
|
|
445
561
|
"confirmPassword": boolean;
|
|
562
|
+
/**
|
|
563
|
+
* @uiName Label for confirm password field
|
|
564
|
+
*/
|
|
565
|
+
"confirmPasswordLabel": string;
|
|
446
566
|
/**
|
|
447
567
|
* @undocumented
|
|
448
568
|
* @uiType object
|
|
@@ -486,6 +606,15 @@ export namespace Components {
|
|
|
486
606
|
* @uiName Show confirm password
|
|
487
607
|
*/
|
|
488
608
|
"confirmPassword": boolean;
|
|
609
|
+
/**
|
|
610
|
+
* @uiName Confirm password field label
|
|
611
|
+
*/
|
|
612
|
+
"confirmPasswordFieldLabel": string;
|
|
613
|
+
/**
|
|
614
|
+
* Displayed after a successful password reset
|
|
615
|
+
* @uiName Continue button text
|
|
616
|
+
*/
|
|
617
|
+
"continueButtonText": string;
|
|
489
618
|
/**
|
|
490
619
|
* @undocumented
|
|
491
620
|
* @uiType object
|
|
@@ -495,6 +624,19 @@ export namespace Components {
|
|
|
495
624
|
* @uiName Next page path
|
|
496
625
|
*/
|
|
497
626
|
"nextPage": string;
|
|
627
|
+
/**
|
|
628
|
+
* Displayed after a successful password reset
|
|
629
|
+
* @uiName Password reset header text
|
|
630
|
+
*/
|
|
631
|
+
"passwordResetHeader": string;
|
|
632
|
+
/**
|
|
633
|
+
* @uiName Password reset button text
|
|
634
|
+
*/
|
|
635
|
+
"resetPasswordButtonText": string;
|
|
636
|
+
/**
|
|
637
|
+
* @uiName Password reset header text
|
|
638
|
+
*/
|
|
639
|
+
"resetPasswordHeader": string;
|
|
498
640
|
}
|
|
499
641
|
interface SqmPortalVerifyEmail {
|
|
500
642
|
/**
|
|
@@ -860,6 +1002,12 @@ declare global {
|
|
|
860
1002
|
prototype: HTMLSqmGraphqlClientProviderElement;
|
|
861
1003
|
new (): HTMLSqmGraphqlClientProviderElement;
|
|
862
1004
|
};
|
|
1005
|
+
interface HTMLSqmHeroElement extends Components.SqmHero, HTMLStencilElement {
|
|
1006
|
+
}
|
|
1007
|
+
var HTMLSqmHeroElement: {
|
|
1008
|
+
prototype: HTMLSqmHeroElement;
|
|
1009
|
+
new (): HTMLSqmHeroElement;
|
|
1010
|
+
};
|
|
863
1011
|
interface HTMLSqmHookStoryContainerElement extends Components.SqmHookStoryContainer, HTMLStencilElement {
|
|
864
1012
|
}
|
|
865
1013
|
var HTMLSqmHookStoryContainerElement: {
|
|
@@ -926,6 +1074,12 @@ declare global {
|
|
|
926
1074
|
prototype: HTMLSqmPortalEmailVerificationElement;
|
|
927
1075
|
new (): HTMLSqmPortalEmailVerificationElement;
|
|
928
1076
|
};
|
|
1077
|
+
interface HTMLSqmPortalFooterElement extends Components.SqmPortalFooter, HTMLStencilElement {
|
|
1078
|
+
}
|
|
1079
|
+
var HTMLSqmPortalFooterElement: {
|
|
1080
|
+
prototype: HTMLSqmPortalFooterElement;
|
|
1081
|
+
new (): HTMLSqmPortalFooterElement;
|
|
1082
|
+
};
|
|
929
1083
|
interface HTMLSqmPortalForgotPasswordElement extends Components.SqmPortalForgotPassword, HTMLStencilElement {
|
|
930
1084
|
}
|
|
931
1085
|
var HTMLSqmPortalForgotPasswordElement: {
|
|
@@ -1137,6 +1291,7 @@ declare global {
|
|
|
1137
1291
|
"sqm-edit-profile": HTMLSqmEditProfileElement;
|
|
1138
1292
|
"sqm-form-message": HTMLSqmFormMessageElement;
|
|
1139
1293
|
"sqm-graphql-client-provider": HTMLSqmGraphqlClientProviderElement;
|
|
1294
|
+
"sqm-hero": HTMLSqmHeroElement;
|
|
1140
1295
|
"sqm-hook-story-container": HTMLSqmHookStoryContainerElement;
|
|
1141
1296
|
"sqm-leaderboard": HTMLSqmLeaderboardElement;
|
|
1142
1297
|
"sqm-leaderboard-rank": HTMLSqmLeaderboardRankElement;
|
|
@@ -1148,6 +1303,7 @@ declare global {
|
|
|
1148
1303
|
"sqm-portal-change-password": HTMLSqmPortalChangePasswordElement;
|
|
1149
1304
|
"sqm-portal-container": HTMLSqmPortalContainerElement;
|
|
1150
1305
|
"sqm-portal-email-verification": HTMLSqmPortalEmailVerificationElement;
|
|
1306
|
+
"sqm-portal-footer": HTMLSqmPortalFooterElement;
|
|
1151
1307
|
"sqm-portal-forgot-password": HTMLSqmPortalForgotPasswordElement;
|
|
1152
1308
|
"sqm-portal-frame": HTMLSqmPortalFrameElement;
|
|
1153
1309
|
"sqm-portal-login": HTMLSqmPortalLoginElement;
|
|
@@ -1292,6 +1448,20 @@ declare namespace LocalJSX {
|
|
|
1292
1448
|
*/
|
|
1293
1449
|
"domain"?: string;
|
|
1294
1450
|
}
|
|
1451
|
+
interface SqmHero {
|
|
1452
|
+
/**
|
|
1453
|
+
* @uiName Background image or color
|
|
1454
|
+
*/
|
|
1455
|
+
"background"?: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* @uiName Number of columns in the layout
|
|
1458
|
+
*/
|
|
1459
|
+
"columns"?: 1 | 2;
|
|
1460
|
+
/**
|
|
1461
|
+
* @uiName Wrap direction
|
|
1462
|
+
*/
|
|
1463
|
+
"wrapDirection"?: "wrap" | "wrap-reverse";
|
|
1464
|
+
}
|
|
1295
1465
|
interface SqmHookStoryContainer {
|
|
1296
1466
|
"hookStory"?: FunctionalComponent;
|
|
1297
1467
|
}
|
|
@@ -1447,11 +1617,43 @@ declare namespace LocalJSX {
|
|
|
1447
1617
|
"poweredBy"?: boolean;
|
|
1448
1618
|
}
|
|
1449
1619
|
interface SqmPortalChangePassword {
|
|
1620
|
+
/**
|
|
1621
|
+
* @uiName Modal cancel password change button text
|
|
1622
|
+
*/
|
|
1623
|
+
"cancelText"?: string;
|
|
1624
|
+
/**
|
|
1625
|
+
* @uiName Modal change password button text
|
|
1626
|
+
*/
|
|
1627
|
+
"changePasswordButtonText"?: string;
|
|
1628
|
+
/**
|
|
1629
|
+
* @uiName Password confirmation input field label
|
|
1630
|
+
*/
|
|
1631
|
+
"confirmPasswordFieldLabel"?: string;
|
|
1450
1632
|
/**
|
|
1451
1633
|
* @undocumented
|
|
1452
1634
|
* @uiType object
|
|
1453
1635
|
*/
|
|
1454
1636
|
"demoData"?: DemoData<PortalChangePasswordViewProps>;
|
|
1637
|
+
/**
|
|
1638
|
+
* @uiName Change password modal header
|
|
1639
|
+
*/
|
|
1640
|
+
"modalChangePasswordHeader"?: string;
|
|
1641
|
+
/**
|
|
1642
|
+
* @uiName Password input field label
|
|
1643
|
+
*/
|
|
1644
|
+
"passwordFieldLabel"?: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* @uiName Portal change password button text
|
|
1647
|
+
*/
|
|
1648
|
+
"portalChangePasswordButtonText"?: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* @uiName Portal change password section header
|
|
1651
|
+
*/
|
|
1652
|
+
"portalChangePasswordHeader"?: string;
|
|
1653
|
+
/**
|
|
1654
|
+
* @uiName Successful password change message
|
|
1655
|
+
*/
|
|
1656
|
+
"successMessage"?: string;
|
|
1455
1657
|
}
|
|
1456
1658
|
interface SqmPortalContainer {
|
|
1457
1659
|
/**
|
|
@@ -1484,10 +1686,68 @@ declare namespace LocalJSX {
|
|
|
1484
1686
|
*/
|
|
1485
1687
|
"demoData"?: DemoData<PortalEmailVerificationViewProps>;
|
|
1486
1688
|
/**
|
|
1487
|
-
* @uiName
|
|
1689
|
+
* @uiName Email verification header text
|
|
1690
|
+
*/
|
|
1691
|
+
"emailVerificationHeader"?: string;
|
|
1692
|
+
/**
|
|
1693
|
+
* @uiName Re-send email button text
|
|
1694
|
+
*/
|
|
1695
|
+
"resendEmailButtonText"?: string;
|
|
1696
|
+
/**
|
|
1697
|
+
* @uiName Email verification body text
|
|
1488
1698
|
*/
|
|
1489
1699
|
"verifyMessage"?: string;
|
|
1490
1700
|
}
|
|
1701
|
+
interface SqmPortalFooter {
|
|
1702
|
+
/**
|
|
1703
|
+
* @uiName FAQ Link
|
|
1704
|
+
*/
|
|
1705
|
+
"faqLink"?: string;
|
|
1706
|
+
/**
|
|
1707
|
+
* @uiName FAQ Text
|
|
1708
|
+
*/
|
|
1709
|
+
"faqText"?: string;
|
|
1710
|
+
/**
|
|
1711
|
+
* @uiName Padding Bottom
|
|
1712
|
+
*/
|
|
1713
|
+
"paddingBottom"?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* @uiName Padding Left
|
|
1716
|
+
*/
|
|
1717
|
+
"paddingLeft"?: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* @uiName Padding Right
|
|
1720
|
+
*/
|
|
1721
|
+
"paddingRight"?: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* @uiName Padding Top
|
|
1724
|
+
*/
|
|
1725
|
+
"paddingTop"?: string;
|
|
1726
|
+
/**
|
|
1727
|
+
* @uiName Powered By Link
|
|
1728
|
+
*/
|
|
1729
|
+
"poweredByLink"?: string;
|
|
1730
|
+
/**
|
|
1731
|
+
* @uiName Show Powered By SaaSquatch
|
|
1732
|
+
*/
|
|
1733
|
+
"showPoweredBy"?: boolean;
|
|
1734
|
+
/**
|
|
1735
|
+
* @uiName Support Email
|
|
1736
|
+
*/
|
|
1737
|
+
"supportEmail"?: string;
|
|
1738
|
+
/**
|
|
1739
|
+
* @uiName Support Text
|
|
1740
|
+
*/
|
|
1741
|
+
"supportText"?: string;
|
|
1742
|
+
/**
|
|
1743
|
+
* @uiName Terms and Conditions Link
|
|
1744
|
+
*/
|
|
1745
|
+
"termsLink"?: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* @uiName Terms and Conditions Text
|
|
1748
|
+
*/
|
|
1749
|
+
"termsText"?: string;
|
|
1750
|
+
}
|
|
1491
1751
|
interface SqmPortalForgotPassword {
|
|
1492
1752
|
/**
|
|
1493
1753
|
* @undocumented
|
|
@@ -1553,7 +1813,7 @@ declare namespace LocalJSX {
|
|
|
1553
1813
|
}
|
|
1554
1814
|
interface SqmPortalProfile {
|
|
1555
1815
|
/**
|
|
1556
|
-
* @uiName Country label
|
|
1816
|
+
* @uiName Country input field label
|
|
1557
1817
|
*/
|
|
1558
1818
|
"countrytext"?: string;
|
|
1559
1819
|
/**
|
|
@@ -1562,21 +1822,33 @@ declare namespace LocalJSX {
|
|
|
1562
1822
|
*/
|
|
1563
1823
|
"demoData"?: DemoData<PortalProfileViewProps>;
|
|
1564
1824
|
/**
|
|
1565
|
-
* @uiName
|
|
1825
|
+
* @uiName Edit profile header
|
|
1826
|
+
*/
|
|
1827
|
+
"editProfileHeader"?: string;
|
|
1828
|
+
/**
|
|
1829
|
+
* @uiName Edit profile sub header
|
|
1830
|
+
*/
|
|
1831
|
+
"editProfileSubHeader"?: string;
|
|
1832
|
+
/**
|
|
1833
|
+
* @uiName Email input field label
|
|
1566
1834
|
*/
|
|
1567
1835
|
"emailtext"?: string;
|
|
1568
1836
|
/**
|
|
1569
|
-
* @uiName First
|
|
1837
|
+
* @uiName First name input field label
|
|
1570
1838
|
*/
|
|
1571
1839
|
"firstnametext"?: string;
|
|
1572
1840
|
/**
|
|
1573
|
-
* @uiName Last
|
|
1841
|
+
* @uiName Last name input field label
|
|
1574
1842
|
*/
|
|
1575
1843
|
"lastnametext"?: string;
|
|
1576
1844
|
/**
|
|
1577
|
-
* @uiName Show country field
|
|
1845
|
+
* @uiName Show or hide country field
|
|
1578
1846
|
*/
|
|
1579
1847
|
"showCountry"?: boolean;
|
|
1848
|
+
/**
|
|
1849
|
+
* @uiName Text for the submit changes button
|
|
1850
|
+
*/
|
|
1851
|
+
"submitChangeButtonText"?: string;
|
|
1580
1852
|
}
|
|
1581
1853
|
interface SqmPortalProtectedRoute {
|
|
1582
1854
|
/**
|
|
@@ -1597,6 +1869,10 @@ declare namespace LocalJSX {
|
|
|
1597
1869
|
* @uiName Show confirm password field
|
|
1598
1870
|
*/
|
|
1599
1871
|
"confirmPassword"?: boolean;
|
|
1872
|
+
/**
|
|
1873
|
+
* @uiName Label for confirm password field
|
|
1874
|
+
*/
|
|
1875
|
+
"confirmPasswordLabel"?: string;
|
|
1600
1876
|
/**
|
|
1601
1877
|
* @undocumented
|
|
1602
1878
|
* @uiType object
|
|
@@ -1640,6 +1916,15 @@ declare namespace LocalJSX {
|
|
|
1640
1916
|
* @uiName Show confirm password
|
|
1641
1917
|
*/
|
|
1642
1918
|
"confirmPassword"?: boolean;
|
|
1919
|
+
/**
|
|
1920
|
+
* @uiName Confirm password field label
|
|
1921
|
+
*/
|
|
1922
|
+
"confirmPasswordFieldLabel"?: string;
|
|
1923
|
+
/**
|
|
1924
|
+
* Displayed after a successful password reset
|
|
1925
|
+
* @uiName Continue button text
|
|
1926
|
+
*/
|
|
1927
|
+
"continueButtonText"?: string;
|
|
1643
1928
|
/**
|
|
1644
1929
|
* @undocumented
|
|
1645
1930
|
* @uiType object
|
|
@@ -1649,6 +1934,19 @@ declare namespace LocalJSX {
|
|
|
1649
1934
|
* @uiName Next page path
|
|
1650
1935
|
*/
|
|
1651
1936
|
"nextPage"?: string;
|
|
1937
|
+
/**
|
|
1938
|
+
* Displayed after a successful password reset
|
|
1939
|
+
* @uiName Password reset header text
|
|
1940
|
+
*/
|
|
1941
|
+
"passwordResetHeader"?: string;
|
|
1942
|
+
/**
|
|
1943
|
+
* @uiName Password reset button text
|
|
1944
|
+
*/
|
|
1945
|
+
"resetPasswordButtonText"?: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* @uiName Password reset header text
|
|
1948
|
+
*/
|
|
1949
|
+
"resetPasswordHeader"?: string;
|
|
1652
1950
|
}
|
|
1653
1951
|
interface SqmPortalVerifyEmail {
|
|
1654
1952
|
/**
|
|
@@ -1973,6 +2271,7 @@ declare namespace LocalJSX {
|
|
|
1973
2271
|
"sqm-edit-profile": SqmEditProfile;
|
|
1974
2272
|
"sqm-form-message": SqmFormMessage;
|
|
1975
2273
|
"sqm-graphql-client-provider": SqmGraphqlClientProvider;
|
|
2274
|
+
"sqm-hero": SqmHero;
|
|
1976
2275
|
"sqm-hook-story-container": SqmHookStoryContainer;
|
|
1977
2276
|
"sqm-leaderboard": SqmLeaderboard;
|
|
1978
2277
|
"sqm-leaderboard-rank": SqmLeaderboardRank;
|
|
@@ -1984,6 +2283,7 @@ declare namespace LocalJSX {
|
|
|
1984
2283
|
"sqm-portal-change-password": SqmPortalChangePassword;
|
|
1985
2284
|
"sqm-portal-container": SqmPortalContainer;
|
|
1986
2285
|
"sqm-portal-email-verification": SqmPortalEmailVerification;
|
|
2286
|
+
"sqm-portal-footer": SqmPortalFooter;
|
|
1987
2287
|
"sqm-portal-forgot-password": SqmPortalForgotPassword;
|
|
1988
2288
|
"sqm-portal-frame": SqmPortalFrame;
|
|
1989
2289
|
"sqm-portal-login": SqmPortalLogin;
|
|
@@ -2030,6 +2330,7 @@ declare module "@stencil/core" {
|
|
|
2030
2330
|
"sqm-edit-profile": LocalJSX.SqmEditProfile & JSXBase.HTMLAttributes<HTMLSqmEditProfileElement>;
|
|
2031
2331
|
"sqm-form-message": LocalJSX.SqmFormMessage & JSXBase.HTMLAttributes<HTMLSqmFormMessageElement>;
|
|
2032
2332
|
"sqm-graphql-client-provider": LocalJSX.SqmGraphqlClientProvider & JSXBase.HTMLAttributes<HTMLSqmGraphqlClientProviderElement>;
|
|
2333
|
+
"sqm-hero": LocalJSX.SqmHero & JSXBase.HTMLAttributes<HTMLSqmHeroElement>;
|
|
2033
2334
|
"sqm-hook-story-container": LocalJSX.SqmHookStoryContainer & JSXBase.HTMLAttributes<HTMLSqmHookStoryContainerElement>;
|
|
2034
2335
|
"sqm-leaderboard": LocalJSX.SqmLeaderboard & JSXBase.HTMLAttributes<HTMLSqmLeaderboardElement>;
|
|
2035
2336
|
"sqm-leaderboard-rank": LocalJSX.SqmLeaderboardRank & JSXBase.HTMLAttributes<HTMLSqmLeaderboardRankElement>;
|
|
@@ -2041,6 +2342,7 @@ declare module "@stencil/core" {
|
|
|
2041
2342
|
"sqm-portal-change-password": LocalJSX.SqmPortalChangePassword & JSXBase.HTMLAttributes<HTMLSqmPortalChangePasswordElement>;
|
|
2042
2343
|
"sqm-portal-container": LocalJSX.SqmPortalContainer & JSXBase.HTMLAttributes<HTMLSqmPortalContainerElement>;
|
|
2043
2344
|
"sqm-portal-email-verification": LocalJSX.SqmPortalEmailVerification & JSXBase.HTMLAttributes<HTMLSqmPortalEmailVerificationElement>;
|
|
2345
|
+
"sqm-portal-footer": LocalJSX.SqmPortalFooter & JSXBase.HTMLAttributes<HTMLSqmPortalFooterElement>;
|
|
2044
2346
|
"sqm-portal-forgot-password": LocalJSX.SqmPortalForgotPassword & JSXBase.HTMLAttributes<HTMLSqmPortalForgotPasswordElement>;
|
|
2045
2347
|
"sqm-portal-frame": LocalJSX.SqmPortalFrame & JSXBase.HTMLAttributes<HTMLSqmPortalFrameElement>;
|
|
2046
2348
|
"sqm-portal-login": LocalJSX.SqmPortalLogin & JSXBase.HTMLAttributes<HTMLSqmPortalLoginElement>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
parameters: {};
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const LoginOneColumn: () => any;
|
|
7
|
+
export declare const LoginOneColumnWithColor: () => any;
|
|
8
|
+
export declare const LoginOneColumnWithImage: () => any;
|
|
9
|
+
export declare const TwoColumnLogin: () => any;
|
|
10
|
+
export declare const TwoColumnLoginReverseWrap: () => any;
|
|
11
|
+
export declare const TwoColumnLoginWithImage: () => any;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
parameters: {};
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const DefaultFooter: () => any;
|
|
7
|
+
export declare const FooterWithTerms: () => any;
|
|
8
|
+
export declare const FooterWithFAQ: () => any;
|
|
9
|
+
export declare const FooterWithTermsAndFAQ: () => any;
|
|
10
|
+
export declare const FooterNoPoweredBy: () => any;
|