@wix/auto_sdk_events_ticket-definitions-v-2 1.0.36 → 1.0.38
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/build/cjs/index.d.ts +32 -31
- package/build/cjs/index.js +64 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +266 -66
- package/build/cjs/index.typings.js +64 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +27 -27
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +32 -31
- package/build/es/index.mjs +57 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +266 -66
- package/build/es/index.typings.mjs +57 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +27 -27
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +32 -31
- package/build/internal/cjs/index.js +64 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +266 -66
- package/build/internal/cjs/index.typings.js +64 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +27 -27
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +32 -31
- package/build/internal/es/index.mjs +57 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +266 -66
- package/build/internal/es/index.typings.mjs +57 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +27 -27
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -781,12 +781,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
781
781
|
Width2["SMALL"] = "SMALL";
|
|
782
782
|
return Width2;
|
|
783
783
|
})(Width || {});
|
|
784
|
-
var
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
return
|
|
789
|
-
})(
|
|
784
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
785
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
786
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
787
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
788
|
+
return DividerDataAlignment2;
|
|
789
|
+
})(DividerDataAlignment || {});
|
|
790
790
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
791
791
|
ViewMode2["NONE"] = "NONE";
|
|
792
792
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -834,13 +834,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
834
834
|
Source2["ADSENSE"] = "ADSENSE";
|
|
835
835
|
return Source2;
|
|
836
836
|
})(Source || {});
|
|
837
|
-
var
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
return
|
|
843
|
-
})(
|
|
837
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
838
|
+
StylesPosition2["START"] = "START";
|
|
839
|
+
StylesPosition2["END"] = "END";
|
|
840
|
+
StylesPosition2["TOP"] = "TOP";
|
|
841
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
842
|
+
return StylesPosition2;
|
|
843
|
+
})(StylesPosition || {});
|
|
844
844
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
845
845
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
846
846
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -896,6 +896,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
896
896
|
FontType2["EM"] = "EM";
|
|
897
897
|
return FontType2;
|
|
898
898
|
})(FontType || {});
|
|
899
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
900
|
+
Position2["START"] = "START";
|
|
901
|
+
Position2["END"] = "END";
|
|
902
|
+
Position2["TOP"] = "TOP";
|
|
903
|
+
return Position2;
|
|
904
|
+
})(Position || {});
|
|
905
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
906
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
907
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
908
|
+
return AspectRatio2;
|
|
909
|
+
})(AspectRatio || {});
|
|
910
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
911
|
+
Resizing2["FILL"] = "FILL";
|
|
912
|
+
Resizing2["FIT"] = "FIT";
|
|
913
|
+
return Resizing2;
|
|
914
|
+
})(Resizing || {});
|
|
915
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
916
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
917
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
918
|
+
return Placement2;
|
|
919
|
+
})(Placement || {});
|
|
920
|
+
var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
921
|
+
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
922
|
+
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
923
|
+
return CardStylesType2;
|
|
924
|
+
})(CardStylesType || {});
|
|
925
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
926
|
+
Alignment2["START"] = "START";
|
|
927
|
+
Alignment2["CENTER"] = "CENTER";
|
|
928
|
+
Alignment2["END"] = "END";
|
|
929
|
+
return Alignment2;
|
|
930
|
+
})(Alignment || {});
|
|
931
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
932
|
+
Layout2["STACKED"] = "STACKED";
|
|
933
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
934
|
+
return Layout2;
|
|
935
|
+
})(Layout || {});
|
|
899
936
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
900
937
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
901
938
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -1725,14 +1762,17 @@ var onTicketDefinitionUpdated2 = createEventModule(onTicketDefinitionUpdated);
|
|
|
1725
1762
|
export {
|
|
1726
1763
|
Alignment,
|
|
1727
1764
|
AppType,
|
|
1765
|
+
AspectRatio,
|
|
1728
1766
|
BackgroundType,
|
|
1729
1767
|
ButtonDataType,
|
|
1768
|
+
CardStylesType,
|
|
1730
1769
|
CategoryStateState,
|
|
1731
1770
|
ConferenceType,
|
|
1732
1771
|
Crop,
|
|
1733
1772
|
DecorationType,
|
|
1734
1773
|
DeleteStatus,
|
|
1735
1774
|
Direction,
|
|
1775
|
+
DividerDataAlignment,
|
|
1736
1776
|
EventStatus,
|
|
1737
1777
|
EventType,
|
|
1738
1778
|
EventsRecurrenceStatusStatus,
|
|
@@ -1742,6 +1782,7 @@ export {
|
|
|
1742
1782
|
GIFType,
|
|
1743
1783
|
InitialExpandedItems,
|
|
1744
1784
|
InputControlType,
|
|
1785
|
+
Layout,
|
|
1745
1786
|
LayoutType,
|
|
1746
1787
|
LineStyle,
|
|
1747
1788
|
LocationLocationType,
|
|
@@ -1751,6 +1792,7 @@ export {
|
|
|
1751
1792
|
NodeType,
|
|
1752
1793
|
NullValue,
|
|
1753
1794
|
Orientation,
|
|
1795
|
+
Placement,
|
|
1754
1796
|
PluginContainerDataAlignment,
|
|
1755
1797
|
PollLayoutDirection,
|
|
1756
1798
|
PollLayoutType,
|
|
@@ -1759,6 +1801,7 @@ export {
|
|
|
1759
1801
|
RecurrenceStatusStatus,
|
|
1760
1802
|
RegistrationStatus,
|
|
1761
1803
|
ReservationStatus,
|
|
1804
|
+
Resizing,
|
|
1762
1805
|
RsvpStatusOptions,
|
|
1763
1806
|
SaleStatusEnumStatus,
|
|
1764
1807
|
SiteCreatedContext,
|
|
@@ -1766,6 +1809,7 @@ export {
|
|
|
1766
1809
|
Source,
|
|
1767
1810
|
State,
|
|
1768
1811
|
Status,
|
|
1812
|
+
StylesPosition,
|
|
1769
1813
|
SubdivisionSubdivisionType,
|
|
1770
1814
|
SubdivisionType,
|
|
1771
1815
|
Target,
|