@wix/auto_sdk_forms_submissions 1.0.103 → 1.0.104

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.
Files changed (41) hide show
  1. package/build/cjs/{forms-v4-submission-submissions.universal-DSP0qe-E.d.ts → forms-v4-submission-submissions.universal-DR-8_Ah8.d.ts} +220 -31
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +70 -12
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +70 -12
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +221 -32
  9. package/build/cjs/meta.js +70 -12
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{forms-v4-submission-submissions.universal-DSP0qe-E.d.mts → forms-v4-submission-submissions.universal-DR-8_Ah8.d.mts} +220 -31
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +63 -12
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +63 -12
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +221 -32
  19. package/build/es/meta.mjs +63 -12
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{forms-v4-submission-submissions.universal-Bh2R7TwZ.d.ts → forms-v4-submission-submissions.universal-2yoJloqj.d.ts} +220 -31
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +70 -12
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +70 -12
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +221 -32
  29. package/build/internal/cjs/meta.js +70 -12
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{forms-v4-submission-submissions.universal-Bh2R7TwZ.d.mts → forms-v4-submission-submissions.universal-2yoJloqj.d.mts} +220 -31
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +63 -12
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +63 -12
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +221 -32
  39. package/build/internal/es/meta.mjs +63 -12
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -25,9 +25,11 @@ __export(index_exports, {
25
25
  AppType: () => AppType,
26
26
  ArrayComponentType: () => ArrayComponentType,
27
27
  AspectRatio: () => AspectRatio,
28
+ BackdropType: () => BackdropType,
28
29
  BackgroundType: () => BackgroundType,
29
30
  BooleanComponentType: () => BooleanComponentType,
30
31
  ButtonDataType: () => ButtonDataType,
32
+ CardDataBackgroundType: () => CardDataBackgroundType,
31
33
  CardStylesAlignment: () => CardStylesAlignment,
32
34
  CardStylesType: () => CardStylesType,
33
35
  ChangeableProperty: () => ChangeableProperty,
@@ -53,14 +55,18 @@ __export(index_exports, {
53
55
  Format: () => Format,
54
56
  FormatEnumFormat: () => FormatEnumFormat,
55
57
  GIFType: () => GIFType,
58
+ GradientType: () => GradientType,
56
59
  IdentityType: () => IdentityType,
57
60
  ImageFit: () => ImageFit,
58
61
  ImagePosition: () => ImagePosition,
62
+ ImagePositionPosition: () => ImagePositionPosition,
63
+ ImageScalingScaling: () => ImageScalingScaling,
59
64
  InitialExpandedItems: () => InitialExpandedItems,
60
65
  InputType: () => InputType,
61
66
  ItemType: () => ItemType,
62
67
  Kind: () => Kind,
63
68
  Layout: () => Layout,
69
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
64
70
  LayoutDataImagePosition: () => LayoutDataImagePosition,
65
71
  LayoutType: () => LayoutType,
66
72
  LineStyle: () => LineStyle,
@@ -83,6 +89,7 @@ __export(index_exports, {
83
89
  PhoneInfoTag: () => PhoneInfoTag,
84
90
  Placement: () => Placement,
85
91
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
92
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
86
93
  PollLayoutDirection: () => PollLayoutDirection,
87
94
  PollLayoutType: () => PollLayoutType,
88
95
  Position: () => Position,
@@ -1162,8 +1169,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1162
1169
  NodeType2["LAYOUT"] = "LAYOUT";
1163
1170
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1164
1171
  NodeType2["SHAPE"] = "SHAPE";
1172
+ NodeType2["CARD"] = "CARD";
1165
1173
  return NodeType2;
1166
1174
  })(NodeType || {});
1175
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1176
+ BackgroundType2["COLOR"] = "COLOR";
1177
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1178
+ return BackgroundType2;
1179
+ })(BackgroundType || {});
1180
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1181
+ GradientType2["LINEAR"] = "LINEAR";
1182
+ GradientType2["RADIAL"] = "RADIAL";
1183
+ return GradientType2;
1184
+ })(GradientType || {});
1167
1185
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1168
1186
  WidthType2["CONTENT"] = "CONTENT";
1169
1187
  WidthType2["SMALL"] = "SMALL";
@@ -1299,12 +1317,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1299
1317
  PollLayoutDirection2["RTL"] = "RTL";
1300
1318
  return PollLayoutDirection2;
1301
1319
  })(PollLayoutDirection || {});
1302
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1303
- BackgroundType2["COLOR"] = "COLOR";
1304
- BackgroundType2["IMAGE"] = "IMAGE";
1305
- BackgroundType2["GRADIENT"] = "GRADIENT";
1306
- return BackgroundType2;
1307
- })(BackgroundType || {});
1320
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1321
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1322
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1323
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1324
+ return PollDesignBackgroundType2;
1325
+ })(PollDesignBackgroundType || {});
1308
1326
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1309
1327
  DecorationType2["BOLD"] = "BOLD";
1310
1328
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1391,12 +1409,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1391
1409
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1392
1410
  return NullValue2;
1393
1411
  })(NullValue || {});
1394
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1395
- Scaling2["AUTO"] = "AUTO";
1396
- Scaling2["CONTAIN"] = "CONTAIN";
1397
- Scaling2["COVER"] = "COVER";
1398
- return Scaling2;
1399
- })(Scaling || {});
1412
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1413
+ ImageScalingScaling2["AUTO"] = "AUTO";
1414
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1415
+ ImageScalingScaling2["COVER"] = "COVER";
1416
+ return ImageScalingScaling2;
1417
+ })(ImageScalingScaling || {});
1400
1418
  var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1401
1419
  LayoutDataImagePosition2["CENTER"] = "CENTER";
1402
1420
  LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1414,6 +1432,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1414
1432
  Origin2["LAYOUT"] = "LAYOUT";
1415
1433
  return Origin2;
1416
1434
  })(Origin || {});
1435
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1436
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1437
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1438
+ return LayoutDataBackgroundType2;
1439
+ })(LayoutDataBackgroundType || {});
1440
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1441
+ BackdropType2["COLOR"] = "COLOR";
1442
+ BackdropType2["GRADIENT"] = "GRADIENT";
1443
+ return BackdropType2;
1444
+ })(BackdropType || {});
1417
1445
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1418
1446
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1419
1447
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1430,6 +1458,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1430
1458
  DesignTarget2["CELL"] = "CELL";
1431
1459
  return DesignTarget2;
1432
1460
  })(DesignTarget || {});
1461
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1462
+ Scaling2["AUTO"] = "AUTO";
1463
+ Scaling2["CONTAIN"] = "CONTAIN";
1464
+ Scaling2["COVER"] = "COVER";
1465
+ return Scaling2;
1466
+ })(Scaling || {});
1467
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1468
+ ImagePositionPosition2["CENTER"] = "CENTER";
1469
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1470
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1471
+ ImagePositionPosition2["TOP"] = "TOP";
1472
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1473
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1474
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1475
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1476
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1477
+ return ImagePositionPosition2;
1478
+ })(ImagePositionPosition || {});
1479
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1480
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1481
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1482
+ return CardDataBackgroundType2;
1483
+ })(CardDataBackgroundType || {});
1433
1484
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1434
1485
  ImagePosition2["ABOVE"] = "ABOVE";
1435
1486
  ImagePosition2["BELOW"] = "BELOW";
@@ -3033,9 +3084,11 @@ var onSubmissionUpdated2 = (0, import_event_definition_modules.createEventModule
3033
3084
  AppType,
3034
3085
  ArrayComponentType,
3035
3086
  AspectRatio,
3087
+ BackdropType,
3036
3088
  BackgroundType,
3037
3089
  BooleanComponentType,
3038
3090
  ButtonDataType,
3091
+ CardDataBackgroundType,
3039
3092
  CardStylesAlignment,
3040
3093
  CardStylesType,
3041
3094
  ChangeableProperty,
@@ -3061,14 +3114,18 @@ var onSubmissionUpdated2 = (0, import_event_definition_modules.createEventModule
3061
3114
  Format,
3062
3115
  FormatEnumFormat,
3063
3116
  GIFType,
3117
+ GradientType,
3064
3118
  IdentityType,
3065
3119
  ImageFit,
3066
3120
  ImagePosition,
3121
+ ImagePositionPosition,
3122
+ ImageScalingScaling,
3067
3123
  InitialExpandedItems,
3068
3124
  InputType,
3069
3125
  ItemType,
3070
3126
  Kind,
3071
3127
  Layout,
3128
+ LayoutDataBackgroundType,
3072
3129
  LayoutDataImagePosition,
3073
3130
  LayoutType,
3074
3131
  LineStyle,
@@ -3091,6 +3148,7 @@ var onSubmissionUpdated2 = (0, import_event_definition_modules.createEventModule
3091
3148
  PhoneInfoTag,
3092
3149
  Placement,
3093
3150
  PluginContainerDataAlignment,
3151
+ PollDesignBackgroundType,
3094
3152
  PollLayoutDirection,
3095
3153
  PollLayoutType,
3096
3154
  Position,