@wix/auto_sdk_events_wix-events-v-2 1.0.38 → 1.0.40
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 +59 -64
- package/build/cjs/index.js +64 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +305 -177
- package/build/cjs/index.typings.js +64 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +233 -31
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +59 -64
- package/build/es/index.mjs +57 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +305 -177
- package/build/es/index.typings.mjs +57 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +233 -31
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +59 -64
- 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 +305 -177
- 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 +233 -31
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +59 -64
- 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 +305 -177
- 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 +233 -31
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -22,9 +22,11 @@ var index_typings_exports = {};
|
|
|
22
22
|
__export(index_typings_exports, {
|
|
23
23
|
Alignment: () => Alignment,
|
|
24
24
|
AppType: () => AppType,
|
|
25
|
+
AspectRatio: () => AspectRatio,
|
|
25
26
|
BackgroundType: () => BackgroundType,
|
|
26
27
|
BadgeTypeType: () => BadgeTypeType,
|
|
27
28
|
ButtonDataType: () => ButtonDataType,
|
|
29
|
+
CardStylesType: () => CardStylesType,
|
|
28
30
|
CategoryTypeType: () => CategoryTypeType,
|
|
29
31
|
CommonSortOrder: () => CommonSortOrder,
|
|
30
32
|
ConferenceType: () => ConferenceType,
|
|
@@ -32,6 +34,7 @@ __export(index_typings_exports, {
|
|
|
32
34
|
Crop: () => Crop,
|
|
33
35
|
DecorationType: () => DecorationType,
|
|
34
36
|
Direction: () => Direction,
|
|
37
|
+
DividerDataAlignment: () => DividerDataAlignment,
|
|
35
38
|
EventStatus: () => EventStatus,
|
|
36
39
|
EventType: () => EventType,
|
|
37
40
|
EventsRecurrenceStatusStatus: () => EventsRecurrenceStatusStatus,
|
|
@@ -42,6 +45,7 @@ __export(index_typings_exports, {
|
|
|
42
45
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
43
46
|
InitialRegistrationTypeType: () => InitialRegistrationTypeType,
|
|
44
47
|
InputControlType: () => InputControlType,
|
|
48
|
+
Layout: () => Layout,
|
|
45
49
|
LayoutType: () => LayoutType,
|
|
46
50
|
LineStyle: () => LineStyle,
|
|
47
51
|
LocationLocationType: () => LocationLocationType,
|
|
@@ -50,6 +54,7 @@ __export(index_typings_exports, {
|
|
|
50
54
|
NodeType: () => NodeType,
|
|
51
55
|
NullValue: () => NullValue,
|
|
52
56
|
Orientation: () => Orientation,
|
|
57
|
+
Placement: () => Placement,
|
|
53
58
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
54
59
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
55
60
|
PollLayoutType: () => PollLayoutType,
|
|
@@ -60,12 +65,14 @@ __export(index_typings_exports, {
|
|
|
60
65
|
RegistrationTypeType: () => RegistrationTypeType,
|
|
61
66
|
Relation: () => Relation,
|
|
62
67
|
RequestedFields: () => RequestedFields,
|
|
68
|
+
Resizing: () => Resizing,
|
|
63
69
|
ResponseType: () => ResponseType,
|
|
64
70
|
RsvpStatusOptions: () => RsvpStatusOptions,
|
|
65
71
|
SortOrder: () => SortOrder,
|
|
66
72
|
Source: () => Source,
|
|
67
73
|
State: () => State,
|
|
68
74
|
Status: () => Status,
|
|
75
|
+
StylesPosition: () => StylesPosition,
|
|
69
76
|
SubdivisionSubdivisionType: () => SubdivisionSubdivisionType,
|
|
70
77
|
SubdivisionType: () => SubdivisionType,
|
|
71
78
|
Target: () => Target,
|
|
@@ -1244,12 +1251,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
1244
1251
|
Width2["SMALL"] = "SMALL";
|
|
1245
1252
|
return Width2;
|
|
1246
1253
|
})(Width || {});
|
|
1247
|
-
var
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
return
|
|
1252
|
-
})(
|
|
1254
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
1255
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
1256
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
1257
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
1258
|
+
return DividerDataAlignment2;
|
|
1259
|
+
})(DividerDataAlignment || {});
|
|
1253
1260
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
1254
1261
|
ViewMode2["NONE"] = "NONE";
|
|
1255
1262
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -1297,13 +1304,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1297
1304
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1298
1305
|
return Source2;
|
|
1299
1306
|
})(Source || {});
|
|
1300
|
-
var
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
return
|
|
1306
|
-
})(
|
|
1307
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
1308
|
+
StylesPosition2["START"] = "START";
|
|
1309
|
+
StylesPosition2["END"] = "END";
|
|
1310
|
+
StylesPosition2["TOP"] = "TOP";
|
|
1311
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
1312
|
+
return StylesPosition2;
|
|
1313
|
+
})(StylesPosition || {});
|
|
1307
1314
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
1308
1315
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
1309
1316
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -1359,6 +1366,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
1359
1366
|
FontType2["EM"] = "EM";
|
|
1360
1367
|
return FontType2;
|
|
1361
1368
|
})(FontType || {});
|
|
1369
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
1370
|
+
Position2["START"] = "START";
|
|
1371
|
+
Position2["END"] = "END";
|
|
1372
|
+
Position2["TOP"] = "TOP";
|
|
1373
|
+
return Position2;
|
|
1374
|
+
})(Position || {});
|
|
1375
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
1376
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
1377
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
1378
|
+
return AspectRatio2;
|
|
1379
|
+
})(AspectRatio || {});
|
|
1380
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
1381
|
+
Resizing2["FILL"] = "FILL";
|
|
1382
|
+
Resizing2["FIT"] = "FIT";
|
|
1383
|
+
return Resizing2;
|
|
1384
|
+
})(Resizing || {});
|
|
1385
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
1386
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
1387
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
1388
|
+
return Placement2;
|
|
1389
|
+
})(Placement || {});
|
|
1390
|
+
var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
1391
|
+
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
1392
|
+
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1393
|
+
return CardStylesType2;
|
|
1394
|
+
})(CardStylesType || {});
|
|
1395
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
1396
|
+
Alignment2["START"] = "START";
|
|
1397
|
+
Alignment2["CENTER"] = "CENTER";
|
|
1398
|
+
Alignment2["END"] = "END";
|
|
1399
|
+
return Alignment2;
|
|
1400
|
+
})(Alignment || {});
|
|
1401
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1402
|
+
Layout2["STACKED"] = "STACKED";
|
|
1403
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
1404
|
+
return Layout2;
|
|
1405
|
+
})(Layout || {});
|
|
1362
1406
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
1363
1407
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
1364
1408
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -2078,9 +2122,11 @@ async function getEventBySlug2(slug, options) {
|
|
|
2078
2122
|
0 && (module.exports = {
|
|
2079
2123
|
Alignment,
|
|
2080
2124
|
AppType,
|
|
2125
|
+
AspectRatio,
|
|
2081
2126
|
BackgroundType,
|
|
2082
2127
|
BadgeTypeType,
|
|
2083
2128
|
ButtonDataType,
|
|
2129
|
+
CardStylesType,
|
|
2084
2130
|
CategoryTypeType,
|
|
2085
2131
|
CommonSortOrder,
|
|
2086
2132
|
ConferenceType,
|
|
@@ -2088,6 +2134,7 @@ async function getEventBySlug2(slug, options) {
|
|
|
2088
2134
|
Crop,
|
|
2089
2135
|
DecorationType,
|
|
2090
2136
|
Direction,
|
|
2137
|
+
DividerDataAlignment,
|
|
2091
2138
|
EventStatus,
|
|
2092
2139
|
EventType,
|
|
2093
2140
|
EventsRecurrenceStatusStatus,
|
|
@@ -2098,6 +2145,7 @@ async function getEventBySlug2(slug, options) {
|
|
|
2098
2145
|
InitialExpandedItems,
|
|
2099
2146
|
InitialRegistrationTypeType,
|
|
2100
2147
|
InputControlType,
|
|
2148
|
+
Layout,
|
|
2101
2149
|
LayoutType,
|
|
2102
2150
|
LineStyle,
|
|
2103
2151
|
LocationLocationType,
|
|
@@ -2106,6 +2154,7 @@ async function getEventBySlug2(slug, options) {
|
|
|
2106
2154
|
NodeType,
|
|
2107
2155
|
NullValue,
|
|
2108
2156
|
Orientation,
|
|
2157
|
+
Placement,
|
|
2109
2158
|
PluginContainerDataAlignment,
|
|
2110
2159
|
PollLayoutDirection,
|
|
2111
2160
|
PollLayoutType,
|
|
@@ -2116,12 +2165,14 @@ async function getEventBySlug2(slug, options) {
|
|
|
2116
2165
|
RegistrationTypeType,
|
|
2117
2166
|
Relation,
|
|
2118
2167
|
RequestedFields,
|
|
2168
|
+
Resizing,
|
|
2119
2169
|
ResponseType,
|
|
2120
2170
|
RsvpStatusOptions,
|
|
2121
2171
|
SortOrder,
|
|
2122
2172
|
Source,
|
|
2123
2173
|
State,
|
|
2124
2174
|
Status,
|
|
2175
|
+
StylesPosition,
|
|
2125
2176
|
SubdivisionSubdivisionType,
|
|
2126
2177
|
SubdivisionType,
|
|
2127
2178
|
Target,
|