@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
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
44
44
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
45
45
|
|
|
46
46
|
// ../../node_modules/@wix/ambassador-forms-v4-form/es/build/types.impl.js
|
|
47
|
-
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;
|
|
47
|
+
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;
|
|
48
48
|
var init_types_impl = __esm({
|
|
49
49
|
"../../node_modules/@wix/ambassador-forms-v4-form/es/build/types.impl.js"() {
|
|
50
50
|
(function(Format6) {
|
|
@@ -63,6 +63,15 @@ var init_types_impl = __esm({
|
|
|
63
63
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
64
64
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
65
65
|
})(Format || (Format = {}));
|
|
66
|
+
(function(DayOfWeek5) {
|
|
67
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
68
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
69
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
70
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
71
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
72
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
73
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
74
|
+
})(DayOfWeek || (DayOfWeek = {}));
|
|
66
75
|
(function(ValidationFormat4) {
|
|
67
76
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
68
77
|
ValidationFormat4["WIX_FILE"] = "WIX_FILE";
|
|
@@ -358,9 +367,9 @@ var init_types_impl = __esm({
|
|
|
358
367
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
359
368
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
360
369
|
})(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
|
|
361
|
-
(function(
|
|
362
|
-
|
|
363
|
-
|
|
370
|
+
(function(Origin5) {
|
|
371
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
372
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
364
373
|
})(Origin || (Origin = {}));
|
|
365
374
|
(function(VerticalAlignmentAlignment5) {
|
|
366
375
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -474,6 +483,17 @@ var init_types_impl = __esm({
|
|
|
474
483
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
475
484
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
476
485
|
})(AppointmentFormat || (AppointmentFormat = {}));
|
|
486
|
+
(function(MeetingType4) {
|
|
487
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
488
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
489
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
490
|
+
})(MeetingType || (MeetingType = {}));
|
|
491
|
+
(function(StaffStrategySelection4) {
|
|
492
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
493
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
494
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
495
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
496
|
+
})(StaffStrategySelection || (StaffStrategySelection = {}));
|
|
477
497
|
(function(InputFieldInputType3) {
|
|
478
498
|
InputFieldInputType3["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
479
499
|
InputFieldInputType3["STRING"] = "STRING";
|
|
@@ -505,6 +525,11 @@ var init_types_impl = __esm({
|
|
|
505
525
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
506
526
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
507
527
|
})(ConfirmationLevel || (ConfirmationLevel = {}));
|
|
528
|
+
(function(SubscriptionChannel5) {
|
|
529
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
530
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
531
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
532
|
+
})(SubscriptionChannel || (SubscriptionChannel = {}));
|
|
508
533
|
(function(FormFieldContactInfoContactField3) {
|
|
509
534
|
FormFieldContactInfoContactField3["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
510
535
|
FormFieldContactInfoContactField3["FIRST_NAME"] = "FIRST_NAME";
|
|
@@ -640,10 +665,10 @@ var init_types_impl = __esm({
|
|
|
640
665
|
ResultsDisplay3["PASSING_STATUS"] = "PASSING_STATUS";
|
|
641
666
|
ResultsDisplay3["SCORE_AND_PASSING_STATUS"] = "SCORE_AND_PASSING_STATUS";
|
|
642
667
|
})(ResultsDisplay || (ResultsDisplay = {}));
|
|
643
|
-
(function(
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
668
|
+
(function(ContactAutofill5) {
|
|
669
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
670
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
671
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
647
672
|
})(ContactAutofill || (ContactAutofill = {}));
|
|
648
673
|
(function(Fieldset2) {
|
|
649
674
|
Fieldset2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -4985,7 +5010,7 @@ var init_max = __esm({
|
|
|
4985
5010
|
});
|
|
4986
5011
|
|
|
4987
5012
|
// ../../node_modules/@wix/ambassador-forms-v1-validation-result/es/build/types.impl.js
|
|
4988
|
-
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,
|
|
5013
|
+
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;
|
|
4989
5014
|
var init_types_impl2 = __esm({
|
|
4990
5015
|
"../../node_modules/@wix/ambassador-forms-v1-validation-result/es/build/types.impl.js"() {
|
|
4991
5016
|
(function(ErrorType2) {
|
|
@@ -5041,6 +5066,15 @@ var init_types_impl2 = __esm({
|
|
|
5041
5066
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
5042
5067
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
5043
5068
|
})(Format2 || (Format2 = {}));
|
|
5069
|
+
(function(DayOfWeek5) {
|
|
5070
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
5071
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
5072
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
5073
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
5074
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
5075
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
5076
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
5077
|
+
})(DayOfWeek2 || (DayOfWeek2 = {}));
|
|
5044
5078
|
(function(ValidationFormat4) {
|
|
5045
5079
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
5046
5080
|
ValidationFormat4["WIX_FILE"] = "WIX_FILE";
|
|
@@ -5336,9 +5370,9 @@ var init_types_impl2 = __esm({
|
|
|
5336
5370
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
5337
5371
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
5338
5372
|
})(LayoutDataImagePosition2 || (LayoutDataImagePosition2 = {}));
|
|
5339
|
-
(function(
|
|
5340
|
-
|
|
5341
|
-
|
|
5373
|
+
(function(Origin5) {
|
|
5374
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
5375
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
5342
5376
|
})(Origin2 || (Origin2 = {}));
|
|
5343
5377
|
(function(VerticalAlignmentAlignment5) {
|
|
5344
5378
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -5452,6 +5486,17 @@ var init_types_impl2 = __esm({
|
|
|
5452
5486
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
5453
5487
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
5454
5488
|
})(AppointmentFormat2 || (AppointmentFormat2 = {}));
|
|
5489
|
+
(function(MeetingType4) {
|
|
5490
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
5491
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
5492
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
5493
|
+
})(MeetingType2 || (MeetingType2 = {}));
|
|
5494
|
+
(function(StaffStrategySelection4) {
|
|
5495
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
5496
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
5497
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
5498
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
5499
|
+
})(StaffStrategySelection2 || (StaffStrategySelection2 = {}));
|
|
5455
5500
|
(function(InputFieldInputType3) {
|
|
5456
5501
|
InputFieldInputType3["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
5457
5502
|
InputFieldInputType3["STRING"] = "STRING";
|
|
@@ -5483,11 +5528,11 @@ var init_types_impl2 = __esm({
|
|
|
5483
5528
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
5484
5529
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
5485
5530
|
})(ConfirmationLevel2 || (ConfirmationLevel2 = {}));
|
|
5486
|
-
(function(
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
})(
|
|
5531
|
+
(function(SubscriptionChannel5) {
|
|
5532
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
5533
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
5534
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
5535
|
+
})(SubscriptionChannel2 || (SubscriptionChannel2 = {}));
|
|
5491
5536
|
(function(FormFieldContactInfoContactField3) {
|
|
5492
5537
|
FormFieldContactInfoContactField3["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
5493
5538
|
FormFieldContactInfoContactField3["FIRST_NAME"] = "FIRST_NAME";
|
|
@@ -5623,10 +5668,10 @@ var init_types_impl2 = __esm({
|
|
|
5623
5668
|
ResultsDisplay3["PASSING_STATUS"] = "PASSING_STATUS";
|
|
5624
5669
|
ResultsDisplay3["SCORE_AND_PASSING_STATUS"] = "SCORE_AND_PASSING_STATUS";
|
|
5625
5670
|
})(ResultsDisplay2 || (ResultsDisplay2 = {}));
|
|
5626
|
-
(function(
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5671
|
+
(function(ContactAutofill5) {
|
|
5672
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
5673
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
5674
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
5630
5675
|
})(ContactAutofill2 || (ContactAutofill2 = {}));
|
|
5631
5676
|
(function(ValidationMode2) {
|
|
5632
5677
|
ValidationMode2["UNKNOWN"] = "UNKNOWN";
|
|
@@ -27548,6 +27593,16 @@ var Format4;
|
|
|
27548
27593
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
27549
27594
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
27550
27595
|
})(Format4 || (Format4 = {}));
|
|
27596
|
+
var DayOfWeek3;
|
|
27597
|
+
(function(DayOfWeek5) {
|
|
27598
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
27599
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
27600
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
27601
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
27602
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
27603
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
27604
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
27605
|
+
})(DayOfWeek3 || (DayOfWeek3 = {}));
|
|
27551
27606
|
var ValidationFormat3;
|
|
27552
27607
|
(function(ValidationFormat4) {
|
|
27553
27608
|
ValidationFormat4["UNDEFINED"] = "UNDEFINED";
|
|
@@ -27597,6 +27652,12 @@ var OptInLevel3;
|
|
|
27597
27652
|
OptInLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
27598
27653
|
OptInLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
27599
27654
|
})(OptInLevel3 || (OptInLevel3 = {}));
|
|
27655
|
+
var SubscriptionChannel3;
|
|
27656
|
+
(function(SubscriptionChannel5) {
|
|
27657
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
27658
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
27659
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
27660
|
+
})(SubscriptionChannel3 || (SubscriptionChannel3 = {}));
|
|
27600
27661
|
var ContactField3;
|
|
27601
27662
|
(function(ContactField5) {
|
|
27602
27663
|
ContactField5["UNDEFINED"] = "UNDEFINED";
|
|
@@ -27919,6 +27980,11 @@ var ImagePosition3;
|
|
|
27919
27980
|
ImagePosition5["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
27920
27981
|
ImagePosition5["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
27921
27982
|
})(ImagePosition3 || (ImagePosition3 = {}));
|
|
27983
|
+
var Origin3;
|
|
27984
|
+
(function(Origin5) {
|
|
27985
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
27986
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
27987
|
+
})(Origin3 || (Origin3 = {}));
|
|
27922
27988
|
var VerticalAlignmentAlignment3;
|
|
27923
27989
|
(function(VerticalAlignmentAlignment5) {
|
|
27924
27990
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -27961,6 +28027,12 @@ var RequiredIndicatorPlacement3;
|
|
|
27961
28027
|
RequiredIndicatorPlacement5["AFTER_FIELD_TITLE"] = "AFTER_FIELD_TITLE";
|
|
27962
28028
|
RequiredIndicatorPlacement5["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
|
|
27963
28029
|
})(RequiredIndicatorPlacement3 || (RequiredIndicatorPlacement3 = {}));
|
|
28030
|
+
var ContactAutofill3;
|
|
28031
|
+
(function(ContactAutofill5) {
|
|
28032
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
28033
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
28034
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
28035
|
+
})(ContactAutofill3 || (ContactAutofill3 = {}));
|
|
27964
28036
|
var SortOrder2;
|
|
27965
28037
|
(function(SortOrder3) {
|
|
27966
28038
|
SortOrder3["ASC"] = "ASC";
|
|
@@ -27975,7 +28047,7 @@ var WebhookIdentityType2;
|
|
|
27975
28047
|
WebhookIdentityType3["APP"] = "APP";
|
|
27976
28048
|
})(WebhookIdentityType2 || (WebhookIdentityType2 = {}));
|
|
27977
28049
|
|
|
27978
|
-
// ../../node_modules/@wix/ambassador-forms-v2-form-template/build/
|
|
28050
|
+
// ../../node_modules/@wix/ambassador-forms-v2-form-template/es/build/types.impl.js
|
|
27979
28051
|
var FieldType;
|
|
27980
28052
|
(function(FieldType2) {
|
|
27981
28053
|
FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
@@ -27999,6 +28071,16 @@ var Format5;
|
|
|
27999
28071
|
Format6["LANGUAGE"] = "LANGUAGE";
|
|
28000
28072
|
Format6["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
28001
28073
|
})(Format5 || (Format5 = {}));
|
|
28074
|
+
var DayOfWeek4;
|
|
28075
|
+
(function(DayOfWeek5) {
|
|
28076
|
+
DayOfWeek5["MONDAY"] = "MONDAY";
|
|
28077
|
+
DayOfWeek5["TUESDAY"] = "TUESDAY";
|
|
28078
|
+
DayOfWeek5["WEDNESDAY"] = "WEDNESDAY";
|
|
28079
|
+
DayOfWeek5["THURSDAY"] = "THURSDAY";
|
|
28080
|
+
DayOfWeek5["FRIDAY"] = "FRIDAY";
|
|
28081
|
+
DayOfWeek5["SATURDAY"] = "SATURDAY";
|
|
28082
|
+
DayOfWeek5["SUNDAY"] = "SUNDAY";
|
|
28083
|
+
})(DayOfWeek4 || (DayOfWeek4 = {}));
|
|
28002
28084
|
var StringComponentType;
|
|
28003
28085
|
(function(StringComponentType2) {
|
|
28004
28086
|
StringComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
@@ -28295,6 +28377,11 @@ var LayoutDataImagePosition3;
|
|
|
28295
28377
|
LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
28296
28378
|
LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
28297
28379
|
})(LayoutDataImagePosition3 || (LayoutDataImagePosition3 = {}));
|
|
28380
|
+
var Origin4;
|
|
28381
|
+
(function(Origin5) {
|
|
28382
|
+
Origin5["IMAGE"] = "IMAGE";
|
|
28383
|
+
Origin5["LAYOUT"] = "LAYOUT";
|
|
28384
|
+
})(Origin4 || (Origin4 = {}));
|
|
28298
28385
|
var VerticalAlignmentAlignment4;
|
|
28299
28386
|
(function(VerticalAlignmentAlignment5) {
|
|
28300
28387
|
VerticalAlignmentAlignment5["TOP"] = "TOP";
|
|
@@ -28440,6 +28527,19 @@ var AppointmentFormat3;
|
|
|
28440
28527
|
AppointmentFormat4["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
28441
28528
|
AppointmentFormat4["PHONE"] = "PHONE";
|
|
28442
28529
|
})(AppointmentFormat3 || (AppointmentFormat3 = {}));
|
|
28530
|
+
var MeetingType3;
|
|
28531
|
+
(function(MeetingType4) {
|
|
28532
|
+
MeetingType4["UNKNOWN_MEETING_TYPE"] = "UNKNOWN_MEETING_TYPE";
|
|
28533
|
+
MeetingType4["SINGLE_STAFF"] = "SINGLE_STAFF";
|
|
28534
|
+
MeetingType4["ROUND_ROBIN"] = "ROUND_ROBIN";
|
|
28535
|
+
})(MeetingType3 || (MeetingType3 = {}));
|
|
28536
|
+
var StaffStrategySelection3;
|
|
28537
|
+
(function(StaffStrategySelection4) {
|
|
28538
|
+
StaffStrategySelection4["UNKNOWN_STAFF_STRATEGY_SELECTION"] = "UNKNOWN_STAFF_STRATEGY_SELECTION";
|
|
28539
|
+
StaffStrategySelection4["AUTOMATIC"] = "AUTOMATIC";
|
|
28540
|
+
StaffStrategySelection4["HIGH_TO_LOW_PRIORITY"] = "HIGH_TO_LOW_PRIORITY";
|
|
28541
|
+
StaffStrategySelection4["LOW_TO_HIGH_PRIORITY"] = "LOW_TO_HIGH_PRIORITY";
|
|
28542
|
+
})(StaffStrategySelection3 || (StaffStrategySelection3 = {}));
|
|
28443
28543
|
var InputType;
|
|
28444
28544
|
(function(InputType2) {
|
|
28445
28545
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
@@ -28476,6 +28576,12 @@ var ConfirmationLevel3;
|
|
|
28476
28576
|
ConfirmationLevel4["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
28477
28577
|
ConfirmationLevel4["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
28478
28578
|
})(ConfirmationLevel3 || (ConfirmationLevel3 = {}));
|
|
28579
|
+
var SubscriptionChannel4;
|
|
28580
|
+
(function(SubscriptionChannel5) {
|
|
28581
|
+
SubscriptionChannel5["UNKNOWN_SUBSCRIPTION_CHANNEL"] = "UNKNOWN_SUBSCRIPTION_CHANNEL";
|
|
28582
|
+
SubscriptionChannel5["EMAIL"] = "EMAIL";
|
|
28583
|
+
SubscriptionChannel5["SMS"] = "SMS";
|
|
28584
|
+
})(SubscriptionChannel4 || (SubscriptionChannel4 = {}));
|
|
28479
28585
|
var ContactField4;
|
|
28480
28586
|
(function(ContactField5) {
|
|
28481
28587
|
ContactField5["UNKNOWN_CONTACT_FIELD"] = "UNKNOWN_CONTACT_FIELD";
|
|
@@ -28591,6 +28697,12 @@ var RequiredIndicatorPlacement4;
|
|
|
28591
28697
|
RequiredIndicatorPlacement5["AFTER_FIELD_TITLE"] = "AFTER_FIELD_TITLE";
|
|
28592
28698
|
RequiredIndicatorPlacement5["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
|
|
28593
28699
|
})(RequiredIndicatorPlacement4 || (RequiredIndicatorPlacement4 = {}));
|
|
28700
|
+
var ContactAutofill4;
|
|
28701
|
+
(function(ContactAutofill5) {
|
|
28702
|
+
ContactAutofill5["UNKNOWN_CONTACT_AUTOFILL"] = "UNKNOWN_CONTACT_AUTOFILL";
|
|
28703
|
+
ContactAutofill5["MEMBER_DATA"] = "MEMBER_DATA";
|
|
28704
|
+
ContactAutofill5["FORM_INPUT"] = "FORM_INPUT";
|
|
28705
|
+
})(ContactAutofill4 || (ContactAutofill4 = {}));
|
|
28594
28706
|
|
|
28595
28707
|
// ../form-transformer/dist/esm/lib/to-v1/make-view-of-input-field.js
|
|
28596
28708
|
var idKey = "id";
|