@blueking/bkflow-canvas-editor 0.0.31 → 0.0.32
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/README.md +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +3 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -13,7 +13,6 @@ import * as monaco from "monaco-editor";
|
|
|
13
13
|
import * as XLSX from "xlsx";
|
|
14
14
|
import Sortable from "sortablejs";
|
|
15
15
|
import createForm from "@blueking/bkui-form";
|
|
16
|
-
import { useRouter, useRoute } from "vue-router";
|
|
17
16
|
import { Message as Message$1 } from "bkui-vue";
|
|
18
17
|
function bind(e, t) {
|
|
19
18
|
return function() {
|
|
@@ -30698,7 +30697,6 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
30698
30697
|
},
|
|
30699
30698
|
emits: ["select"],
|
|
30700
30699
|
setup(e, { emit: t }) {
|
|
30701
|
-
useRouter(), useRoute();
|
|
30702
30700
|
const n = [
|
|
30703
30701
|
{
|
|
30704
30702
|
id: "alias",
|
|
@@ -30860,7 +30858,7 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
30860
30858
|
]);
|
|
30861
30859
|
};
|
|
30862
30860
|
}
|
|
30863
|
-
}), AgentPluginGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-
|
|
30861
|
+
}), AgentPluginGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-3bb499ee"]]), _hoisted_1$b = { class: "order-selector" }, _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
30864
30862
|
__name: "order-selector",
|
|
30865
30863
|
props: {
|
|
30866
30864
|
order: {}
|
|
@@ -31853,7 +31851,6 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
31853
31851
|
template_id: n.flowId,
|
|
31854
31852
|
creator: "admin",
|
|
31855
31853
|
name: oe.value.name,
|
|
31856
|
-
description: "",
|
|
31857
31854
|
constants: V.value
|
|
31858
31855
|
});
|
|
31859
31856
|
Ce.data.id && (await i.executeFlowTask({
|
|
@@ -31999,7 +31996,7 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
31999
31996
|
}, 8, ["is-show"]);
|
|
32000
31997
|
};
|
|
32001
31998
|
}
|
|
32002
|
-
}), FlowExecute = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["__scopeId", "data-v-
|
|
31999
|
+
}), FlowExecute = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["__scopeId", "data-v-6fa652b6"]]), execute = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32003
32000
|
__proto__: null,
|
|
32004
32001
|
default: FlowExecute
|
|
32005
32002
|
}, Symbol.toStringTag, { value: "Module" })), _hoisted_1$2 = {
|
|
@@ -32271,7 +32268,6 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
32271
32268
|
template_id: n.flowId,
|
|
32272
32269
|
creator: "admin",
|
|
32273
32270
|
name: oe.value.name,
|
|
32274
|
-
description: "",
|
|
32275
32271
|
constants: V.value
|
|
32276
32272
|
});
|
|
32277
32273
|
pe.data.id && (await i.executeFlowTask({
|
|
@@ -32444,7 +32440,7 @@ const AiopsForm = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_re
|
|
|
32444
32440
|
}, 8, ["is-show"]);
|
|
32445
32441
|
};
|
|
32446
32442
|
}
|
|
32447
|
-
}), FlowDebug = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["__scopeId", "data-v-
|
|
32443
|
+
}), FlowDebug = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["__scopeId", "data-v-5dfa4887"]]), debug = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32448
32444
|
__proto__: null,
|
|
32449
32445
|
default: FlowDebug
|
|
32450
32446
|
}, Symbol.toStringTag, { value: "Module" })), _hoisted_1 = {
|