@wix/app-extensions 1.0.59 → 1.0.60
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 +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +16 -3
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +16 -3
- package/build/trusted/es/index.mjs +8 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -126,6 +126,7 @@ __export(index_exports, {
|
|
|
126
126
|
FirstDayOfWeek: () => FirstDayOfWeek,
|
|
127
127
|
FontType: () => FontType,
|
|
128
128
|
Format: () => Format,
|
|
129
|
+
FunctionRole: () => FunctionRole,
|
|
129
130
|
GIFType: () => GIFType,
|
|
130
131
|
GradientType: () => GradientType,
|
|
131
132
|
GroupType: () => GroupType,
|
|
@@ -2597,6 +2598,11 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2597
2598
|
InputType2["date"] = "date";
|
|
2598
2599
|
return InputType2;
|
|
2599
2600
|
})(InputType || {});
|
|
2601
|
+
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2602
|
+
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2603
|
+
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2604
|
+
return FunctionRole2;
|
|
2605
|
+
})(FunctionRole || {});
|
|
2600
2606
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
2601
2607
|
FilterOperator2["UNKNOWN_FilterOperator"] = "UNKNOWN_FilterOperator";
|
|
2602
2608
|
FilterOperator2["eq"] = "eq";
|
|
@@ -3356,6 +3362,8 @@ var Category = /* @__PURE__ */ ((Category2) => {
|
|
|
3356
3362
|
Category2["ECOMMERCE"] = "ECOMMERCE";
|
|
3357
3363
|
Category2["GETTING_PAID"] = "GETTING_PAID";
|
|
3358
3364
|
Category2["OTHER"] = "OTHER";
|
|
3365
|
+
Category2["ONLINE_PROGRAMS"] = "ONLINE_PROGRAMS";
|
|
3366
|
+
Category2["GROUPS"] = "GROUPS";
|
|
3359
3367
|
return Category2;
|
|
3360
3368
|
})(Category || {});
|
|
3361
3369
|
var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
|
|
@@ -6339,6 +6347,7 @@ function globalCss({
|
|
|
6339
6347
|
FirstDayOfWeek,
|
|
6340
6348
|
FontType,
|
|
6341
6349
|
Format,
|
|
6350
|
+
FunctionRole,
|
|
6342
6351
|
GIFType,
|
|
6343
6352
|
GradientType,
|
|
6344
6353
|
GroupType,
|