@blueking/bkflow-canvas-editor 1.1.0-beta.4 → 1.1.0-beta.5
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.cjs.js +39 -39
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +17119 -17664
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1302,6 +1302,7 @@ type __VLS_Props$1 = {
|
|
|
1302
1302
|
apiConfig: FlowApiConfig;
|
|
1303
1303
|
permissions?: {
|
|
1304
1304
|
canEdit?: boolean;
|
|
1305
|
+
canExecute?: boolean;
|
|
1305
1306
|
};
|
|
1306
1307
|
onEdit?: () => void;
|
|
1307
1308
|
onBack?: () => void;
|
|
@@ -1339,6 +1340,7 @@ declare const __VLS_base$1: vue.DefineComponent<__VLS_Props$1, {}, {}, {}, {}, v
|
|
|
1339
1340
|
enableVersion: boolean;
|
|
1340
1341
|
permissions: {
|
|
1341
1342
|
canEdit?: boolean;
|
|
1343
|
+
canExecute?: boolean;
|
|
1342
1344
|
};
|
|
1343
1345
|
showHeaderActions: boolean;
|
|
1344
1346
|
enableDebug: boolean;
|