@wix/form-public 0.103.0 → 0.104.0

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.
@@ -28,6 +28,7 @@ import { PublicFieldsProps } from '@wix/form-fields';
28
28
  import { PublicFileUploadProps } from '@wix/form-fields';
29
29
  import { PublicFixedPaymentProps } from '@wix/form-fields';
30
30
  import { PublicImageChoiceProps } from '@wix/form-fields';
31
+ import { PublicLoginBarProps } from '@wix/form-fields';
31
32
  import { PublicMultilineAddressProps } from '@wix/form-fields';
32
33
  import { PublicNumberInputProps } from '@wix/form-fields';
33
34
  import { PublicPaymentInputProps } from '@wix/form-fields';
@@ -111,11 +112,12 @@ declare type FieldMap = {
111
112
  DONATION: React.ComponentType<PublicDonationProps>;
112
113
  APPOINTMENT: React.ComponentType<PublicAppointmentProps>;
113
114
  IMAGE_CHOICE: React.ComponentType<PublicImageChoiceProps>;
115
+ LOGIN_BAR: React.ComponentType<PublicLoginBarProps>;
114
116
  };
115
117
  export { FieldMap }
116
118
  export { FieldMap as FieldMap_alias_1 }
117
119
 
118
- export declare type FieldType = 'TEXT_INPUT' | 'TEXT_AREA' | 'PHONE_INPUT' | 'MULTILINE_ADDRESS' | 'DATE_INPUT' | 'DATE_PICKER' | 'DATE_TIME_INPUT' | 'TIME_INPUT' | 'FILE_UPLOAD' | 'NUMBER_INPUT' | 'CHECKBOX' | 'SIGNATURE' | 'RATING_INPUT' | 'RADIO_GROUP' | 'CHECKBOX_GROUP' | 'DROPDOWN' | 'TAGS' | 'SUBMIT_BUTTON' | 'PRODUCT_LIST' | 'FIXED_PAYMENT' | 'PAYMENT_INPUT' | 'DONATION' | 'APPOINTMENT' | 'IMAGE_CHOICE' | 'TEXT';
120
+ export declare type FieldType = 'TEXT_INPUT' | 'TEXT_AREA' | 'PHONE_INPUT' | 'MULTILINE_ADDRESS' | 'DATE_INPUT' | 'DATE_PICKER' | 'DATE_TIME_INPUT' | 'TIME_INPUT' | 'FILE_UPLOAD' | 'NUMBER_INPUT' | 'CHECKBOX' | 'SIGNATURE' | 'RATING_INPUT' | 'RADIO_GROUP' | 'CHECKBOX_GROUP' | 'DROPDOWN' | 'TAGS' | 'SUBMIT_BUTTON' | 'PRODUCT_LIST' | 'FIXED_PAYMENT' | 'PAYMENT_INPUT' | 'DONATION' | 'APPOINTMENT' | 'IMAGE_CHOICE' | 'TEXT' | 'LOGIN_BAR';
119
121
 
120
122
  export declare interface FileDescriptor {
121
123
  id?: string;
@@ -225,6 +227,9 @@ export { PublicFixedPaymentProps as FixedPaymentProps_alias_1 }
225
227
  export { PublicImageChoiceProps as ImageChoiceProps }
226
228
  export { PublicImageChoiceProps as ImageChoiceProps_alias_1 }
227
229
 
230
+ export { PublicLoginBarProps as LoginBarProps }
231
+ export { PublicLoginBarProps as LoginBarProps_alias_1 }
232
+
228
233
  export { PublicMultilineAddressProps as MultilineAddressProps }
229
234
  export { PublicMultilineAddressProps as MultilineAddressProps_alias_1 }
230
235
 
@@ -28,6 +28,7 @@ import { PublicFieldsProps } from '@wix/form-fields';
28
28
  import { PublicFileUploadProps } from '@wix/form-fields';
29
29
  import { PublicFixedPaymentProps } from '@wix/form-fields';
30
30
  import { PublicImageChoiceProps } from '@wix/form-fields';
31
+ import { PublicLoginBarProps } from '@wix/form-fields';
31
32
  import { PublicMultilineAddressProps } from '@wix/form-fields';
32
33
  import { PublicNumberInputProps } from '@wix/form-fields';
33
34
  import { PublicPaymentInputProps } from '@wix/form-fields';
@@ -111,11 +112,12 @@ declare type FieldMap = {
111
112
  DONATION: React.ComponentType<PublicDonationProps>;
112
113
  APPOINTMENT: React.ComponentType<PublicAppointmentProps>;
113
114
  IMAGE_CHOICE: React.ComponentType<PublicImageChoiceProps>;
115
+ LOGIN_BAR: React.ComponentType<PublicLoginBarProps>;
114
116
  };
115
117
  export { FieldMap }
116
118
  export { FieldMap as FieldMap_alias_1 }
117
119
 
118
- export declare type FieldType = 'TEXT_INPUT' | 'TEXT_AREA' | 'PHONE_INPUT' | 'MULTILINE_ADDRESS' | 'DATE_INPUT' | 'DATE_PICKER' | 'DATE_TIME_INPUT' | 'TIME_INPUT' | 'FILE_UPLOAD' | 'NUMBER_INPUT' | 'CHECKBOX' | 'SIGNATURE' | 'RATING_INPUT' | 'RADIO_GROUP' | 'CHECKBOX_GROUP' | 'DROPDOWN' | 'TAGS' | 'SUBMIT_BUTTON' | 'PRODUCT_LIST' | 'FIXED_PAYMENT' | 'PAYMENT_INPUT' | 'DONATION' | 'APPOINTMENT' | 'IMAGE_CHOICE' | 'TEXT';
120
+ export declare type FieldType = 'TEXT_INPUT' | 'TEXT_AREA' | 'PHONE_INPUT' | 'MULTILINE_ADDRESS' | 'DATE_INPUT' | 'DATE_PICKER' | 'DATE_TIME_INPUT' | 'TIME_INPUT' | 'FILE_UPLOAD' | 'NUMBER_INPUT' | 'CHECKBOX' | 'SIGNATURE' | 'RATING_INPUT' | 'RADIO_GROUP' | 'CHECKBOX_GROUP' | 'DROPDOWN' | 'TAGS' | 'SUBMIT_BUTTON' | 'PRODUCT_LIST' | 'FIXED_PAYMENT' | 'PAYMENT_INPUT' | 'DONATION' | 'APPOINTMENT' | 'IMAGE_CHOICE' | 'TEXT' | 'LOGIN_BAR';
119
121
 
120
122
  export declare interface FileDescriptor {
121
123
  id?: string;
@@ -225,6 +227,9 @@ export { PublicFixedPaymentProps as FixedPaymentProps_alias_1 }
225
227
  export { PublicImageChoiceProps as ImageChoiceProps }
226
228
  export { PublicImageChoiceProps as ImageChoiceProps_alias_1 }
227
229
 
230
+ export { PublicLoginBarProps as LoginBarProps }
231
+ export { PublicLoginBarProps as LoginBarProps_alias_1 }
232
+
228
233
  export { PublicMultilineAddressProps as MultilineAddressProps }
229
234
  export { PublicMultilineAddressProps as MultilineAddressProps_alias_1 }
230
235
 
package/dist/index.cjs CHANGED
@@ -31657,7 +31657,7 @@ var FIELD_TYPE_MAP = {
31657
31657
  BOOKINGS_LAST_NAME: "TEXT_INPUT",
31658
31658
  BOOKINGS_EMAIL: "TEXT_INPUT",
31659
31659
  BOOKINGS_PHONE: "PHONE_INPUT",
31660
- BOOKINGS_ADDRESS: "TEXT_INPUT",
31660
+ BOOKINGS_ADDRESS: "MULTILINE_ADDRESS",
31661
31661
  BOOKINGS_HEADER: "TEXT",
31662
31662
  BOOKINGS_RICH_TEXT: "TEXT",
31663
31663
  // PAYMENTS_FIELD_TYPES
@@ -31706,7 +31706,7 @@ var FIELD_TYPE_MAP = {
31706
31706
  // fields that have not been implemented
31707
31707
  NESTED_FORM: "TEXT_INPUT",
31708
31708
  IDENTITY_PASSWORD: "TEXT_INPUT",
31709
- BOOKINGS_LOGIN_BAR: "TEXT_INPUT"
31709
+ BOOKINGS_LOGIN_BAR: "LOGIN_BAR"
31710
31710
  };
31711
31711
 
31712
31712
  // src/utils/mappers.tsx