@wix/form-public 0.38.0 → 0.39.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/index.cjs CHANGED
@@ -65,7 +65,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
65
65
  ));
66
66
 
67
67
  // ../../node_modules/@wix/ambassador-forms-v4-form/build/es/types.impl.js
68
- var Format, ValidationFormat, ProductType, PriceType, FormatEnumFormat, StringComponentType, 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, ImagePosition, AlignmentEnumAlignment, ImageFit, NumberOfColumns, FirstDayOfWeekEnumFirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, SchedulingComponentType, AppointmentFormat, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, Tag, OptInLevel, ContactField, FieldType, DisplayFieldType, FieldFieldType, StringTypeFormatEnumFormat, InputFieldStringComponentType, InputFieldNumberComponentType, InputFieldBooleanComponentType, ArrayItemsItemType, PropertiesTypePropertiesTypeEnum, ArrayComponentType, InputFieldWixFileComponentType, InputFieldPaymentComponentType, AddressComponentType, ObjectArrayComponentType, InputFieldSchedulingComponentType, InputFieldInputType, FormFieldContactInfoEmailInfoTag, FormFieldContactInfoPhoneInfoTag, AddressInfoTag, ConfirmationLevel, FormFieldContactInfoContactField, DisplayFieldDisplayFieldType, OverrideEntityType, Kind, SpamFilterProtectionLevel, RequiredIndicator, RequiredIndicatorPlacement, UrlTargetEnumTarget, SubmitSuccessAction, ChangeableProperty, OverrideEntityTypeEnumOverrideEntityType, Operator, WebhookIdentityType, Fieldset, SortOrder, CountFormsFieldset, ListFormsOrderEnumListFormsOrder, FilterType, ListFormsOrder, ListDeletedFormsOrder, FieldInputType;
68
+ var Format, ValidationFormat, ProductType, PriceType, FormatEnumFormat, StringComponentType, 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, ImagePosition, AlignmentEnumAlignment, ImageFit, NumberOfColumns, FirstDayOfWeekEnumFirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, SchedulingComponentType, AppointmentFormat, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, Tag, OptInLevel, ContactField, FieldType, DisplayFieldType, FieldFieldType, StringTypeFormatEnumFormat, InputFieldStringComponentType, InputFieldNumberComponentType, InputFieldBooleanComponentType, ArrayItemsItemType, PropertiesTypePropertiesTypeEnum, ArrayComponentType, InputFieldWixFileComponentType, InputFieldPaymentComponentType, AddressComponentType, ObjectArrayComponentType, InputFieldSchedulingComponentType, InputFieldInputType, FormFieldContactInfoEmailInfoTag, FormFieldContactInfoPhoneInfoTag, AddressInfoTag, ConfirmationLevel, FormFieldContactInfoContactField, DisplayFieldDisplayFieldType, OverrideEntityType, Kind, SpamFilterProtectionLevel, RequiredIndicator, RequiredIndicatorPlacement, UrlTargetEnumTarget, SubmitSuccessAction, ChangeableProperty, OverrideEntityTypeEnumOverrideEntityType, Operator, WebhookIdentityType, Scaling, LayoutDataImagePosition, VerticalAlignmentAlignment, ResponsivenessBehaviour, Fieldset, SortOrder, CountFormsFieldset, ListFormsOrderEnumListFormsOrder, FilterType, ListFormsOrder, ListDeletedFormsOrder, FieldInputType;
69
69
  var init_types_impl = __esm({
70
70
  "../../node_modules/@wix/ambassador-forms-v4-form/build/es/types.impl.js"() {
71
71
  (function(Format6) {
@@ -248,6 +248,7 @@ var init_types_impl = __esm({
248
248
  (function(Source5) {
249
249
  Source5["HTML"] = "HTML";
250
250
  Source5["ADSENSE"] = "ADSENSE";
251
+ Source5["AI"] = "AI";
251
252
  })(Source || (Source = {}));
252
253
  (function(Position5) {
253
254
  Position5["START"] = "START";
@@ -354,10 +355,10 @@ var init_types_impl = __esm({
354
355
  (function(NullValue5) {
355
356
  NullValue5["NULL_VALUE"] = "NULL_VALUE";
356
357
  })(NullValue || (NullValue = {}));
357
- (function(ImagePosition4) {
358
- ImagePosition4["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
359
- ImagePosition4["ABOVE"] = "ABOVE";
360
- ImagePosition4["BELOW"] = "BELOW";
358
+ (function(ImagePosition5) {
359
+ ImagePosition5["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
360
+ ImagePosition5["ABOVE"] = "ABOVE";
361
+ ImagePosition5["BELOW"] = "BELOW";
361
362
  })(ImagePosition || (ImagePosition = {}));
362
363
  (function(AlignmentEnumAlignment4) {
363
364
  AlignmentEnumAlignment4["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
@@ -725,6 +726,31 @@ var init_types_impl = __esm({
725
726
  WebhookIdentityType3["WIX_USER"] = "WIX_USER";
726
727
  WebhookIdentityType3["APP"] = "APP";
727
728
  })(WebhookIdentityType || (WebhookIdentityType = {}));
729
+ (function(Scaling5) {
730
+ Scaling5["AUTO"] = "AUTO";
731
+ Scaling5["CONTAIN"] = "CONTAIN";
732
+ Scaling5["COVER"] = "COVER";
733
+ })(Scaling || (Scaling = {}));
734
+ (function(LayoutDataImagePosition4) {
735
+ LayoutDataImagePosition4["CENTER"] = "CENTER";
736
+ LayoutDataImagePosition4["CENTER_LEFT"] = "CENTER_LEFT";
737
+ LayoutDataImagePosition4["CENTER_RIGHT"] = "CENTER_RIGHT";
738
+ LayoutDataImagePosition4["TOP"] = "TOP";
739
+ LayoutDataImagePosition4["TOP_LEFT"] = "TOP_LEFT";
740
+ LayoutDataImagePosition4["TOP_RIGHT"] = "TOP_RIGHT";
741
+ LayoutDataImagePosition4["BOTTOM"] = "BOTTOM";
742
+ LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
743
+ LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
744
+ })(LayoutDataImagePosition || (LayoutDataImagePosition = {}));
745
+ (function(VerticalAlignmentAlignment5) {
746
+ VerticalAlignmentAlignment5["TOP"] = "TOP";
747
+ VerticalAlignmentAlignment5["MIDDLE"] = "MIDDLE";
748
+ VerticalAlignmentAlignment5["BOTTOM"] = "BOTTOM";
749
+ })(VerticalAlignmentAlignment || (VerticalAlignmentAlignment = {}));
750
+ (function(ResponsivenessBehaviour5) {
751
+ ResponsivenessBehaviour5["STACK"] = "STACK";
752
+ ResponsivenessBehaviour5["WRAP"] = "WRAP";
753
+ })(ResponsivenessBehaviour || (ResponsivenessBehaviour = {}));
728
754
  (function(Fieldset2) {
729
755
  Fieldset2["UNKNOWN"] = "UNKNOWN";
730
756
  Fieldset2["NESTED_FORMS"] = "NESTED_FORMS";
@@ -904,9 +930,57 @@ var init_node_heading = __esm({
904
930
  }
905
931
  });
906
932
 
907
- // ../../node_modules/@wix/ricos/dist/es/ricos-schema/legacy/wix/rich_content/v1/node_layout.js
933
+ // ../../node_modules/@wix/ricos/dist/es/ricos-schema/legacy/wix/rich_content/v1/node_layout.enums.js
934
+ var LayoutData_ImagePosition, LayoutData_ResponsivenessBehaviour, LayoutData_VerticalAlignment_Alignment, LayoutData_ImageScaling_Scaling;
935
+ var init_node_layout_enums = __esm({
936
+ "../../node_modules/@wix/ricos/dist/es/ricos-schema/legacy/wix/rich_content/v1/node_layout.enums.js"() {
937
+ LayoutData_ImagePosition = /* @__PURE__ */ ((LayoutData_ImagePosition2) => {
938
+ LayoutData_ImagePosition2["CENTER"] = "CENTER";
939
+ LayoutData_ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
940
+ LayoutData_ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
941
+ LayoutData_ImagePosition2["TOP"] = "TOP";
942
+ LayoutData_ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
943
+ LayoutData_ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
944
+ LayoutData_ImagePosition2["BOTTOM"] = "BOTTOM";
945
+ LayoutData_ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
946
+ LayoutData_ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
947
+ LayoutData_ImagePosition2["UNRECOGNIZED"] = "UNRECOGNIZED";
948
+ return LayoutData_ImagePosition2;
949
+ })(LayoutData_ImagePosition || {});
950
+ LayoutData_ResponsivenessBehaviour = /* @__PURE__ */ ((LayoutData_ResponsivenessBehaviour2) => {
951
+ LayoutData_ResponsivenessBehaviour2["STACK"] = "STACK";
952
+ LayoutData_ResponsivenessBehaviour2["WRAP"] = "WRAP";
953
+ LayoutData_ResponsivenessBehaviour2["UNRECOGNIZED"] = "UNRECOGNIZED";
954
+ return LayoutData_ResponsivenessBehaviour2;
955
+ })(LayoutData_ResponsivenessBehaviour || {});
956
+ LayoutData_VerticalAlignment_Alignment = /* @__PURE__ */ ((LayoutData_VerticalAlignment_Alignment2) => {
957
+ LayoutData_VerticalAlignment_Alignment2["TOP"] = "TOP";
958
+ LayoutData_VerticalAlignment_Alignment2["MIDDLE"] = "MIDDLE";
959
+ LayoutData_VerticalAlignment_Alignment2["BOTTOM"] = "BOTTOM";
960
+ LayoutData_VerticalAlignment_Alignment2["UNRECOGNIZED"] = "UNRECOGNIZED";
961
+ return LayoutData_VerticalAlignment_Alignment2;
962
+ })(LayoutData_VerticalAlignment_Alignment || {});
963
+ LayoutData_ImageScaling_Scaling = /* @__PURE__ */ ((LayoutData_ImageScaling_Scaling2) => {
964
+ LayoutData_ImageScaling_Scaling2["AUTO"] = "AUTO";
965
+ LayoutData_ImageScaling_Scaling2["CONTAIN"] = "CONTAIN";
966
+ LayoutData_ImageScaling_Scaling2["COVER"] = "COVER";
967
+ LayoutData_ImageScaling_Scaling2["UNRECOGNIZED"] = "UNRECOGNIZED";
968
+ return LayoutData_ImageScaling_Scaling2;
969
+ })(LayoutData_ImageScaling_Scaling || {});
970
+ }
971
+ });
908
972
  var init_node_layout = __esm({
909
973
  "../../node_modules/@wix/ricos/dist/es/ricos-schema/legacy/wix/rich_content/v1/node_layout.js"() {
974
+ init_node_layout_enums();
975
+ ({
976
+ cellPadding: 0,
977
+ cellVerticalAlignment: LayoutData_VerticalAlignment_Alignment.TOP,
978
+ responsivenessBehaviour: LayoutData_ResponsivenessBehaviour.STACK
979
+ });
980
+ ({
981
+ scaling: LayoutData_ImageScaling_Scaling.AUTO,
982
+ position: LayoutData_ImagePosition.CENTER
983
+ });
910
984
  }
911
985
  });
912
986
 
@@ -1205,6 +1279,7 @@ var init_plugin_html_enums = __esm({
1205
1279
  HTMLData_Source = /* @__PURE__ */ ((HTMLData_Source2) => {
1206
1280
  HTMLData_Source2["HTML"] = "HTML";
1207
1281
  HTMLData_Source2["ADSENSE"] = "ADSENSE";
1282
+ HTMLData_Source2["AI"] = "AI";
1208
1283
  HTMLData_Source2["UNRECOGNIZED"] = "UNRECOGNIZED";
1209
1284
  return HTMLData_Source2;
1210
1285
  })(HTMLData_Source || {});
@@ -1452,6 +1527,7 @@ var init_v1 = __esm({
1452
1527
  init_node_caption();
1453
1528
  init_node_code_block();
1454
1529
  init_node_heading();
1530
+ init_node_layout_enums();
1455
1531
  init_node_layout();
1456
1532
  init_node_layout_cell();
1457
1533
  init_node_list();
@@ -5851,7 +5927,7 @@ var init_defaults = __esm({
5851
5927
  });
5852
5928
 
5853
5929
  // ../../node_modules/@wix/ambassador-forms-v1-validation-result/build/es/types.impl.js
5854
- var ErrorType, Format2, ValidationFormat2, ProductType2, PriceType2, FormatEnumFormat2, StringComponentType2, 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, ImagePosition2, AlignmentEnumAlignment2, ImageFit2, NumberOfColumns2, FirstDayOfWeekEnumFirstDayOfWeek2, NumberComponentType2, BooleanComponentType2, ItemType2, PropertiesTypeEnum2, ComponentType2, WixFileComponentType2, UploadFileFormat2, PaymentComponentType2, SchedulingComponentType2, AppointmentFormat2, MultilineAddressComponentType2, DefaultCountryConfigType2, InputType2, EmailInfoTag2, PhoneInfoTag2, Tag2, OptInLevel2, ContactField2, FieldType2, DisplayFieldType2, FieldFieldType2, StringTypeFormatEnumFormat2, InputFieldStringComponentType2, InputFieldNumberComponentType2, InputFieldBooleanComponentType2, ArrayItemsItemType2, PropertiesTypePropertiesTypeEnum2, ArrayComponentType2, InputFieldWixFileComponentType2, InputFieldPaymentComponentType2, AddressComponentType2, ObjectArrayComponentType2, InputFieldSchedulingComponentType2, InputFieldInputType2, FormFieldContactInfoEmailInfoTag2, FormFieldContactInfoPhoneInfoTag2, AddressInfoTag2, ConfirmationLevel2, FormFieldContactInfoContactField2, DisplayFieldDisplayFieldType2, OverrideEntityType2, Kind2, SpamFilterProtectionLevel2, RequiredIndicator2, RequiredIndicatorPlacement2, UrlTargetEnumTarget2, SubmitSuccessAction2, ChangeableProperty2, OverrideEntityTypeEnumOverrideEntityType2, Operator2, ValidationMode, Feature, AscendPlan, ActionType;
5930
+ var ErrorType, Format2, ValidationFormat2, ProductType2, PriceType2, FormatEnumFormat2, StringComponentType2, 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, VerticalAlignmentAlignment2, ResponsivenessBehaviour2, ImagePosition2, AlignmentEnumAlignment2, ImageFit2, NumberOfColumns2, FirstDayOfWeekEnumFirstDayOfWeek2, NumberComponentType2, BooleanComponentType2, ItemType2, PropertiesTypeEnum2, ComponentType2, WixFileComponentType2, UploadFileFormat2, PaymentComponentType2, SchedulingComponentType2, AppointmentFormat2, MultilineAddressComponentType2, DefaultCountryConfigType2, InputType2, EmailInfoTag2, PhoneInfoTag2, Tag2, OptInLevel2, ContactField2, FieldType2, DisplayFieldType2, FieldFieldType2, StringTypeFormatEnumFormat2, InputFieldStringComponentType2, InputFieldNumberComponentType2, InputFieldBooleanComponentType2, ArrayItemsItemType2, PropertiesTypePropertiesTypeEnum2, ArrayComponentType2, InputFieldWixFileComponentType2, InputFieldPaymentComponentType2, AddressComponentType2, ObjectArrayComponentType2, InputFieldSchedulingComponentType2, InputFieldInputType2, FormFieldContactInfoEmailInfoTag2, FormFieldContactInfoPhoneInfoTag2, AddressInfoTag2, ConfirmationLevel2, FormFieldContactInfoContactField2, DisplayFieldDisplayFieldType2, OverrideEntityType2, Kind2, SpamFilterProtectionLevel2, RequiredIndicator2, RequiredIndicatorPlacement2, UrlTargetEnumTarget2, SubmitSuccessAction2, ChangeableProperty2, OverrideEntityTypeEnumOverrideEntityType2, Operator2, ValidationMode, Feature, AscendPlan, ActionType;
5855
5931
  var init_types_impl2 = __esm({
5856
5932
  "../../node_modules/@wix/ambassador-forms-v1-validation-result/build/es/types.impl.js"() {
5857
5933
  (function(ErrorType2) {
@@ -6063,6 +6139,7 @@ var init_types_impl2 = __esm({
6063
6139
  (function(Source5) {
6064
6140
  Source5["HTML"] = "HTML";
6065
6141
  Source5["ADSENSE"] = "ADSENSE";
6142
+ Source5["AI"] = "AI";
6066
6143
  })(Source2 || (Source2 = {}));
6067
6144
  (function(Position5) {
6068
6145
  Position5["START"] = "START";
@@ -6169,10 +6246,35 @@ var init_types_impl2 = __esm({
6169
6246
  (function(NullValue5) {
6170
6247
  NullValue5["NULL_VALUE"] = "NULL_VALUE";
6171
6248
  })(NullValue2 || (NullValue2 = {}));
6172
- (function(ImagePosition4) {
6173
- ImagePosition4["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
6174
- ImagePosition4["ABOVE"] = "ABOVE";
6175
- ImagePosition4["BELOW"] = "BELOW";
6249
+ (function(Scaling5) {
6250
+ Scaling5["AUTO"] = "AUTO";
6251
+ Scaling5["CONTAIN"] = "CONTAIN";
6252
+ Scaling5["COVER"] = "COVER";
6253
+ })(Scaling2 || (Scaling2 = {}));
6254
+ (function(LayoutDataImagePosition4) {
6255
+ LayoutDataImagePosition4["CENTER"] = "CENTER";
6256
+ LayoutDataImagePosition4["CENTER_LEFT"] = "CENTER_LEFT";
6257
+ LayoutDataImagePosition4["CENTER_RIGHT"] = "CENTER_RIGHT";
6258
+ LayoutDataImagePosition4["TOP"] = "TOP";
6259
+ LayoutDataImagePosition4["TOP_LEFT"] = "TOP_LEFT";
6260
+ LayoutDataImagePosition4["TOP_RIGHT"] = "TOP_RIGHT";
6261
+ LayoutDataImagePosition4["BOTTOM"] = "BOTTOM";
6262
+ LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
6263
+ LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
6264
+ })(LayoutDataImagePosition2 || (LayoutDataImagePosition2 = {}));
6265
+ (function(VerticalAlignmentAlignment5) {
6266
+ VerticalAlignmentAlignment5["TOP"] = "TOP";
6267
+ VerticalAlignmentAlignment5["MIDDLE"] = "MIDDLE";
6268
+ VerticalAlignmentAlignment5["BOTTOM"] = "BOTTOM";
6269
+ })(VerticalAlignmentAlignment2 || (VerticalAlignmentAlignment2 = {}));
6270
+ (function(ResponsivenessBehaviour5) {
6271
+ ResponsivenessBehaviour5["STACK"] = "STACK";
6272
+ ResponsivenessBehaviour5["WRAP"] = "WRAP";
6273
+ })(ResponsivenessBehaviour2 || (ResponsivenessBehaviour2 = {}));
6274
+ (function(ImagePosition5) {
6275
+ ImagePosition5["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
6276
+ ImagePosition5["ABOVE"] = "ABOVE";
6277
+ ImagePosition5["BELOW"] = "BELOW";
6176
6278
  })(ImagePosition2 || (ImagePosition2 = {}));
6177
6279
  (function(AlignmentEnumAlignment4) {
6178
6280
  AlignmentEnumAlignment4["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
@@ -20613,8 +20715,8 @@ var ANCHOR_LINK = "anchor-link";
20613
20715
 
20614
20716
  // ../../node_modules/@wix/ricos/dist/es/plugin-link/statics/link-viewer-scss.js
20615
20717
  var link_viewer_default = {
20616
- "link": "WUCMP",
20617
- "linkInViewer": "GjqyF"};
20718
+ "link": "aTHQT",
20719
+ "linkInViewer": "Cywxl"};
20618
20720
 
20619
20721
  // ../../node_modules/@wix/ricos/dist/es/plugin-link/nodeViewDecorators/anchor.js
20620
20722
  var decorator = (anchorDecoration, element) => {
@@ -25303,6 +25405,7 @@ var Source3;
25303
25405
  (function(Source5) {
25304
25406
  Source5["HTML"] = "HTML";
25305
25407
  Source5["ADSENSE"] = "ADSENSE";
25408
+ Source5["AI"] = "AI";
25306
25409
  })(Source3 || (Source3 = {}));
25307
25410
  var Position3;
25308
25411
  (function(Position5) {
@@ -25430,6 +25533,35 @@ var NullValue3;
25430
25533
  (function(NullValue5) {
25431
25534
  NullValue5["NULL_VALUE"] = "NULL_VALUE";
25432
25535
  })(NullValue3 || (NullValue3 = {}));
25536
+ var Scaling3;
25537
+ (function(Scaling5) {
25538
+ Scaling5["AUTO"] = "AUTO";
25539
+ Scaling5["CONTAIN"] = "CONTAIN";
25540
+ Scaling5["COVER"] = "COVER";
25541
+ })(Scaling3 || (Scaling3 = {}));
25542
+ var ImagePosition3;
25543
+ (function(ImagePosition5) {
25544
+ ImagePosition5["CENTER"] = "CENTER";
25545
+ ImagePosition5["CENTER_LEFT"] = "CENTER_LEFT";
25546
+ ImagePosition5["CENTER_RIGHT"] = "CENTER_RIGHT";
25547
+ ImagePosition5["TOP"] = "TOP";
25548
+ ImagePosition5["TOP_LEFT"] = "TOP_LEFT";
25549
+ ImagePosition5["TOP_RIGHT"] = "TOP_RIGHT";
25550
+ ImagePosition5["BOTTOM"] = "BOTTOM";
25551
+ ImagePosition5["BOTTOM_LEFT"] = "BOTTOM_LEFT";
25552
+ ImagePosition5["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
25553
+ })(ImagePosition3 || (ImagePosition3 = {}));
25554
+ var VerticalAlignmentAlignment3;
25555
+ (function(VerticalAlignmentAlignment5) {
25556
+ VerticalAlignmentAlignment5["TOP"] = "TOP";
25557
+ VerticalAlignmentAlignment5["MIDDLE"] = "MIDDLE";
25558
+ VerticalAlignmentAlignment5["BOTTOM"] = "BOTTOM";
25559
+ })(VerticalAlignmentAlignment3 || (VerticalAlignmentAlignment3 = {}));
25560
+ var ResponsivenessBehaviour3;
25561
+ (function(ResponsivenessBehaviour5) {
25562
+ ResponsivenessBehaviour5["STACK"] = "STACK";
25563
+ ResponsivenessBehaviour5["WRAP"] = "WRAP";
25564
+ })(ResponsivenessBehaviour3 || (ResponsivenessBehaviour3 = {}));
25433
25565
  var Target3;
25434
25566
  (function(Target5) {
25435
25567
  Target5["UNKNOWN_TARGET"] = "UNKNOWN_TARGET";
@@ -25641,6 +25773,7 @@ var Source4;
25641
25773
  (function(Source5) {
25642
25774
  Source5["HTML"] = "HTML";
25643
25775
  Source5["ADSENSE"] = "ADSENSE";
25776
+ Source5["AI"] = "AI";
25644
25777
  })(Source4 || (Source4 = {}));
25645
25778
  var Position4;
25646
25779
  (function(Position5) {
@@ -25768,12 +25901,41 @@ var NullValue4;
25768
25901
  (function(NullValue5) {
25769
25902
  NullValue5["NULL_VALUE"] = "NULL_VALUE";
25770
25903
  })(NullValue4 || (NullValue4 = {}));
25771
- var ImagePosition3;
25772
- (function(ImagePosition4) {
25773
- ImagePosition4["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
25774
- ImagePosition4["ABOVE"] = "ABOVE";
25775
- ImagePosition4["BELOW"] = "BELOW";
25776
- })(ImagePosition3 || (ImagePosition3 = {}));
25904
+ var Scaling4;
25905
+ (function(Scaling5) {
25906
+ Scaling5["AUTO"] = "AUTO";
25907
+ Scaling5["CONTAIN"] = "CONTAIN";
25908
+ Scaling5["COVER"] = "COVER";
25909
+ })(Scaling4 || (Scaling4 = {}));
25910
+ var LayoutDataImagePosition3;
25911
+ (function(LayoutDataImagePosition4) {
25912
+ LayoutDataImagePosition4["CENTER"] = "CENTER";
25913
+ LayoutDataImagePosition4["CENTER_LEFT"] = "CENTER_LEFT";
25914
+ LayoutDataImagePosition4["CENTER_RIGHT"] = "CENTER_RIGHT";
25915
+ LayoutDataImagePosition4["TOP"] = "TOP";
25916
+ LayoutDataImagePosition4["TOP_LEFT"] = "TOP_LEFT";
25917
+ LayoutDataImagePosition4["TOP_RIGHT"] = "TOP_RIGHT";
25918
+ LayoutDataImagePosition4["BOTTOM"] = "BOTTOM";
25919
+ LayoutDataImagePosition4["BOTTOM_LEFT"] = "BOTTOM_LEFT";
25920
+ LayoutDataImagePosition4["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
25921
+ })(LayoutDataImagePosition3 || (LayoutDataImagePosition3 = {}));
25922
+ var VerticalAlignmentAlignment4;
25923
+ (function(VerticalAlignmentAlignment5) {
25924
+ VerticalAlignmentAlignment5["TOP"] = "TOP";
25925
+ VerticalAlignmentAlignment5["MIDDLE"] = "MIDDLE";
25926
+ VerticalAlignmentAlignment5["BOTTOM"] = "BOTTOM";
25927
+ })(VerticalAlignmentAlignment4 || (VerticalAlignmentAlignment4 = {}));
25928
+ var ResponsivenessBehaviour4;
25929
+ (function(ResponsivenessBehaviour5) {
25930
+ ResponsivenessBehaviour5["STACK"] = "STACK";
25931
+ ResponsivenessBehaviour5["WRAP"] = "WRAP";
25932
+ })(ResponsivenessBehaviour4 || (ResponsivenessBehaviour4 = {}));
25933
+ var ImagePosition4;
25934
+ (function(ImagePosition5) {
25935
+ ImagePosition5["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
25936
+ ImagePosition5["ABOVE"] = "ABOVE";
25937
+ ImagePosition5["BELOW"] = "BELOW";
25938
+ })(ImagePosition4 || (ImagePosition4 = {}));
25777
25939
  var AlignmentEnumAlignment3;
25778
25940
  (function(AlignmentEnumAlignment4) {
25779
25941
  AlignmentEnumAlignment4["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";