@saasquatch/mint-components 1.5.5-2 → 1.5.6-1
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 +12 -7
- 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 +4 -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 +1 -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 +20 -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 +18 -15
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +6 -7
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +6 -7
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -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 +1 -0
- 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 +11 -4
- 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 +5 -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 +1 -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 +16 -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 +17 -9
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -2
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -2
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -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 +1 -0
- 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
|
@@ -13,11 +13,14 @@ export class PortalPasswordField {
|
|
|
13
13
|
constructor() {
|
|
14
14
|
this.ignored = true;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Label for password field
|
|
17
|
+
*
|
|
18
|
+
* @uiName Password Label
|
|
17
19
|
*/
|
|
18
20
|
this.fieldLabel = "Password";
|
|
19
21
|
/**
|
|
20
|
-
*
|
|
22
|
+
* Enable live password validation
|
|
23
|
+
* @uiName Enable Validation
|
|
21
24
|
*/
|
|
22
25
|
this.enableValidation = true;
|
|
23
26
|
withHooks(this);
|
|
@@ -43,10 +46,10 @@ export class PortalPasswordField {
|
|
|
43
46
|
"optional": false,
|
|
44
47
|
"docs": {
|
|
45
48
|
"tags": [{
|
|
46
|
-
"text": "Label
|
|
49
|
+
"text": "Password Label",
|
|
47
50
|
"name": "uiName"
|
|
48
51
|
}],
|
|
49
|
-
"text": ""
|
|
52
|
+
"text": "Label for password field"
|
|
50
53
|
},
|
|
51
54
|
"attribute": "field-label",
|
|
52
55
|
"reflect": false,
|
|
@@ -64,10 +67,10 @@ export class PortalPasswordField {
|
|
|
64
67
|
"optional": false,
|
|
65
68
|
"docs": {
|
|
66
69
|
"tags": [{
|
|
67
|
-
"text": "Enable
|
|
70
|
+
"text": "Enable Validation",
|
|
68
71
|
"name": "uiName"
|
|
69
72
|
}],
|
|
70
|
-
"text": ""
|
|
73
|
+
"text": "Enable live password validation"
|
|
71
74
|
},
|
|
72
75
|
"attribute": "enable-validation",
|
|
73
76
|
"reflect": false,
|
|
@@ -4,7 +4,7 @@ import { withHooks } from "@saasquatch/stencil-hooks";
|
|
|
4
4
|
import { usePopupContainer } from "./usePopupContainer";
|
|
5
5
|
import { getProps } from "../../utils/utils";
|
|
6
6
|
/**
|
|
7
|
-
* @uiName Popup
|
|
7
|
+
* @uiName Popup Container For Widgets
|
|
8
8
|
*/
|
|
9
9
|
export class PopupContainer {
|
|
10
10
|
constructor() {
|
|
@@ -35,10 +35,10 @@ export class PopupContainer {
|
|
|
35
35
|
"optional": false,
|
|
36
36
|
"docs": {
|
|
37
37
|
"tags": [{
|
|
38
|
-
"text": "Show
|
|
38
|
+
"text": "Show Powered By",
|
|
39
39
|
"name": "uiName"
|
|
40
40
|
}],
|
|
41
|
-
"text": ""
|
|
41
|
+
"text": "Show Powered By SaaSquatch link"
|
|
42
42
|
},
|
|
43
43
|
"attribute": "powered-by",
|
|
44
44
|
"reflect": false
|
|
@@ -55,10 +55,10 @@ export class PopupContainer {
|
|
|
55
55
|
"optional": false,
|
|
56
56
|
"docs": {
|
|
57
57
|
"tags": [{
|
|
58
|
-
"text": "
|
|
58
|
+
"text": "Show Close Button",
|
|
59
59
|
"name": "uiName"
|
|
60
60
|
}],
|
|
61
|
-
"text": ""
|
|
61
|
+
"text": "Display a close button on the popup"
|
|
62
62
|
},
|
|
63
63
|
"attribute": "close-button",
|
|
64
64
|
"reflect": false
|
|
@@ -75,10 +75,10 @@ export class PopupContainer {
|
|
|
75
75
|
"optional": false,
|
|
76
76
|
"docs": {
|
|
77
77
|
"tags": [{
|
|
78
|
-
"text": "
|
|
78
|
+
"text": "Close Button Text",
|
|
79
79
|
"name": "uiName"
|
|
80
80
|
}],
|
|
81
|
-
"text": ""
|
|
81
|
+
"text": "Text inside the close button"
|
|
82
82
|
},
|
|
83
83
|
"attribute": "close-button-text",
|
|
84
84
|
"reflect": false
|
|
@@ -95,7 +95,7 @@ export class PopupContainer {
|
|
|
95
95
|
"optional": true,
|
|
96
96
|
"docs": {
|
|
97
97
|
"tags": [{
|
|
98
|
-
"text": "
|
|
98
|
+
"text": "Embed Padding",
|
|
99
99
|
"name": "uiName"
|
|
100
100
|
}, {
|
|
101
101
|
"text": "string",
|
|
@@ -107,7 +107,7 @@ export class PopupContainer {
|
|
|
107
107
|
"text": "[\"None\", \"Small\", \"Medium\", \"Large\"]",
|
|
108
108
|
"name": "uiEnumNames"
|
|
109
109
|
}],
|
|
110
|
-
"text": ""
|
|
110
|
+
"text": "Specify padding on the popup contents when in embedded mode"
|
|
111
111
|
},
|
|
112
112
|
"attribute": "embed-padding",
|
|
113
113
|
"reflect": false
|
|
@@ -124,7 +124,7 @@ export class PopupContainer {
|
|
|
124
124
|
"optional": true,
|
|
125
125
|
"docs": {
|
|
126
126
|
"tags": [{
|
|
127
|
-
"text": "
|
|
127
|
+
"text": "Popup Padding",
|
|
128
128
|
"name": "uiName"
|
|
129
129
|
}, {
|
|
130
130
|
"text": "string",
|
|
@@ -136,7 +136,7 @@ export class PopupContainer {
|
|
|
136
136
|
"text": "[\"None\", \"Small\", \"Medium\", \"Large\"]",
|
|
137
137
|
"name": "uiEnumNames"
|
|
138
138
|
}],
|
|
139
|
-
"text": ""
|
|
139
|
+
"text": "Specify padding on the popup contents when in popup mode"
|
|
140
140
|
},
|
|
141
141
|
"attribute": "popup-padding",
|
|
142
142
|
"reflect": false
|
|
@@ -11,35 +11,47 @@ export class PortalChangePassword {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
-
* @uiName Change
|
|
14
|
+
* @uiName Change Password Modal Header
|
|
15
15
|
*/
|
|
16
16
|
this.modalChangePasswordHeader = "Change Password";
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Modal cancel button text
|
|
19
|
+
*
|
|
20
|
+
* @uiName Cancel Button Text
|
|
19
21
|
*/
|
|
20
22
|
this.cancelText = "Cancel";
|
|
21
23
|
/**
|
|
22
|
-
*
|
|
24
|
+
* Modal change password button text
|
|
25
|
+
*
|
|
26
|
+
* @uiName Change Password Button Text
|
|
23
27
|
*/
|
|
24
28
|
this.changePasswordButtonText = "Change Password";
|
|
25
29
|
/**
|
|
26
|
-
*
|
|
30
|
+
* Password input field label
|
|
31
|
+
*
|
|
32
|
+
* @uiName Password Label
|
|
27
33
|
*/
|
|
28
34
|
this.passwordFieldLabel = "New Password";
|
|
29
35
|
/**
|
|
30
|
-
*
|
|
36
|
+
* Password confirmation input field label
|
|
37
|
+
*
|
|
38
|
+
* @uiName Confirm Password Label
|
|
31
39
|
*/
|
|
32
40
|
this.confirmPasswordFieldLabel = "Confirm New Password";
|
|
33
41
|
/**
|
|
34
|
-
*
|
|
42
|
+
* Successful password change message
|
|
43
|
+
*
|
|
44
|
+
* @uiName Successful Message
|
|
35
45
|
*/
|
|
36
46
|
this.successMessage = "Your password has been updated.";
|
|
37
47
|
/**
|
|
38
|
-
*
|
|
48
|
+
* Portal change password section header
|
|
49
|
+
*
|
|
50
|
+
* @uiName Change Password Header
|
|
39
51
|
*/
|
|
40
52
|
this.portalChangePasswordHeader = "Password";
|
|
41
53
|
/**
|
|
42
|
-
* @uiName
|
|
54
|
+
* @uiName Change Password Button Text
|
|
43
55
|
*/
|
|
44
56
|
this.portalChangePasswordButtonText = "Change your password...";
|
|
45
57
|
withHooks(this);
|
|
@@ -66,7 +78,7 @@ export class PortalChangePassword {
|
|
|
66
78
|
"optional": false,
|
|
67
79
|
"docs": {
|
|
68
80
|
"tags": [{
|
|
69
|
-
"text": "Change
|
|
81
|
+
"text": "Change Password Modal Header",
|
|
70
82
|
"name": "uiName"
|
|
71
83
|
}],
|
|
72
84
|
"text": ""
|
|
@@ -87,10 +99,10 @@ export class PortalChangePassword {
|
|
|
87
99
|
"optional": false,
|
|
88
100
|
"docs": {
|
|
89
101
|
"tags": [{
|
|
90
|
-
"text": "
|
|
102
|
+
"text": "Cancel Button Text",
|
|
91
103
|
"name": "uiName"
|
|
92
104
|
}],
|
|
93
|
-
"text": ""
|
|
105
|
+
"text": "Modal cancel button text"
|
|
94
106
|
},
|
|
95
107
|
"attribute": "cancel-text",
|
|
96
108
|
"reflect": false,
|
|
@@ -108,10 +120,10 @@ export class PortalChangePassword {
|
|
|
108
120
|
"optional": false,
|
|
109
121
|
"docs": {
|
|
110
122
|
"tags": [{
|
|
111
|
-
"text": "
|
|
123
|
+
"text": "Change Password Button Text",
|
|
112
124
|
"name": "uiName"
|
|
113
125
|
}],
|
|
114
|
-
"text": ""
|
|
126
|
+
"text": "Modal change password button text"
|
|
115
127
|
},
|
|
116
128
|
"attribute": "change-password-button-text",
|
|
117
129
|
"reflect": false,
|
|
@@ -129,10 +141,10 @@ export class PortalChangePassword {
|
|
|
129
141
|
"optional": false,
|
|
130
142
|
"docs": {
|
|
131
143
|
"tags": [{
|
|
132
|
-
"text": "Password
|
|
144
|
+
"text": "Password Label",
|
|
133
145
|
"name": "uiName"
|
|
134
146
|
}],
|
|
135
|
-
"text": ""
|
|
147
|
+
"text": "Password input field label"
|
|
136
148
|
},
|
|
137
149
|
"attribute": "password-field-label",
|
|
138
150
|
"reflect": false,
|
|
@@ -150,10 +162,10 @@ export class PortalChangePassword {
|
|
|
150
162
|
"optional": false,
|
|
151
163
|
"docs": {
|
|
152
164
|
"tags": [{
|
|
153
|
-
"text": "Password
|
|
165
|
+
"text": "Confirm Password Label",
|
|
154
166
|
"name": "uiName"
|
|
155
167
|
}],
|
|
156
|
-
"text": ""
|
|
168
|
+
"text": "Password confirmation input field label"
|
|
157
169
|
},
|
|
158
170
|
"attribute": "confirm-password-field-label",
|
|
159
171
|
"reflect": false,
|
|
@@ -171,10 +183,10 @@ export class PortalChangePassword {
|
|
|
171
183
|
"optional": false,
|
|
172
184
|
"docs": {
|
|
173
185
|
"tags": [{
|
|
174
|
-
"text": "Successful
|
|
186
|
+
"text": "Successful Message",
|
|
175
187
|
"name": "uiName"
|
|
176
188
|
}],
|
|
177
|
-
"text": ""
|
|
189
|
+
"text": "Successful password change message"
|
|
178
190
|
},
|
|
179
191
|
"attribute": "success-message",
|
|
180
192
|
"reflect": false,
|
|
@@ -192,10 +204,10 @@ export class PortalChangePassword {
|
|
|
192
204
|
"optional": false,
|
|
193
205
|
"docs": {
|
|
194
206
|
"tags": [{
|
|
195
|
-
"text": "
|
|
207
|
+
"text": "Change Password Header",
|
|
196
208
|
"name": "uiName"
|
|
197
209
|
}],
|
|
198
|
-
"text": ""
|
|
210
|
+
"text": "Portal change password section header"
|
|
199
211
|
},
|
|
200
212
|
"attribute": "portal-change-password-header",
|
|
201
213
|
"reflect": false,
|
|
@@ -213,7 +225,7 @@ export class PortalChangePassword {
|
|
|
213
225
|
"optional": false,
|
|
214
226
|
"docs": {
|
|
215
227
|
"tags": [{
|
|
216
|
-
"text": "
|
|
228
|
+
"text": "Change Password Button Text",
|
|
217
229
|
"name": "uiName"
|
|
218
230
|
}],
|
|
219
231
|
"text": ""
|
|
@@ -154,7 +154,7 @@ export class PortalContainer {
|
|
|
154
154
|
"optional": true,
|
|
155
155
|
"docs": {
|
|
156
156
|
"tags": [{
|
|
157
|
-
"text": "Minimum
|
|
157
|
+
"text": "Minimum Width",
|
|
158
158
|
"name": "uiName"
|
|
159
159
|
}],
|
|
160
160
|
"text": ""
|
|
@@ -204,7 +204,7 @@ export class PortalContainer {
|
|
|
204
204
|
"optional": true,
|
|
205
205
|
"docs": {
|
|
206
206
|
"tags": [{
|
|
207
|
-
"text": "Justify
|
|
207
|
+
"text": "Justify Content",
|
|
208
208
|
"name": "uiName"
|
|
209
209
|
}, {
|
|
210
210
|
"text": "string",
|
|
@@ -216,7 +216,7 @@ export class PortalContainer {
|
|
|
216
216
|
"text": "[\"Start\", \"Center\", \"End\", \"Space Between\", \"Space Around\", \"Space Evenly\"]",
|
|
217
217
|
"name": "uiEnumNames"
|
|
218
218
|
}],
|
|
219
|
-
"text": ""
|
|
219
|
+
"text": "Defines how the container distributes space between & around content items along the main-axis of a flex container"
|
|
220
220
|
},
|
|
221
221
|
"attribute": "justify-content",
|
|
222
222
|
"reflect": false
|
|
@@ -254,7 +254,7 @@ export class PortalContainer {
|
|
|
254
254
|
"optional": true,
|
|
255
255
|
"docs": {
|
|
256
256
|
"tags": [{
|
|
257
|
-
"text": "Center
|
|
257
|
+
"text": "Center Content",
|
|
258
258
|
"name": "uiName"
|
|
259
259
|
}],
|
|
260
260
|
"text": ""
|
package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js
CHANGED
|
@@ -13,19 +13,19 @@ export class PortalEmailVerification {
|
|
|
13
13
|
/**
|
|
14
14
|
* The page that users are redirected to from the verification email.
|
|
15
15
|
*
|
|
16
|
-
* @uiName Email
|
|
16
|
+
* @uiName Email Redirection Base Path
|
|
17
17
|
*/
|
|
18
18
|
this.redirectPath = "/verifyEmail";
|
|
19
19
|
/**
|
|
20
|
-
* @uiName Email
|
|
20
|
+
* @uiName Email Verification Header Text
|
|
21
21
|
*/
|
|
22
22
|
this.emailVerificationHeader = "Verify your email";
|
|
23
23
|
/**
|
|
24
|
-
* @uiName Re-send
|
|
24
|
+
* @uiName Re-send Email Button Text
|
|
25
25
|
*/
|
|
26
26
|
this.resendEmailButtonText = "Re-send Email";
|
|
27
27
|
/**
|
|
28
|
-
* @uiName Email
|
|
28
|
+
* @uiName Email Verification Body Text
|
|
29
29
|
*/
|
|
30
30
|
this.verifyMessage = "A verification email was sent to {email}. Please verify your email to continue to the portal.";
|
|
31
31
|
withHooks(this);
|
|
@@ -52,7 +52,7 @@ export class PortalEmailVerification {
|
|
|
52
52
|
"optional": false,
|
|
53
53
|
"docs": {
|
|
54
54
|
"tags": [{
|
|
55
|
-
"text": "Email
|
|
55
|
+
"text": "Email Redirection Base Path",
|
|
56
56
|
"name": "uiName"
|
|
57
57
|
}],
|
|
58
58
|
"text": "The page that users are redirected to from the verification email."
|
|
@@ -73,7 +73,7 @@ export class PortalEmailVerification {
|
|
|
73
73
|
"optional": false,
|
|
74
74
|
"docs": {
|
|
75
75
|
"tags": [{
|
|
76
|
-
"text": "Email
|
|
76
|
+
"text": "Email Verification Header Text",
|
|
77
77
|
"name": "uiName"
|
|
78
78
|
}],
|
|
79
79
|
"text": ""
|
|
@@ -94,7 +94,7 @@ export class PortalEmailVerification {
|
|
|
94
94
|
"optional": false,
|
|
95
95
|
"docs": {
|
|
96
96
|
"tags": [{
|
|
97
|
-
"text": "Re-send
|
|
97
|
+
"text": "Re-send Email Button Text",
|
|
98
98
|
"name": "uiName"
|
|
99
99
|
}],
|
|
100
100
|
"text": ""
|
|
@@ -115,7 +115,7 @@ export class PortalEmailVerification {
|
|
|
115
115
|
"optional": false,
|
|
116
116
|
"docs": {
|
|
117
117
|
"tags": [{
|
|
118
|
-
"text": "Email
|
|
118
|
+
"text": "Email Verification Body Text",
|
|
119
119
|
"name": "uiName"
|
|
120
120
|
}],
|
|
121
121
|
"text": ""
|
|
@@ -13,19 +13,19 @@ export class PortalForgotPassword {
|
|
|
13
13
|
/**
|
|
14
14
|
* The page that users are redirected to from the password reset email.
|
|
15
15
|
*
|
|
16
|
-
* @uiName Email
|
|
16
|
+
* @uiName Email Redirection Base Path
|
|
17
17
|
*/
|
|
18
18
|
this.redirectPath = "/resetPassword";
|
|
19
19
|
/**
|
|
20
|
-
* @uiName Email
|
|
20
|
+
* @uiName Email Label
|
|
21
21
|
*/
|
|
22
22
|
this.emailLabel = "Email";
|
|
23
23
|
/**
|
|
24
|
-
* @uiName Password
|
|
24
|
+
* @uiName Password Reset Button Text
|
|
25
25
|
*/
|
|
26
26
|
this.submitLabel = "Request Password Reset";
|
|
27
27
|
/**
|
|
28
|
-
* @uiName
|
|
28
|
+
* @uiName Login Page Routing Path
|
|
29
29
|
*/
|
|
30
30
|
this.loginPath = "/login";
|
|
31
31
|
withHooks(this);
|
|
@@ -59,7 +59,7 @@ export class PortalForgotPassword {
|
|
|
59
59
|
"optional": false,
|
|
60
60
|
"docs": {
|
|
61
61
|
"tags": [{
|
|
62
|
-
"text": "Email
|
|
62
|
+
"text": "Email Redirection Base Path",
|
|
63
63
|
"name": "uiName"
|
|
64
64
|
}],
|
|
65
65
|
"text": "The page that users are redirected to from the password reset email."
|
|
@@ -80,7 +80,7 @@ export class PortalForgotPassword {
|
|
|
80
80
|
"optional": false,
|
|
81
81
|
"docs": {
|
|
82
82
|
"tags": [{
|
|
83
|
-
"text": "Email
|
|
83
|
+
"text": "Email Label",
|
|
84
84
|
"name": "uiName"
|
|
85
85
|
}],
|
|
86
86
|
"text": ""
|
|
@@ -101,7 +101,7 @@ export class PortalForgotPassword {
|
|
|
101
101
|
"optional": false,
|
|
102
102
|
"docs": {
|
|
103
103
|
"tags": [{
|
|
104
|
-
"text": "Password
|
|
104
|
+
"text": "Password Reset Button Text",
|
|
105
105
|
"name": "uiName"
|
|
106
106
|
}],
|
|
107
107
|
"text": ""
|
|
@@ -122,7 +122,7 @@ export class PortalForgotPassword {
|
|
|
122
122
|
"optional": false,
|
|
123
123
|
"docs": {
|
|
124
124
|
"tags": [{
|
|
125
|
-
"text": "
|
|
125
|
+
"text": "Login Page Routing Path",
|
|
126
126
|
"name": "uiName"
|
|
127
127
|
}],
|
|
128
128
|
"text": ""
|
|
@@ -11,39 +11,55 @@ export class PortalLogin {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
this.ignored = true;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Page navigated to after sign-in
|
|
15
|
+
*
|
|
16
|
+
* @uiName Next Page Path
|
|
15
17
|
*/
|
|
16
18
|
this.nextPage = "/";
|
|
17
19
|
/**
|
|
18
|
-
*
|
|
20
|
+
* Label for email field
|
|
21
|
+
*
|
|
22
|
+
* @uiName Email Label
|
|
19
23
|
*/
|
|
20
24
|
this.emailLabel = "Email";
|
|
21
25
|
/**
|
|
22
|
-
*
|
|
26
|
+
* Label for password field
|
|
27
|
+
*
|
|
28
|
+
* @uiName Password Label
|
|
23
29
|
*/
|
|
24
30
|
this.passwordLabel = "Password";
|
|
25
31
|
/**
|
|
26
|
-
*
|
|
32
|
+
* Label for submit button
|
|
33
|
+
*
|
|
34
|
+
* @uiName Submit Button Text
|
|
27
35
|
*/
|
|
28
36
|
this.submitLabel = "Sign In";
|
|
29
37
|
/**
|
|
30
|
-
*
|
|
38
|
+
* Label for forgotten password button
|
|
39
|
+
*
|
|
40
|
+
* @uiName Forgot Password Text
|
|
31
41
|
*/
|
|
32
42
|
this.forgotPasswordLabel = "Forgot Password?";
|
|
33
43
|
/**
|
|
34
|
-
*
|
|
44
|
+
* Label for register button
|
|
45
|
+
*
|
|
46
|
+
* @uiName Register Button Text
|
|
35
47
|
*/
|
|
36
48
|
this.registerLabel = "Register";
|
|
37
49
|
/**
|
|
38
|
-
* @uiName Heading
|
|
50
|
+
* @uiName Heading Label
|
|
39
51
|
*/
|
|
40
52
|
this.pageLabel = "Sign in to your account";
|
|
41
53
|
/**
|
|
42
|
-
*
|
|
54
|
+
* Register redirect path
|
|
55
|
+
*
|
|
56
|
+
* @uiName Register Path
|
|
43
57
|
*/
|
|
44
58
|
this.registerPath = "/register";
|
|
45
59
|
/**
|
|
46
|
-
*
|
|
60
|
+
* Forgot password redirect path
|
|
61
|
+
*
|
|
62
|
+
* @uiName Forgot Password Path
|
|
47
63
|
*/
|
|
48
64
|
this.forgotPasswordPath = "/forgotPassword";
|
|
49
65
|
withHooks(this);
|
|
@@ -80,10 +96,10 @@ export class PortalLogin {
|
|
|
80
96
|
"optional": false,
|
|
81
97
|
"docs": {
|
|
82
98
|
"tags": [{
|
|
83
|
-
"text": "Page
|
|
99
|
+
"text": "Next Page Path",
|
|
84
100
|
"name": "uiName"
|
|
85
101
|
}],
|
|
86
|
-
"text": ""
|
|
102
|
+
"text": "Page navigated to after sign-in"
|
|
87
103
|
},
|
|
88
104
|
"attribute": "next-page",
|
|
89
105
|
"reflect": false,
|
|
@@ -101,10 +117,10 @@ export class PortalLogin {
|
|
|
101
117
|
"optional": false,
|
|
102
118
|
"docs": {
|
|
103
119
|
"tags": [{
|
|
104
|
-
"text": "Label
|
|
120
|
+
"text": "Email Label",
|
|
105
121
|
"name": "uiName"
|
|
106
122
|
}],
|
|
107
|
-
"text": ""
|
|
123
|
+
"text": "Label for email field"
|
|
108
124
|
},
|
|
109
125
|
"attribute": "email-label",
|
|
110
126
|
"reflect": false,
|
|
@@ -122,10 +138,10 @@ export class PortalLogin {
|
|
|
122
138
|
"optional": false,
|
|
123
139
|
"docs": {
|
|
124
140
|
"tags": [{
|
|
125
|
-
"text": "Label
|
|
141
|
+
"text": "Password Label",
|
|
126
142
|
"name": "uiName"
|
|
127
143
|
}],
|
|
128
|
-
"text": ""
|
|
144
|
+
"text": "Label for password field"
|
|
129
145
|
},
|
|
130
146
|
"attribute": "password-label",
|
|
131
147
|
"reflect": false,
|
|
@@ -143,10 +159,10 @@ export class PortalLogin {
|
|
|
143
159
|
"optional": false,
|
|
144
160
|
"docs": {
|
|
145
161
|
"tags": [{
|
|
146
|
-
"text": "
|
|
162
|
+
"text": "Submit Button Text",
|
|
147
163
|
"name": "uiName"
|
|
148
164
|
}],
|
|
149
|
-
"text": ""
|
|
165
|
+
"text": "Label for submit button"
|
|
150
166
|
},
|
|
151
167
|
"attribute": "submit-label",
|
|
152
168
|
"reflect": false,
|
|
@@ -164,10 +180,10 @@ export class PortalLogin {
|
|
|
164
180
|
"optional": false,
|
|
165
181
|
"docs": {
|
|
166
182
|
"tags": [{
|
|
167
|
-
"text": "
|
|
183
|
+
"text": "Forgot Password Text",
|
|
168
184
|
"name": "uiName"
|
|
169
185
|
}],
|
|
170
|
-
"text": ""
|
|
186
|
+
"text": "Label for forgotten password button"
|
|
171
187
|
},
|
|
172
188
|
"attribute": "forgot-password-label",
|
|
173
189
|
"reflect": false,
|
|
@@ -185,10 +201,10 @@ export class PortalLogin {
|
|
|
185
201
|
"optional": false,
|
|
186
202
|
"docs": {
|
|
187
203
|
"tags": [{
|
|
188
|
-
"text": "
|
|
204
|
+
"text": "Register Button Text",
|
|
189
205
|
"name": "uiName"
|
|
190
206
|
}],
|
|
191
|
-
"text": ""
|
|
207
|
+
"text": "Label for register button"
|
|
192
208
|
},
|
|
193
209
|
"attribute": "register-label",
|
|
194
210
|
"reflect": false,
|
|
@@ -206,7 +222,7 @@ export class PortalLogin {
|
|
|
206
222
|
"optional": false,
|
|
207
223
|
"docs": {
|
|
208
224
|
"tags": [{
|
|
209
|
-
"text": "Heading
|
|
225
|
+
"text": "Heading Label",
|
|
210
226
|
"name": "uiName"
|
|
211
227
|
}],
|
|
212
228
|
"text": ""
|
|
@@ -227,10 +243,10 @@ export class PortalLogin {
|
|
|
227
243
|
"optional": false,
|
|
228
244
|
"docs": {
|
|
229
245
|
"tags": [{
|
|
230
|
-
"text": "Register
|
|
246
|
+
"text": "Register Path",
|
|
231
247
|
"name": "uiName"
|
|
232
248
|
}],
|
|
233
|
-
"text": ""
|
|
249
|
+
"text": "Register redirect path"
|
|
234
250
|
},
|
|
235
251
|
"attribute": "register-path",
|
|
236
252
|
"reflect": false,
|
|
@@ -248,10 +264,10 @@ export class PortalLogin {
|
|
|
248
264
|
"optional": false,
|
|
249
265
|
"docs": {
|
|
250
266
|
"tags": [{
|
|
251
|
-
"text": "Forgot
|
|
267
|
+
"text": "Forgot Password Path",
|
|
252
268
|
"name": "uiName"
|
|
253
269
|
}],
|
|
254
|
-
"text": ""
|
|
270
|
+
"text": "Forgot password redirect path"
|
|
255
271
|
},
|
|
256
272
|
"attribute": "forgot-password-path",
|
|
257
273
|
"reflect": false,
|
|
@@ -9,7 +9,7 @@ export class PortalLogout {
|
|
|
9
9
|
constructor() {
|
|
10
10
|
this.ignored = true;
|
|
11
11
|
/**
|
|
12
|
-
* @uiName Next Page
|
|
12
|
+
* @uiName Next Page Path
|
|
13
13
|
*/
|
|
14
14
|
this.nextPage = "/";
|
|
15
15
|
withHooks(this);
|
|
@@ -33,7 +33,7 @@ export class PortalLogout {
|
|
|
33
33
|
"optional": false,
|
|
34
34
|
"docs": {
|
|
35
35
|
"tags": [{
|
|
36
|
-
"text": "Next Page
|
|
36
|
+
"text": "Next Page Path",
|
|
37
37
|
"name": "uiName"
|
|
38
38
|
}],
|
|
39
39
|
"text": ""
|