@saasquatch/mint-components 1.3.3-7 → 1.4.0-0
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/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat.cjs.entry.js +1 -1
- package/dist/cjs/sqm-divided-layout_26.cjs.entry.js +8 -6
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +3 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +5 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +5 -1
- package/dist/cjs/{useDemoBigStat-ee71b587.js → useDemoBigStat-d7a60992.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-portal-email-verification/sqm-portal-email-verification.js +5 -3
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +5 -3
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +4 -4
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +7 -5
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +8 -4
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +8 -4
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat.entry.js +1 -1
- package/dist/esm/sqm-divided-layout_26.entry.js +8 -6
- package/dist/esm/sqm-portal-email-verification.entry.js +3 -1
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +5 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +5 -1
- package/dist/esm/{useDemoBigStat-8865b9fa.js → useDemoBigStat-5557504e.js} +1 -2
- 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-divided-layout_26.entry.js +1 -1
- package/dist/esm-es5/{useDemoBigStat-8865b9fa.js → useDemoBigStat-5557504e.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-54707082.system.js +1 -1
- package/dist/mint-components/{p-1e47e0a6.entry.js → p-5fcd8687.entry.js} +1 -1
- package/dist/mint-components/{p-ba09d673.system.entry.js → p-86c02069.system.entry.js} +1 -1
- package/dist/mint-components/{p-32573409.js → p-b63744fe.js} +1 -1
- package/dist/mint-components/{p-a359f652.system.js → p-c5c029b8.system.js} +1 -1
- package/dist/mint-components/p-ced568fc.system.entry.js +1 -0
- package/dist/mint-components/{p-9f2a08a9.entry.js → p-ef29e060.entry.js} +2 -2
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +6 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +3 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +3 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +2 -2
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +4 -2
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +5 -1
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +5 -1
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +1 -1
- package/dist/types/components.d.ts +40 -16
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -2
- package/dist/mint-components/p-06d79243.system.entry.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,41 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.4.0] - 2021-12-09
|
|
11
|
+
|
|
12
|
+
- Updated version of component-boilerplate to prevent rare case of user context being deleted during register
|
|
13
|
+
- Updated version of component-boilerplate to support new registration, password reset, and verify requests
|
|
14
|
+
- Changed components:
|
|
15
|
+
- \<sqm-portal-email-verification>
|
|
16
|
+
- Added prop to customize what page a user is redirected to from their verify email, defaults to /verifyEmail
|
|
17
|
+
- \<sqm-portal-forgot-password>
|
|
18
|
+
- Added prop to customize what page a user is redirected to from their password reset email, defaults to /resetPassword
|
|
19
|
+
- Added prop to customize the login button redirection path, defaults to /login
|
|
20
|
+
- \<sqm-portal-login>
|
|
21
|
+
- Added prop to customize the register button redirection path, defaults to /register
|
|
22
|
+
- Added prop to customize the forgot password text link redirection path, defaults to /forgotPassword
|
|
23
|
+
- \<sqm-portal-register>
|
|
24
|
+
- Added prop to customize the login button redirection path, defaults to /login
|
|
25
|
+
- Added prop to customize what page a user is redirect to from their initial verify email, defaults to /verifyEmail
|
|
26
|
+
- \<sqm-portal-reset-password>
|
|
27
|
+
- Added prop to customize what path users are redirected to when oobcode validation fails, defaults to /
|
|
28
|
+
- \<sqm-portal-verify-email>
|
|
29
|
+
- Added prop to customize what path users are redirected to when oobcode validation fails, defaults to /
|
|
30
|
+
- \<sqm-big-stat>
|
|
31
|
+
- Added program ID prop to optionally be used instead of the default program context
|
|
32
|
+
|
|
10
33
|
## [1.3.0] - 2021-11-08
|
|
11
34
|
|
|
12
35
|
### Changed
|
|
13
36
|
|
|
14
37
|
- Changed components:
|
|
15
38
|
- \<sqm-share-button>
|
|
16
|
-
|
|
17
|
-
- \<sqm-portal-change-password>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
- \<sqm-portal-profile>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- \<sqm-portal-reset-password>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- \<sqm-portal-register>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
39
|
+
- Exported "icon" part so it can be customizable in the future
|
|
40
|
+
- \<sqm-portal-change-password>
|
|
41
|
+
- Changed sl-button in modal to be of type "primary" instead of "default"
|
|
42
|
+
- Swapped location of cancel and change password buttons
|
|
43
|
+
- Added padding between fields
|
|
44
|
+
- Changed hardcoded text into customizable props
|
|
45
|
+
- Changed password field input default label to "New Password"
|
|
46
|
+
- \<sqm-portal-profile>
|
|
47
|
+
- Changed hardcoded text into customizable props
|
|
48
|
+
- Added padding text below header
|
|
49
|
+
- \<sqm-portal-reset-password>
|
|
50
|
+
- Changed hardcoded text into customizable props
|
|
51
|
+
- Changed password field input default label to "New Password"
|
|
52
|
+
- \<sqm-portal-register>
|
|
53
|
+
- Changed hardcoded text into customizable props
|
|
54
|
+
- Changed formData slot to add custom inputs to the top of form instead of the bottom
|
|
55
|
+
- Fixed bug causing the correct error validation message from being shown
|
|
33
56
|
- \<sqm-portal-email-verification>
|
|
34
|
-
|
|
57
|
+
- Changed hardcoded text into customizable props
|
|
35
58
|
- \<sqm-portal-verify-email>
|
|
36
|
-
|
|
59
|
+
- Fixed bug causing users to get stuck if no userIdent existed when verifying their email
|
|
37
60
|
|
|
38
61
|
### Added
|
|
39
62
|
|
|
40
63
|
- Default affiliate portal templates now provided in [Stencilbook](https://mint-components.stencilbook.saasquat.ch)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
64
|
+
- Default Portal
|
|
65
|
+
- Multi Program Portal
|
|
66
|
+
- Lead Submit Portal
|
|
67
|
+
- Portal Dashboard (program widget)
|
|
45
68
|
- New components added for default affiliate portals
|
|
46
69
|
- \<sqm-portal-footer> Footer for providing FAQ, T&S, and support email
|
|
47
70
|
- \<sqm-hero> One or two column landing page with an optional background
|
|
@@ -159,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
159
182
|
- \<sqm-popup-container>
|
|
160
183
|
- \<sqm-stencilbook>
|
|
161
184
|
|
|
162
|
-
[unreleased]: https://github.com/saasquatch/program-tools/compare/mint-components@1.
|
|
185
|
+
[unreleased]: https://github.com/saasquatch/program-tools/compare/mint-components@1.4.0...HEAD
|
|
186
|
+
[1.4.0]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%401.4.0
|
|
163
187
|
[1.3.0]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%401.3.0
|
|
164
188
|
[1.2.0]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%401.2.0
|
|
165
189
|
[1.1.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%401.1.1
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -18,7 +18,7 @@ const patchEsm = () => {
|
|
|
18
18
|
const defineCustomElements = (win, options) => {
|
|
19
19
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
20
20
|
return patchEsm().then(() => {
|
|
21
|
-
return index.bootstrapLazy([["sqm-portal-reset-password.cjs",[[1,"sqm-portal-reset-password",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"confirmPassword":[4,"confirm-password"],"resetPasswordHeader":[1,"reset-password-header"],"passwordResetHeader":[1,"password-reset-header"],"resetPasswordButtonText":[1,"reset-password-button-text"],"continueButtonText":[1,"continue-button-text"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"passwordFieldLabel":[1,"password-field-label"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-email-verification.cjs",[[1,"sqm-portal-email-verification",{"redirectPath":[1,"redirect-path"],"emailVerificationHeader":[1,"email-verification-header"],"resendEmailButtonText":[1,"resend-email-button-text"],"verifyMessage":[1,"verify-message"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-forgot-password.cjs",[[1,"sqm-portal-forgot-password",{"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"submitLabel":[1,"submit-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-profile.cjs",[[1,"sqm-portal-profile",{"firstnametext":[1],"lastnametext":[1],"emailtext":[1],"countrytext":[1],"editProfileHeader":[1,"edit-profile-header"],"editProfileSubHeader":[1,"edit-profile-sub-header"],"submitChangeButtonText":[1,"submit-change-button-text"],"showCountry":[4,"show-country"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-verify-email.cjs",[[1,"sqm-portal-verify-email",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"demoData":[16],"ignored":[32]}]]],["sqm-referral-table-column.cjs",[[1,"sqm-referral-table-column",{"columnTitle":[1,"column-title"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-date-column.cjs",[[1,"sqm-referral-table-date-column",{"columnTitle":[1,"column-title"],"dateShown":[1,"date-shown"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-rewards-column.cjs",[[1,"sqm-referral-table-rewards-column",{"columnTitle":[1,"column-title"],"hideDetails":[4,"hide-details"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-status-column.cjs",[[1,"sqm-referral-table-status-column",{"columnTitle":[1,"column-title"],"convertedStatusText":[1,"converted-status-text"],"inProgressStatusText":[1,"in-progress-status-text"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-user-column.cjs",[[1,"sqm-referral-table-user-column",{"columnTitle":[1,"column-title"],"anonymousUser":[1,"anonymous-user"],"deletedUser":[1,"deleted-user"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-asset-card.cjs",[[1,"sqm-asset-card",{"titleText":[1,"title-text"],"imgUrl":[1,"img-url"],"demoData":[16],"ignored":[32]}]]],["sqm-big-stat.cjs",[[1,"sqm-big-stat",{"statType":[1,"stat-type"],"flexReverse":[4,"flex-reverse"],"alignment":[1],"demoData":[16],"ignored":[32]}]]],["sqm-graphql-client-provider.cjs",[[4,"sqm-graphql-client-provider",{"domain":[1],"ignored":[32]}]]],["sqm-hero.cjs",[[1,"sqm-hero",{"columns":[2],"background":[1],"paddingSize":[1,"padding-size"],"secondaryBackground":[1,"secondary-background"],"wrapDirection":[1,"wrap-direction"]}]]],["sqm-leaderboard.cjs",[[1,"sqm-leaderboard",{"usersheading":[1],"statsheading":[1],"rankheading":[1],"showRank":[4,"show-rank"],"rankType":[1,"rank-type"],"leaderboardType":[1,"leaderboard-type"],"interval":[1],"demoData":[16],"ignored":[32]}]]],["sqm-leaderboard-rank.cjs",[[1,"sqm-leaderboard-rank",{"rankType":[1,"rank-type"],"rankText":[1,"rank-text"],"leaderboardType":[1,"leaderboard-type"],"unrankedText":[1,"unranked-text"],"interval":[1],"demoData":[16]}]]],["sqm-name-fields.cjs",[[0,"sqm-name-fields",{"firstNameLabel":[1,"first-name-label"],"lastNameLabel":[1,"last-name-label"],"demoData":[16],"ignored":[32]}]]],["sqm-navigation-sidebar.cjs",[[1,"sqm-navigation-sidebar",{"ignored":[32]}]]],["sqm-navigation-sidebar-item.cjs",[[1,"sqm-navigation-sidebar-item",{"path":[1],"icon":[1],"label":[1],"demoData":[16]}]]],["sqm-popup-container.cjs",[[4,"sqm-popup-container",{"poweredBy":[4,"powered-by"],"closeButton":[4,"close-button"],"closeButtonText":[1,"close-button-text"],"embedPadding":[1,"embed-padding"],"popupPadding":[1,"popup-padding"]}]]],["sqm-portal-container.cjs",[[1,"sqm-portal-container",{"direction":[1],"padding":[1],"gap":[1],"minWidth":[1,"min-width"],"ignored":[32]}]]],["sqm-portal-footer.cjs",[[1,"sqm-portal-footer",{"supportEmail":[1,"support-email"],"supportText":[1,"support-text"],"termsLink":[1,"terms-link"],"termsText":[1,"terms-text"],"faqLink":[1,"faq-link"],"faqText":[1,"faq-text"],"showPoweredBy":[4,"show-powered-by"],"poweredByLink":[1,"powered-by-link"],"paddingTop":[1,"padding-top"],"paddingRight":[1,"padding-right"],"paddingBottom":[1,"padding-bottom"],"paddingLeft":[1,"padding-left"],"ignored":[32]}]]],["sqm-portal-logout.cjs",[[1,"sqm-portal-logout",{"nextPage":[1,"next-page"],"ignored":[32]}]]],["sqm-portal-protected-route.cjs",[[1,"sqm-portal-protected-route",{"redirectTo":[1,"redirect-to"],"requireEmailVerification":[4,"require-email-verification"],"redirectToUnverified":[1,"redirect-to-unverified"],"ignored":[32]}]]],["sqm-route.cjs",[[1,"sqm-route",{"path":[1],"ignored":[32]}]]],["sqm-share-code.cjs",[[1,"sqm-share-code",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}]]],["sqm-stat-container.cjs",[[1,"sqm-stat-container",{"space":[1],"ignored":[32]}]]],["sqm-text-span.cjs",[[0,"sqm-text-span",{"text":[1],"type":[1],"ignored":[32]}]]],["sqm-titled-section.cjs",[[1,"sqm-titled-section",{"label":[1],"labelMargin":[1,"label-margin"],"padding":[1]}]]],["sqm-divided-layout_26.cjs",[[4,"sqm-stencilbook",{"ignored":[32]}],[1,"sqm-referral-table",{"programId":[1,"program-id"],"perPage":[2,"per-page"],"showLabels":[4,"show-labels"],"prevLabel":[1,"prev-label"],"moreLabel":[1,"more-label"],"showReferrer":[4,"show-referrer"],"demoData":[16]}],[1,"sqm-portal-change-password",{"modalChangePasswordHeader":[1,"modal-change-password-header"],"cancelText":[1,"cancel-text"],"changePasswordButtonText":[1,"change-password-button-text"],"passwordFieldLabel":[1,"password-field-label"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"successMessage":[1,"success-message"],"portalChangePasswordHeader":[1,"portal-change-password-header"],"portalChangePasswordButtonText":[1,"portal-change-password-button-text"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-register",{"nextPage":[1,"next-page"],"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"loginLabel":[1,"login-label"],"confirmPasswordLabel":[1,"confirm-password-label"],"confirmPassword":[4,"confirm-password"],"enablePasswordValidation":[4,"enable-password-validation"],"hideInputs":[4,"hide-inputs"],"pageLabel":[1,"page-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-edit-profile",{"editprofileheader":[1],"editprofiletext":[1],"canceltext":[1],"updatetext":[1],"firstnametext":[1],"lastnametext":[1],"currentregiontext":[1],"showregion":[4],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-login",{"nextPage":[1,"next-page"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"forgotPasswordLabel":[1,"forgot-password-label"],"registerLabel":[1,"register-label"],"pageLabel":[1,"page-label"],"registerPath":[1,"register-path"],"forgotPasswordPath":[1,"forgot-password-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-divided-layout",{"direction":[1],"dividerStyle":[1,"divider-style"]}],[0,"sqm-hook-story-container",{"hookStory":[16],"ignored":[32]}],[1,"sqm-navigation-menu",{"includeDropdown":[4,"include-dropdown"],"menuLabel":[1,"menu-label"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-frame",{"demoData":[16],"ignored":[32]}],[4,"sqm-program-menu",{"ignored":[32]}],[0,"sqm-referral-iframe",{"iframeSrc":[1,"iframe-src"],"iframeHeight":[1,"iframe-height"],"iframeWidth":[1,"iframe-width"],"demoData":[16],"ignored":[32]}],[4,"sqm-router",{"ignored":[32]}],[1,"sqm-share-button",{"medium":[1],"programId":[1,"program-id"],"pill":[4],"disabled":[4],"type":[1],"size":[1],"iconslot":[1],"icon":[1],"hideicon":[4],"hidetext":[4],"sharetitle":[1],"sharetext":[1],"demoData":[16]}],[1,"sqm-share-link",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}],[1,"sqm-user-name",{"fallback":[1],"loadingText":[1,"loading-text"],"demoData":[16],"_ignored":[32]}],[1,"sqm-referral-table-cell",{"innerTemplate":[1,"inner-template"],"ignored":[32]}],[1,"sqm-referral-table-date-cell",{"date":[2],"ignored":[32]}],[1,"sqm-referral-table-rewards-cell",{"rewards":[16],"hideDetails":[4,"hide-details"]}],[1,"sqm-referral-table-status-cell",{"statusText":[1,"status-text"],"converted":[4]}],[1,"sqm-referral-table-user-cell",{"name":[1]}],[1,"sqm-table-cell",{"colspan":[2],"padding":[1]}],[1,"sqm-table-row",{"border":[1]}],[4,"sqm-text",{"ignored":[32]}],[0,"sqm-password-field",{"fieldLabel":[1,"field-label"],"enableValidation":[4,"enable-validation"],"demoData":[16],"ignored":[32]}],[1,"sqm-form-message",{"type":[1],"icon":[1],"ignored":[32]}]]]], options);
|
|
21
|
+
return index.bootstrapLazy([["sqm-portal-reset-password.cjs",[[1,"sqm-portal-reset-password",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"confirmPassword":[4,"confirm-password"],"resetPasswordHeader":[1,"reset-password-header"],"passwordResetHeader":[1,"password-reset-header"],"resetPasswordButtonText":[1,"reset-password-button-text"],"continueButtonText":[1,"continue-button-text"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"passwordFieldLabel":[1,"password-field-label"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-email-verification.cjs",[[1,"sqm-portal-email-verification",{"redirectPath":[1,"redirect-path"],"emailVerificationHeader":[1,"email-verification-header"],"resendEmailButtonText":[1,"resend-email-button-text"],"verifyMessage":[1,"verify-message"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-forgot-password.cjs",[[1,"sqm-portal-forgot-password",{"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"submitLabel":[1,"submit-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-profile.cjs",[[1,"sqm-portal-profile",{"firstnametext":[1],"lastnametext":[1],"emailtext":[1],"countrytext":[1],"editProfileHeader":[1,"edit-profile-header"],"editProfileSubHeader":[1,"edit-profile-sub-header"],"submitChangeButtonText":[1,"submit-change-button-text"],"showCountry":[4,"show-country"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-verify-email.cjs",[[1,"sqm-portal-verify-email",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"demoData":[16],"ignored":[32]}]]],["sqm-referral-table-column.cjs",[[1,"sqm-referral-table-column",{"columnTitle":[1,"column-title"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-date-column.cjs",[[1,"sqm-referral-table-date-column",{"columnTitle":[1,"column-title"],"dateShown":[1,"date-shown"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-rewards-column.cjs",[[1,"sqm-referral-table-rewards-column",{"columnTitle":[1,"column-title"],"hideDetails":[4,"hide-details"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-status-column.cjs",[[1,"sqm-referral-table-status-column",{"columnTitle":[1,"column-title"],"convertedStatusText":[1,"converted-status-text"],"inProgressStatusText":[1,"in-progress-status-text"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-user-column.cjs",[[1,"sqm-referral-table-user-column",{"columnTitle":[1,"column-title"],"anonymousUser":[1,"anonymous-user"],"deletedUser":[1,"deleted-user"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-asset-card.cjs",[[1,"sqm-asset-card",{"titleText":[1,"title-text"],"imgUrl":[1,"img-url"],"demoData":[16],"ignored":[32]}]]],["sqm-big-stat.cjs",[[1,"sqm-big-stat",{"statType":[1,"stat-type"],"flexReverse":[4,"flex-reverse"],"alignment":[1],"programId":[1,"program-id"],"demoData":[16],"ignored":[32]}]]],["sqm-graphql-client-provider.cjs",[[4,"sqm-graphql-client-provider",{"domain":[1],"ignored":[32]}]]],["sqm-hero.cjs",[[1,"sqm-hero",{"columns":[2],"background":[1],"paddingSize":[1,"padding-size"],"secondaryBackground":[1,"secondary-background"],"wrapDirection":[1,"wrap-direction"]}]]],["sqm-leaderboard.cjs",[[1,"sqm-leaderboard",{"usersheading":[1],"statsheading":[1],"rankheading":[1],"showRank":[4,"show-rank"],"rankType":[1,"rank-type"],"leaderboardType":[1,"leaderboard-type"],"interval":[1],"demoData":[16],"ignored":[32]}]]],["sqm-leaderboard-rank.cjs",[[1,"sqm-leaderboard-rank",{"rankType":[1,"rank-type"],"rankText":[1,"rank-text"],"leaderboardType":[1,"leaderboard-type"],"unrankedText":[1,"unranked-text"],"interval":[1],"demoData":[16]}]]],["sqm-name-fields.cjs",[[0,"sqm-name-fields",{"firstNameLabel":[1,"first-name-label"],"lastNameLabel":[1,"last-name-label"],"demoData":[16],"ignored":[32]}]]],["sqm-navigation-sidebar.cjs",[[1,"sqm-navigation-sidebar",{"ignored":[32]}]]],["sqm-navigation-sidebar-item.cjs",[[1,"sqm-navigation-sidebar-item",{"path":[1],"icon":[1],"label":[1],"demoData":[16]}]]],["sqm-popup-container.cjs",[[4,"sqm-popup-container",{"poweredBy":[4,"powered-by"],"closeButton":[4,"close-button"],"closeButtonText":[1,"close-button-text"],"embedPadding":[1,"embed-padding"],"popupPadding":[1,"popup-padding"]}]]],["sqm-portal-container.cjs",[[1,"sqm-portal-container",{"direction":[1],"padding":[1],"gap":[1],"minWidth":[1,"min-width"],"ignored":[32]}]]],["sqm-portal-footer.cjs",[[1,"sqm-portal-footer",{"supportEmail":[1,"support-email"],"supportText":[1,"support-text"],"termsLink":[1,"terms-link"],"termsText":[1,"terms-text"],"faqLink":[1,"faq-link"],"faqText":[1,"faq-text"],"showPoweredBy":[4,"show-powered-by"],"poweredByLink":[1,"powered-by-link"],"paddingTop":[1,"padding-top"],"paddingRight":[1,"padding-right"],"paddingBottom":[1,"padding-bottom"],"paddingLeft":[1,"padding-left"],"ignored":[32]}]]],["sqm-portal-logout.cjs",[[1,"sqm-portal-logout",{"nextPage":[1,"next-page"],"ignored":[32]}]]],["sqm-portal-protected-route.cjs",[[1,"sqm-portal-protected-route",{"redirectTo":[1,"redirect-to"],"requireEmailVerification":[4,"require-email-verification"],"redirectToUnverified":[1,"redirect-to-unverified"],"ignored":[32]}]]],["sqm-route.cjs",[[1,"sqm-route",{"path":[1],"ignored":[32]}]]],["sqm-share-code.cjs",[[1,"sqm-share-code",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}]]],["sqm-stat-container.cjs",[[1,"sqm-stat-container",{"space":[1],"ignored":[32]}]]],["sqm-text-span.cjs",[[0,"sqm-text-span",{"text":[1],"type":[1],"ignored":[32]}]]],["sqm-titled-section.cjs",[[1,"sqm-titled-section",{"label":[1],"labelMargin":[1,"label-margin"],"padding":[1]}]]],["sqm-divided-layout_26.cjs",[[4,"sqm-stencilbook",{"ignored":[32]}],[1,"sqm-referral-table",{"programId":[1,"program-id"],"perPage":[2,"per-page"],"showLabels":[4,"show-labels"],"prevLabel":[1,"prev-label"],"moreLabel":[1,"more-label"],"showReferrer":[4,"show-referrer"],"demoData":[16]}],[1,"sqm-portal-change-password",{"modalChangePasswordHeader":[1,"modal-change-password-header"],"cancelText":[1,"cancel-text"],"changePasswordButtonText":[1,"change-password-button-text"],"passwordFieldLabel":[1,"password-field-label"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"successMessage":[1,"success-message"],"portalChangePasswordHeader":[1,"portal-change-password-header"],"portalChangePasswordButtonText":[1,"portal-change-password-button-text"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-register",{"nextPage":[1,"next-page"],"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"loginLabel":[1,"login-label"],"confirmPasswordLabel":[1,"confirm-password-label"],"confirmPassword":[4,"confirm-password"],"enablePasswordValidation":[4,"enable-password-validation"],"hideInputs":[4,"hide-inputs"],"pageLabel":[1,"page-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-edit-profile",{"editprofileheader":[1],"editprofiletext":[1],"canceltext":[1],"updatetext":[1],"firstnametext":[1],"lastnametext":[1],"currentregiontext":[1],"showregion":[4],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-login",{"nextPage":[1,"next-page"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"forgotPasswordLabel":[1,"forgot-password-label"],"registerLabel":[1,"register-label"],"pageLabel":[1,"page-label"],"registerPath":[1,"register-path"],"forgotPasswordPath":[1,"forgot-password-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-divided-layout",{"direction":[1],"dividerStyle":[1,"divider-style"]}],[0,"sqm-hook-story-container",{"hookStory":[16],"ignored":[32]}],[1,"sqm-navigation-menu",{"includeDropdown":[4,"include-dropdown"],"menuLabel":[1,"menu-label"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-frame",{"demoData":[16],"ignored":[32]}],[4,"sqm-program-menu",{"ignored":[32]}],[0,"sqm-referral-iframe",{"iframeSrc":[1,"iframe-src"],"iframeHeight":[1,"iframe-height"],"iframeWidth":[1,"iframe-width"],"demoData":[16],"ignored":[32]}],[4,"sqm-router",{"ignored":[32]}],[1,"sqm-share-button",{"medium":[1],"programId":[1,"program-id"],"pill":[4],"disabled":[4],"type":[1],"size":[1],"iconslot":[1],"icon":[1],"hideicon":[4],"hidetext":[4],"sharetitle":[1],"sharetext":[1],"demoData":[16]}],[1,"sqm-share-link",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}],[1,"sqm-user-name",{"fallback":[1],"loadingText":[1,"loading-text"],"demoData":[16],"_ignored":[32]}],[1,"sqm-referral-table-cell",{"innerTemplate":[1,"inner-template"],"ignored":[32]}],[1,"sqm-referral-table-date-cell",{"date":[2],"ignored":[32]}],[1,"sqm-referral-table-rewards-cell",{"rewards":[16],"hideDetails":[4,"hide-details"]}],[1,"sqm-referral-table-status-cell",{"statusText":[1,"status-text"],"converted":[4]}],[1,"sqm-referral-table-user-cell",{"name":[1]}],[1,"sqm-table-cell",{"colspan":[2],"padding":[1]}],[1,"sqm-table-row",{"border":[1]}],[4,"sqm-text",{"ignored":[32]}],[0,"sqm-password-field",{"fieldLabel":[1,"field-label"],"enableValidation":[4,"enable-validation"],"demoData":[16],"ignored":[32]}],[1,"sqm-form-message",{"type":[1],"icon":[1],"ignored":[32]}]]]], options);
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -42,5 +42,5 @@ const patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
patchBrowser().then(options => {
|
|
45
|
-
return index.bootstrapLazy([["sqm-portal-reset-password.cjs",[[1,"sqm-portal-reset-password",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"confirmPassword":[4,"confirm-password"],"resetPasswordHeader":[1,"reset-password-header"],"passwordResetHeader":[1,"password-reset-header"],"resetPasswordButtonText":[1,"reset-password-button-text"],"continueButtonText":[1,"continue-button-text"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"passwordFieldLabel":[1,"password-field-label"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-email-verification.cjs",[[1,"sqm-portal-email-verification",{"redirectPath":[1,"redirect-path"],"emailVerificationHeader":[1,"email-verification-header"],"resendEmailButtonText":[1,"resend-email-button-text"],"verifyMessage":[1,"verify-message"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-forgot-password.cjs",[[1,"sqm-portal-forgot-password",{"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"submitLabel":[1,"submit-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-profile.cjs",[[1,"sqm-portal-profile",{"firstnametext":[1],"lastnametext":[1],"emailtext":[1],"countrytext":[1],"editProfileHeader":[1,"edit-profile-header"],"editProfileSubHeader":[1,"edit-profile-sub-header"],"submitChangeButtonText":[1,"submit-change-button-text"],"showCountry":[4,"show-country"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-verify-email.cjs",[[1,"sqm-portal-verify-email",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"demoData":[16],"ignored":[32]}]]],["sqm-referral-table-column.cjs",[[1,"sqm-referral-table-column",{"columnTitle":[1,"column-title"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-date-column.cjs",[[1,"sqm-referral-table-date-column",{"columnTitle":[1,"column-title"],"dateShown":[1,"date-shown"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-rewards-column.cjs",[[1,"sqm-referral-table-rewards-column",{"columnTitle":[1,"column-title"],"hideDetails":[4,"hide-details"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-status-column.cjs",[[1,"sqm-referral-table-status-column",{"columnTitle":[1,"column-title"],"convertedStatusText":[1,"converted-status-text"],"inProgressStatusText":[1,"in-progress-status-text"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-user-column.cjs",[[1,"sqm-referral-table-user-column",{"columnTitle":[1,"column-title"],"anonymousUser":[1,"anonymous-user"],"deletedUser":[1,"deleted-user"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-asset-card.cjs",[[1,"sqm-asset-card",{"titleText":[1,"title-text"],"imgUrl":[1,"img-url"],"demoData":[16],"ignored":[32]}]]],["sqm-big-stat.cjs",[[1,"sqm-big-stat",{"statType":[1,"stat-type"],"flexReverse":[4,"flex-reverse"],"alignment":[1],"demoData":[16],"ignored":[32]}]]],["sqm-graphql-client-provider.cjs",[[4,"sqm-graphql-client-provider",{"domain":[1],"ignored":[32]}]]],["sqm-hero.cjs",[[1,"sqm-hero",{"columns":[2],"background":[1],"paddingSize":[1,"padding-size"],"secondaryBackground":[1,"secondary-background"],"wrapDirection":[1,"wrap-direction"]}]]],["sqm-leaderboard.cjs",[[1,"sqm-leaderboard",{"usersheading":[1],"statsheading":[1],"rankheading":[1],"showRank":[4,"show-rank"],"rankType":[1,"rank-type"],"leaderboardType":[1,"leaderboard-type"],"interval":[1],"demoData":[16],"ignored":[32]}]]],["sqm-leaderboard-rank.cjs",[[1,"sqm-leaderboard-rank",{"rankType":[1,"rank-type"],"rankText":[1,"rank-text"],"leaderboardType":[1,"leaderboard-type"],"unrankedText":[1,"unranked-text"],"interval":[1],"demoData":[16]}]]],["sqm-name-fields.cjs",[[0,"sqm-name-fields",{"firstNameLabel":[1,"first-name-label"],"lastNameLabel":[1,"last-name-label"],"demoData":[16],"ignored":[32]}]]],["sqm-navigation-sidebar.cjs",[[1,"sqm-navigation-sidebar",{"ignored":[32]}]]],["sqm-navigation-sidebar-item.cjs",[[1,"sqm-navigation-sidebar-item",{"path":[1],"icon":[1],"label":[1],"demoData":[16]}]]],["sqm-popup-container.cjs",[[4,"sqm-popup-container",{"poweredBy":[4,"powered-by"],"closeButton":[4,"close-button"],"closeButtonText":[1,"close-button-text"],"embedPadding":[1,"embed-padding"],"popupPadding":[1,"popup-padding"]}]]],["sqm-portal-container.cjs",[[1,"sqm-portal-container",{"direction":[1],"padding":[1],"gap":[1],"minWidth":[1,"min-width"],"ignored":[32]}]]],["sqm-portal-footer.cjs",[[1,"sqm-portal-footer",{"supportEmail":[1,"support-email"],"supportText":[1,"support-text"],"termsLink":[1,"terms-link"],"termsText":[1,"terms-text"],"faqLink":[1,"faq-link"],"faqText":[1,"faq-text"],"showPoweredBy":[4,"show-powered-by"],"poweredByLink":[1,"powered-by-link"],"paddingTop":[1,"padding-top"],"paddingRight":[1,"padding-right"],"paddingBottom":[1,"padding-bottom"],"paddingLeft":[1,"padding-left"],"ignored":[32]}]]],["sqm-portal-logout.cjs",[[1,"sqm-portal-logout",{"nextPage":[1,"next-page"],"ignored":[32]}]]],["sqm-portal-protected-route.cjs",[[1,"sqm-portal-protected-route",{"redirectTo":[1,"redirect-to"],"requireEmailVerification":[4,"require-email-verification"],"redirectToUnverified":[1,"redirect-to-unverified"],"ignored":[32]}]]],["sqm-route.cjs",[[1,"sqm-route",{"path":[1],"ignored":[32]}]]],["sqm-share-code.cjs",[[1,"sqm-share-code",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}]]],["sqm-stat-container.cjs",[[1,"sqm-stat-container",{"space":[1],"ignored":[32]}]]],["sqm-text-span.cjs",[[0,"sqm-text-span",{"text":[1],"type":[1],"ignored":[32]}]]],["sqm-titled-section.cjs",[[1,"sqm-titled-section",{"label":[1],"labelMargin":[1,"label-margin"],"padding":[1]}]]],["sqm-divided-layout_26.cjs",[[4,"sqm-stencilbook",{"ignored":[32]}],[1,"sqm-referral-table",{"programId":[1,"program-id"],"perPage":[2,"per-page"],"showLabels":[4,"show-labels"],"prevLabel":[1,"prev-label"],"moreLabel":[1,"more-label"],"showReferrer":[4,"show-referrer"],"demoData":[16]}],[1,"sqm-portal-change-password",{"modalChangePasswordHeader":[1,"modal-change-password-header"],"cancelText":[1,"cancel-text"],"changePasswordButtonText":[1,"change-password-button-text"],"passwordFieldLabel":[1,"password-field-label"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"successMessage":[1,"success-message"],"portalChangePasswordHeader":[1,"portal-change-password-header"],"portalChangePasswordButtonText":[1,"portal-change-password-button-text"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-register",{"nextPage":[1,"next-page"],"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"loginLabel":[1,"login-label"],"confirmPasswordLabel":[1,"confirm-password-label"],"confirmPassword":[4,"confirm-password"],"enablePasswordValidation":[4,"enable-password-validation"],"hideInputs":[4,"hide-inputs"],"pageLabel":[1,"page-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-edit-profile",{"editprofileheader":[1],"editprofiletext":[1],"canceltext":[1],"updatetext":[1],"firstnametext":[1],"lastnametext":[1],"currentregiontext":[1],"showregion":[4],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-login",{"nextPage":[1,"next-page"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"forgotPasswordLabel":[1,"forgot-password-label"],"registerLabel":[1,"register-label"],"pageLabel":[1,"page-label"],"registerPath":[1,"register-path"],"forgotPasswordPath":[1,"forgot-password-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-divided-layout",{"direction":[1],"dividerStyle":[1,"divider-style"]}],[0,"sqm-hook-story-container",{"hookStory":[16],"ignored":[32]}],[1,"sqm-navigation-menu",{"includeDropdown":[4,"include-dropdown"],"menuLabel":[1,"menu-label"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-frame",{"demoData":[16],"ignored":[32]}],[4,"sqm-program-menu",{"ignored":[32]}],[0,"sqm-referral-iframe",{"iframeSrc":[1,"iframe-src"],"iframeHeight":[1,"iframe-height"],"iframeWidth":[1,"iframe-width"],"demoData":[16],"ignored":[32]}],[4,"sqm-router",{"ignored":[32]}],[1,"sqm-share-button",{"medium":[1],"programId":[1,"program-id"],"pill":[4],"disabled":[4],"type":[1],"size":[1],"iconslot":[1],"icon":[1],"hideicon":[4],"hidetext":[4],"sharetitle":[1],"sharetext":[1],"demoData":[16]}],[1,"sqm-share-link",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}],[1,"sqm-user-name",{"fallback":[1],"loadingText":[1,"loading-text"],"demoData":[16],"_ignored":[32]}],[1,"sqm-referral-table-cell",{"innerTemplate":[1,"inner-template"],"ignored":[32]}],[1,"sqm-referral-table-date-cell",{"date":[2],"ignored":[32]}],[1,"sqm-referral-table-rewards-cell",{"rewards":[16],"hideDetails":[4,"hide-details"]}],[1,"sqm-referral-table-status-cell",{"statusText":[1,"status-text"],"converted":[4]}],[1,"sqm-referral-table-user-cell",{"name":[1]}],[1,"sqm-table-cell",{"colspan":[2],"padding":[1]}],[1,"sqm-table-row",{"border":[1]}],[4,"sqm-text",{"ignored":[32]}],[0,"sqm-password-field",{"fieldLabel":[1,"field-label"],"enableValidation":[4,"enable-validation"],"demoData":[16],"ignored":[32]}],[1,"sqm-form-message",{"type":[1],"icon":[1],"ignored":[32]}]]]], options);
|
|
45
|
+
return index.bootstrapLazy([["sqm-portal-reset-password.cjs",[[1,"sqm-portal-reset-password",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"confirmPassword":[4,"confirm-password"],"resetPasswordHeader":[1,"reset-password-header"],"passwordResetHeader":[1,"password-reset-header"],"resetPasswordButtonText":[1,"reset-password-button-text"],"continueButtonText":[1,"continue-button-text"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"passwordFieldLabel":[1,"password-field-label"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-email-verification.cjs",[[1,"sqm-portal-email-verification",{"redirectPath":[1,"redirect-path"],"emailVerificationHeader":[1,"email-verification-header"],"resendEmailButtonText":[1,"resend-email-button-text"],"verifyMessage":[1,"verify-message"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-forgot-password.cjs",[[1,"sqm-portal-forgot-password",{"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"submitLabel":[1,"submit-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-profile.cjs",[[1,"sqm-portal-profile",{"firstnametext":[1],"lastnametext":[1],"emailtext":[1],"countrytext":[1],"editProfileHeader":[1,"edit-profile-header"],"editProfileSubHeader":[1,"edit-profile-sub-header"],"submitChangeButtonText":[1,"submit-change-button-text"],"showCountry":[4,"show-country"],"demoData":[16],"ignored":[32]}]]],["sqm-portal-verify-email.cjs",[[1,"sqm-portal-verify-email",{"nextPage":[1,"next-page"],"failedPage":[1,"failed-page"],"demoData":[16],"ignored":[32]}]]],["sqm-referral-table-column.cjs",[[1,"sqm-referral-table-column",{"columnTitle":[1,"column-title"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-date-column.cjs",[[1,"sqm-referral-table-date-column",{"columnTitle":[1,"column-title"],"dateShown":[1,"date-shown"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-rewards-column.cjs",[[1,"sqm-referral-table-rewards-column",{"columnTitle":[1,"column-title"],"hideDetails":[4,"hide-details"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-status-column.cjs",[[1,"sqm-referral-table-status-column",{"columnTitle":[1,"column-title"],"convertedStatusText":[1,"converted-status-text"],"inProgressStatusText":[1,"in-progress-status-text"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-referral-table-user-column.cjs",[[1,"sqm-referral-table-user-column",{"columnTitle":[1,"column-title"],"anonymousUser":[1,"anonymous-user"],"deletedUser":[1,"deleted-user"],"renderCell":[64],"renderLabel":[64]}]]],["sqm-asset-card.cjs",[[1,"sqm-asset-card",{"titleText":[1,"title-text"],"imgUrl":[1,"img-url"],"demoData":[16],"ignored":[32]}]]],["sqm-big-stat.cjs",[[1,"sqm-big-stat",{"statType":[1,"stat-type"],"flexReverse":[4,"flex-reverse"],"alignment":[1],"programId":[1,"program-id"],"demoData":[16],"ignored":[32]}]]],["sqm-graphql-client-provider.cjs",[[4,"sqm-graphql-client-provider",{"domain":[1],"ignored":[32]}]]],["sqm-hero.cjs",[[1,"sqm-hero",{"columns":[2],"background":[1],"paddingSize":[1,"padding-size"],"secondaryBackground":[1,"secondary-background"],"wrapDirection":[1,"wrap-direction"]}]]],["sqm-leaderboard.cjs",[[1,"sqm-leaderboard",{"usersheading":[1],"statsheading":[1],"rankheading":[1],"showRank":[4,"show-rank"],"rankType":[1,"rank-type"],"leaderboardType":[1,"leaderboard-type"],"interval":[1],"demoData":[16],"ignored":[32]}]]],["sqm-leaderboard-rank.cjs",[[1,"sqm-leaderboard-rank",{"rankType":[1,"rank-type"],"rankText":[1,"rank-text"],"leaderboardType":[1,"leaderboard-type"],"unrankedText":[1,"unranked-text"],"interval":[1],"demoData":[16]}]]],["sqm-name-fields.cjs",[[0,"sqm-name-fields",{"firstNameLabel":[1,"first-name-label"],"lastNameLabel":[1,"last-name-label"],"demoData":[16],"ignored":[32]}]]],["sqm-navigation-sidebar.cjs",[[1,"sqm-navigation-sidebar",{"ignored":[32]}]]],["sqm-navigation-sidebar-item.cjs",[[1,"sqm-navigation-sidebar-item",{"path":[1],"icon":[1],"label":[1],"demoData":[16]}]]],["sqm-popup-container.cjs",[[4,"sqm-popup-container",{"poweredBy":[4,"powered-by"],"closeButton":[4,"close-button"],"closeButtonText":[1,"close-button-text"],"embedPadding":[1,"embed-padding"],"popupPadding":[1,"popup-padding"]}]]],["sqm-portal-container.cjs",[[1,"sqm-portal-container",{"direction":[1],"padding":[1],"gap":[1],"minWidth":[1,"min-width"],"ignored":[32]}]]],["sqm-portal-footer.cjs",[[1,"sqm-portal-footer",{"supportEmail":[1,"support-email"],"supportText":[1,"support-text"],"termsLink":[1,"terms-link"],"termsText":[1,"terms-text"],"faqLink":[1,"faq-link"],"faqText":[1,"faq-text"],"showPoweredBy":[4,"show-powered-by"],"poweredByLink":[1,"powered-by-link"],"paddingTop":[1,"padding-top"],"paddingRight":[1,"padding-right"],"paddingBottom":[1,"padding-bottom"],"paddingLeft":[1,"padding-left"],"ignored":[32]}]]],["sqm-portal-logout.cjs",[[1,"sqm-portal-logout",{"nextPage":[1,"next-page"],"ignored":[32]}]]],["sqm-portal-protected-route.cjs",[[1,"sqm-portal-protected-route",{"redirectTo":[1,"redirect-to"],"requireEmailVerification":[4,"require-email-verification"],"redirectToUnverified":[1,"redirect-to-unverified"],"ignored":[32]}]]],["sqm-route.cjs",[[1,"sqm-route",{"path":[1],"ignored":[32]}]]],["sqm-share-code.cjs",[[1,"sqm-share-code",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}]]],["sqm-stat-container.cjs",[[1,"sqm-stat-container",{"space":[1],"ignored":[32]}]]],["sqm-text-span.cjs",[[0,"sqm-text-span",{"text":[1],"type":[1],"ignored":[32]}]]],["sqm-titled-section.cjs",[[1,"sqm-titled-section",{"label":[1],"labelMargin":[1,"label-margin"],"padding":[1]}]]],["sqm-divided-layout_26.cjs",[[4,"sqm-stencilbook",{"ignored":[32]}],[1,"sqm-referral-table",{"programId":[1,"program-id"],"perPage":[2,"per-page"],"showLabels":[4,"show-labels"],"prevLabel":[1,"prev-label"],"moreLabel":[1,"more-label"],"showReferrer":[4,"show-referrer"],"demoData":[16]}],[1,"sqm-portal-change-password",{"modalChangePasswordHeader":[1,"modal-change-password-header"],"cancelText":[1,"cancel-text"],"changePasswordButtonText":[1,"change-password-button-text"],"passwordFieldLabel":[1,"password-field-label"],"confirmPasswordFieldLabel":[1,"confirm-password-field-label"],"successMessage":[1,"success-message"],"portalChangePasswordHeader":[1,"portal-change-password-header"],"portalChangePasswordButtonText":[1,"portal-change-password-button-text"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-register",{"nextPage":[1,"next-page"],"redirectPath":[1,"redirect-path"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"loginLabel":[1,"login-label"],"confirmPasswordLabel":[1,"confirm-password-label"],"confirmPassword":[4,"confirm-password"],"enablePasswordValidation":[4,"enable-password-validation"],"hideInputs":[4,"hide-inputs"],"pageLabel":[1,"page-label"],"loginPath":[1,"login-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-edit-profile",{"editprofileheader":[1],"editprofiletext":[1],"canceltext":[1],"updatetext":[1],"firstnametext":[1],"lastnametext":[1],"currentregiontext":[1],"showregion":[4],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-login",{"nextPage":[1,"next-page"],"emailLabel":[1,"email-label"],"passwordLabel":[1,"password-label"],"submitLabel":[1,"submit-label"],"forgotPasswordLabel":[1,"forgot-password-label"],"registerLabel":[1,"register-label"],"pageLabel":[1,"page-label"],"registerPath":[1,"register-path"],"forgotPasswordPath":[1,"forgot-password-path"],"demoData":[16],"ignored":[32]}],[1,"sqm-divided-layout",{"direction":[1],"dividerStyle":[1,"divider-style"]}],[0,"sqm-hook-story-container",{"hookStory":[16],"ignored":[32]}],[1,"sqm-navigation-menu",{"includeDropdown":[4,"include-dropdown"],"menuLabel":[1,"menu-label"],"demoData":[16],"ignored":[32]}],[1,"sqm-portal-frame",{"demoData":[16],"ignored":[32]}],[4,"sqm-program-menu",{"ignored":[32]}],[0,"sqm-referral-iframe",{"iframeSrc":[1,"iframe-src"],"iframeHeight":[1,"iframe-height"],"iframeWidth":[1,"iframe-width"],"demoData":[16],"ignored":[32]}],[4,"sqm-router",{"ignored":[32]}],[1,"sqm-share-button",{"medium":[1],"programId":[1,"program-id"],"pill":[4],"disabled":[4],"type":[1],"size":[1],"iconslot":[1],"icon":[1],"hideicon":[4],"hidetext":[4],"sharetitle":[1],"sharetext":[1],"demoData":[16]}],[1,"sqm-share-link",{"programId":[1,"program-id"],"tooltiptext":[1,"tooltip-text"],"tooltiplifespan":[2,"tooltip-lifespan"],"demoData":[16]}],[1,"sqm-user-name",{"fallback":[1],"loadingText":[1,"loading-text"],"demoData":[16],"_ignored":[32]}],[1,"sqm-referral-table-cell",{"innerTemplate":[1,"inner-template"],"ignored":[32]}],[1,"sqm-referral-table-date-cell",{"date":[2],"ignored":[32]}],[1,"sqm-referral-table-rewards-cell",{"rewards":[16],"hideDetails":[4,"hide-details"]}],[1,"sqm-referral-table-status-cell",{"statusText":[1,"status-text"],"converted":[4]}],[1,"sqm-referral-table-user-cell",{"name":[1]}],[1,"sqm-table-cell",{"colspan":[2],"padding":[1]}],[1,"sqm-table-row",{"border":[1]}],[4,"sqm-text",{"ignored":[32]}],[0,"sqm-password-field",{"fieldLabel":[1,"field-label"],"enableValidation":[4,"enable-validation"],"demoData":[16],"ignored":[32]}],[1,"sqm-form-message",{"type":[1],"icon":[1],"ignored":[32]}]]]], options);
|
|
46
46
|
});
|
|
@@ -8,7 +8,7 @@ require('./use-callback-fadb2643.js');
|
|
|
8
8
|
const index_module = require('./index.module-2925fe3b.js');
|
|
9
9
|
require('./jss-preset-default.esm-6304d24f.js');
|
|
10
10
|
require('./cjs-1066ec21.js');
|
|
11
|
-
const useDemoBigStat = require('./useDemoBigStat-
|
|
11
|
+
const useDemoBigStat = require('./useDemoBigStat-d7a60992.js');
|
|
12
12
|
|
|
13
13
|
const BigStat = class {
|
|
14
14
|
constructor(hostRef) {
|
|
@@ -17,7 +17,7 @@ const sqmPortalSectionView = require('./sqm-portal-section-view-3b008930.js');
|
|
|
17
17
|
const sqmTextSpanView = require('./sqm-text-span-view-b5ae787b.js');
|
|
18
18
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-48245b30.js');
|
|
19
19
|
const reRender = require('./re-render-b1ad512d.js');
|
|
20
|
-
const useDemoBigStat = require('./useDemoBigStat-
|
|
20
|
+
const useDemoBigStat = require('./useDemoBigStat-d7a60992.js');
|
|
21
21
|
const sqmShareLinkView = require('./sqm-share-link-view-a935d07e.js');
|
|
22
22
|
const ShadowViewAddon = require('./ShadowViewAddon-e9bacad0.js');
|
|
23
23
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-d06e1885.js');
|
|
@@ -1472,11 +1472,11 @@ const PortalLogin = class {
|
|
|
1472
1472
|
*/
|
|
1473
1473
|
this.pageLabel = "Sign in to your account";
|
|
1474
1474
|
/**
|
|
1475
|
-
* @uiName
|
|
1475
|
+
* @uiName Register button redirection path
|
|
1476
1476
|
*/
|
|
1477
1477
|
this.registerPath = "/register";
|
|
1478
1478
|
/**
|
|
1479
|
-
* @uiName
|
|
1479
|
+
* @uiName Forgot password button redirect path
|
|
1480
1480
|
*/
|
|
1481
1481
|
this.forgotPasswordPath = "/forgotPassword";
|
|
1482
1482
|
_extends.h$1(this);
|
|
@@ -5582,7 +5582,9 @@ const PortalRegister = class {
|
|
|
5582
5582
|
*/
|
|
5583
5583
|
this.nextPage = "/";
|
|
5584
5584
|
/**
|
|
5585
|
-
*
|
|
5585
|
+
* The page that users are redirected to from the verification email.
|
|
5586
|
+
*
|
|
5587
|
+
* @uiName Email redirection base path
|
|
5586
5588
|
*/
|
|
5587
5589
|
this.redirectPath = "/verifyEmail";
|
|
5588
5590
|
/**
|
|
@@ -5622,7 +5624,7 @@ const PortalRegister = class {
|
|
|
5622
5624
|
*/
|
|
5623
5625
|
this.pageLabel = "Register";
|
|
5624
5626
|
/**
|
|
5625
|
-
* @uiName
|
|
5627
|
+
* @uiName Sign in button redirection path
|
|
5626
5628
|
*/
|
|
5627
5629
|
this.loginPath = "/login";
|
|
5628
5630
|
_extends.h$1(this);
|
|
@@ -18132,7 +18134,7 @@ const PortalRegister$1 = /*#__PURE__*/Object.freeze({
|
|
|
18132
18134
|
SlottedInputs: SlottedInputs
|
|
18133
18135
|
});
|
|
18134
18136
|
|
|
18135
|
-
const scenario = "@author:derek\r\n@owner:ian\r\nFeature: Forgot Password\r\n\r\n @motivating\r\n Scenario: Users can request to reset their password\r\n Given a user enters their email address\r\n And that email address is linked to a previously created account\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n When the password reset email is sent\r\n Then a confirmation banner is shown stating a password reset email was sent\r\n\r\n @motivating\r\n Scenario: Users are notified if sending their password reset email fails\r\n Given a user enters their email address\r\n And that email address is linked to a previously created account\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n When the password reset email fails to send\r\n Then the user does not receive a password reset email\r\n And an error banner is shown stating that they should try again\r\n\r\n @motivating\r\n @landmine\r\n Scenario: If the input email is not associated to an account a success banner is shown but an email is not be sent\r\n Given the user entered an email address that is not associated to an accoun\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n But no email is sent\r\n And a success banner is shown stating a password reset email was sent if the given email was associated to an account\r\n\r\n @motivating\r\n Scenario: Users can resend password reset email\r\n Given a user had previously requested to reset their password\r\n When they enter their email address\r\n And that email address is linked to a previously created account\r\n And they click \"Reset Password\"\r\n Then the user receives a second password reset email\r\n And a success banner is shown stating that their email was sent\r\n\r\n @motivating\r\n Scenario Outline: The email link can be configured to redirect users to a specific base path but defaults to \"/resetPassword\"\r\n Given a user viewing the password reset component\r\n And the component <mayHave> \"redirect-path\" with <value>\r\n When they request a password reset email\r\n And they click the link in the email\r\n Then they are redirected to <redirectPath>\r\n Examples:\r\n | mayHave | value
|
|
18137
|
+
const scenario = "@author:derek\r\n@owner:ian\r\nFeature: Forgot Password\r\n\r\n @motivating\r\n Scenario: Users can request to reset their password\r\n Given a user enters their email address\r\n And that email address is linked to a previously created account\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n When the password reset email is sent\r\n Then a confirmation banner is shown stating a password reset email was sent\r\n\r\n @motivating\r\n Scenario: Users are notified if sending their password reset email fails\r\n Given a user enters their email address\r\n And that email address is linked to a previously created account\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n When the password reset email fails to send\r\n Then the user does not receive a password reset email\r\n And an error banner is shown stating that they should try again\r\n\r\n @motivating\r\n @landmine\r\n Scenario: If the input email is not associated to an account a success banner is shown but an email is not be sent\r\n Given the user entered an email address that is not associated to an accoun\r\n When they click \"Reset Password\"\r\n Then the button enters a loading state\r\n But no email is sent\r\n And a success banner is shown stating a password reset email was sent if the given email was associated to an account\r\n\r\n @motivating\r\n Scenario: Users can resend password reset email\r\n Given a user had previously requested to reset their password\r\n When they enter their email address\r\n And that email address is linked to a previously created account\r\n And they click \"Reset Password\"\r\n Then the user receives a second password reset email\r\n And a success banner is shown stating that their email was sent\r\n\r\n @motivating\r\n Scenario Outline: The email link can be configured to redirect users to a specific base path but defaults to \"/resetPassword\"\r\n Given a user viewing the password reset component\r\n And the component <mayHave> \"redirect-path\" with <value>\r\n When they request a password reset email\r\n And they click the link in the email\r\n Then they are redirected to <redirectPath>\r\n Examples:\r\n | mayHave | value | redirectPath |\r\n | doesn't have | N/A | /resetPassword |\r\n | has | /resetMyPassword | /resetMyPassword |\r\n\r\n @minutae\r\n Scenario Outline: Navigation back to the login page can be customized but defaults to \"/login\"\r\n Given a user viewing the password reset component\r\n And the component <mayHave> \"login-path\" with <value>\r\n Then they see a \"Sign In\" text button\r\n When they click \"Sign In\"\r\n Then they are redirected to <redirectPath>\r\n Examples:\r\n | mayHave | value | redirectPath |\r\n | doesn't have | N/A | /login |\r\n | has | /signin | /signin |";
|
|
18136
18138
|
|
|
18137
18139
|
const PortalForgotPassword_stories = {
|
|
18138
18140
|
title: "Portal Forgot Password",
|
|
@@ -65,7 +65,9 @@ const PortalEmailVerification = class {
|
|
|
65
65
|
index.registerInstance(this, hostRef);
|
|
66
66
|
this.ignored = true;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* The page that users are redirected to from the verification email.
|
|
69
|
+
*
|
|
70
|
+
* @uiName Email redirection base path
|
|
69
71
|
*/
|
|
70
72
|
this.redirectPath = "/verifyEmail";
|
|
71
73
|
/**
|
|
@@ -60,7 +60,9 @@ const PortalForgotPassword = class {
|
|
|
60
60
|
index.registerInstance(this, hostRef);
|
|
61
61
|
this.ignored = true;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* The page that users are redirected to from the password reset email.
|
|
64
|
+
*
|
|
65
|
+
* @uiName Email redirection base path
|
|
64
66
|
*/
|
|
65
67
|
this.redirectPath = "/resetPassword";
|
|
66
68
|
/**
|
|
@@ -93,11 +93,15 @@ const PortalResetPassword = class {
|
|
|
93
93
|
index.registerInstance(this, hostRef);
|
|
94
94
|
this.ignored = true;
|
|
95
95
|
/**
|
|
96
|
+
* The page that users are redirected to when the password reset succeeds.
|
|
97
|
+
*
|
|
96
98
|
* @uiName Next page path
|
|
97
99
|
*/
|
|
98
100
|
this.nextPage = "/";
|
|
99
101
|
/**
|
|
100
|
-
*
|
|
102
|
+
* The page that users are redirected to if the reset fails due to outdated password reset attempt.
|
|
103
|
+
*
|
|
104
|
+
* @uiName Failed page redirection path
|
|
101
105
|
*/
|
|
102
106
|
this.failedPage = "/";
|
|
103
107
|
/**
|
|
@@ -96,11 +96,15 @@ const PortalVerifyEmail = class {
|
|
|
96
96
|
index.registerInstance(this, hostRef);
|
|
97
97
|
this.ignored = true;
|
|
98
98
|
/**
|
|
99
|
+
* The page that users are redirected to when the verification succeeds.
|
|
100
|
+
*
|
|
99
101
|
* @uiName Next page path
|
|
100
102
|
*/
|
|
101
103
|
this.nextPage = "/";
|
|
102
104
|
/**
|
|
103
|
-
*
|
|
105
|
+
* The page that users are redirected to if verification fails due to outdated verification attempt.
|
|
106
|
+
*
|
|
107
|
+
* @uiName Failed page redirection path
|
|
104
108
|
*/
|
|
105
109
|
this.failedPage = "/";
|
|
106
110
|
_extends.h$1(this);
|
|
@@ -805,8 +805,7 @@ const StatPaths = [
|
|
|
805
805
|
];
|
|
806
806
|
const StatPatterns = StatPaths.map((pattern) => pathToRegexp(pattern.route));
|
|
807
807
|
function useBigStat(props) {
|
|
808
|
-
const { statType, flexReverse, alignment } = props;
|
|
809
|
-
const programId = index_module.M();
|
|
808
|
+
const { statType, flexReverse, alignment, programId = index_module.M(), } = props;
|
|
810
809
|
const locale = index_module.R();
|
|
811
810
|
const userIdent = index_module.ne();
|
|
812
811
|
const re = _extends.useMemo(() => StatPatterns.find((re) => re.exec(statType)), [statType]);
|
|
@@ -100,6 +100,26 @@ export class BigStat {
|
|
|
100
100
|
"attribute": "alignment",
|
|
101
101
|
"reflect": false
|
|
102
102
|
},
|
|
103
|
+
"programId": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "string",
|
|
108
|
+
"resolved": "string",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": true,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [{
|
|
115
|
+
"text": "Program ID",
|
|
116
|
+
"name": "uiName"
|
|
117
|
+
}],
|
|
118
|
+
"text": "The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified."
|
|
119
|
+
},
|
|
120
|
+
"attribute": "program-id",
|
|
121
|
+
"reflect": false
|
|
122
|
+
},
|
|
103
123
|
"demoData": {
|
|
104
124
|
"type": "unknown",
|
|
105
125
|
"mutable": false,
|
|
@@ -473,8 +473,7 @@ export const StatPaths = [
|
|
|
473
473
|
];
|
|
474
474
|
export const StatPatterns = StatPaths.map((pattern) => pathToRegexp(pattern.route));
|
|
475
475
|
export function useBigStat(props) {
|
|
476
|
-
const { statType, flexReverse, alignment } = props;
|
|
477
|
-
const programId = useProgramId();
|
|
476
|
+
const { statType, flexReverse, alignment, programId = useProgramId(), } = props;
|
|
478
477
|
const locale = useLocale();
|
|
479
478
|
const userIdent = useUserIdentity();
|
|
480
479
|
const re = useMemo(() => StatPatterns.find((re) => re.exec(statType)), [statType]);
|
package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js
CHANGED
|
@@ -11,7 +11,9 @@ export class PortalEmailVerification {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The page that users are redirected to from the verification email.
|
|
15
|
+
*
|
|
16
|
+
* @uiName Email redirection base path
|
|
15
17
|
*/
|
|
16
18
|
this.redirectPath = "/verifyEmail";
|
|
17
19
|
/**
|
|
@@ -50,10 +52,10 @@ export class PortalEmailVerification {
|
|
|
50
52
|
"optional": false,
|
|
51
53
|
"docs": {
|
|
52
54
|
"tags": [{
|
|
53
|
-
"text": "
|
|
55
|
+
"text": "Email redirection base path",
|
|
54
56
|
"name": "uiName"
|
|
55
57
|
}],
|
|
56
|
-
"text": ""
|
|
58
|
+
"text": "The page that users are redirected to from the verification email."
|
|
57
59
|
},
|
|
58
60
|
"attribute": "redirect-path",
|
|
59
61
|
"reflect": false,
|
|
@@ -11,7 +11,9 @@ export class PortalForgotPassword {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The page that users are redirected to from the password reset email.
|
|
15
|
+
*
|
|
16
|
+
* @uiName Email redirection base path
|
|
15
17
|
*/
|
|
16
18
|
this.redirectPath = "/resetPassword";
|
|
17
19
|
/**
|
|
@@ -57,10 +59,10 @@ export class PortalForgotPassword {
|
|
|
57
59
|
"optional": false,
|
|
58
60
|
"docs": {
|
|
59
61
|
"tags": [{
|
|
60
|
-
"text": "
|
|
62
|
+
"text": "Email redirection base path",
|
|
61
63
|
"name": "uiName"
|
|
62
64
|
}],
|
|
63
|
-
"text": ""
|
|
65
|
+
"text": "The page that users are redirected to from the password reset email."
|
|
64
66
|
},
|
|
65
67
|
"attribute": "redirect-path",
|
|
66
68
|
"reflect": false,
|
|
@@ -39,11 +39,11 @@ export class PortalLogin {
|
|
|
39
39
|
*/
|
|
40
40
|
this.pageLabel = "Sign in to your account";
|
|
41
41
|
/**
|
|
42
|
-
* @uiName
|
|
42
|
+
* @uiName Register button redirection path
|
|
43
43
|
*/
|
|
44
44
|
this.registerPath = "/register";
|
|
45
45
|
/**
|
|
46
|
-
* @uiName
|
|
46
|
+
* @uiName Forgot password button redirect path
|
|
47
47
|
*/
|
|
48
48
|
this.forgotPasswordPath = "/forgotPassword";
|
|
49
49
|
withHooks(this);
|
|
@@ -227,7 +227,7 @@ export class PortalLogin {
|
|
|
227
227
|
"optional": false,
|
|
228
228
|
"docs": {
|
|
229
229
|
"tags": [{
|
|
230
|
-
"text": "
|
|
230
|
+
"text": "Register button redirection path",
|
|
231
231
|
"name": "uiName"
|
|
232
232
|
}],
|
|
233
233
|
"text": ""
|
|
@@ -248,7 +248,7 @@ export class PortalLogin {
|
|
|
248
248
|
"optional": false,
|
|
249
249
|
"docs": {
|
|
250
250
|
"tags": [{
|
|
251
|
-
"text": "
|
|
251
|
+
"text": "Forgot password button redirect path",
|
|
252
252
|
"name": "uiName"
|
|
253
253
|
}],
|
|
254
254
|
"text": ""
|
|
@@ -15,7 +15,9 @@ export class PortalRegister {
|
|
|
15
15
|
*/
|
|
16
16
|
this.nextPage = "/";
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* The page that users are redirected to from the verification email.
|
|
19
|
+
*
|
|
20
|
+
* @uiName Email redirection base path
|
|
19
21
|
*/
|
|
20
22
|
this.redirectPath = "/verifyEmail";
|
|
21
23
|
/**
|
|
@@ -55,7 +57,7 @@ export class PortalRegister {
|
|
|
55
57
|
*/
|
|
56
58
|
this.pageLabel = "Register";
|
|
57
59
|
/**
|
|
58
|
-
* @uiName
|
|
60
|
+
* @uiName Sign in button redirection path
|
|
59
61
|
*/
|
|
60
62
|
this.loginPath = "/login";
|
|
61
63
|
withHooks(this);
|
|
@@ -113,10 +115,10 @@ export class PortalRegister {
|
|
|
113
115
|
"optional": false,
|
|
114
116
|
"docs": {
|
|
115
117
|
"tags": [{
|
|
116
|
-
"text": "
|
|
118
|
+
"text": "Email redirection base path",
|
|
117
119
|
"name": "uiName"
|
|
118
120
|
}],
|
|
119
|
-
"text": ""
|
|
121
|
+
"text": "The page that users are redirected to from the verification email."
|
|
120
122
|
},
|
|
121
123
|
"attribute": "redirect-path",
|
|
122
124
|
"reflect": false,
|
|
@@ -323,7 +325,7 @@ export class PortalRegister {
|
|
|
323
325
|
"optional": false,
|
|
324
326
|
"docs": {
|
|
325
327
|
"tags": [{
|
|
326
|
-
"text": "
|
|
328
|
+
"text": "Sign in button redirection path",
|
|
327
329
|
"name": "uiName"
|
|
328
330
|
}],
|
|
329
331
|
"text": ""
|
|
@@ -11,11 +11,15 @@ export class PortalResetPassword {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
+
* The page that users are redirected to when the password reset succeeds.
|
|
15
|
+
*
|
|
14
16
|
* @uiName Next page path
|
|
15
17
|
*/
|
|
16
18
|
this.nextPage = "/";
|
|
17
19
|
/**
|
|
18
|
-
*
|
|
20
|
+
* The page that users are redirected to if the reset fails due to outdated password reset attempt.
|
|
21
|
+
*
|
|
22
|
+
* @uiName Failed page redirection path
|
|
19
23
|
*/
|
|
20
24
|
this.failedPage = "/";
|
|
21
25
|
/**
|
|
@@ -77,7 +81,7 @@ export class PortalResetPassword {
|
|
|
77
81
|
"text": "Next page path",
|
|
78
82
|
"name": "uiName"
|
|
79
83
|
}],
|
|
80
|
-
"text": ""
|
|
84
|
+
"text": "The page that users are redirected to when the password reset succeeds."
|
|
81
85
|
},
|
|
82
86
|
"attribute": "next-page",
|
|
83
87
|
"reflect": false,
|
|
@@ -95,10 +99,10 @@ export class PortalResetPassword {
|
|
|
95
99
|
"optional": false,
|
|
96
100
|
"docs": {
|
|
97
101
|
"tags": [{
|
|
98
|
-
"text": "Failed page path",
|
|
102
|
+
"text": "Failed page redirection path",
|
|
99
103
|
"name": "uiName"
|
|
100
104
|
}],
|
|
101
|
-
"text": ""
|
|
105
|
+
"text": "The page that users are redirected to if the reset fails due to outdated password reset attempt."
|
|
102
106
|
},
|
|
103
107
|
"attribute": "failed-page",
|
|
104
108
|
"reflect": false,
|
|
@@ -11,11 +11,15 @@ export class PortalVerifyEmail {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
+
* The page that users are redirected to when the verification succeeds.
|
|
15
|
+
*
|
|
14
16
|
* @uiName Next page path
|
|
15
17
|
*/
|
|
16
18
|
this.nextPage = "/";
|
|
17
19
|
/**
|
|
18
|
-
*
|
|
20
|
+
* The page that users are redirected to if verification fails due to outdated verification attempt.
|
|
21
|
+
*
|
|
22
|
+
* @uiName Failed page redirection path
|
|
19
23
|
*/
|
|
20
24
|
this.failedPage = "/";
|
|
21
25
|
withHooks(this);
|
|
@@ -45,7 +49,7 @@ export class PortalVerifyEmail {
|
|
|
45
49
|
"text": "Next page path",
|
|
46
50
|
"name": "uiName"
|
|
47
51
|
}],
|
|
48
|
-
"text": ""
|
|
52
|
+
"text": "The page that users are redirected to when the verification succeeds."
|
|
49
53
|
},
|
|
50
54
|
"attribute": "next-page",
|
|
51
55
|
"reflect": false,
|
|
@@ -63,10 +67,10 @@ export class PortalVerifyEmail {
|
|
|
63
67
|
"optional": false,
|
|
64
68
|
"docs": {
|
|
65
69
|
"tags": [{
|
|
66
|
-
"text": "Failed page path",
|
|
70
|
+
"text": "Failed page redirection path",
|
|
67
71
|
"name": "uiName"
|
|
68
72
|
}],
|
|
69
|
-
"text": ""
|
|
73
|
+
"text": "The page that users are redirected to if verification fails due to outdated verification attempt."
|
|
70
74
|
},
|
|
71
75
|
"attribute": "failed-page",
|
|
72
76
|
"reflect": false,
|