@wix/forms 1.0.48 → 1.0.49
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.
|
@@ -2012,9 +2012,9 @@ export interface FileUpload {
|
|
|
2012
2012
|
export interface CheckboxGroupOption {
|
|
2013
2013
|
/** Selectable option label. */
|
|
2014
2014
|
label?: string | null;
|
|
2015
|
-
/** Selectable option value, which is saved to DB. */
|
|
2015
|
+
/** Selectable option value, which is saved to DB. Corresponds to product id, found in payment trigger field's products list. */
|
|
2016
2016
|
value?: any;
|
|
2017
|
-
/** Option id. Used as binding for translations.
|
|
2017
|
+
/** Option id. Used as binding for translations. */
|
|
2018
2018
|
id?: string;
|
|
2019
2019
|
/** Media item. Media, associated with option, like image. */
|
|
2020
2020
|
media?: MediaItem;
|
|
@@ -1995,9 +1995,9 @@ export interface FileUpload {
|
|
|
1995
1995
|
export interface CheckboxGroupOption {
|
|
1996
1996
|
/** Selectable option label. */
|
|
1997
1997
|
label?: string | null;
|
|
1998
|
-
/** Selectable option value, which is saved to DB. */
|
|
1998
|
+
/** Selectable option value, which is saved to DB. Corresponds to product id, found in payment trigger field's products list. */
|
|
1999
1999
|
value?: any;
|
|
2000
|
-
/** Option id. Used as binding for translations.
|
|
2000
|
+
/** Option id. Used as binding for translations. */
|
|
2001
2001
|
_id?: string;
|
|
2002
2002
|
/** Media item. Media, associated with option, like image. */
|
|
2003
2003
|
media?: MediaItem;
|
|
@@ -2012,9 +2012,9 @@ export interface FileUpload {
|
|
|
2012
2012
|
export interface CheckboxGroupOption {
|
|
2013
2013
|
/** Selectable option label. */
|
|
2014
2014
|
label?: string | null;
|
|
2015
|
-
/** Selectable option value, which is saved to DB. */
|
|
2015
|
+
/** Selectable option value, which is saved to DB. Corresponds to product id, found in payment trigger field's products list. */
|
|
2016
2016
|
value?: any;
|
|
2017
|
-
/** Option id. Used as binding for translations.
|
|
2017
|
+
/** Option id. Used as binding for translations. */
|
|
2018
2018
|
id?: string;
|
|
2019
2019
|
/** Media item. Media, associated with option, like image. */
|
|
2020
2020
|
media?: MediaItem;
|
|
@@ -1995,9 +1995,9 @@ export interface FileUpload {
|
|
|
1995
1995
|
export interface CheckboxGroupOption {
|
|
1996
1996
|
/** Selectable option label. */
|
|
1997
1997
|
label?: string | null;
|
|
1998
|
-
/** Selectable option value, which is saved to DB. */
|
|
1998
|
+
/** Selectable option value, which is saved to DB. Corresponds to product id, found in payment trigger field's products list. */
|
|
1999
1999
|
value?: any;
|
|
2000
|
-
/** Option id. Used as binding for translations.
|
|
2000
|
+
/** Option id. Used as binding for translations. */
|
|
2001
2001
|
_id?: string;
|
|
2002
2002
|
/** Media item. Media, associated with option, like image. */
|
|
2003
2003
|
media?: MediaItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "6d61d233e2cd0be36fe3ccd61df5a15cdb7214cb3ef57c82ac2f6006"
|
|
38
38
|
}
|