@blueking/bkflow-canvas-editor 1.1.0-beta.21 → 1.1.0-beta.23
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-B8efFF5D.cjs → index-3HJCgDkk.cjs} +1 -1
- package/dist/{index-GYfLO_6L.js → index-9MMvp0AA.js} +1 -1
- package/dist/{index-BWndXizJ.js → index-B359IgJp.js} +1 -1
- package/dist/{index-02hL8tEC.cjs → index-BZ7-AsXB.cjs} +1 -1
- package/dist/{index-BhHHxbEL.js → index-CJGW-4Q0.js} +1 -1
- package/dist/{index-Bs2CwzmL.cjs → index-Daofs01D.cjs} +1 -1
- package/dist/index-qDuVj8yV.cjs +74 -0
- package/dist/{index-DUOfuLCl.js → index-s_cnkJfS.js} +16917 -16813
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-j9vPPW5D.cjs +0 -70
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-qDuVj8yV.cjs"),o=require("./context-NG3ocAZ9.cjs");require("lodash");exports.BkFlowCanvas=e.BkFlowCanvas;exports.BkFlowModelAccessor=e.BkFlowModelAccessor;exports.BkFlowNodeAccessor=e.BkFlowNodeAccessor;exports.FlowCreateTask=e.FlowCreateTask;exports.FlowDebug=e.FlowDebug;exports.FlowDetail=e.index;exports.FlowEdit=e.edit;exports.FlowExecute=e.execute;exports.FlowMockDebug=e.mock;exports.FlowView=e.view;exports.bkflowConnectionValidator=e.bkflowConnectionValidator;exports.createBkflowPlugin=e.createBkflowPlugin;exports.createBkflowSchema=e.createBkflowSchema;exports.createExecutionStatusPlugin=e.createExecutionStatusPlugin;exports.default=e.index$1;exports.exportToPipelineTree=e.exportToPipelineTree;exports.getUniformApiPluginFormValue=e.getUniformApiPluginFormValue;exports.getVariableDefaultConfig=e.getVariableDefaultConfig;exports.importFromPipelineTree=e.importFromPipelineTree;exports.isMockableNode=e.isMockableNode;exports.mergeOutputs=e.mergeOutputs;exports.normalizePluginOutputItems=e.normalizePluginOutputItems;exports.provideFilterVariableConfig=e.provideFilterVariableConfig;exports.provideFlowApiConfig=e.provideFlowApiConfig;exports.provideMemberSelectorConfig=e.provideMemberSelectorConfig;exports.provideSelectPanelConfig=e.provideSelectPanelConfig;exports.resolveExecutionActions=e.resolveExecutionActions;exports.resolveMockFormControl=e.resolveMockFormControl;exports.useFlowApiConfig=e.useFlowApiConfig;exports.useFlowEditApiConfig=e.useFlowEditApiConfig;exports.useFlowViewApiConfig=e.useFlowViewApiConfig;exports.useMemberSelectorConfig=e.useMemberSelectorConfig;exports.useSelectPanelConfig=e.useSelectPanelConfig;exports.validatePipelineTree=e.validatePipelineTree;exports.generateId=o.generateId;exports.random4=o.random4;
|
package/dist/index.d.ts
CHANGED
|
@@ -1835,11 +1835,13 @@ declare const __VLS_base$1: vue.DefineComponent<__VLS_Props$1, {
|
|
|
1835
1835
|
save: (flowData: FlowTemplate) => any;
|
|
1836
1836
|
saveSuccess: () => any;
|
|
1837
1837
|
createVariable: (payload: CreateVariablePayload) => any;
|
|
1838
|
+
executeSuccess: (result: FlowTaskExecuteSuccessResult) => any;
|
|
1838
1839
|
}, string, vue.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
|
|
1839
1840
|
onBack?: (() => any) | undefined;
|
|
1840
1841
|
onSave?: ((flowData: FlowTemplate) => any) | undefined;
|
|
1841
1842
|
onSaveSuccess?: (() => any) | undefined;
|
|
1842
1843
|
onCreateVariable?: ((payload: CreateVariablePayload) => any) | undefined;
|
|
1844
|
+
onExecuteSuccess?: ((result: FlowTaskExecuteSuccessResult) => any) | undefined;
|
|
1843
1845
|
}>, {
|
|
1844
1846
|
quickAdd: QuickAddConfig;
|
|
1845
1847
|
enableThirdPlugin: boolean;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as s, v as i, w as l, F as r, x as t, y as n, z as u, A as g, G as c, H as w, I as p, J as F, K as f, N as m, O as d, P as C, Q as k, T as P, U as v, V as A, m as b, W as x, X as V, Y as M, Z as S, $ as T, a0 as B, r as E, u as D, a1 as I, a2 as N, a3 as O, a4 as z, a5 as U } from "./index-
|
|
1
|
+
import { q as s, v as i, w as l, F as r, x as t, y as n, z as u, A as g, G as c, H as w, I as p, J as F, K as f, N as m, O as d, P as C, Q as k, T as P, U as v, V as A, m as b, W as x, X as V, Y as M, Z as S, $ as T, a0 as B, r as E, u as D, a1 as I, a2 as N, a3 as O, a4 as z, a5 as U } from "./index-s_cnkJfS.js";
|
|
2
2
|
import { g as q, r as y } from "./context-DFzO6khC.js";
|
|
3
3
|
import "lodash";
|
|
4
4
|
export {
|