@blueking/bkflow-canvas-editor 1.0.7 → 1.0.9

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/dist/index.d.ts CHANGED
@@ -1058,6 +1058,7 @@ type __VLS_Props$1 = {
1058
1058
  apiConfig: FlowApiConfig;
1059
1059
  permissions?: {
1060
1060
  canEdit?: boolean;
1061
+ canExecute?: boolean;
1061
1062
  };
1062
1063
  onEdit?: () => void;
1063
1064
  onBack?: () => void;
@@ -1080,6 +1081,7 @@ declare const __VLS_base$1: vue.DefineComponent<__VLS_Props$1, {}, {}, {}, {}, v
1080
1081
  defaultZoom: number;
1081
1082
  permissions: {
1082
1083
  canEdit?: boolean;
1084
+ canExecute?: boolean;
1083
1085
  };
1084
1086
  enableVersion: boolean;
1085
1087
  showHeaderActions: boolean;