service-flow-designer 2.0.84 → 2.0.86

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.
Files changed (119) hide show
  1. package/dist/es/designer/common/components/database-select.vue.js +1 -1
  2. package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
  3. package/dist/es/designer/common/components/file-upload.vue.js +1 -1
  4. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  5. package/dist/es/designer/common/util/node-util.js +2 -4
  6. package/dist/es/designer/desginer-index.vue.js +2 -2
  7. package/dist/es/designer/desginer-index.vue2.js +2 -2
  8. package/dist/es/designer/flow/base/AbLogicNode.js +1 -4
  9. package/dist/es/designer/flow/base/AbLogicNodeModel.js +1 -4
  10. package/dist/es/designer/flow/base/AbLogicResizeNode.js +1 -4
  11. package/dist/es/designer/flow/base/AbLogicResizeNodeModel.js +1 -4
  12. package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
  13. package/dist/es/designer/service-components/base/custom-function/index.vue.js +2 -2
  14. package/dist/es/designer/service-components/base/custom-function/index.vue2.js +4 -4
  15. package/dist/es/designer/service-components/base/end-node/index.js +1 -4
  16. package/dist/es/designer/service-components/base/end-node/index.vue.js +2 -2
  17. package/dist/es/designer/service-components/base/end-node/index.vue2.js +1 -1
  18. package/dist/es/designer/service-components/base/judge-condition/index.js +1 -4
  19. package/dist/es/designer/service-components/base/judge-condition/index.vue.js +2 -2
  20. package/dist/es/designer/service-components/base/judge-condition/index.vue2.js +4 -4
  21. package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
  22. package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
  23. package/dist/es/designer/service-components/base/notification/index.vue.js +2 -2
  24. package/dist/es/designer/service-components/base/notification/index.vue2.js +4 -4
  25. package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  26. package/dist/es/designer/service-components/base/start-node/index.js +1 -4
  27. package/dist/es/designer/service-components/base/start-node/index.vue.js +2 -2
  28. package/dist/es/designer/service-components/base/start-node/index.vue2.js +1 -1
  29. package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
  30. package/dist/es/designer/service-components/computation/clean/index.vue.js +2 -2
  31. package/dist/es/designer/service-components/computation/clean/index.vue2.js +4 -4
  32. package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
  33. package/dist/es/designer/service-components/computation/connect/index.vue.js +2 -2
  34. package/dist/es/designer/service-components/computation/connect/index.vue2.js +4 -4
  35. package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
  36. package/dist/es/designer/service-components/computation/sort/index.vue.js +2 -2
  37. package/dist/es/designer/service-components/computation/sort/index.vue2.js +4 -4
  38. package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
  39. package/dist/es/designer/service-components/computation/split-joint/index.vue.js +2 -2
  40. package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +4 -4
  41. package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
  42. package/dist/es/designer/service-components/computation/statistics/index.vue.js +2 -2
  43. package/dist/es/designer/service-components/computation/statistics/index.vue2.js +4 -4
  44. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  45. package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +2 -0
  46. package/dist/es/designer/service-components/database/aggregate-query/index.js +1 -4
  47. package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +2 -2
  48. package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +5 -5
  49. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  50. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +2 -2
  51. package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.js +4 -4
  52. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  53. package/dist/es/designer/service-components/database/regular-query/index.js +1 -4
  54. package/dist/es/designer/service-components/database/regular-query/index.vue.js +2 -2
  55. package/dist/es/designer/service-components/database/regular-query/index.vue2.js +4 -4
  56. package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
  57. package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
  58. package/dist/es/designer/service-components/service/custom-bean/index.vue.js +2 -2
  59. package/dist/es/designer/service-components/service/custom-bean/index.vue2.js +4 -4
  60. package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
  61. package/dist/es/designer/service-components/service/http-service/index.vue.js +2 -2
  62. package/dist/es/designer/service-components/service/http-service/index.vue2.js +4 -4
  63. package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +1 -2
  64. package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +1 -2
  65. package/dist/es/designer/service-flow-view/flow-util.js +5 -5
  66. package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +2 -2
  67. package/dist/es/designer/service-flow-view/service-flow-tool.vue2.js +11 -11
  68. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  69. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  70. package/dist/es/designer/service-flow-view/view-index.vue.js +2 -2
  71. package/dist/es/designer/service-flow-view/view-index.vue2.js +12 -4
  72. package/dist/es/designer/service-panel/component-panel.vue.js +2 -2
  73. package/dist/es/designer/service-panel/component-panel.vue2.js +1 -1
  74. package/dist/es/designer/service-panel/service-list.vue.js +1 -1
  75. package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
  76. package/dist/es/style.css +849 -819
  77. package/package.json +1 -1
  78. package/dist/es/designer/common/components/database-select.vue3.js +0 -1
  79. package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
  80. package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
  81. package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  82. package/dist/es/designer/desginer-index.vue3.js +0 -1
  83. package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
  84. package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
  85. package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
  86. package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  87. package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
  88. package/dist/es/designer/service-components/base/loop-node/index.vue.js +0 -1
  89. package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
  90. package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  91. package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
  92. package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
  93. package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
  94. package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
  95. package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
  96. package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
  97. package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
  98. package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  99. package/dist/es/designer/service-components/computation/split-joint/index.vue3.js +0 -1
  100. package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
  101. package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
  102. package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  103. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  104. package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  105. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  106. package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
  107. package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
  108. package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
  109. package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
  110. package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  111. package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
  112. package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
  113. package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  114. package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
  115. package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
  116. package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
  117. package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
  118. package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
  119. package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./database-select.vue2.js";
2
- import "./database-select.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const DatabaseSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7fcf8a84"]]);
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./datatable-select.vue2.js";
2
- import "./datatable-select.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const DatatableSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3918f594"]]);
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./file-upload.vue2.js";
2
- import "./file-upload.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d06523b"]]);
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./value-set-input.vue2.js";
2
- import "./value-set-input.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cc733d7"]]);
5
5
  export {
@@ -16,11 +16,9 @@ function isDeepEqual(tempData, flowData) {
16
16
  return tempData === flowData;
17
17
  }
18
18
  if (Array.isArray(tempData) && Array.isArray(flowData)) {
19
- if (tempData.length !== flowData.length)
20
- return false;
19
+ if (tempData.length !== flowData.length) return false;
21
20
  for (let i = 0; i < tempData.length; i++) {
22
- if (!isDeepEqual(tempData[i], flowData[i]))
23
- return false;
21
+ if (!isDeepEqual(tempData[i], flowData[i])) return false;
24
22
  }
25
23
  return true;
26
24
  } else {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./desginer-index.vue2.js";
2
- import "./desginer-index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
4
- const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a35a4385"]]);
4
+ const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ad0c7c5"]]);
5
5
  export {
6
6
  ServiceFlowDesginer as default
7
7
  };
@@ -71,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
71
71
  }, [
72
72
  createVNode(_component_el_container, { class: "amb-container" }, {
73
73
  default: withCtx(() => [
74
- createVNode(_component_el_aside, { class: "amb-container-left" }, {
74
+ createVNode(_component_el_aside, { class: "serviceflow-container-left" }, {
75
75
  default: withCtx(() => [
76
76
  createVNode(ServicePanel, {
77
77
  logicFlowInstance: logicFlowInstance.value,
@@ -87,7 +87,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
87
87
  _: 1
88
88
  }),
89
89
  createVNode(_component_el_main, {
90
- class: "amb-container-main",
90
+ class: "serviceflow-container-main",
91
91
  style: normalizeStyle(containerHeightStyle.value)
92
92
  }, {
93
93
  default: withCtx(() => [
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import { HtmlNode } from "@logicflow/core";
8
5
  import "@logicflow/extension";
9
6
  class AbLogicNode extends HtmlNode {
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import { HtmlNodeModel } from "@logicflow/core";
8
5
  import "vue";
9
6
  class AbLogicNodeModel extends HtmlNodeModel {
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import "@logicflow/core";
8
5
  import { HtmlResize } from "@logicflow/extension";
9
6
  class AbLogicResizeNode extends HtmlResize.view {
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import "@logicflow/core";
8
5
  import "vue";
9
6
  import { HtmlResize } from "@logicflow/extension";
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d55ab098"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const CustomFunction = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-faa5a940"]]);
4
+ const CustomFunction = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4d28d77b"]]);
5
5
  export {
6
6
  CustomFunction as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-faa5a940"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-4d28d77b"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "自定义函数", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "自定义函数", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import AbLogicNode from "../../../flow/base/AbLogicNode.js";
8
5
  import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
9
6
  import "../../../flow/base/AbLogicResizeNodeModel.js";
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b28923f3"]]);
4
+ const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-669b618f"]]);
5
5
  export {
6
6
  Start as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
2
2
  import _imports_0 from "../../../../assets/icon/end.svg.js";
3
- const _withScopeId = (n) => (pushScopeId("data-v-b28923f3"), n = n(), popScopeId(), n);
3
+ const _withScopeId = (n) => (pushScopeId("data-v-669b618f"), n = n(), popScopeId(), n);
4
4
  const _hoisted_1 = { style: { "padding": "10px" } };
5
5
  const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "node-content" }, [
6
6
  /* @__PURE__ */ createElementVNode("div", { style: { "padding": "8px 27px", "display": "flex", "align-items": "center" } }, [
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import AbLogicNode from "../../../flow/base/AbLogicNode.js";
8
5
  import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
9
6
  import "../../../flow/base/AbLogicResizeNodeModel.js";
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const JudgeCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c176feb6"]]);
4
+ const JudgeCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ce8de44"]]);
5
5
  export {
6
6
  JudgeCondition as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, normalizeStyle, toDisplayString, createVNode, Fragment, renderList, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-c176feb6"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-1ce8de44"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = { class: "nodeTitle" };
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = { class: "serviceflow-nodeTitle" };
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("br", null, null, -1));
14
14
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  __name: "index",
@@ -44,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
44
  return openBlock(), createElementBlock("div", null, [
45
45
  _hoisted_1,
46
46
  createElementVNode("div", {
47
- class: "nodeView",
47
+ class: "serviceflow-nodeView",
48
48
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
49
49
  }, [
50
50
  createElementVNode("div", _hoisted_2, toDisplayString(__props.properties.name ? __props.properties.name : "条件判断"), 1),
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a158f309"]]);
5
5
  export {
@@ -3,7 +3,7 @@ import { GroupNode } from "@logicflow/extension";
3
3
  import "vue";
4
4
  import "../../../flow/base/AbLogicResizeNodeModel.js";
5
5
  import "../../../flow/base/AbLogicResizeNode.js";
6
- import "./index.vue.js";
6
+ /* empty css */
7
7
  class LoopNode extends GroupNode.view {
8
8
  getResizeShape() {
9
9
  const { model } = this.props;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const Notification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7702fcdb"]]);
4
+ const Notification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-91a913ff"]]);
5
5
  export {
6
6
  Notification as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-7702fcdb"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-91a913ff"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "通知", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "通知", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./recipients-select.vue2.js";
2
- import "./recipients-select.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const RecipientsSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1bbd6187"]]);
5
5
  export {
@@ -1,9 +1,6 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => {
4
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import AbLogicNode from "../../../flow/base/AbLogicNode.js";
8
5
  import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
9
6
  import "../../../flow/base/AbLogicResizeNodeModel.js";
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69a854a3"]]);
4
+ const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-117d4091"]]);
5
5
  export {
6
6
  Start as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
2
2
  import _imports_0 from "../../../../assets/icon/start.png.js";
3
- const _withScopeId = (n) => (pushScopeId("data-v-69a854a3"), n = n(), popScopeId(), n);
3
+ const _withScopeId = (n) => (pushScopeId("data-v-117d4091"), n = n(), popScopeId(), n);
4
4
  const _hoisted_1 = { style: { "padding": "10px" } };
5
5
  const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "node-content" }, [
6
6
  /* @__PURE__ */ createElementVNode("div", { style: { "padding": "8px 27px", "display": "flex", "align-items": "center" } }, [
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d978e7dc"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const ComputationClean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6d0cd280"]]);
4
+ const ComputationClean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1519c141"]]);
5
5
  export {
6
6
  ComputationClean as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-6d0cd280"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-1519c141"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-清理", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "计算-清理", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-32875028"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const Connect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9fff2753"]]);
4
+ const Connect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b04d3f8b"]]);
5
5
  export {
6
6
  Connect as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-9fff2753"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-b04d3f8b"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-连接", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "计算-连接", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e27c4c1e"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const ComputationSort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b1d2a966"]]);
4
+ const ComputationSort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-23f1c97b"]]);
5
5
  export {
6
6
  ComputationSort as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-b1d2a966"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-23f1c97b"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-排序", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "计算-排序", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-028fb838"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const SplitJoint = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b604c489"]]);
4
+ const SplitJoint = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-08d9d211"]]);
5
5
  export {
6
6
  SplitJoint as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-b604c489"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-08d9d211"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-拼接", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "计算-拼接", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-82e0dfef"]]);
5
5
  export {
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.js";
2
- import "./index.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const Statistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-221a60f8"]]);
4
+ const Statistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-42ce3f17"]]);
5
5
  export {
6
6
  Statistics as default
7
7
  };
@@ -3,13 +3,13 @@ import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/divider/style/css";
4
4
  import { defineComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, createVNode, toDisplayString, pushScopeId, popScopeId } from "vue";
5
5
  import _imports_0 from "../../../../assets/icon/vardef-v.png.js";
6
- const _withScopeId = (n) => (pushScopeId("data-v-221a60f8"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-42ce3f17"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
8
8
  src: _imports_0,
9
9
  style: { "height": "32px", "position": "fixed", "left": "0px", "top": "0px" }
10
10
  }, null, -1));
11
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "nodeTitle" }, "计算-统计", -1));
12
- const _hoisted_3 = { class: "nodeContent" };
11
+ const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "serviceflow-nodeTitle" }, "计算-统计", -1));
12
+ const _hoisted_3 = { class: "serviceflow-nodeContent" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  __name: "index",
15
15
  props: {
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  return openBlock(), createElementBlock("div", null, [
29
29
  _hoisted_1,
30
30
  createElementVNode("div", {
31
- class: "nodeView",
31
+ class: "serviceflow-nodeView",
32
32
  style: normalizeStyle({ backgroundColor: __props.properties.backgroundColor })
33
33
  }, [
34
34
  _hoisted_2,
@@ -1,5 +1,5 @@
1
1
  import _sfc_main from "./config.vue2.js";
2
- import "./config.vue3.js";
2
+ /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-808a13e1"]]);
5
5
  export {
@@ -142,6 +142,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
142
142
  modelValue: scope.row.propName,
143
143
  "onUpdate:modelValue": ($event) => scope.row.propName = $event,
144
144
  placeholder: "",
145
+ filterable: true,
146
+ "allow-create": true,
145
147
  size: "small",
146
148
  onChange: ($event) => fieldChange(_ctx.val, scope.row),
147
149
  title: scope.row.propName