@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
|
@@ -1148,12 +1148,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
1148
1148
|
Width2["SMALL"] = "SMALL";
|
|
1149
1149
|
return Width2;
|
|
1150
1150
|
})(Width || {});
|
|
1151
|
-
var
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
return
|
|
1156
|
-
})(
|
|
1151
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
1152
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
1153
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
1154
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
1155
|
+
return DividerDataAlignment2;
|
|
1156
|
+
})(DividerDataAlignment || {});
|
|
1157
1157
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
1158
1158
|
ViewMode2["NONE"] = "NONE";
|
|
1159
1159
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -1201,13 +1201,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1201
1201
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1202
1202
|
return Source2;
|
|
1203
1203
|
})(Source || {});
|
|
1204
|
-
var
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
return
|
|
1210
|
-
})(
|
|
1204
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
1205
|
+
StylesPosition2["START"] = "START";
|
|
1206
|
+
StylesPosition2["END"] = "END";
|
|
1207
|
+
StylesPosition2["TOP"] = "TOP";
|
|
1208
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
1209
|
+
return StylesPosition2;
|
|
1210
|
+
})(StylesPosition || {});
|
|
1211
1211
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
1212
1212
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
1213
1213
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -1263,6 +1263,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
1263
1263
|
FontType2["EM"] = "EM";
|
|
1264
1264
|
return FontType2;
|
|
1265
1265
|
})(FontType || {});
|
|
1266
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
1267
|
+
Position2["START"] = "START";
|
|
1268
|
+
Position2["END"] = "END";
|
|
1269
|
+
Position2["TOP"] = "TOP";
|
|
1270
|
+
return Position2;
|
|
1271
|
+
})(Position || {});
|
|
1272
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
1273
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
1274
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
1275
|
+
return AspectRatio2;
|
|
1276
|
+
})(AspectRatio || {});
|
|
1277
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
1278
|
+
Resizing2["FILL"] = "FILL";
|
|
1279
|
+
Resizing2["FIT"] = "FIT";
|
|
1280
|
+
return Resizing2;
|
|
1281
|
+
})(Resizing || {});
|
|
1282
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
1283
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
1284
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
1285
|
+
return Placement2;
|
|
1286
|
+
})(Placement || {});
|
|
1287
|
+
var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
1288
|
+
CardStylesType2["CONTAINED"] = "CONTAINED";
|
|
1289
|
+
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1290
|
+
return CardStylesType2;
|
|
1291
|
+
})(CardStylesType || {});
|
|
1292
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
1293
|
+
Alignment2["START"] = "START";
|
|
1294
|
+
Alignment2["CENTER"] = "CENTER";
|
|
1295
|
+
Alignment2["END"] = "END";
|
|
1296
|
+
return Alignment2;
|
|
1297
|
+
})(Alignment || {});
|
|
1298
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1299
|
+
Layout2["STACKED"] = "STACKED";
|
|
1300
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
1301
|
+
return Layout2;
|
|
1302
|
+
})(Layout || {});
|
|
1266
1303
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
1267
1304
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
1268
1305
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -1981,9 +2018,11 @@ async function getEventBySlug2(slug, options) {
|
|
|
1981
2018
|
export {
|
|
1982
2019
|
Alignment,
|
|
1983
2020
|
AppType,
|
|
2021
|
+
AspectRatio,
|
|
1984
2022
|
BackgroundType,
|
|
1985
2023
|
BadgeTypeType,
|
|
1986
2024
|
ButtonDataType,
|
|
2025
|
+
CardStylesType,
|
|
1987
2026
|
CategoryTypeType,
|
|
1988
2027
|
CommonSortOrder,
|
|
1989
2028
|
ConferenceType,
|
|
@@ -1991,6 +2030,7 @@ export {
|
|
|
1991
2030
|
Crop,
|
|
1992
2031
|
DecorationType,
|
|
1993
2032
|
Direction,
|
|
2033
|
+
DividerDataAlignment,
|
|
1994
2034
|
EventStatus,
|
|
1995
2035
|
EventType,
|
|
1996
2036
|
EventsRecurrenceStatusStatus,
|
|
@@ -2001,6 +2041,7 @@ export {
|
|
|
2001
2041
|
InitialExpandedItems,
|
|
2002
2042
|
InitialRegistrationTypeType,
|
|
2003
2043
|
InputControlType,
|
|
2044
|
+
Layout,
|
|
2004
2045
|
LayoutType,
|
|
2005
2046
|
LineStyle,
|
|
2006
2047
|
LocationLocationType,
|
|
@@ -2009,6 +2050,7 @@ export {
|
|
|
2009
2050
|
NodeType,
|
|
2010
2051
|
NullValue,
|
|
2011
2052
|
Orientation,
|
|
2053
|
+
Placement,
|
|
2012
2054
|
PluginContainerDataAlignment,
|
|
2013
2055
|
PollLayoutDirection,
|
|
2014
2056
|
PollLayoutType,
|
|
@@ -2019,12 +2061,14 @@ export {
|
|
|
2019
2061
|
RegistrationTypeType,
|
|
2020
2062
|
Relation,
|
|
2021
2063
|
RequestedFields,
|
|
2064
|
+
Resizing,
|
|
2022
2065
|
ResponseType,
|
|
2023
2066
|
RsvpStatusOptions,
|
|
2024
2067
|
SortOrder,
|
|
2025
2068
|
Source,
|
|
2026
2069
|
State,
|
|
2027
2070
|
Status,
|
|
2071
|
+
StylesPosition,
|
|
2028
2072
|
SubdivisionSubdivisionType,
|
|
2029
2073
|
SubdivisionType,
|
|
2030
2074
|
Target,
|