@saasquatch/mint-components 1.15.2 → 1.15.3-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-portal-google-registration-form.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +7 -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 +6 -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
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -148,7 +148,7 @@ const PortalGoogleRegistrationForm = class {
|
|
|
148
148
|
index.registerInstance(this, hostRef);
|
|
149
149
|
this.ignored = true;
|
|
150
150
|
/**
|
|
151
|
-
* Redirect participants to this
|
|
151
|
+
* Redirect participants to this page after they successfully register.
|
|
152
152
|
*
|
|
153
153
|
* @uiName Registration redirect
|
|
154
154
|
* @uiWidget pageSelect
|
|
@@ -7,11 +7,16 @@ import { PortalRegistrationFormView, } from "../sqm-portal-registration-form/sqm
|
|
|
7
7
|
import { usePortalRegistrationForm } from "../sqm-portal-registration-form/usePortalRegistrationForm";
|
|
8
8
|
import { usePortalGoogleRegistrationForm } from "./usePortalGoogleRegistrationForm";
|
|
9
9
|
import { createStyleSheet } from "../../styling/JSS";
|
|
10
|
+
/**
|
|
11
|
+
* @uiName Google Registration
|
|
12
|
+
* @canvasRenderer always-replace
|
|
13
|
+
* @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
|
|
14
|
+
*/
|
|
10
15
|
export class PortalGoogleRegistrationForm {
|
|
11
16
|
constructor() {
|
|
12
17
|
this.ignored = true;
|
|
13
18
|
/**
|
|
14
|
-
* Redirect participants to this
|
|
19
|
+
* Redirect participants to this page after they successfully register.
|
|
15
20
|
*
|
|
16
21
|
* @uiName Registration redirect
|
|
17
22
|
* @uiWidget pageSelect
|
|
@@ -219,7 +224,7 @@ export class PortalGoogleRegistrationForm {
|
|
|
219
224
|
"text": "pageSelect",
|
|
220
225
|
"name": "uiWidget"
|
|
221
226
|
}],
|
|
222
|
-
"text": "Redirect participants to this
|
|
227
|
+
"text": "Redirect participants to this \u00A0page after they successfully register."
|
|
223
228
|
},
|
|
224
229
|
"attribute": "next-page",
|
|
225
230
|
"reflect": false,
|
|
@@ -144,7 +144,7 @@ const PortalGoogleRegistrationForm = class {
|
|
|
144
144
|
registerInstance(this, hostRef);
|
|
145
145
|
this.ignored = true;
|
|
146
146
|
/**
|
|
147
|
-
* Redirect participants to this
|
|
147
|
+
* Redirect participants to this page after they successfully register.
|
|
148
148
|
*
|
|
149
149
|
* @uiName Registration redirect
|
|
150
150
|
* @uiWidget pageSelect
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalRegistrationFormViewProps } from "../sqm-portal-registration-form/sqm-portal-registration-form-view";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Google Registration
|
|
5
|
+
* @canvasRenderer always-replace
|
|
6
|
+
* @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
|
|
7
|
+
*/
|
|
3
8
|
export declare class PortalGoogleRegistrationForm {
|
|
4
9
|
ignored: boolean;
|
|
5
10
|
/**
|
|
6
|
-
* Redirect participants to this
|
|
11
|
+
* Redirect participants to this page after they successfully register.
|
|
7
12
|
*
|
|
8
13
|
* @uiName Registration redirect
|
|
9
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
|