@blueking/bkflow-canvas-editor 1.1.0-beta.13 → 1.1.0-beta.15

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.
@@ -836,6 +836,8 @@ interface FlowTaskDetail {
836
836
  id: number | string;
837
837
  template_id: number;
838
838
  pipeline_tree: PipelineTree;
839
+ /** 任务已耗时(秒),调试摘要弹层刷新恢复用。 */
840
+ elapsed_time?: number;
839
841
  [key: string]: unknown;
840
842
  }
841
843
  interface CreateFlowTaskParams {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as $, ref as _, shallowRef as h, computed as V, watch as A, resolveComponent as C, resolveDirective as O, openBlock as c, createBlock as d, createSlots as P, withCtx as m, withDirectives as U, createElementBlock as K, createElementVNode as F, unref as G, createCommentVNode as g, createVNode as x, createTextVNode as B } from "vue";
2
2
  import { cloneDeep as p } from "lodash";
3
- import { u as H, i as S, g as Y, B as z, R as J, E as M, _ as Q } from "./index-TlWjZWTn.js";
3
+ import { u as H, i as S, g as Y, B as z, R as J, E as M, _ as Q } from "./index-BLvbMgcK.js";
4
4
  import "bkui-vue/lib/message";
5
5
  import "bkui-vue/lib/icon";
6
6
  import "monaco-editor";