@wix/form-public 0.183.0 → 0.184.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.
- package/dist/_tsup-dts-rollup.d.cts +10 -2
- package/dist/_tsup-dts-rollup.d.ts +10 -2
- package/dist/index.cjs +134 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +134 -22
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -51,7 +51,6 @@ import { RadioGroup } from '@wix/form-fields/headless';
|
|
|
51
51
|
import { RatingInput } from '@wix/form-fields/headless';
|
|
52
52
|
import { default as React_2 } from 'react';
|
|
53
53
|
import { ReactElement } from 'react';
|
|
54
|
-
import { requests } from '@wix/ambassador-forms-v4-submission/build/cjs/proto/client/proto-generated';
|
|
55
54
|
import { RichText } from '@wix/form-fields/headless';
|
|
56
55
|
import { FieldType as SchemaFieldType } from '@wix/form-fields';
|
|
57
56
|
import { Signature } from '@wix/form-fields/headless';
|
|
@@ -176,7 +175,16 @@ export declare const mapFieldTypes: (fields: FieldMap, typeMap: Record<SchemaFie
|
|
|
176
175
|
|
|
177
176
|
export { MultilineAddress }
|
|
178
177
|
|
|
179
|
-
declare
|
|
178
|
+
declare interface MultilineAddressSubmission {
|
|
179
|
+
country?: string;
|
|
180
|
+
subdivision?: string;
|
|
181
|
+
city?: string;
|
|
182
|
+
postalCode?: string;
|
|
183
|
+
streetNumber?: string;
|
|
184
|
+
streetName?: string;
|
|
185
|
+
addressLine?: string;
|
|
186
|
+
addressLine2?: string;
|
|
187
|
+
}
|
|
180
188
|
|
|
181
189
|
/**
|
|
182
190
|
* Normalizes object schema by removing underscore prefixes and converting keys to camelCase
|
|
@@ -51,7 +51,6 @@ import { RadioGroup } from '@wix/form-fields/headless';
|
|
|
51
51
|
import { RatingInput } from '@wix/form-fields/headless';
|
|
52
52
|
import { default as React_2 } from 'react';
|
|
53
53
|
import { ReactElement } from 'react';
|
|
54
|
-
import { requests } from '@wix/ambassador-forms-v4-submission/build/cjs/proto/client/proto-generated';
|
|
55
54
|
import { RichText } from '@wix/form-fields/headless';
|
|
56
55
|
import { FieldType as SchemaFieldType } from '@wix/form-fields';
|
|
57
56
|
import { Signature } from '@wix/form-fields/headless';
|
|
@@ -176,7 +175,16 @@ export declare const mapFieldTypes: (fields: FieldMap, typeMap: Record<SchemaFie
|
|
|
176
175
|
|
|
177
176
|
export { MultilineAddress }
|
|
178
177
|
|
|
179
|
-
declare
|
|
178
|
+
declare interface MultilineAddressSubmission {
|
|
179
|
+
country?: string;
|
|
180
|
+
subdivision?: string;
|
|
181
|
+
city?: string;
|
|
182
|
+
postalCode?: string;
|
|
183
|
+
streetNumber?: string;
|
|
184
|
+
streetName?: string;
|
|
185
|
+
addressLine?: string;
|
|
186
|
+
addressLine2?: string;
|
|
187
|
+
}
|
|
180
188
|
|
|
181
189
|
/**
|
|
182
190
|
* Normalizes object schema by removing underscore prefixes and converting keys to camelCase
|
package/dist/index.cjs
CHANGED
|
@@ -70,7 +70,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
70
70
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
71
71
|
|
|
72
72
|
// ../../node_modules/@wix/ambassador-forms-v4-form/es/build/types.impl.js
|
|
73
|
-
var Format, ValidationFormat, ProductType, PriceType, FieldFieldType, StringTypeFormatEnumFormat, InputFieldStringComponentType, NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, Source, Position, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, ImageStylesPosition, AspectRatio, Resizing, Placement, CardStylesType, CardStylesAlignment, CardStylesLayout, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, Scaling, LayoutDataImagePosition, Origin, VerticalAlignmentAlignment, ResponsivenessBehaviour, DesignTarget, ImagePosition, AlignmentEnumAlignment, ImageFit, NumberOfColumns, FirstDayOfWeekEnumFirstDayOfWeek, InputFieldNumberComponentType, InputFieldBooleanComponentType, ArrayItemsItemType, PropertiesTypePropertiesTypeEnum, ArrayComponentType, InputFieldWixFileComponentType, UploadFileFormat, InputFieldPaymentComponentType, AddressComponentType, DefaultCountryConfigType, ObjectArrayComponentType, InputFieldSchedulingComponentType, AppointmentFormat, InputFieldInputType, FormFieldContactInfoEmailInfoTag, FormFieldContactInfoPhoneInfoTag, AddressInfoTag, ConfirmationLevel, FormFieldContactInfoContactField, DisplayFieldDisplayFieldType, OverrideEntityType, Kind, EmailInfoTag, PhoneInfoTag, Tag, OptInLevel, ContactField, SpamFilterProtectionLevel, RequiredIndicator, RequiredIndicatorPlacement, UrlTargetEnumTarget, SubmitSuccessAction, ChangeableProperty, OverrideEntityTypeEnumOverrideEntityType, Operator, ResultsDisplay, ContactAutofill, Fieldset, SortOrder, CountFormsFieldset, ListFormsOrderEnumListFormsOrder, FilterType, ListFormsOrder, ListDeletedFormsOrder, FieldInputType, WebhookIdentityType;
|
|
73
|
+
var Format, DayOfWeek, ValidationFormat, ProductType, PriceType, FieldFieldType, StringTypeFormatEnumFormat, InputFieldStringComponentType, NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, Source, Position, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, ImageStylesPosition, AspectRatio, Resizing, Placement, CardStylesType, CardStylesAlignment, CardStylesLayout, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, Scaling, LayoutDataImagePosition, Origin, VerticalAlignmentAlignment, ResponsivenessBehaviour, DesignTarget, ImagePosition, AlignmentEnumAlignment, ImageFit, NumberOfColumns, FirstDayOfWeekEnumFirstDayOfWeek, InputFieldNumberComponentType, InputFieldBooleanComponentType, ArrayItemsItemType, PropertiesTypePropertiesTypeEnum, ArrayComponentType, InputFieldWixFileComponentType, UploadFileFormat, InputFieldPaymentComponentType, AddressComponentType, DefaultCountryConfigType, ObjectArrayComponentType, InputFieldSchedulingComponentType, AppointmentFormat, MeetingType, StaffStrategySelection, InputFieldInputType, FormFieldContactInfoEmailInfoTag, FormFieldContactInfoPhoneInfoTag, AddressInfoTag, ConfirmationLevel, SubscriptionChannel, FormFieldContactInfoContactField, DisplayFieldDisplayFieldType, OverrideEntityType, Kind, EmailInfoTag, PhoneInfoTag, Tag, OptInLevel, ContactField, SpamFilterProtectionLevel, RequiredIndicator, RequiredIndicatorPlacement, UrlTargetEnumTarget, SubmitSuccessAction, ChangeableProperty, OverrideEntityTypeEnumOverrideEntityType, Operator, ResultsDisplay, ContactAutofill, Fieldset, SortOrder, CountFormsFieldset, ListFormsOrderEnumListFormsOrder, FilterType, ListFormsOrder, ListDeletedFormsOrder, FieldInputType, WebhookIdentityType;
|
|
74
74
|
var init_types_impl = __esm({
|
|
75
75
|
"../../node_modules/@wix/ambassador-forms-v4-form/es/build/types.impl.js"() {
|
|
76
76
|
(function(Format6) {
|
|
@@ -89,6 +89,15 @@ var init_types_impl = __esm({
|
|
|
89
89
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
90
90
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
91
91
|
})(Format || (Format = {}));
|
|
92
|
+
(function(DayOfWeek5) {
|
|
93
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
94
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
95
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
96
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
97
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
98
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
99
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
100
|
+
})(DayOfWeek || (DayOfWeek = {}));
|
|
92
101
|
(function(ValidationFormat4) {
|
|
93
102
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
94
103
|
ValidationFormat4["WIX_FILE"] = "WIX_FILE";
|
|
@@ -384,9 +393,9 @@ var init_types_impl = __esm({
|
|
|
384
393
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
385
394
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
386
395
|
})(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
|
|
387
|
-
(function(
|
|
388
|
-
|
|
389
|
-
|
|
396
|
+
(function(Origin5) {
|
|
397
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
398
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
390
399
|
})(Origin || (Origin = {}));
|
|
391
400
|
(function(VerticalAlignmentAlignment5) {
|
|
392
401
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -500,6 +509,17 @@ var init_types_impl = __esm({
|
|
|
500
509
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
501
510
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
502
511
|
})(AppointmentFormat || (AppointmentFormat = {}));
|
|
512
|
+
(function(MeetingType4) {
|
|
513
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
514
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
515
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
516
|
+
})(MeetingType || (MeetingType = {}));
|
|
517
|
+
(function(StaffStrategySelection4) {
|
|
518
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
519
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
520
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
521
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
522
|
+
})(StaffStrategySelection || (StaffStrategySelection = {}));
|
|
503
523
|
(function(InputFieldInputType3) {
|
|
504
524
|
InputFieldInputType3["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
505
525
|
InputFieldInputType3["STRING"] = "STRING";
|
|
@@ -531,6 +551,11 @@ var init_types_impl = __esm({
|
|
|
531
551
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
532
552
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
533
553
|
})(ConfirmationLevel || (ConfirmationLevel = {}));
|
|
554
|
+
(function(SubscriptionChannel5) {
|
|
555
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
556
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
557
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
558
|
+
})(SubscriptionChannel || (SubscriptionChannel = {}));
|
|
534
559
|
(function(FormFieldContactInfoContactField3) {
|
|
535
560
|
FormFieldContactInfoContactField3["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
536
561
|
FormFieldContactInfoContactField3["FIRST_NAME"] = "FIRST_NAME";
|
|
@@ -666,10 +691,10 @@ var init_types_impl = __esm({
|
|
|
666
691
|
ResultsDisplay3["PASSING_STATUS"] = "PASSING_STATUS";
|
|
667
692
|
ResultsDisplay3["SCORE_AND_PASSING_STATUS"] = "SCORE_AND_PASSING_STATUS";
|
|
668
693
|
})(ResultsDisplay || (ResultsDisplay = {}));
|
|
669
|
-
(function(
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
694
|
+
(function(ContactAutofill5) {
|
|
695
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
696
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
697
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
673
698
|
})(ContactAutofill || (ContactAutofill = {}));
|
|
674
699
|
(function(Fieldset2) {
|
|
675
700
|
Fieldset2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -5011,7 +5036,7 @@ var init_max = __esm({
|
|
|
5011
5036
|
});
|
|
5012
5037
|
|
|
5013
5038
|
// ../../node_modules/@wix/ambassador-forms-v1-validation-result/es/build/types.impl.js
|
|
5014
|
-
var ErrorType, Format2, ValidationFormat2, ProductType2, PriceType2, FieldFieldType2, StringTypeFormatEnumFormat2, InputFieldStringComponentType2, NodeType2, WidthType2, PluginContainerDataAlignment2, Type2, Target2, TextAlignment2, LineStyle2, Width2, Alignment2, ViewMode2, LayoutType2, Orientation2, Crop2, ThumbnailsAlignment2, GIFType2, Source2, Position2, MapType3, ViewRole2, VoteRole2, PollLayoutType2, PollLayoutDirection2, BackgroundType2, DecorationType2, FontType2, ImageStylesPosition2, AspectRatio2, Resizing2, Placement2, CardStylesType2, CardStylesAlignment2, CardStylesLayout2, AppType2, InitialExpandedItems2, Direction2, VerticalAlignment2, NullValue2, Scaling2, LayoutDataImagePosition2, Origin2, VerticalAlignmentAlignment2, ResponsivenessBehaviour2, DesignTarget2, ImagePosition2, AlignmentEnumAlignment2, ImageFit2, NumberOfColumns2, FirstDayOfWeekEnumFirstDayOfWeek2, InputFieldNumberComponentType2, InputFieldBooleanComponentType2, ArrayItemsItemType2, PropertiesTypePropertiesTypeEnum2, ArrayComponentType2, InputFieldWixFileComponentType2, UploadFileFormat2, InputFieldPaymentComponentType2, AddressComponentType2, DefaultCountryConfigType2, ObjectArrayComponentType2, InputFieldSchedulingComponentType2, AppointmentFormat2, InputFieldInputType2, FormFieldContactInfoEmailInfoTag2, FormFieldContactInfoPhoneInfoTag2, AddressInfoTag2, ConfirmationLevel2,
|
|
5039
|
+
var ErrorType, Format2, DayOfWeek2, ValidationFormat2, ProductType2, PriceType2, FieldFieldType2, StringTypeFormatEnumFormat2, InputFieldStringComponentType2, NodeType2, WidthType2, PluginContainerDataAlignment2, Type2, Target2, TextAlignment2, LineStyle2, Width2, Alignment2, ViewMode2, LayoutType2, Orientation2, Crop2, ThumbnailsAlignment2, GIFType2, Source2, Position2, MapType3, ViewRole2, VoteRole2, PollLayoutType2, PollLayoutDirection2, BackgroundType2, DecorationType2, FontType2, ImageStylesPosition2, AspectRatio2, Resizing2, Placement2, CardStylesType2, CardStylesAlignment2, CardStylesLayout2, AppType2, InitialExpandedItems2, Direction2, VerticalAlignment2, NullValue2, Scaling2, LayoutDataImagePosition2, Origin2, VerticalAlignmentAlignment2, ResponsivenessBehaviour2, DesignTarget2, ImagePosition2, AlignmentEnumAlignment2, ImageFit2, NumberOfColumns2, FirstDayOfWeekEnumFirstDayOfWeek2, InputFieldNumberComponentType2, InputFieldBooleanComponentType2, ArrayItemsItemType2, PropertiesTypePropertiesTypeEnum2, ArrayComponentType2, InputFieldWixFileComponentType2, UploadFileFormat2, InputFieldPaymentComponentType2, AddressComponentType2, DefaultCountryConfigType2, ObjectArrayComponentType2, InputFieldSchedulingComponentType2, AppointmentFormat2, MeetingType2, StaffStrategySelection2, InputFieldInputType2, FormFieldContactInfoEmailInfoTag2, FormFieldContactInfoPhoneInfoTag2, AddressInfoTag2, ConfirmationLevel2, SubscriptionChannel2, FormFieldContactInfoContactField2, DisplayFieldDisplayFieldType2, OverrideEntityType2, Kind2, EmailInfoTag2, PhoneInfoTag2, Tag2, OptInLevel2, ContactField2, SpamFilterProtectionLevel2, RequiredIndicator2, RequiredIndicatorPlacement2, UrlTargetEnumTarget2, SubmitSuccessAction2, ChangeableProperty2, OverrideEntityTypeEnumOverrideEntityType2, Operator2, ResultsDisplay2, ContactAutofill2, ValidationMode, Feature, AscendPlan, ActionType;
|
|
5015
5040
|
var init_types_impl2 = __esm({
|
|
5016
5041
|
"../../node_modules/@wix/ambassador-forms-v1-validation-result/es/build/types.impl.js"() {
|
|
5017
5042
|
(function(ErrorType2) {
|
|
@@ -5067,6 +5092,15 @@ var init_types_impl2 = __esm({
|
|
|
5067
5092
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
5068
5093
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
5069
5094
|
})(Format2 || (Format2 = {}));
|
|
5095
|
+
(function(DayOfWeek5) {
|
|
5096
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
5097
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
5098
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
5099
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
5100
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
5101
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
5102
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
5103
|
+
})(DayOfWeek2 || (DayOfWeek2 = {}));
|
|
5070
5104
|
(function(ValidationFormat4) {
|
|
5071
5105
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
5072
5106
|
ValidationFormat4["WIX_FILE"] = "WIX_FILE";
|
|
@@ -5362,9 +5396,9 @@ var init_types_impl2 = __esm({
|
|
|
5362
5396
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
5363
5397
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
5364
5398
|
})(LayoutDataImagePosition2 || (LayoutDataImagePosition2 = {}));
|
|
5365
|
-
(function(
|
|
5366
|
-
|
|
5367
|
-
|
|
5399
|
+
(function(Origin5) {
|
|
5400
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
5401
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
5368
5402
|
})(Origin2 || (Origin2 = {}));
|
|
5369
5403
|
(function(VerticalAlignmentAlignment5) {
|
|
5370
5404
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -5478,6 +5512,17 @@ var init_types_impl2 = __esm({
|
|
|
5478
5512
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
5479
5513
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
5480
5514
|
})(AppointmentFormat2 || (AppointmentFormat2 = {}));
|
|
5515
|
+
(function(MeetingType4) {
|
|
5516
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
5517
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
5518
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
5519
|
+
})(MeetingType2 || (MeetingType2 = {}));
|
|
5520
|
+
(function(StaffStrategySelection4) {
|
|
5521
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
5522
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
5523
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
5524
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
5525
|
+
})(StaffStrategySelection2 || (StaffStrategySelection2 = {}));
|
|
5481
5526
|
(function(InputFieldInputType3) {
|
|
5482
5527
|
InputFieldInputType3["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
5483
5528
|
InputFieldInputType3["STRING"] = "STRING";
|
|
@@ -5509,11 +5554,11 @@ var init_types_impl2 = __esm({
|
|
|
5509
5554
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
5510
5555
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
5511
5556
|
})(ConfirmationLevel2 || (ConfirmationLevel2 = {}));
|
|
5512
|
-
(function(
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
})(
|
|
5557
|
+
(function(SubscriptionChannel5) {
|
|
5558
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
5559
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
5560
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
5561
|
+
})(SubscriptionChannel2 || (SubscriptionChannel2 = {}));
|
|
5517
5562
|
(function(FormFieldContactInfoContactField3) {
|
|
5518
5563
|
FormFieldContactInfoContactField3["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
5519
5564
|
FormFieldContactInfoContactField3["FIRST_NAME"] = "FIRST_NAME";
|
|
@@ -5649,10 +5694,10 @@ var init_types_impl2 = __esm({
|
|
|
5649
5694
|
ResultsDisplay3["PASSING_STATUS"] = "PASSING_STATUS";
|
|
5650
5695
|
ResultsDisplay3["SCORE_AND_PASSING_STATUS"] = "SCORE_AND_PASSING_STATUS";
|
|
5651
5696
|
})(ResultsDisplay2 || (ResultsDisplay2 = {}));
|
|
5652
|
-
(function(
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5697
|
+
(function(ContactAutofill5) {
|
|
5698
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
5699
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
5700
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
5656
5701
|
})(ContactAutofill2 || (ContactAutofill2 = {}));
|
|
5657
5702
|
(function(ValidationMode2) {
|
|
5658
5703
|
ValidationMode2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -27574,6 +27619,16 @@ var Format4;
|
|
|
27574
27619
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
27575
27620
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
27576
27621
|
})(Format4 || (Format4 = {}));
|
|
27622
|
+
var DayOfWeek3;
|
|
27623
|
+
(function(DayOfWeek5) {
|
|
27624
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
27625
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
27626
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
27627
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
27628
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
27629
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
27630
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
27631
|
+
})(DayOfWeek3 || (DayOfWeek3 = {}));
|
|
27577
27632
|
var ValidationFormat3;
|
|
27578
27633
|
(function(ValidationFormat4) {
|
|
27579
27634
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
@@ -27623,6 +27678,12 @@ var OptInLevel3;
|
|
|
27623
27678
|
OptInLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
27624
27679
|
OptInLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
27625
27680
|
})(OptInLevel3 || (OptInLevel3 = {}));
|
|
27681
|
+
var SubscriptionChannel3;
|
|
27682
|
+
(function(SubscriptionChannel5) {
|
|
27683
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
27684
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
27685
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
27686
|
+
})(SubscriptionChannel3 || (SubscriptionChannel3 = {}));
|
|
27626
27687
|
var ContactField3;
|
|
27627
27688
|
(function(ContactField5) {
|
|
27628
27689
|
ContactField5["UNDEFINED"] = "UNDEFINED";
|
|
@@ -27945,6 +28006,11 @@ var ImagePosition3;
|
|
|
27945
28006
|
ImagePosition5["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
27946
28007
|
ImagePosition5["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
27947
28008
|
})(ImagePosition3 || (ImagePosition3 = {}));
|
|
28009
|
+
var Origin3;
|
|
28010
|
+
(function(Origin5) {
|
|
28011
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
28012
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
28013
|
+
})(Origin3 || (Origin3 = {}));
|
|
27948
28014
|
var VerticalAlignmentAlignment3;
|
|
27949
28015
|
(function(VerticalAlignmentAlignment5) {
|
|
27950
28016
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -27987,6 +28053,12 @@ var RequiredIndicatorPlacement3;
|
|
|
27987
28053
|
RequiredIndicatorPlacement5["AFTER_FIELD_TITLE"] = "AFTER_FIELD_TITLE";
|
|
27988
28054
|
RequiredIndicatorPlacement5["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
|
|
27989
28055
|
})(RequiredIndicatorPlacement3 || (RequiredIndicatorPlacement3 = {}));
|
|
28056
|
+
var ContactAutofill3;
|
|
28057
|
+
(function(ContactAutofill5) {
|
|
28058
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
28059
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
28060
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
28061
|
+
})(ContactAutofill3 || (ContactAutofill3 = {}));
|
|
27990
28062
|
var SortOrder2;
|
|
27991
28063
|
(function(SortOrder3) {
|
|
27992
28064
|
SortOrder3["ASC"] = "ASC";
|
|
@@ -28001,7 +28073,7 @@ var WebhookIdentityType2;
|
|
|
28001
28073
|
WebhookIdentityType3["APP"] = "APP";
|
|
28002
28074
|
})(WebhookIdentityType2 || (WebhookIdentityType2 = {}));
|
|
28003
28075
|
|
|
28004
|
-
// ../../node_modules/@wix/ambassador-forms-v2-form-template/build/
|
|
28076
|
+
// ../../node_modules/@wix/ambassador-forms-v2-form-template/es/build/types.impl.js
|
|
28005
28077
|
var FieldType;
|
|
28006
28078
|
(function(FieldType2) {
|
|
28007
28079
|
FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
@@ -28025,6 +28097,16 @@ var Format5;
|
|
|
28025
28097
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
28026
28098
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
28027
28099
|
})(Format5 || (Format5 = {}));
|
|
28100
|
+
var DayOfWeek4;
|
|
28101
|
+
(function(DayOfWeek5) {
|
|
28102
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
28103
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
28104
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
28105
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
28106
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
28107
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
28108
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
28109
|
+
})(DayOfWeek4 || (DayOfWeek4 = {}));
|
|
28028
28110
|
var StringComponentType;
|
|
28029
28111
|
(function(StringComponentType2) {
|
|
28030
28112
|
StringComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
@@ -28321,6 +28403,11 @@ var LayoutDataImagePosition3;
|
|
|
28321
28403
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
28322
28404
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
28323
28405
|
})(LayoutDataImagePosition3 || (LayoutDataImagePosition3 = {}));
|
|
28406
|
+
var Origin4;
|
|
28407
|
+
(function(Origin5) {
|
|
28408
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
28409
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
28410
|
+
})(Origin4 || (Origin4 = {}));
|
|
28324
28411
|
var VerticalAlignmentAlignment4;
|
|
28325
28412
|
(function(VerticalAlignmentAlignment5) {
|
|
28326
28413
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -28466,6 +28553,19 @@ var AppointmentFormat3;
|
|
|
28466
28553
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
28467
28554
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
28468
28555
|
})(AppointmentFormat3 || (AppointmentFormat3 = {}));
|
|
28556
|
+
var MeetingType3;
|
|
28557
|
+
(function(MeetingType4) {
|
|
28558
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
28559
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
28560
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
28561
|
+
})(MeetingType3 || (MeetingType3 = {}));
|
|
28562
|
+
var StaffStrategySelection3;
|
|
28563
|
+
(function(StaffStrategySelection4) {
|
|
28564
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
28565
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
28566
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
28567
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
28568
|
+
})(StaffStrategySelection3 || (StaffStrategySelection3 = {}));
|
|
28469
28569
|
var InputType;
|
|
28470
28570
|
(function(InputType2) {
|
|
28471
28571
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
@@ -28502,6 +28602,12 @@ var ConfirmationLevel3;
|
|
|
28502
28602
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
28503
28603
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
28504
28604
|
})(ConfirmationLevel3 || (ConfirmationLevel3 = {}));
|
|
28605
|
+
var SubscriptionChannel4;
|
|
28606
|
+
(function(SubscriptionChannel5) {
|
|
28607
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
28608
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
28609
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
28610
|
+
})(SubscriptionChannel4 || (SubscriptionChannel4 = {}));
|
|
28505
28611
|
var ContactField4;
|
|
28506
28612
|
(function(ContactField5) {
|
|
28507
28613
|
ContactField5["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
@@ -28617,6 +28723,12 @@ var RequiredIndicatorPlacement4;
|
|
|
28617
28723
|
RequiredIndicatorPlacement5["AFTER_FIELD_TITLE"] = "AFTER_FIELD_TITLE";
|
|
28618
28724
|
RequiredIndicatorPlacement5["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
|
|
28619
28725
|
})(RequiredIndicatorPlacement4 || (RequiredIndicatorPlacement4 = {}));
|
|
28726
|
+
var ContactAutofill4;
|
|
28727
|
+
(function(ContactAutofill5) {
|
|
28728
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
28729
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
28730
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
28731
|
+
})(ContactAutofill4 || (ContactAutofill4 = {}));
|
|
28620
28732
|
|
|
28621
28733
|
// ../form-transformer/dist/esm/lib/to-v1/make-view-of-input-field.js
|
|
28622
28734
|
var idKey = "id";
|