@wix/app-extensions 1.0.18 → 1.0.20
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.js +70 -12
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +63 -12
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +246 -19
- package/build/trusted/cjs/index.js +70 -12
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +246 -19
- package/build/trusted/es/index.mjs +63 -12
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -43,6 +43,7 @@ __export(index_exports, {
|
|
|
43
43
|
AvatarShape: () => AvatarShape,
|
|
44
44
|
BackOfficeHostingPlatforms: () => BackOfficeHostingPlatforms,
|
|
45
45
|
BackOfficeScriptAssetType: () => BackOfficeScriptAssetType,
|
|
46
|
+
BackdropType: () => BackdropType,
|
|
46
47
|
BackgroundModeEnum: () => BackgroundModeEnum,
|
|
47
48
|
BackgroundType: () => BackgroundType,
|
|
48
49
|
BarAlignmentSelected: () => BarAlignmentSelected,
|
|
@@ -51,6 +52,7 @@ __export(index_exports, {
|
|
|
51
52
|
BreakpointEnumBreakpoint: () => BreakpointEnumBreakpoint,
|
|
52
53
|
ButtonDataType: () => ButtonDataType,
|
|
53
54
|
CalendarType: () => CalendarType,
|
|
55
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
54
56
|
CardStylesAlignment: () => CardStylesAlignment,
|
|
55
57
|
CardStylesType: () => CardStylesType,
|
|
56
58
|
Category: () => Category,
|
|
@@ -114,6 +116,7 @@ __export(index_exports, {
|
|
|
114
116
|
FontType: () => FontType,
|
|
115
117
|
Format: () => Format,
|
|
116
118
|
GIFType: () => GIFType,
|
|
119
|
+
GradientType: () => GradientType,
|
|
117
120
|
GroupType: () => GroupType,
|
|
118
121
|
HTMLDataSource: () => HTMLDataSource,
|
|
119
122
|
HTTPMethod: () => HTTPMethod,
|
|
@@ -126,6 +129,8 @@ __export(index_exports, {
|
|
|
126
129
|
ImageCategoryTypes: () => ImageCategoryTypes,
|
|
127
130
|
ImageFit: () => ImageFit,
|
|
128
131
|
ImagePosition: () => ImagePosition,
|
|
132
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
133
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
129
134
|
ImageShape: () => ImageShape,
|
|
130
135
|
ImageStylesPosition: () => ImageStylesPosition,
|
|
131
136
|
ImageType: () => ImageType,
|
|
@@ -140,6 +145,7 @@ __export(index_exports, {
|
|
|
140
145
|
InterfaceConfigurationType: () => InterfaceConfigurationType,
|
|
141
146
|
ItemType: () => ItemType,
|
|
142
147
|
Layout: () => Layout,
|
|
148
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
143
149
|
LayoutDataImagePosition: () => LayoutDataImagePosition,
|
|
144
150
|
LayoutMode: () => LayoutMode,
|
|
145
151
|
LayoutType: () => LayoutType,
|
|
@@ -192,6 +198,7 @@ __export(index_exports, {
|
|
|
192
198
|
PlanPeriodUnit: () => PlanPeriodUnit,
|
|
193
199
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
194
200
|
PluginInterface: () => PluginInterface,
|
|
201
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
195
202
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
196
203
|
PollLayoutType: () => PollLayoutType,
|
|
197
204
|
PriceType: () => PriceType,
|
|
@@ -1068,8 +1075,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1068
1075
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1069
1076
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1070
1077
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1078
|
+
NodeType2["CARD"] = "CARD";
|
|
1071
1079
|
return NodeType2;
|
|
1072
1080
|
})(NodeType || {});
|
|
1081
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1082
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1083
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1084
|
+
return BackgroundType2;
|
|
1085
|
+
})(BackgroundType || {});
|
|
1086
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1087
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1088
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1089
|
+
return GradientType2;
|
|
1090
|
+
})(GradientType || {});
|
|
1073
1091
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1074
1092
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1075
1093
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1205,12 +1223,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1205
1223
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1206
1224
|
return PollLayoutDirection2;
|
|
1207
1225
|
})(PollLayoutDirection || {});
|
|
1208
|
-
var
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
return
|
|
1213
|
-
})(
|
|
1226
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1227
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1228
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1229
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1230
|
+
return PollDesignBackgroundType2;
|
|
1231
|
+
})(PollDesignBackgroundType || {});
|
|
1214
1232
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1215
1233
|
DecorationType2["BOLD"] = "BOLD";
|
|
1216
1234
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1297,12 +1315,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1297
1315
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1298
1316
|
return NullValue2;
|
|
1299
1317
|
})(NullValue || {});
|
|
1300
|
-
var
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
return
|
|
1305
|
-
})(
|
|
1318
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1319
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1320
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1321
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1322
|
+
return ImageScalingScaling2;
|
|
1323
|
+
})(ImageScalingScaling || {});
|
|
1306
1324
|
var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
1307
1325
|
LayoutDataImagePosition2["CENTER"] = "CENTER";
|
|
1308
1326
|
LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1320,6 +1338,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1320
1338
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1321
1339
|
return Origin2;
|
|
1322
1340
|
})(Origin || {});
|
|
1341
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1342
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1343
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1344
|
+
return LayoutDataBackgroundType2;
|
|
1345
|
+
})(LayoutDataBackgroundType || {});
|
|
1346
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1347
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1348
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1349
|
+
return BackdropType2;
|
|
1350
|
+
})(BackdropType || {});
|
|
1323
1351
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1324
1352
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1325
1353
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1336,6 +1364,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1336
1364
|
DesignTarget2["CELL"] = "CELL";
|
|
1337
1365
|
return DesignTarget2;
|
|
1338
1366
|
})(DesignTarget || {});
|
|
1367
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1368
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1369
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1370
|
+
Scaling2["COVER"] = "COVER";
|
|
1371
|
+
return Scaling2;
|
|
1372
|
+
})(Scaling || {});
|
|
1373
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1374
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1375
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1376
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1377
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1378
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1379
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1380
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1381
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1382
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1383
|
+
return ImagePositionPosition2;
|
|
1384
|
+
})(ImagePositionPosition || {});
|
|
1385
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1386
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1387
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1388
|
+
return CardDataBackgroundType2;
|
|
1389
|
+
})(CardDataBackgroundType || {});
|
|
1339
1390
|
var TestEnum = /* @__PURE__ */ ((TestEnum2) => {
|
|
1340
1391
|
TestEnum2["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
|
|
1341
1392
|
TestEnum2["FIRST_TEST"] = "FIRST_TEST";
|
|
@@ -5882,6 +5933,7 @@ function serviceTagsConfiguration({
|
|
|
5882
5933
|
AvatarShape,
|
|
5883
5934
|
BackOfficeHostingPlatforms,
|
|
5884
5935
|
BackOfficeScriptAssetType,
|
|
5936
|
+
BackdropType,
|
|
5885
5937
|
BackgroundModeEnum,
|
|
5886
5938
|
BackgroundType,
|
|
5887
5939
|
BarAlignmentSelected,
|
|
@@ -5890,6 +5942,7 @@ function serviceTagsConfiguration({
|
|
|
5890
5942
|
BreakpointEnumBreakpoint,
|
|
5891
5943
|
ButtonDataType,
|
|
5892
5944
|
CalendarType,
|
|
5945
|
+
CardDataBackgroundType,
|
|
5893
5946
|
CardStylesAlignment,
|
|
5894
5947
|
CardStylesType,
|
|
5895
5948
|
Category,
|
|
@@ -5953,6 +6006,7 @@ function serviceTagsConfiguration({
|
|
|
5953
6006
|
FontType,
|
|
5954
6007
|
Format,
|
|
5955
6008
|
GIFType,
|
|
6009
|
+
GradientType,
|
|
5956
6010
|
GroupType,
|
|
5957
6011
|
HTMLDataSource,
|
|
5958
6012
|
HTTPMethod,
|
|
@@ -5965,6 +6019,8 @@ function serviceTagsConfiguration({
|
|
|
5965
6019
|
ImageCategoryTypes,
|
|
5966
6020
|
ImageFit,
|
|
5967
6021
|
ImagePosition,
|
|
6022
|
+
ImagePositionPosition,
|
|
6023
|
+
ImageScalingScaling,
|
|
5968
6024
|
ImageShape,
|
|
5969
6025
|
ImageStylesPosition,
|
|
5970
6026
|
ImageType,
|
|
@@ -5979,6 +6035,7 @@ function serviceTagsConfiguration({
|
|
|
5979
6035
|
InterfaceConfigurationType,
|
|
5980
6036
|
ItemType,
|
|
5981
6037
|
Layout,
|
|
6038
|
+
LayoutDataBackgroundType,
|
|
5982
6039
|
LayoutDataImagePosition,
|
|
5983
6040
|
LayoutMode,
|
|
5984
6041
|
LayoutType,
|
|
@@ -6031,6 +6088,7 @@ function serviceTagsConfiguration({
|
|
|
6031
6088
|
PlanPeriodUnit,
|
|
6032
6089
|
PluginContainerDataAlignment,
|
|
6033
6090
|
PluginInterface,
|
|
6091
|
+
PollDesignBackgroundType,
|
|
6034
6092
|
PollLayoutDirection,
|
|
6035
6093
|
PollLayoutType,
|
|
6036
6094
|
PriceType,
|