@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
|
@@ -22,14 +22,17 @@ var index_exports = {};
|
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
Alignment: () => Alignment,
|
|
24
24
|
AppType: () => AppType,
|
|
25
|
+
AspectRatio: () => AspectRatio,
|
|
25
26
|
BackgroundType: () => BackgroundType,
|
|
26
27
|
ButtonDataType: () => ButtonDataType,
|
|
28
|
+
CardStylesType: () => CardStylesType,
|
|
27
29
|
CategoryStateState: () => CategoryStateState,
|
|
28
30
|
ConferenceType: () => ConferenceType,
|
|
29
31
|
Crop: () => Crop,
|
|
30
32
|
DecorationType: () => DecorationType,
|
|
31
33
|
DeleteStatus: () => DeleteStatus,
|
|
32
34
|
Direction: () => Direction,
|
|
35
|
+
DividerDataAlignment: () => DividerDataAlignment,
|
|
33
36
|
EventStatus: () => EventStatus,
|
|
34
37
|
EventType: () => EventType,
|
|
35
38
|
EventsRecurrenceStatusStatus: () => EventsRecurrenceStatusStatus,
|
|
@@ -39,6 +42,7 @@ __export(index_exports, {
|
|
|
39
42
|
GIFType: () => GIFType,
|
|
40
43
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
41
44
|
InputControlType: () => InputControlType,
|
|
45
|
+
Layout: () => Layout,
|
|
42
46
|
LayoutType: () => LayoutType,
|
|
43
47
|
LineStyle: () => LineStyle,
|
|
44
48
|
LocationLocationType: () => LocationLocationType,
|
|
@@ -48,6 +52,7 @@ __export(index_exports, {
|
|
|
48
52
|
NodeType: () => NodeType,
|
|
49
53
|
NullValue: () => NullValue,
|
|
50
54
|
Orientation: () => Orientation,
|
|
55
|
+
Placement: () => Placement,
|
|
51
56
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
52
57
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
53
58
|
PollLayoutType: () => PollLayoutType,
|
|
@@ -56,6 +61,7 @@ __export(index_exports, {
|
|
|
56
61
|
RecurrenceStatusStatus: () => RecurrenceStatusStatus,
|
|
57
62
|
RegistrationStatus: () => RegistrationStatus,
|
|
58
63
|
ReservationStatus: () => ReservationStatus,
|
|
64
|
+
Resizing: () => Resizing,
|
|
59
65
|
RsvpStatusOptions: () => RsvpStatusOptions,
|
|
60
66
|
SaleStatusEnumStatus: () => SaleStatusEnumStatus,
|
|
61
67
|
SiteCreatedContext: () => SiteCreatedContext,
|
|
@@ -63,6 +69,7 @@ __export(index_exports, {
|
|
|
63
69
|
Source: () => Source,
|
|
64
70
|
State: () => State,
|
|
65
71
|
Status: () => Status,
|
|
72
|
+
StylesPosition: () => StylesPosition,
|
|
66
73
|
SubdivisionSubdivisionType: () => SubdivisionSubdivisionType,
|
|
67
74
|
SubdivisionType: () => SubdivisionType,
|
|
68
75
|
Target: () => Target,
|
|
@@ -879,12 +886,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
879
886
|
Width2["SMALL"] = "SMALL";
|
|
880
887
|
return Width2;
|
|
881
888
|
})(Width || {});
|
|
882
|
-
var
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
return
|
|
887
|
-
})(
|
|
889
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
890
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
891
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
892
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
893
|
+
return DividerDataAlignment2;
|
|
894
|
+
})(DividerDataAlignment || {});
|
|
888
895
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
889
896
|
ViewMode2["NONE"] = "NONE";
|
|
890
897
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -932,13 +939,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
932
939
|
Source2["ADSENSE"] = "ADSENSE";
|
|
933
940
|
return Source2;
|
|
934
941
|
})(Source || {});
|
|
935
|
-
var
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
return
|
|
941
|
-
})(
|
|
942
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
943
|
+
StylesPosition2["START"] = "START";
|
|
944
|
+
StylesPosition2["END"] = "END";
|
|
945
|
+
StylesPosition2["TOP"] = "TOP";
|
|
946
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
947
|
+
return StylesPosition2;
|
|
948
|
+
})(StylesPosition || {});
|
|
942
949
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
943
950
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
944
951
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -994,6 +1001,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
994
1001
|
FontType2["EM"] = "EM";
|
|
995
1002
|
return FontType2;
|
|
996
1003
|
})(FontType || {});
|
|
1004
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
1005
|
+
Position2["START"] = "START";
|
|
1006
|
+
Position2["END"] = "END";
|
|
1007
|
+
Position2["TOP"] = "TOP";
|
|
1008
|
+
return Position2;
|
|
1009
|
+
})(Position || {});
|
|
1010
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
1011
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
1012
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
1013
|
+
return AspectRatio2;
|
|
1014
|
+
})(AspectRatio || {});
|
|
1015
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
1016
|
+
Resizing2["FILL"] = "FILL";
|
|
1017
|
+
Resizing2["FIT"] = "FIT";
|
|
1018
|
+
return Resizing2;
|
|
1019
|
+
})(Resizing || {});
|
|
1020
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
1021
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
1022
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
1023
|
+
return Placement2;
|
|
1024
|
+
})(Placement || {});
|
|
1025
|
+
var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
1026
|
+
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
1027
|
+
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1028
|
+
return CardStylesType2;
|
|
1029
|
+
})(CardStylesType || {});
|
|
1030
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
1031
|
+
Alignment2["START"] = "START";
|
|
1032
|
+
Alignment2["CENTER"] = "CENTER";
|
|
1033
|
+
Alignment2["END"] = "END";
|
|
1034
|
+
return Alignment2;
|
|
1035
|
+
})(Alignment || {});
|
|
1036
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1037
|
+
Layout2["STACKED"] = "STACKED";
|
|
1038
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
1039
|
+
return Layout2;
|
|
1040
|
+
})(Layout || {});
|
|
997
1041
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
998
1042
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
999
1043
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -1824,14 +1868,17 @@ var onTicketDefinitionUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
1824
1868
|
0 && (module.exports = {
|
|
1825
1869
|
Alignment,
|
|
1826
1870
|
AppType,
|
|
1871
|
+
AspectRatio,
|
|
1827
1872
|
BackgroundType,
|
|
1828
1873
|
ButtonDataType,
|
|
1874
|
+
CardStylesType,
|
|
1829
1875
|
CategoryStateState,
|
|
1830
1876
|
ConferenceType,
|
|
1831
1877
|
Crop,
|
|
1832
1878
|
DecorationType,
|
|
1833
1879
|
DeleteStatus,
|
|
1834
1880
|
Direction,
|
|
1881
|
+
DividerDataAlignment,
|
|
1835
1882
|
EventStatus,
|
|
1836
1883
|
EventType,
|
|
1837
1884
|
EventsRecurrenceStatusStatus,
|
|
@@ -1841,6 +1888,7 @@ var onTicketDefinitionUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
1841
1888
|
GIFType,
|
|
1842
1889
|
InitialExpandedItems,
|
|
1843
1890
|
InputControlType,
|
|
1891
|
+
Layout,
|
|
1844
1892
|
LayoutType,
|
|
1845
1893
|
LineStyle,
|
|
1846
1894
|
LocationLocationType,
|
|
@@ -1850,6 +1898,7 @@ var onTicketDefinitionUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
1850
1898
|
NodeType,
|
|
1851
1899
|
NullValue,
|
|
1852
1900
|
Orientation,
|
|
1901
|
+
Placement,
|
|
1853
1902
|
PluginContainerDataAlignment,
|
|
1854
1903
|
PollLayoutDirection,
|
|
1855
1904
|
PollLayoutType,
|
|
@@ -1858,6 +1907,7 @@ var onTicketDefinitionUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
1858
1907
|
RecurrenceStatusStatus,
|
|
1859
1908
|
RegistrationStatus,
|
|
1860
1909
|
ReservationStatus,
|
|
1910
|
+
Resizing,
|
|
1861
1911
|
RsvpStatusOptions,
|
|
1862
1912
|
SaleStatusEnumStatus,
|
|
1863
1913
|
SiteCreatedContext,
|
|
@@ -1865,6 +1915,7 @@ var onTicketDefinitionUpdated2 = (0, import_event_definition_modules.createEvent
|
|
|
1865
1915
|
Source,
|
|
1866
1916
|
State,
|
|
1867
1917
|
Status,
|
|
1918
|
+
StylesPosition,
|
|
1868
1919
|
SubdivisionSubdivisionType,
|
|
1869
1920
|
SubdivisionType,
|
|
1870
1921
|
Target,
|