@wix/app-extensions 1.0.15 → 1.0.17
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 +15 -8
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +14 -8
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +54 -18
- package/build/trusted/cjs/index.js +15 -8
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +54 -18
- package/build/trusted/es/index.mjs +14 -8
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -172,6 +172,7 @@ __export(index_exports, {
|
|
|
172
172
|
OperatorEnumOperator: () => OperatorEnumOperator,
|
|
173
173
|
Order: () => Order,
|
|
174
174
|
Orientation: () => Orientation,
|
|
175
|
+
Origin: () => Origin,
|
|
175
176
|
OverrideEntityType: () => OverrideEntityType,
|
|
176
177
|
PDFSettingsViewMode: () => PDFSettingsViewMode,
|
|
177
178
|
PaginationMode: () => PaginationMode,
|
|
@@ -1307,6 +1308,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
1307
1308
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1308
1309
|
return LayoutDataImagePosition2;
|
|
1309
1310
|
})(LayoutDataImagePosition || {});
|
|
1311
|
+
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1312
|
+
Origin2["IMAGE"] = "IMAGE";
|
|
1313
|
+
Origin2["LAYOUT"] = "LAYOUT";
|
|
1314
|
+
return Origin2;
|
|
1315
|
+
})(Origin || {});
|
|
1310
1316
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1311
1317
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1312
1318
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2333,6 +2339,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2333
2339
|
ResizeDirection2["none"] = "none";
|
|
2334
2340
|
return ResizeDirection2;
|
|
2335
2341
|
})(ResizeDirection || {});
|
|
2342
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2343
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2344
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2345
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2346
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2347
|
+
ContentResizeDirection2["none"] = "none";
|
|
2348
|
+
return ContentResizeDirection2;
|
|
2349
|
+
})(ContentResizeDirection || {});
|
|
2336
2350
|
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2337
2351
|
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2338
2352
|
RichTextAbilities2["font"] = "font";
|
|
@@ -2738,14 +2752,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
|
2738
2752
|
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2739
2753
|
return BreakpointEnumBreakpoint2;
|
|
2740
2754
|
})(BreakpointEnumBreakpoint || {});
|
|
2741
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2742
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2743
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2744
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2745
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2746
|
-
ContentResizeDirection2["none"] = "none";
|
|
2747
|
-
return ContentResizeDirection2;
|
|
2748
|
-
})(ContentResizeDirection || {});
|
|
2749
2755
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2750
2756
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2751
2757
|
Archetype2["Button"] = "Button";
|
|
@@ -5927,6 +5933,7 @@ function calendarConferencingProvider({
|
|
|
5927
5933
|
OperatorEnumOperator,
|
|
5928
5934
|
Order,
|
|
5929
5935
|
Orientation,
|
|
5936
|
+
Origin,
|
|
5930
5937
|
OverrideEntityType,
|
|
5931
5938
|
PDFSettingsViewMode,
|
|
5932
5939
|
PaginationMode,
|