@saasquatch/mint-components 1.5.5 → 1.5.6-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +135 -69
- package/dist/cjs/sqm-empty_5.cjs.entry.js +2 -2
- package/dist/cjs/sqm-hero.cjs.entry.js +15 -7
- package/dist/cjs/sqm-password-field.cjs.entry.js +5 -2
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +18 -8
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +12 -10
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +21 -8
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +8 -4
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +7 -79
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +13 -8
- package/dist/collection/components/sqm-brand/sqm-brand.js +1 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -0
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +11 -10
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
- package/dist/collection/components/sqm-empty/sqm-empty.js +1 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
- package/dist/collection/components/sqm-hero/sqm-hero.js +23 -15
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +7 -3
- package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +3 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +2 -74
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +10 -8
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +9 -6
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +34 -22
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +5 -4
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +42 -26
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +31 -21
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +36 -28
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +23 -21
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +1 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +2 -0
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +2 -0
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +11 -9
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +1 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +1 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +11 -6
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +23 -14
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +21 -13
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +1 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +1 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +3 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +13 -8
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +1 -0
- package/dist/collection/components/sqm-route/sqm-route.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +25 -15
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +7 -7
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +3 -2
- package/dist/collection/components/sqm-tab/sqm-tab.js +1 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +95 -8
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +2 -0
- package/dist/collection/components/sqm-timeline/sqm-timeline.js +4 -2
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +6 -5
- package/dist/esm/sqm-big-stat_35.entry.js +135 -69
- package/dist/esm/sqm-empty_5.entry.js +2 -2
- package/dist/esm/sqm-hero.entry.js +15 -7
- package/dist/esm/sqm-password-field.entry.js +5 -2
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +18 -8
- package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +12 -10
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +21 -8
- package/dist/esm/sqm-rewards-table_9.entry.js +8 -4
- package/dist/esm/sqm-stencilbook.entry.js +7 -79
- package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-951e7817.system.entry.js → p-25ac7c14.system.entry.js} +1 -1
- package/dist/mint-components/p-5bef951d.system.entry.js +1 -0
- package/dist/mint-components/p-94096609.system.js +1 -1
- package/dist/mint-components/{p-87ffb558.entry.js → p-c7b0f076.entry.js} +2 -2
- package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +12 -5
- package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -1
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -0
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +6 -5
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +10 -7
- package/dist/types/components/sqm-empty/sqm-empty.d.ts +1 -0
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +8 -2
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +20 -8
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +5 -1
- package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +3 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +4 -2
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +5 -2
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +21 -6
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +20 -8
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +6 -3
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +25 -9
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +18 -8
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +20 -12
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +12 -10
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +1 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -0
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +2 -0
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +7 -4
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +7 -2
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +15 -6
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +17 -9
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +2 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +8 -3
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +1 -0
- package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +24 -9
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +3 -2
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +3 -2
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +2 -1
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +1 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +34 -8
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +2 -0
- package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +4 -2
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +3 -2
- package/dist/types/components.d.ts +478 -318
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +8 -3
- package/dist/mint-components/p-64cc1a70.system.entry.js +0 -1
|
@@ -25,7 +25,9 @@ const BigStat = class {
|
|
|
25
25
|
constructor(hostRef) {
|
|
26
26
|
index.registerInstance(this, hostRef);
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Controls the order of the stat value & description column
|
|
29
|
+
*
|
|
30
|
+
* @uiName Flex Reverse
|
|
29
31
|
*/
|
|
30
32
|
this.flexReverse = false;
|
|
31
33
|
this.ignored = true;
|
|
@@ -201,20 +203,21 @@ const CheckboxField = class {
|
|
|
201
203
|
index.registerInstance(this, hostRef);
|
|
202
204
|
this.ignored = true;
|
|
203
205
|
/**
|
|
204
|
-
* @uiName Checkbox
|
|
206
|
+
* @uiName Checkbox Label
|
|
205
207
|
*/
|
|
206
208
|
this.checkboxLabel = "By signing up you agree to the {labelLink}";
|
|
207
209
|
/**
|
|
208
|
-
* @uiName Checkbox label link
|
|
209
210
|
* Used with link text if the checkbox label contains {labelLink}
|
|
211
|
+
*
|
|
212
|
+
* @uiName Checkbox Label Link
|
|
210
213
|
*/
|
|
211
214
|
this.checkboxLabelLink = "https://example.com";
|
|
212
215
|
/**
|
|
213
|
-
* @uiName Checkbox
|
|
216
|
+
* @uiName Checkbox Label Link Text
|
|
214
217
|
*/
|
|
215
218
|
this.checkboxLabelLinkText = "Terms and Conditions";
|
|
216
219
|
/**
|
|
217
|
-
* @uiName Unchecked
|
|
220
|
+
* @uiName Unchecked Error Message
|
|
218
221
|
*/
|
|
219
222
|
this.errorMessage = "Must be checked";
|
|
220
223
|
/**
|
|
@@ -310,8 +313,8 @@ const DividedLayout = class {
|
|
|
310
313
|
constructor(hostRef) {
|
|
311
314
|
index.registerInstance(this, hostRef);
|
|
312
315
|
/**
|
|
313
|
-
* Uses CSS border
|
|
314
|
-
* @uiName Border
|
|
316
|
+
* Uses Shorthand CSS border syntax
|
|
317
|
+
* @uiName Border Style
|
|
315
318
|
*/
|
|
316
319
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
317
320
|
stencilHooks_module.h$1(this);
|
|
@@ -336,11 +339,11 @@ const DropdownField = class {
|
|
|
336
339
|
index.registerInstance(this, hostRef);
|
|
337
340
|
this.ignored = true;
|
|
338
341
|
/**
|
|
339
|
-
* @uiName Dropdown
|
|
342
|
+
* @uiName Dropdown Label
|
|
340
343
|
*/
|
|
341
344
|
this.dropdownLabel = "Select an option";
|
|
342
345
|
/**
|
|
343
|
-
* @uiName Unselected
|
|
346
|
+
* @uiName Unselected Error Message
|
|
344
347
|
*/
|
|
345
348
|
this.errorMessage = "Select an option";
|
|
346
349
|
/**
|
|
@@ -773,7 +776,9 @@ const HeroImage = class {
|
|
|
773
776
|
*/
|
|
774
777
|
this.imageMobilePos = "top";
|
|
775
778
|
/**
|
|
776
|
-
*
|
|
779
|
+
* CTA Button Opens Link in New Tab
|
|
780
|
+
*
|
|
781
|
+
* @uiName Button New Tab
|
|
777
782
|
*/
|
|
778
783
|
this.buttonNewTab = false;
|
|
779
784
|
/**
|
|
@@ -988,9 +993,8 @@ const Leaderboard = class {
|
|
|
988
993
|
*/
|
|
989
994
|
this.hideViewer = false;
|
|
990
995
|
/**
|
|
991
|
-
*
|
|
992
|
-
*
|
|
993
|
-
* @uiName Anonymous User Name
|
|
996
|
+
* Title displayed for users without names
|
|
997
|
+
* @uiName Unknown User Text
|
|
994
998
|
*/
|
|
995
999
|
this.anonymousUser = "Anonymous User";
|
|
996
1000
|
/**
|
|
@@ -1120,11 +1124,11 @@ const NameFields = class {
|
|
|
1120
1124
|
index.registerInstance(this, hostRef);
|
|
1121
1125
|
this.ignored = true;
|
|
1122
1126
|
/**
|
|
1123
|
-
* @uiName First
|
|
1127
|
+
* @uiName First Name label
|
|
1124
1128
|
*/
|
|
1125
1129
|
this.firstNameLabel = "First Name";
|
|
1126
1130
|
/**
|
|
1127
|
-
* @uiName Last
|
|
1131
|
+
* @uiName Last Name label
|
|
1128
1132
|
*/
|
|
1129
1133
|
this.lastNameLabel = "Last Name";
|
|
1130
1134
|
stencilHooks_module.h$1(this);
|
|
@@ -1283,35 +1287,47 @@ const PortalChangePassword = class {
|
|
|
1283
1287
|
index.registerInstance(this, hostRef);
|
|
1284
1288
|
this.ignored = true;
|
|
1285
1289
|
/**
|
|
1286
|
-
* @uiName Change
|
|
1290
|
+
* @uiName Change Password Modal Header
|
|
1287
1291
|
*/
|
|
1288
1292
|
this.modalChangePasswordHeader = "Change Password";
|
|
1289
1293
|
/**
|
|
1290
|
-
*
|
|
1294
|
+
* Modal cancel button text
|
|
1295
|
+
*
|
|
1296
|
+
* @uiName Cancel Button Text
|
|
1291
1297
|
*/
|
|
1292
1298
|
this.cancelText = "Cancel";
|
|
1293
1299
|
/**
|
|
1294
|
-
*
|
|
1300
|
+
* Modal change password button text
|
|
1301
|
+
*
|
|
1302
|
+
* @uiName Change Password Button Text
|
|
1295
1303
|
*/
|
|
1296
1304
|
this.changePasswordButtonText = "Change Password";
|
|
1297
1305
|
/**
|
|
1298
|
-
*
|
|
1306
|
+
* Password input field label
|
|
1307
|
+
*
|
|
1308
|
+
* @uiName Password Label
|
|
1299
1309
|
*/
|
|
1300
1310
|
this.passwordFieldLabel = "New Password";
|
|
1301
1311
|
/**
|
|
1302
|
-
*
|
|
1312
|
+
* Password confirmation input field label
|
|
1313
|
+
*
|
|
1314
|
+
* @uiName Confirm Password Label
|
|
1303
1315
|
*/
|
|
1304
1316
|
this.confirmPasswordFieldLabel = "Confirm New Password";
|
|
1305
1317
|
/**
|
|
1306
|
-
*
|
|
1318
|
+
* Successful password change message
|
|
1319
|
+
*
|
|
1320
|
+
* @uiName Successful Message
|
|
1307
1321
|
*/
|
|
1308
1322
|
this.successMessage = "Your password has been updated.";
|
|
1309
1323
|
/**
|
|
1310
|
-
*
|
|
1324
|
+
* Portal change password section header
|
|
1325
|
+
*
|
|
1326
|
+
* @uiName Change Password Header
|
|
1311
1327
|
*/
|
|
1312
1328
|
this.portalChangePasswordHeader = "Password";
|
|
1313
1329
|
/**
|
|
1314
|
-
* @uiName
|
|
1330
|
+
* @uiName Change Password Button Text
|
|
1315
1331
|
*/
|
|
1316
1332
|
this.portalChangePasswordButtonText = "Change your password...";
|
|
1317
1333
|
stencilHooks_module.h$1(this);
|
|
@@ -1439,39 +1455,55 @@ const PortalLogin = class {
|
|
|
1439
1455
|
index.registerInstance(this, hostRef);
|
|
1440
1456
|
this.ignored = true;
|
|
1441
1457
|
/**
|
|
1442
|
-
*
|
|
1458
|
+
* Page navigated to after sign-in
|
|
1459
|
+
*
|
|
1460
|
+
* @uiName Next Page Path
|
|
1443
1461
|
*/
|
|
1444
1462
|
this.nextPage = "/";
|
|
1445
1463
|
/**
|
|
1446
|
-
*
|
|
1464
|
+
* Label for email field
|
|
1465
|
+
*
|
|
1466
|
+
* @uiName Email Label
|
|
1447
1467
|
*/
|
|
1448
1468
|
this.emailLabel = "Email";
|
|
1449
1469
|
/**
|
|
1450
|
-
*
|
|
1470
|
+
* Label for password field
|
|
1471
|
+
*
|
|
1472
|
+
* @uiName Password Label
|
|
1451
1473
|
*/
|
|
1452
1474
|
this.passwordLabel = "Password";
|
|
1453
1475
|
/**
|
|
1454
|
-
*
|
|
1476
|
+
* Label for submit button
|
|
1477
|
+
*
|
|
1478
|
+
* @uiName Submit Button Text
|
|
1455
1479
|
*/
|
|
1456
1480
|
this.submitLabel = "Sign In";
|
|
1457
1481
|
/**
|
|
1458
|
-
*
|
|
1482
|
+
* Label for forgotten password button
|
|
1483
|
+
*
|
|
1484
|
+
* @uiName Forgot Password Text
|
|
1459
1485
|
*/
|
|
1460
1486
|
this.forgotPasswordLabel = "Forgot Password?";
|
|
1461
1487
|
/**
|
|
1462
|
-
*
|
|
1488
|
+
* Label for register button
|
|
1489
|
+
*
|
|
1490
|
+
* @uiName Register Button Text
|
|
1463
1491
|
*/
|
|
1464
1492
|
this.registerLabel = "Register";
|
|
1465
1493
|
/**
|
|
1466
|
-
* @uiName Heading
|
|
1494
|
+
* @uiName Heading Label
|
|
1467
1495
|
*/
|
|
1468
1496
|
this.pageLabel = "Sign in to your account";
|
|
1469
1497
|
/**
|
|
1470
|
-
*
|
|
1498
|
+
* Register redirect path
|
|
1499
|
+
*
|
|
1500
|
+
* @uiName Register Path
|
|
1471
1501
|
*/
|
|
1472
1502
|
this.registerPath = "/register";
|
|
1473
1503
|
/**
|
|
1474
|
-
*
|
|
1504
|
+
* Forgot password redirect path
|
|
1505
|
+
*
|
|
1506
|
+
* @uiName Forgot Password Path
|
|
1475
1507
|
*/
|
|
1476
1508
|
this.forgotPasswordPath = "/forgotPassword";
|
|
1477
1509
|
stencilHooks_module.h$1(this);
|
|
@@ -5495,53 +5527,61 @@ const PortalRegister = class {
|
|
|
5495
5527
|
index.registerInstance(this, hostRef);
|
|
5496
5528
|
this.ignored = true;
|
|
5497
5529
|
/**
|
|
5498
|
-
*
|
|
5530
|
+
* Page navigated to after registration
|
|
5531
|
+
*
|
|
5532
|
+
* @uiName Next Page
|
|
5499
5533
|
*/
|
|
5500
5534
|
this.nextPage = "/";
|
|
5501
5535
|
/**
|
|
5502
5536
|
* The page that users are redirected to from the verification email.
|
|
5503
5537
|
*
|
|
5504
|
-
* @uiName Email
|
|
5538
|
+
* @uiName Email Redirection Base Path
|
|
5505
5539
|
*/
|
|
5506
5540
|
this.redirectPath = "/verifyEmail";
|
|
5507
5541
|
/**
|
|
5508
|
-
* @uiName Label
|
|
5542
|
+
* @uiName Email Label
|
|
5509
5543
|
*/
|
|
5510
5544
|
this.emailLabel = "Email";
|
|
5511
5545
|
/**
|
|
5512
|
-
* @uiName Label
|
|
5546
|
+
* @uiName Password Label
|
|
5513
5547
|
*/
|
|
5514
5548
|
this.passwordLabel = "Password";
|
|
5515
5549
|
/**
|
|
5516
|
-
* @uiName
|
|
5550
|
+
* @uiName Submit Button Text
|
|
5517
5551
|
*/
|
|
5518
5552
|
this.submitLabel = "Register";
|
|
5519
5553
|
/**
|
|
5520
|
-
* @uiName
|
|
5554
|
+
* @uiName Login Button Text
|
|
5521
5555
|
*/
|
|
5522
5556
|
this.loginLabel = "Sign in";
|
|
5523
5557
|
/**
|
|
5524
|
-
* @uiName
|
|
5558
|
+
* @uiName Confirm Password Label
|
|
5525
5559
|
*/
|
|
5526
5560
|
this.confirmPasswordLabel = "Confirm Password";
|
|
5527
5561
|
/**
|
|
5528
|
-
*
|
|
5562
|
+
* Show or hide the confirm password input
|
|
5563
|
+
*
|
|
5564
|
+
* @uiName Show Confirm Password Field
|
|
5529
5565
|
*/
|
|
5530
5566
|
this.confirmPassword = false;
|
|
5531
5567
|
/**
|
|
5532
|
-
* @uiName
|
|
5568
|
+
* @uiName Enable Password Validation
|
|
5533
5569
|
*/
|
|
5534
5570
|
this.enablePasswordValidation = true;
|
|
5535
5571
|
/**
|
|
5536
|
-
*
|
|
5572
|
+
* Hide default input fields to use custom fields
|
|
5573
|
+
*
|
|
5574
|
+
* @uiName Hide Default Inputs
|
|
5537
5575
|
*/
|
|
5538
5576
|
this.hideInputs = false;
|
|
5539
5577
|
/**
|
|
5540
|
-
* @uiName Heading
|
|
5578
|
+
* @uiName Heading Label
|
|
5541
5579
|
*/
|
|
5542
5580
|
this.pageLabel = "Register";
|
|
5543
5581
|
/**
|
|
5544
|
-
*
|
|
5582
|
+
* Login button redirection path
|
|
5583
|
+
*
|
|
5584
|
+
* @uiName Login Path
|
|
5545
5585
|
*/
|
|
5546
5586
|
this.loginPath = "/login";
|
|
5547
5587
|
stencilHooks_module.h$1(this);
|
|
@@ -5863,11 +5903,13 @@ const SqmReferralIframe = class {
|
|
|
5863
5903
|
index.registerInstance(this, hostRef);
|
|
5864
5904
|
this.ignored = true;
|
|
5865
5905
|
/**
|
|
5866
|
-
*
|
|
5906
|
+
* Height of the iframe container
|
|
5907
|
+
* @uiName Iframe Height
|
|
5867
5908
|
*/
|
|
5868
5909
|
this.iframeHeight = "100%";
|
|
5869
5910
|
/**
|
|
5870
|
-
*
|
|
5911
|
+
* Width of the iframe container
|
|
5912
|
+
* @uiName Iframe Width
|
|
5871
5913
|
*/
|
|
5872
5914
|
this.iframeWidth = "100%";
|
|
5873
5915
|
stencilHooks_module.h$1(this);
|
|
@@ -6710,7 +6752,9 @@ const SqmRewardExchangeList = class {
|
|
|
6710
6752
|
index.registerInstance(this, hostRef);
|
|
6711
6753
|
this.ignored = true;
|
|
6712
6754
|
/**
|
|
6713
|
-
*
|
|
6755
|
+
* Error message shown when reward is not available
|
|
6756
|
+
*
|
|
6757
|
+
* @uiName Not Available Error
|
|
6714
6758
|
*/
|
|
6715
6759
|
this.notAvailableError = "{unavailableReasonCode, select, US_TAX {US Tax limit} INSUFFICIENT_REDEEMABLE_CREDIT {{sourceValue} required} AVAILABILITY_PREDICATE {Not available} other {{unavailableReasonCode}} }";
|
|
6716
6760
|
/**
|
|
@@ -6742,7 +6786,7 @@ const SqmRewardExchangeList = class {
|
|
|
6742
6786
|
*/
|
|
6743
6787
|
this.continueText = "Continue";
|
|
6744
6788
|
/**
|
|
6745
|
-
|
|
6789
|
+
* Displayed on the reward selection page.
|
|
6746
6790
|
* @uiName Continue to Confirmation Button Text
|
|
6747
6791
|
*/
|
|
6748
6792
|
this.continueToConfirmationText = "Continue to confirmation";
|
|
@@ -6751,17 +6795,20 @@ const SqmRewardExchangeList = class {
|
|
|
6751
6795
|
*/
|
|
6752
6796
|
this.redeemText = "Redeem";
|
|
6753
6797
|
/**
|
|
6754
|
-
|
|
6798
|
+
* Displayed as the header for the confirmation page.
|
|
6799
|
+
*
|
|
6755
6800
|
* @uiName Confirmation Title Text
|
|
6756
6801
|
*/
|
|
6757
6802
|
this.redeemTitle = "Confirm and redeem";
|
|
6758
6803
|
/**
|
|
6759
|
-
|
|
6804
|
+
* Displayed on the success screen when a user successfully exchanges for a reward.
|
|
6805
|
+
*
|
|
6760
6806
|
* @uiName Redemption Success Message
|
|
6761
6807
|
*/
|
|
6762
6808
|
this.redemptionSuccessText = "Redeemed {sourceValue} for {destinationValue}";
|
|
6763
6809
|
/**
|
|
6764
|
-
|
|
6810
|
+
* Displayed on the reward exchange cards.
|
|
6811
|
+
*
|
|
6765
6812
|
* @uiName Reward Exchange Amount Text
|
|
6766
6813
|
*/
|
|
6767
6814
|
this.sourceAmountMessage = "{ruleType, select, FIXED_GLOBAL_REWARD {{sourceValue}} other {{sourceMinValue} to {sourceMaxValue}}}";
|
|
@@ -6780,17 +6827,19 @@ const SqmRewardExchangeList = class {
|
|
|
6780
6827
|
*/
|
|
6781
6828
|
this.selectText = "Select amount to receive";
|
|
6782
6829
|
/**
|
|
6783
|
-
|
|
6830
|
+
* Shown if an error occurs when loading the reward exchange.
|
|
6831
|
+
*
|
|
6784
6832
|
* @uiName Reward List Error Message
|
|
6785
6833
|
*/
|
|
6786
6834
|
this.queryError = "Unable to load reward exchange list. Please try again";
|
|
6787
6835
|
/**
|
|
6788
|
-
|
|
6836
|
+
* Shown if an error occurs during the reward exchange.
|
|
6837
|
+
*
|
|
6789
6838
|
* @uiName Redemption Error Message
|
|
6790
6839
|
*/
|
|
6791
6840
|
this.redemptionError = "An error occured trying to redeem this reward. Please try again";
|
|
6792
6841
|
/**
|
|
6793
|
-
* @uiName Not Enough
|
|
6842
|
+
* @uiName Not Enough Error Message
|
|
6794
6843
|
*/
|
|
6795
6844
|
this.notEnoughError = "Not enough {sourceUnit} to redeem for this reward";
|
|
6796
6845
|
/**
|
|
@@ -6804,7 +6853,7 @@ const SqmRewardExchangeList = class {
|
|
|
6804
6853
|
/**
|
|
6805
6854
|
* Set the number of placeholder cards to be shown in loading state.
|
|
6806
6855
|
*
|
|
6807
|
-
* @
|
|
6856
|
+
* @uiName Loading Cards
|
|
6808
6857
|
*/
|
|
6809
6858
|
this.skeletonCardNum = 8;
|
|
6810
6859
|
/**
|
|
@@ -7089,11 +7138,11 @@ const ShareButton = class {
|
|
|
7089
7138
|
*/
|
|
7090
7139
|
this.iconslot = "prefix";
|
|
7091
7140
|
/**
|
|
7092
|
-
* @uiName Hide
|
|
7141
|
+
* @uiName Hide Icon
|
|
7093
7142
|
*/
|
|
7094
7143
|
this.hideicon = false;
|
|
7095
7144
|
/**
|
|
7096
|
-
* @uiName Hide
|
|
7145
|
+
* @uiName Hide Text
|
|
7097
7146
|
*/
|
|
7098
7147
|
this.hidetext = false;
|
|
7099
7148
|
stencilHooks_module.h$1(this);
|
|
@@ -7166,14 +7215,13 @@ function useShareCode(props) {
|
|
|
7166
7215
|
return { ...props, onClick, open, shareString };
|
|
7167
7216
|
}
|
|
7168
7217
|
|
|
7169
|
-
const DEFAULT_TOOLTIP_LIFESPAN = 1000;
|
|
7170
7218
|
const ShareCode = class {
|
|
7171
7219
|
constructor(hostRef) {
|
|
7172
7220
|
index.registerInstance(this, hostRef);
|
|
7173
7221
|
/**
|
|
7174
|
-
* This is shown after someone has successfully copied the
|
|
7222
|
+
* This is shown after someone has successfully copied the code to the clipboard.
|
|
7175
7223
|
*
|
|
7176
|
-
* @uiName Tooltip
|
|
7224
|
+
* @uiName Tooltip Text
|
|
7177
7225
|
*/
|
|
7178
7226
|
this.tooltiptext = "Copied to Clipboard";
|
|
7179
7227
|
/**
|
|
@@ -7181,7 +7229,7 @@ const ShareCode = class {
|
|
|
7181
7229
|
*
|
|
7182
7230
|
* @uiName Tooltip lifespan
|
|
7183
7231
|
*/
|
|
7184
|
-
this.tooltiplifespan =
|
|
7232
|
+
this.tooltiplifespan = 1000;
|
|
7185
7233
|
stencilHooks_module.h$1(this);
|
|
7186
7234
|
}
|
|
7187
7235
|
disconnectedCallback() { }
|
|
@@ -7210,22 +7258,21 @@ function useDemoShareCode(props) {
|
|
|
7210
7258
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
7211
7259
|
}
|
|
7212
7260
|
|
|
7213
|
-
const DEFAULT_TOOLTIP_LIFESPAN$1 = 1000;
|
|
7214
7261
|
const ShareLink = class {
|
|
7215
7262
|
constructor(hostRef) {
|
|
7216
7263
|
index.registerInstance(this, hostRef);
|
|
7217
7264
|
/**
|
|
7218
7265
|
* This is shown after someone has successfully copied the link to the clipboard.
|
|
7219
7266
|
*
|
|
7220
|
-
* @uiName Tooltip
|
|
7267
|
+
* @uiName Tooltip Text
|
|
7221
7268
|
*/
|
|
7222
7269
|
this.tooltiptext = "Copied to Clipboard";
|
|
7223
7270
|
/**
|
|
7224
7271
|
* The number of milliseconds that the tooltip will appear for
|
|
7225
7272
|
*
|
|
7226
|
-
* @uiName Tooltip
|
|
7273
|
+
* @uiName Tooltip Lifespan
|
|
7227
7274
|
*/
|
|
7228
|
-
this.tooltiplifespan =
|
|
7275
|
+
this.tooltiplifespan = 1000;
|
|
7229
7276
|
stencilHooks_module.h$1(this);
|
|
7230
7277
|
}
|
|
7231
7278
|
disconnectedCallback() { }
|
|
@@ -7259,7 +7306,7 @@ const StatContainer = class {
|
|
|
7259
7306
|
index.registerInstance(this, hostRef);
|
|
7260
7307
|
this.ignored = true;
|
|
7261
7308
|
/**
|
|
7262
|
-
* @uiName Space
|
|
7309
|
+
* @uiName Space Between Stats
|
|
7263
7310
|
* @uiType string
|
|
7264
7311
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
7265
7312
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -7348,76 +7395,94 @@ const TaskCard = class {
|
|
|
7348
7395
|
this.ignored = true;
|
|
7349
7396
|
/**
|
|
7350
7397
|
* @uiName Reward Amount
|
|
7398
|
+
* @uiGroup Reward
|
|
7351
7399
|
*/
|
|
7352
7400
|
this.rewardAmount = "0";
|
|
7353
7401
|
/**
|
|
7354
7402
|
* @uiName Reward Unit
|
|
7403
|
+
* @uiGroup Reward
|
|
7355
7404
|
*/
|
|
7356
7405
|
this.rewardUnit = "Points";
|
|
7357
7406
|
/**
|
|
7358
7407
|
* @uiName Title Text
|
|
7408
|
+
* @uiGroup Task
|
|
7359
7409
|
*/
|
|
7360
7410
|
this.cardTitle = "Title Text";
|
|
7361
7411
|
/**
|
|
7362
7412
|
* @uiName Description Text
|
|
7413
|
+
* @uiGroup Task
|
|
7363
7414
|
*/
|
|
7364
7415
|
this.description = "";
|
|
7365
7416
|
/**
|
|
7366
7417
|
* @uiName Goal Repeatable
|
|
7418
|
+
* @uiGroup Goal
|
|
7367
7419
|
*/
|
|
7368
7420
|
this.repeatable = false;
|
|
7369
7421
|
/**
|
|
7370
7422
|
* The number of times a reward can be earned. Use zero for no limit (the default).
|
|
7371
7423
|
*
|
|
7372
7424
|
* @uiName Repeat Amount
|
|
7425
|
+
* @uiGroup Reward
|
|
7373
7426
|
*/
|
|
7374
7427
|
this.finite = 0;
|
|
7375
7428
|
/**
|
|
7376
7429
|
* @uiName Show Progress Bar
|
|
7430
|
+
* @uiGroup Goal
|
|
7377
7431
|
*/
|
|
7378
7432
|
this.showProgressBar = false;
|
|
7379
7433
|
/**
|
|
7380
7434
|
* Sets the goal for users progress to know when a task has been completed. If repeatable is checked, repeatable goals is an increment of this.
|
|
7381
7435
|
*
|
|
7382
7436
|
* @uiName Goal Completion Number
|
|
7437
|
+
* @uiGroup Goal
|
|
7383
7438
|
*/
|
|
7384
7439
|
this.goal = 1;
|
|
7385
7440
|
/**
|
|
7386
7441
|
* @uiName Progress Bar Steps
|
|
7442
|
+
* @uiGroup Goal
|
|
7387
7443
|
*/
|
|
7388
7444
|
this.steps = false;
|
|
7389
7445
|
/**
|
|
7390
7446
|
* @uiName Progress Bar Unit
|
|
7447
|
+
* @uiGroup Goal
|
|
7391
7448
|
*/
|
|
7392
7449
|
this.progressBarUnit = "";
|
|
7393
7450
|
/**
|
|
7394
7451
|
* @uiName Expiry Date Message
|
|
7452
|
+
* @uiGroup Task
|
|
7395
7453
|
*/
|
|
7396
7454
|
this.expiryMessage = "Ends {endDate}";
|
|
7397
7455
|
/**
|
|
7398
7456
|
* Shown to users before the start of the task duration.
|
|
7399
7457
|
*
|
|
7400
7458
|
* @uiName Start Date Message
|
|
7459
|
+
* @uiGroup Task
|
|
7401
7460
|
*/
|
|
7402
7461
|
this.startsOnMessage = "Starts {startDate}";
|
|
7403
7462
|
/**
|
|
7404
7463
|
* Shown to users after the end of the task duration.
|
|
7405
7464
|
*
|
|
7406
7465
|
* @uiName Ended Date Message
|
|
7466
|
+
* @uiGroup Task
|
|
7407
7467
|
*/
|
|
7408
7468
|
this.endedMessage = "Ended {endDate}";
|
|
7409
7469
|
/**
|
|
7410
7470
|
* Displays the amount of times that a user has completed a repeatable task.
|
|
7411
7471
|
*
|
|
7412
7472
|
* @uiName Completed Count Text
|
|
7473
|
+
* @uiGroup Task
|
|
7413
7474
|
*/
|
|
7414
7475
|
this.completedText = "Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}";
|
|
7415
7476
|
/**
|
|
7416
7477
|
* @uiName CTA Button Text
|
|
7478
|
+
* @uiGroup CTA Button
|
|
7417
7479
|
*/
|
|
7418
7480
|
this.buttonText = "Complete Action";
|
|
7419
7481
|
/**
|
|
7420
|
-
*
|
|
7482
|
+
* CTA Button Link Opens in New Tab
|
|
7483
|
+
* @uiName Open In New Tab
|
|
7484
|
+
* @uiGroup CTA Button
|
|
7485
|
+
* @default undefined
|
|
7421
7486
|
*/
|
|
7422
7487
|
this.openNewTab = false;
|
|
7423
7488
|
stencilHooks_module.h$1(this);
|
|
@@ -7620,11 +7685,12 @@ const UserName = class {
|
|
|
7620
7685
|
index.registerInstance(this, hostRef);
|
|
7621
7686
|
this._ignored = true;
|
|
7622
7687
|
/**
|
|
7623
|
-
*
|
|
7688
|
+
* Fallback name for unknown users
|
|
7689
|
+
* @uiName Fallback Name
|
|
7624
7690
|
*/
|
|
7625
7691
|
this.fallback = "Anonymous User";
|
|
7626
7692
|
/**
|
|
7627
|
-
* @uiName Loading
|
|
7693
|
+
* @uiName Loading Text
|
|
7628
7694
|
*/
|
|
7629
7695
|
this.loadingText = "...";
|
|
7630
7696
|
stencilHooks_module.h$1(this);
|
|
@@ -184,14 +184,14 @@ const TitledSection = class {
|
|
|
184
184
|
*/
|
|
185
185
|
this.textAlign = "left";
|
|
186
186
|
/**
|
|
187
|
-
* @uiName Label
|
|
187
|
+
* @uiName Label Margin Style
|
|
188
188
|
* @uiType string
|
|
189
189
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
190
190
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
191
191
|
*/
|
|
192
192
|
this.labelMargin = "small";
|
|
193
193
|
/**
|
|
194
|
-
* @uiName Section
|
|
194
|
+
* @uiName Section Padding
|
|
195
195
|
* @uiType string
|
|
196
196
|
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
197
197
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
@@ -13,17 +13,25 @@ const sqmHeroView = require('./sqm-hero-view-46223e34.js');
|
|
|
13
13
|
const Hero = class {
|
|
14
14
|
constructor(hostRef) {
|
|
15
15
|
index.registerInstance(this, hostRef);
|
|
16
|
-
/**
|
|
16
|
+
/**
|
|
17
|
+
* Number of columns in the layout
|
|
18
|
+
*
|
|
19
|
+
* @uiName Columns
|
|
20
|
+
*/
|
|
17
21
|
this.columns = 1;
|
|
18
22
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
* Can be an image url, colour or Shoelace variable.
|
|
24
|
+
*
|
|
25
|
+
* @uiName Background
|
|
26
|
+
*/
|
|
23
27
|
this.background = "var(--sl-color-gray-50)";
|
|
24
|
-
/** @uiName Padding
|
|
28
|
+
/** @uiName Padding Size */
|
|
25
29
|
this.paddingSize = "large";
|
|
26
|
-
/**
|
|
30
|
+
/**
|
|
31
|
+
* Flexbox wrap direction, accepts wrap or wrap-reverse
|
|
32
|
+
*
|
|
33
|
+
* @uiName Wrap Direction
|
|
34
|
+
*/
|
|
27
35
|
this.wrapDirection = "wrap";
|
|
28
36
|
stencilHooks_module.h$1(this);
|
|
29
37
|
}
|
|
@@ -533,11 +533,14 @@ const PortalPasswordField = class {
|
|
|
533
533
|
index.registerInstance(this, hostRef);
|
|
534
534
|
this.ignored = true;
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* Label for password field
|
|
537
|
+
*
|
|
538
|
+
* @uiName Password Label
|
|
537
539
|
*/
|
|
538
540
|
this.fieldLabel = "Password";
|
|
539
541
|
/**
|
|
540
|
-
*
|
|
542
|
+
* Enable live password validation
|
|
543
|
+
* @uiName Enable Validation
|
|
541
544
|
*/
|
|
542
545
|
this.enableValidation = true;
|
|
543
546
|
stencilHooks_module.h$1(this);
|
|
@@ -68,19 +68,19 @@ const PortalEmailVerification = class {
|
|
|
68
68
|
/**
|
|
69
69
|
* The page that users are redirected to from the verification email.
|
|
70
70
|
*
|
|
71
|
-
* @uiName Email
|
|
71
|
+
* @uiName Email Redirection Base Path
|
|
72
72
|
*/
|
|
73
73
|
this.redirectPath = "/verifyEmail";
|
|
74
74
|
/**
|
|
75
|
-
* @uiName Email
|
|
75
|
+
* @uiName Email Verification Header Text
|
|
76
76
|
*/
|
|
77
77
|
this.emailVerificationHeader = "Verify your email";
|
|
78
78
|
/**
|
|
79
|
-
* @uiName Re-send
|
|
79
|
+
* @uiName Re-send Email Button Text
|
|
80
80
|
*/
|
|
81
81
|
this.resendEmailButtonText = "Re-send Email";
|
|
82
82
|
/**
|
|
83
|
-
* @uiName Email
|
|
83
|
+
* @uiName Email Verification Body Text
|
|
84
84
|
*/
|
|
85
85
|
this.verifyMessage = "A verification email was sent to {email}. Please verify your email to continue to the portal.";
|
|
86
86
|
stencilHooks_module.h$1(this);
|
|
@@ -63,19 +63,19 @@ const PortalForgotPassword = class {
|
|
|
63
63
|
/**
|
|
64
64
|
* The page that users are redirected to from the password reset email.
|
|
65
65
|
*
|
|
66
|
-
* @uiName Email
|
|
66
|
+
* @uiName Email Redirection Base Path
|
|
67
67
|
*/
|
|
68
68
|
this.redirectPath = "/resetPassword";
|
|
69
69
|
/**
|
|
70
|
-
* @uiName Email
|
|
70
|
+
* @uiName Email Label
|
|
71
71
|
*/
|
|
72
72
|
this.emailLabel = "Email";
|
|
73
73
|
/**
|
|
74
|
-
* @uiName Password
|
|
74
|
+
* @uiName Password Reset Button Text
|
|
75
75
|
*/
|
|
76
76
|
this.submitLabel = "Request Password Reset";
|
|
77
77
|
/**
|
|
78
|
-
* @uiName
|
|
78
|
+
* @uiName Login Page Routing Path
|
|
79
79
|
*/
|
|
80
80
|
this.loginPath = "/login";
|
|
81
81
|
stencilHooks_module.h$1(this);
|