@saasquatch/mint-components 1.12.1-18 → 1.12.1-19
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_40.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +3 -3
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -3
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +3 -3
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +3 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +3 -3
- package/dist/esm/sqm-big-stat_40.entry.js +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +1 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +1 -1
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +1 -1
- package/dist/types/components.d.ts +20 -10
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -2322,8 +2322,8 @@ const PortalLogin = class {
|
|
|
2322
2322
|
*/
|
|
2323
2323
|
this.pageLabel = "Sign in to your account";
|
|
2324
2324
|
/**
|
|
2325
|
-
* @uiName Network error message
|
|
2326
2325
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2326
|
+
* @uiName Network error message
|
|
2327
2327
|
*/
|
|
2328
2328
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2329
2329
|
stencilHooks_module.h$1(this);
|
|
@@ -163,8 +163,8 @@ const PortalEmailVerification = class {
|
|
|
163
163
|
*/
|
|
164
164
|
this.verificationResentMessage = "Your verification email has been resent successfully";
|
|
165
165
|
/**
|
|
166
|
-
* @uiName Network error message
|
|
167
166
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
167
|
+
* @uiName Network error message
|
|
168
168
|
*/
|
|
169
169
|
this.networkErrorMessage = "An error occurred while verifying your password. Please refresh the page.";
|
|
170
170
|
stencilHooks_module.h$1(this);
|
|
@@ -90,8 +90,8 @@ const PortalForgotPassword = class {
|
|
|
90
90
|
*/
|
|
91
91
|
this.loginText = "Sign In";
|
|
92
92
|
/**
|
|
93
|
-
* @uiName Network error message
|
|
94
93
|
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
94
|
+
* @uiName Network error message
|
|
95
95
|
*/
|
|
96
96
|
this.networkErrorMessage = "An error occurred while loading this page. Please refresh the page.";
|
|
97
97
|
/**
|
|
@@ -185,8 +185,8 @@ const PortalResetPassword = class {
|
|
|
185
185
|
*/
|
|
186
186
|
this.resetSuccessText = "Your password has been reset and you are being redirected. If you are not redirected, please click Continue.";
|
|
187
187
|
/**
|
|
188
|
-
* @uiName Network error message
|
|
189
188
|
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
189
|
+
* @uiName Network error message
|
|
190
190
|
*/
|
|
191
191
|
this.networkErrorMessage = "An error occurred while resetting your password. Please refresh the page and try again.";
|
|
192
192
|
stencilHooks_module.h$1(this);
|
|
@@ -133,8 +133,8 @@ const PortalVerifyEmail = class {
|
|
|
133
133
|
*/
|
|
134
134
|
this.continueText = "Continue";
|
|
135
135
|
/**
|
|
136
|
-
* @uiName Network error message
|
|
137
136
|
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
137
|
+
* @uiName Network error message
|
|
138
138
|
*/
|
|
139
139
|
this.networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
|
|
140
140
|
stencilHooks_module.h$1(this);
|
package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js
CHANGED
|
@@ -46,8 +46,8 @@ export class PortalEmailVerification {
|
|
|
46
46
|
*/
|
|
47
47
|
this.verificationResentMessage = "Your verification email has been resent successfully";
|
|
48
48
|
/**
|
|
49
|
-
* @uiName Network error message
|
|
50
49
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
50
|
+
* @uiName Network error message
|
|
51
51
|
*/
|
|
52
52
|
this.networkErrorMessage = "An error occurred while verifying your password. Please refresh the page.";
|
|
53
53
|
withHooks(this);
|
|
@@ -236,10 +236,10 @@ export class PortalEmailVerification {
|
|
|
236
236
|
"optional": false,
|
|
237
237
|
"docs": {
|
|
238
238
|
"tags": [{
|
|
239
|
-
"text": "Network error message
|
|
239
|
+
"text": "Network error message",
|
|
240
240
|
"name": "uiName"
|
|
241
241
|
}],
|
|
242
|
-
"text": ""
|
|
242
|
+
"text": "Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page."
|
|
243
243
|
},
|
|
244
244
|
"attribute": "network-error-message",
|
|
245
245
|
"reflect": false,
|
|
@@ -40,8 +40,8 @@ export class PortalForgotPassword {
|
|
|
40
40
|
*/
|
|
41
41
|
this.loginText = "Sign In";
|
|
42
42
|
/**
|
|
43
|
-
* @uiName Network error message
|
|
44
43
|
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
44
|
+
* @uiName Network error message
|
|
45
45
|
*/
|
|
46
46
|
this.networkErrorMessage = "An error occurred while loading this page. Please refresh the page.";
|
|
47
47
|
/**
|
|
@@ -215,10 +215,10 @@ export class PortalForgotPassword {
|
|
|
215
215
|
"optional": false,
|
|
216
216
|
"docs": {
|
|
217
217
|
"tags": [{
|
|
218
|
-
"text": "Network error message
|
|
218
|
+
"text": "Network error message",
|
|
219
219
|
"name": "uiName"
|
|
220
220
|
}],
|
|
221
|
-
"text": ""
|
|
221
|
+
"text": "Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page."
|
|
222
222
|
},
|
|
223
223
|
"attribute": "network-error-message",
|
|
224
224
|
"reflect": false,
|
|
@@ -55,8 +55,8 @@ export class PortalLogin {
|
|
|
55
55
|
*/
|
|
56
56
|
this.pageLabel = "Sign in to your account";
|
|
57
57
|
/**
|
|
58
|
-
* @uiName Network error message
|
|
59
58
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
59
|
+
* @uiName Network error message
|
|
60
60
|
*/
|
|
61
61
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
62
62
|
withHooks(this);
|
|
@@ -294,10 +294,10 @@ export class PortalLogin {
|
|
|
294
294
|
"optional": false,
|
|
295
295
|
"docs": {
|
|
296
296
|
"tags": [{
|
|
297
|
-
"text": "Network error message
|
|
297
|
+
"text": "Network error message",
|
|
298
298
|
"name": "uiName"
|
|
299
299
|
}],
|
|
300
|
-
"text": ""
|
|
300
|
+
"text": "Displayed when the login fails due to a network error. The participant can try refreshing the page."
|
|
301
301
|
},
|
|
302
302
|
"attribute": "network-error-message",
|
|
303
303
|
"reflect": false,
|
|
@@ -95,8 +95,8 @@ export class PortalResetPassword {
|
|
|
95
95
|
*/
|
|
96
96
|
this.resetSuccessText = "Your password has been reset and you are being redirected. If you are not redirected, please click Continue.";
|
|
97
97
|
/**
|
|
98
|
-
* @uiName Network error message
|
|
99
98
|
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
99
|
+
* @uiName Network error message
|
|
100
100
|
*/
|
|
101
101
|
this.networkErrorMessage = "An error occurred while resetting your password. Please refresh the page and try again.";
|
|
102
102
|
withHooks(this);
|
|
@@ -510,10 +510,10 @@ export class PortalResetPassword {
|
|
|
510
510
|
"optional": false,
|
|
511
511
|
"docs": {
|
|
512
512
|
"tags": [{
|
|
513
|
-
"text": "Network error message
|
|
513
|
+
"text": "Network error message",
|
|
514
514
|
"name": "uiName"
|
|
515
515
|
}],
|
|
516
|
-
"text": ""
|
|
516
|
+
"text": "Displayed when the password reset fails due to a network error. The participant can try refreshing the page."
|
|
517
517
|
},
|
|
518
518
|
"attribute": "network-error-message",
|
|
519
519
|
"reflect": false,
|
|
@@ -45,8 +45,8 @@ export class PortalVerifyEmail {
|
|
|
45
45
|
*/
|
|
46
46
|
this.continueText = "Continue";
|
|
47
47
|
/**
|
|
48
|
-
* @uiName Network error message
|
|
49
48
|
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
49
|
+
* @uiName Network error message
|
|
50
50
|
*/
|
|
51
51
|
this.networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
|
|
52
52
|
withHooks(this);
|
|
@@ -214,10 +214,10 @@ export class PortalVerifyEmail {
|
|
|
214
214
|
"optional": false,
|
|
215
215
|
"docs": {
|
|
216
216
|
"tags": [{
|
|
217
|
-
"text": "Network error message
|
|
217
|
+
"text": "Network error message",
|
|
218
218
|
"name": "uiName"
|
|
219
219
|
}],
|
|
220
|
-
"text": ""
|
|
220
|
+
"text": "Displayed when the email verification fails due to a network error. The participant can try refreshing the page."
|
|
221
221
|
},
|
|
222
222
|
"attribute": "network-error-message",
|
|
223
223
|
"reflect": false,
|
|
@@ -2318,8 +2318,8 @@ const PortalLogin = class {
|
|
|
2318
2318
|
*/
|
|
2319
2319
|
this.pageLabel = "Sign in to your account";
|
|
2320
2320
|
/**
|
|
2321
|
-
* @uiName Network error message
|
|
2322
2321
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2322
|
+
* @uiName Network error message
|
|
2323
2323
|
*/
|
|
2324
2324
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2325
2325
|
h(this);
|
|
@@ -159,8 +159,8 @@ const PortalEmailVerification = class {
|
|
|
159
159
|
*/
|
|
160
160
|
this.verificationResentMessage = "Your verification email has been resent successfully";
|
|
161
161
|
/**
|
|
162
|
-
* @uiName Network error message
|
|
163
162
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
163
|
+
* @uiName Network error message
|
|
164
164
|
*/
|
|
165
165
|
this.networkErrorMessage = "An error occurred while verifying your password. Please refresh the page.";
|
|
166
166
|
h(this);
|
|
@@ -86,8 +86,8 @@ const PortalForgotPassword = class {
|
|
|
86
86
|
*/
|
|
87
87
|
this.loginText = "Sign In";
|
|
88
88
|
/**
|
|
89
|
-
* @uiName Network error message
|
|
90
89
|
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
90
|
+
* @uiName Network error message
|
|
91
91
|
*/
|
|
92
92
|
this.networkErrorMessage = "An error occurred while loading this page. Please refresh the page.";
|
|
93
93
|
/**
|
|
@@ -181,8 +181,8 @@ const PortalResetPassword = class {
|
|
|
181
181
|
*/
|
|
182
182
|
this.resetSuccessText = "Your password has been reset and you are being redirected. If you are not redirected, please click Continue.";
|
|
183
183
|
/**
|
|
184
|
-
* @uiName Network error message
|
|
185
184
|
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
185
|
+
* @uiName Network error message
|
|
186
186
|
*/
|
|
187
187
|
this.networkErrorMessage = "An error occurred while resetting your password. Please refresh the page and try again.";
|
|
188
188
|
h(this);
|
|
@@ -129,8 +129,8 @@ const PortalVerifyEmail = class {
|
|
|
129
129
|
*/
|
|
130
130
|
this.continueText = "Continue";
|
|
131
131
|
/**
|
|
132
|
-
* @uiName Network error message
|
|
133
132
|
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
133
|
+
* @uiName Network error message
|
|
134
134
|
*/
|
|
135
135
|
this.networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
|
|
136
136
|
h(this);
|
package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts
CHANGED
|
@@ -41,8 +41,8 @@ export declare class PortalEmailVerification {
|
|
|
41
41
|
*/
|
|
42
42
|
verificationResentMessage: string;
|
|
43
43
|
/**
|
|
44
|
-
* @uiName Network error message
|
|
45
44
|
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
45
|
+
* @uiName Network error message
|
|
46
46
|
*/
|
|
47
47
|
networkErrorMessage: string;
|
|
48
48
|
/**
|
|
@@ -35,8 +35,8 @@ export declare class PortalForgotPassword {
|
|
|
35
35
|
*/
|
|
36
36
|
loginText: string;
|
|
37
37
|
/**
|
|
38
|
-
* @uiName Network error message
|
|
39
38
|
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
39
|
+
* @uiName Network error message
|
|
40
40
|
*/
|
|
41
41
|
networkErrorMessage: string;
|
|
42
42
|
/**
|
|
@@ -50,8 +50,8 @@ export declare class PortalLogin {
|
|
|
50
50
|
*/
|
|
51
51
|
pageLabel: string;
|
|
52
52
|
/**
|
|
53
|
-
* @uiName Network error message
|
|
54
53
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
54
|
+
* @uiName Network error message
|
|
55
55
|
*/
|
|
56
56
|
networkErrorMessage: string;
|
|
57
57
|
/**
|
|
@@ -90,8 +90,8 @@ export declare class PortalResetPassword {
|
|
|
90
90
|
*/
|
|
91
91
|
resetSuccessText: string;
|
|
92
92
|
/**
|
|
93
|
-
* @uiName Network error message
|
|
94
93
|
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
94
|
+
* @uiName Network error message
|
|
95
95
|
*/
|
|
96
96
|
networkErrorMessage: string;
|
|
97
97
|
/**
|
|
@@ -39,8 +39,8 @@ export declare class PortalVerifyEmail {
|
|
|
39
39
|
*/
|
|
40
40
|
continueText: string;
|
|
41
41
|
/**
|
|
42
|
-
* @uiName Network error message
|
|
43
42
|
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
43
|
+
* @uiName Network error message
|
|
44
44
|
*/
|
|
45
45
|
networkErrorMessage: string;
|
|
46
46
|
/**
|
|
@@ -1862,7 +1862,8 @@ export namespace Components {
|
|
|
1862
1862
|
*/
|
|
1863
1863
|
"emailVerificationHeader": string;
|
|
1864
1864
|
/**
|
|
1865
|
-
*
|
|
1865
|
+
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
1866
|
+
* @uiName Network error message
|
|
1866
1867
|
*/
|
|
1867
1868
|
"networkErrorMessage": string;
|
|
1868
1869
|
/**
|
|
@@ -1990,7 +1991,8 @@ export namespace Components {
|
|
|
1990
1991
|
*/
|
|
1991
1992
|
"loginText": string;
|
|
1992
1993
|
/**
|
|
1993
|
-
*
|
|
1994
|
+
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
1995
|
+
* @uiName Network error message
|
|
1994
1996
|
*/
|
|
1995
1997
|
"networkErrorMessage": string;
|
|
1996
1998
|
/**
|
|
@@ -2040,7 +2042,8 @@ export namespace Components {
|
|
|
2040
2042
|
*/
|
|
2041
2043
|
"forgotPasswordPath": string;
|
|
2042
2044
|
/**
|
|
2043
|
-
*
|
|
2045
|
+
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2046
|
+
* @uiName Network error message
|
|
2044
2047
|
*/
|
|
2045
2048
|
"networkErrorMessage": string;
|
|
2046
2049
|
/**
|
|
@@ -2434,7 +2437,8 @@ export namespace Components {
|
|
|
2434
2437
|
*/
|
|
2435
2438
|
"minErrorText": string;
|
|
2436
2439
|
/**
|
|
2437
|
-
*
|
|
2440
|
+
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
2441
|
+
* @uiName Network error message
|
|
2438
2442
|
*/
|
|
2439
2443
|
"networkErrorMessage": string;
|
|
2440
2444
|
/**
|
|
@@ -2491,7 +2495,8 @@ export namespace Components {
|
|
|
2491
2495
|
*/
|
|
2492
2496
|
"failedPage": string;
|
|
2493
2497
|
/**
|
|
2494
|
-
*
|
|
2498
|
+
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
2499
|
+
* @uiName Network error message
|
|
2495
2500
|
*/
|
|
2496
2501
|
"networkErrorMessage": string;
|
|
2497
2502
|
/**
|
|
@@ -7760,7 +7765,8 @@ declare namespace LocalJSX {
|
|
|
7760
7765
|
*/
|
|
7761
7766
|
"emailVerificationHeader"?: string;
|
|
7762
7767
|
/**
|
|
7763
|
-
*
|
|
7768
|
+
* Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page.
|
|
7769
|
+
* @uiName Network error message
|
|
7764
7770
|
*/
|
|
7765
7771
|
"networkErrorMessage"?: string;
|
|
7766
7772
|
/**
|
|
@@ -7888,7 +7894,8 @@ declare namespace LocalJSX {
|
|
|
7888
7894
|
*/
|
|
7889
7895
|
"loginText"?: string;
|
|
7890
7896
|
/**
|
|
7891
|
-
*
|
|
7897
|
+
* Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page.
|
|
7898
|
+
* @uiName Network error message
|
|
7892
7899
|
*/
|
|
7893
7900
|
"networkErrorMessage"?: string;
|
|
7894
7901
|
/**
|
|
@@ -7938,7 +7945,8 @@ declare namespace LocalJSX {
|
|
|
7938
7945
|
*/
|
|
7939
7946
|
"forgotPasswordPath"?: string;
|
|
7940
7947
|
/**
|
|
7941
|
-
*
|
|
7948
|
+
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
7949
|
+
* @uiName Network error message
|
|
7942
7950
|
*/
|
|
7943
7951
|
"networkErrorMessage"?: string;
|
|
7944
7952
|
/**
|
|
@@ -8332,7 +8340,8 @@ declare namespace LocalJSX {
|
|
|
8332
8340
|
*/
|
|
8333
8341
|
"minErrorText"?: string;
|
|
8334
8342
|
/**
|
|
8335
|
-
*
|
|
8343
|
+
* Displayed when the password reset fails due to a network error. The participant can try refreshing the page.
|
|
8344
|
+
* @uiName Network error message
|
|
8336
8345
|
*/
|
|
8337
8346
|
"networkErrorMessage"?: string;
|
|
8338
8347
|
/**
|
|
@@ -8389,7 +8398,8 @@ declare namespace LocalJSX {
|
|
|
8389
8398
|
*/
|
|
8390
8399
|
"failedPage"?: string;
|
|
8391
8400
|
/**
|
|
8392
|
-
*
|
|
8401
|
+
* Displayed when the email verification fails due to a network error. The participant can try refreshing the page.
|
|
8402
|
+
* @uiName Network error message
|
|
8393
8403
|
*/
|
|
8394
8404
|
"networkErrorMessage"?: string;
|
|
8395
8405
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|