@wix/forms 1.0.118 → 1.0.119
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.119",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@wix/forms_form-spam-submission-reports": "1.0.6",
|
|
23
23
|
"@wix/forms_form-submissions": "1.0.13",
|
|
24
|
-
"@wix/forms_forms": "1.0.
|
|
24
|
+
"@wix/forms_forms": "1.0.10",
|
|
25
25
|
"@wix/forms_submissions": "1.0.41"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "d4e053c1b2fa59c1e847bf10c4445c1c94bfbdd89304298aec708d55"
|
|
50
50
|
}
|
|
@@ -2921,10 +2921,10 @@ declare enum SubmitSuccessAction {
|
|
|
2921
2921
|
REDIRECT = "REDIRECT"
|
|
2922
2922
|
}
|
|
2923
2923
|
interface ThankYouMessageOptions {
|
|
2924
|
-
/** The message shown after form submission. */
|
|
2925
|
-
messageContent?: RichContent;
|
|
2926
2924
|
/** Duration in seconds after which the message should disappear. If 0, the message will stay forever. */
|
|
2927
2925
|
durationInSeconds?: number | null;
|
|
2926
|
+
/** The message shown after form submission. */
|
|
2927
|
+
richContent?: RichContent;
|
|
2928
2928
|
}
|
|
2929
2929
|
interface RedirectOptions {
|
|
2930
2930
|
/** The URL to which the user should be redirected after a successful form submission. */
|
|
@@ -3986,7 +3986,7 @@ interface RequiredIndicatorPropertiesNonNullableFields {
|
|
|
3986
3986
|
requiredIndicatorPlacement: RequiredIndicatorPlacement;
|
|
3987
3987
|
}
|
|
3988
3988
|
interface ThankYouMessageOptionsNonNullableFields {
|
|
3989
|
-
|
|
3989
|
+
richContent?: RichContentNonNullableFields;
|
|
3990
3990
|
}
|
|
3991
3991
|
interface RedirectOptionsNonNullableFields {
|
|
3992
3992
|
target: UrlTargetEnumTarget;
|
|
@@ -2921,10 +2921,10 @@ declare enum SubmitSuccessAction {
|
|
|
2921
2921
|
REDIRECT = "REDIRECT"
|
|
2922
2922
|
}
|
|
2923
2923
|
interface ThankYouMessageOptions {
|
|
2924
|
-
/** The message shown after form submission. */
|
|
2925
|
-
messageContent?: RichContent;
|
|
2926
2924
|
/** Duration in seconds after which the message should disappear. If 0, the message will stay forever. */
|
|
2927
2925
|
durationInSeconds?: number | null;
|
|
2926
|
+
/** The message shown after form submission. */
|
|
2927
|
+
richContent?: RichContent;
|
|
2928
2928
|
}
|
|
2929
2929
|
interface RedirectOptions {
|
|
2930
2930
|
/** The URL to which the user should be redirected after a successful form submission. */
|
|
@@ -3986,7 +3986,7 @@ interface RequiredIndicatorPropertiesNonNullableFields {
|
|
|
3986
3986
|
requiredIndicatorPlacement: RequiredIndicatorPlacement;
|
|
3987
3987
|
}
|
|
3988
3988
|
interface ThankYouMessageOptionsNonNullableFields {
|
|
3989
|
-
|
|
3989
|
+
richContent?: RichContentNonNullableFields;
|
|
3990
3990
|
}
|
|
3991
3991
|
interface RedirectOptionsNonNullableFields {
|
|
3992
3992
|
target: UrlTargetEnumTarget;
|
|
@@ -2909,10 +2909,10 @@ declare enum SubmitSuccessAction$1 {
|
|
|
2909
2909
|
REDIRECT = "REDIRECT"
|
|
2910
2910
|
}
|
|
2911
2911
|
interface ThankYouMessageOptions$1 {
|
|
2912
|
-
/** The message shown after form submission. */
|
|
2913
|
-
messageContent?: RichContent$1;
|
|
2914
2912
|
/** Duration in seconds after which the message should disappear. If 0, the message will stay forever. */
|
|
2915
2913
|
durationInSeconds?: number | null;
|
|
2914
|
+
/** The message shown after form submission. */
|
|
2915
|
+
richContent?: RichContent$1;
|
|
2916
2916
|
}
|
|
2917
2917
|
interface RedirectOptions$1 {
|
|
2918
2918
|
/** The URL to which the user should be redirected after a successful form submission. */
|
|
@@ -3844,7 +3844,7 @@ interface RequiredIndicatorPropertiesNonNullableFields$1 {
|
|
|
3844
3844
|
requiredIndicatorPlacement: RequiredIndicatorPlacement$1;
|
|
3845
3845
|
}
|
|
3846
3846
|
interface ThankYouMessageOptionsNonNullableFields$1 {
|
|
3847
|
-
|
|
3847
|
+
richContent?: RichContentNonNullableFields$1;
|
|
3848
3848
|
}
|
|
3849
3849
|
interface RedirectOptionsNonNullableFields$1 {
|
|
3850
3850
|
target: UrlTargetEnumTarget$1;
|
|
@@ -6820,10 +6820,10 @@ declare enum SubmitSuccessAction {
|
|
|
6820
6820
|
REDIRECT = "REDIRECT"
|
|
6821
6821
|
}
|
|
6822
6822
|
interface ThankYouMessageOptions {
|
|
6823
|
-
/** The message shown after form submission. */
|
|
6824
|
-
messageContent?: RichContent;
|
|
6825
6823
|
/** Duration in seconds after which the message should disappear. If 0, the message will stay forever. */
|
|
6826
6824
|
durationInSeconds?: number | null;
|
|
6825
|
+
/** The message shown after form submission. */
|
|
6826
|
+
richContent?: RichContent;
|
|
6827
6827
|
}
|
|
6828
6828
|
interface RedirectOptions {
|
|
6829
6829
|
/** The URL to which the user should be redirected after a successful form submission. */
|
|
@@ -7749,7 +7749,7 @@ interface RequiredIndicatorPropertiesNonNullableFields {
|
|
|
7749
7749
|
requiredIndicatorPlacement: RequiredIndicatorPlacement;
|
|
7750
7750
|
}
|
|
7751
7751
|
interface ThankYouMessageOptionsNonNullableFields {
|
|
7752
|
-
|
|
7752
|
+
richContent?: RichContentNonNullableFields;
|
|
7753
7753
|
}
|
|
7754
7754
|
interface RedirectOptionsNonNullableFields {
|
|
7755
7755
|
target: UrlTargetEnumTarget;
|