@saasquatch/mint-components 1.15.3-4 → 1.15.3
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-portal-google-registration-form.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +2 -2
- package/dist/esm/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/types/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -151,7 +151,7 @@ const PortalGoogleRegistrationForm = class {
|
|
|
151
151
|
index.registerInstance(this, hostRef);
|
|
152
152
|
this.ignored = true;
|
|
153
153
|
/**
|
|
154
|
-
* Redirect participants to this
|
|
154
|
+
* Redirect participants to this page after they successfully register.
|
|
155
155
|
*
|
|
156
156
|
* @uiName Registration redirect
|
|
157
157
|
* @uiWidget pageSelect
|
|
@@ -16,7 +16,7 @@ export class PortalGoogleRegistrationForm {
|
|
|
16
16
|
constructor() {
|
|
17
17
|
this.ignored = true;
|
|
18
18
|
/**
|
|
19
|
-
* Redirect participants to this
|
|
19
|
+
* Redirect participants to this page after they successfully register.
|
|
20
20
|
*
|
|
21
21
|
* @uiName Registration redirect
|
|
22
22
|
* @uiWidget pageSelect
|
|
@@ -222,7 +222,7 @@ export class PortalGoogleRegistrationForm {
|
|
|
222
222
|
"text": "pageSelect",
|
|
223
223
|
"name": "uiWidget"
|
|
224
224
|
}],
|
|
225
|
-
"text": "Redirect participants to this
|
|
225
|
+
"text": "Redirect participants to this page after they successfully register."
|
|
226
226
|
},
|
|
227
227
|
"attribute": "next-page",
|
|
228
228
|
"reflect": false,
|
|
@@ -147,7 +147,7 @@ const PortalGoogleRegistrationForm = class {
|
|
|
147
147
|
registerInstance(this, hostRef);
|
|
148
148
|
this.ignored = true;
|
|
149
149
|
/**
|
|
150
|
-
* Redirect participants to this
|
|
150
|
+
* Redirect participants to this page after they successfully register.
|
|
151
151
|
*
|
|
152
152
|
* @uiName Registration redirect
|
|
153
153
|
* @uiWidget pageSelect
|
|
@@ -8,7 +8,7 @@ import { PortalRegistrationFormViewProps } from "../sqm-portal-registration-form
|
|
|
8
8
|
export declare class PortalGoogleRegistrationForm {
|
|
9
9
|
ignored: boolean;
|
|
10
10
|
/**
|
|
11
|
-
* Redirect participants to this
|
|
11
|
+
* Redirect participants to this page after they successfully register.
|
|
12
12
|
*
|
|
13
13
|
* @uiName Registration redirect
|
|
14
14
|
* @uiWidget pageSelect
|
|
@@ -2653,7 +2653,7 @@ export namespace Components {
|
|
|
2653
2653
|
*/
|
|
2654
2654
|
"networkErrorMessage": string;
|
|
2655
2655
|
/**
|
|
2656
|
-
* Redirect participants to this
|
|
2656
|
+
* Redirect participants to this page after they successfully register.
|
|
2657
2657
|
* @uiName Registration redirect
|
|
2658
2658
|
* @uiWidget pageSelect
|
|
2659
2659
|
*/
|
|
@@ -9781,7 +9781,7 @@ declare namespace LocalJSX {
|
|
|
9781
9781
|
*/
|
|
9782
9782
|
"networkErrorMessage"?: string;
|
|
9783
9783
|
/**
|
|
9784
|
-
* Redirect participants to this
|
|
9784
|
+
* Redirect participants to this page after they successfully register.
|
|
9785
9785
|
* @uiName Registration redirect
|
|
9786
9786
|
* @uiWidget pageSelect
|
|
9787
9787
|
*/
|
package/docs/docs.docx
CHANGED
|
Binary file
|