@wix/app-extensions 1.0.71 → 1.0.72
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 +106 -4
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +106 -4
- package/build/trusted/es/index.mjs +8 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -2424,6 +2424,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2424
2424
|
ActionType2["displayGroup"] = "displayGroup";
|
|
2425
2425
|
ActionType2["cssProperty"] = "cssProperty";
|
|
2426
2426
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
2427
|
+
ActionType2["dashboard"] = "dashboard";
|
|
2427
2428
|
return ActionType2;
|
|
2428
2429
|
})(ActionType || {});
|
|
2429
2430
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -2879,6 +2880,12 @@ var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
|
2879
2880
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
2880
2881
|
return FileMediaType2;
|
|
2881
2882
|
})(FileMediaType || {});
|
|
2883
|
+
var ContextActionExecutionType = /* @__PURE__ */ ((ContextActionExecutionType2) => {
|
|
2884
|
+
ContextActionExecutionType2["UNKNOWN_ContextActionExecutionType"] = "UNKNOWN_ContextActionExecutionType";
|
|
2885
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
2886
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
2887
|
+
return ContextActionExecutionType2;
|
|
2888
|
+
})(ContextActionExecutionType || {});
|
|
2882
2889
|
var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
|
|
2883
2890
|
ConnectionMethod2["UNKNOWN_CONNECTION_METHOD"] = "UNKNOWN_CONNECTION_METHOD";
|
|
2884
2891
|
ConnectionMethod2["OAUTH"] = "OAUTH";
|
|
@@ -5844,6 +5851,7 @@ export {
|
|
|
5844
5851
|
ContactField,
|
|
5845
5852
|
ContainerType,
|
|
5846
5853
|
ContentResizeDirection,
|
|
5854
|
+
ContextActionExecutionType,
|
|
5847
5855
|
Crop,
|
|
5848
5856
|
CssDataType,
|
|
5849
5857
|
CssPropertyType,
|