@wix/app-extensions 1.0.21 → 1.0.22
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 +21 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +19 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +65 -5
- package/build/trusted/cjs/index.js +21 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +65 -5
- package/build/trusted/es/index.mjs +19 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -135,6 +135,7 @@ __export(index_exports, {
|
|
|
135
135
|
ImageStylesPosition: () => ImageStylesPosition,
|
|
136
136
|
ImageType: () => ImageType,
|
|
137
137
|
ImportanceLevel: () => ImportanceLevel,
|
|
138
|
+
Indentation: () => Indentation,
|
|
138
139
|
InitDirection: () => InitDirection,
|
|
139
140
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
140
141
|
InitiatorType: () => InitiatorType,
|
|
@@ -154,6 +155,7 @@ __export(index_exports, {
|
|
|
154
155
|
LinkTarget: () => LinkTarget,
|
|
155
156
|
LinkType: () => LinkType,
|
|
156
157
|
ListEventFromCalendars: () => ListEventFromCalendars,
|
|
158
|
+
ListStyle: () => ListStyle,
|
|
157
159
|
LockableOperation: () => LockableOperation,
|
|
158
160
|
MandatoryField: () => MandatoryField,
|
|
159
161
|
MapType: () => MapType,
|
|
@@ -1077,6 +1079,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1077
1079
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1078
1080
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1079
1081
|
NodeType2["CARD"] = "CARD";
|
|
1082
|
+
NodeType2["TOC"] = "TOC";
|
|
1080
1083
|
return NodeType2;
|
|
1081
1084
|
})(NodeType || {});
|
|
1082
1085
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -1187,6 +1190,7 @@ var HTMLDataSource = /* @__PURE__ */ ((HTMLDataSource2) => {
|
|
|
1187
1190
|
HTMLDataSource2["HTML"] = "HTML";
|
|
1188
1191
|
HTMLDataSource2["ADSENSE"] = "ADSENSE";
|
|
1189
1192
|
HTMLDataSource2["AI"] = "AI";
|
|
1193
|
+
HTMLDataSource2["AI_WIDGET"] = "AI_WIDGET";
|
|
1190
1194
|
return HTMLDataSource2;
|
|
1191
1195
|
})(HTMLDataSource || {});
|
|
1192
1196
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1388,6 +1392,21 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
|
1388
1392
|
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1389
1393
|
return CardDataBackgroundType2;
|
|
1390
1394
|
})(CardDataBackgroundType || {});
|
|
1395
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1396
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1397
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1398
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1399
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1400
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1401
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1402
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1403
|
+
return ListStyle2;
|
|
1404
|
+
})(ListStyle || {});
|
|
1405
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1406
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1407
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1408
|
+
return Indentation2;
|
|
1409
|
+
})(Indentation || {});
|
|
1391
1410
|
var TestEnum = /* @__PURE__ */ ((TestEnum2) => {
|
|
1392
1411
|
TestEnum2["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
|
|
1393
1412
|
TestEnum2["FIRST_TEST"] = "FIRST_TEST";
|
|
@@ -6039,6 +6058,7 @@ function loyaltyPointsAdjustment({
|
|
|
6039
6058
|
ImageStylesPosition,
|
|
6040
6059
|
ImageType,
|
|
6041
6060
|
ImportanceLevel,
|
|
6061
|
+
Indentation,
|
|
6042
6062
|
InitDirection,
|
|
6043
6063
|
InitialExpandedItems,
|
|
6044
6064
|
InitiatorType,
|
|
@@ -6058,6 +6078,7 @@ function loyaltyPointsAdjustment({
|
|
|
6058
6078
|
LinkTarget,
|
|
6059
6079
|
LinkType,
|
|
6060
6080
|
ListEventFromCalendars,
|
|
6081
|
+
ListStyle,
|
|
6061
6082
|
LockableOperation,
|
|
6062
6083
|
MandatoryField,
|
|
6063
6084
|
MapType,
|