service-flow-designer 2.0.7 → 2.0.11

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 (129) hide show
  1. package/dist/es/designer/common/components/database-select.css +10 -0
  2. package/dist/es/designer/common/components/database-select.vue.js +1 -1
  3. package/dist/es/designer/common/components/datatable-select.css +10 -0
  4. package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
  5. package/dist/es/designer/common/components/file-upload.css +7 -0
  6. package/dist/es/designer/common/components/file-upload.vue.js +1 -1
  7. package/dist/es/designer/common/components/value-set-input/value-set-input.css +14 -0
  8. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
  9. package/dist/es/designer/desginer-index.css +24 -0
  10. package/dist/es/designer/desginer-index.vue.js +1 -1
  11. package/dist/es/designer/service-components/base/custom-function/config.css +13 -0
  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.css +51 -0
  14. package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
  15. package/dist/es/designer/service-components/base/end-node/index.css +20 -0
  16. package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
  17. package/dist/es/designer/service-components/base/judge-condition/index.css +52 -0
  18. package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
  19. package/dist/es/designer/service-components/base/loop-node/config.css +4 -0
  20. package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
  21. package/dist/es/designer/service-components/base/loop-node/index.css +20 -0
  22. package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
  23. package/dist/es/designer/service-components/base/notification/index.css +51 -0
  24. package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
  25. package/dist/es/designer/service-components/base/notification/recipients-select.css +4 -0
  26. package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
  27. package/dist/es/designer/service-components/base/start-node/index.css +20 -0
  28. package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
  29. package/dist/es/designer/service-components/computation/clean/config.css +10 -0
  30. package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
  31. package/dist/es/designer/service-components/computation/clean/index.css +51 -0
  32. package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
  33. package/dist/es/designer/service-components/computation/connect/config.css +7 -0
  34. package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
  35. package/dist/es/designer/service-components/computation/connect/index.css +51 -0
  36. package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
  37. package/dist/es/designer/service-components/computation/sort/config.css +10 -0
  38. package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
  39. package/dist/es/designer/service-components/computation/sort/index.css +51 -0
  40. package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
  41. package/dist/es/designer/service-components/computation/split-joint/config.css +7 -0
  42. package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
  43. package/dist/es/designer/service-components/computation/split-joint/index.css +51 -0
  44. package/dist/es/designer/service-components/computation/split-joint/index.js +39 -0
  45. package/dist/es/designer/service-components/computation/split-joint/index.vue.js +7 -1
  46. package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +44 -0
  47. package/dist/es/designer/service-components/computation/statistics/config.css +7 -0
  48. package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
  49. package/dist/es/designer/service-components/computation/statistics/index.css +51 -0
  50. package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
  51. package/dist/es/designer/service-components/database/aggregate-query/config.css +7 -0
  52. package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
  53. package/dist/es/designer/service-components/database/aggregate-query/index.css +52 -0
  54. package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
  55. package/dist/es/designer/service-components/database/dynamic-sql/config.css +13 -0
  56. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
  57. package/dist/es/designer/service-components/database/dynamic-sql/index.css +51 -0
  58. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
  59. package/dist/es/designer/service-components/database/regular-query/config.css +7 -0
  60. package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
  61. package/dist/es/designer/service-components/database/regular-query/index.css +52 -0
  62. package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
  63. package/dist/es/designer/service-components/index.js +4 -11
  64. package/dist/es/designer/service-components/service/common/json-data.css +4 -0
  65. package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
  66. package/dist/es/designer/service-components/service/common/param-config.css +7 -0
  67. package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
  68. package/dist/es/designer/service-components/service/custom-bean/index.css +51 -0
  69. package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
  70. package/dist/es/designer/service-components/service/http-service/config.css +7 -0
  71. package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
  72. package/dist/es/designer/service-components/service/http-service/index.css +51 -0
  73. package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
  74. package/dist/es/{style.css → designer/service-flow-view/service-flow-tool.css} +0 -1158
  75. package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
  76. package/dist/es/designer/service-flow-view/service-node-config.css +10 -0
  77. package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
  78. package/dist/es/designer/service-flow-view/service-update-log.css +5 -0
  79. package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
  80. package/dist/es/designer/service-flow-view/view-index.css +102 -0
  81. package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
  82. package/dist/es/designer/service-panel/component-panel.css +66 -0
  83. package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
  84. package/dist/es/designer/service-panel/service-list.css +36 -0
  85. package/dist/es/designer/service-panel/service-list.vue.js +1 -1
  86. package/dist/es/designer/service-panel/service-panel.css +41 -0
  87. package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
  88. package/package.json +1 -1
  89. package/dist/es/designer/common/components/database-select.vue3.js +0 -1
  90. package/dist/es/designer/common/components/datatable-select.vue3.js +0 -1
  91. package/dist/es/designer/common/components/file-upload.vue3.js +0 -1
  92. package/dist/es/designer/common/components/value-set-input/value-set-input.vue3.js +0 -1
  93. package/dist/es/designer/desginer-index.vue3.js +0 -1
  94. package/dist/es/designer/service-components/base/custom-function/config.vue3.js +0 -1
  95. package/dist/es/designer/service-components/base/custom-function/index.vue3.js +0 -1
  96. package/dist/es/designer/service-components/base/end-node/index.vue3.js +0 -1
  97. package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +0 -1
  98. package/dist/es/designer/service-components/base/loop-node/config.vue3.js +0 -1
  99. package/dist/es/designer/service-components/base/loop-node/index.vue.js +0 -1
  100. package/dist/es/designer/service-components/base/notification/index.vue3.js +0 -1
  101. package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +0 -1
  102. package/dist/es/designer/service-components/base/start-node/index.vue3.js +0 -1
  103. package/dist/es/designer/service-components/computation/clean/config.vue3.js +0 -1
  104. package/dist/es/designer/service-components/computation/clean/index.vue3.js +0 -1
  105. package/dist/es/designer/service-components/computation/connect/config.vue3.js +0 -1
  106. package/dist/es/designer/service-components/computation/connect/index.vue3.js +0 -1
  107. package/dist/es/designer/service-components/computation/sort/config.vue3.js +0 -1
  108. package/dist/es/designer/service-components/computation/sort/index.vue3.js +0 -1
  109. package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +0 -1
  110. package/dist/es/designer/service-components/computation/statistics/config.vue3.js +0 -1
  111. package/dist/es/designer/service-components/computation/statistics/index.vue3.js +0 -1
  112. package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +0 -1
  113. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +0 -1
  114. package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +0 -1
  115. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +0 -1
  116. package/dist/es/designer/service-components/database/regular-query/config.vue3.js +0 -1
  117. package/dist/es/designer/service-components/database/regular-query/index.vue3.js +0 -1
  118. package/dist/es/designer/service-components/service/common/json-data.vue3.js +0 -1
  119. package/dist/es/designer/service-components/service/common/param-config.vue3.js +0 -1
  120. package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +0 -1
  121. package/dist/es/designer/service-components/service/http-service/config.vue3.js +0 -1
  122. package/dist/es/designer/service-components/service/http-service/index.vue3.js +0 -1
  123. package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +0 -1
  124. package/dist/es/designer/service-flow-view/service-node-config.vue3.js +0 -1
  125. package/dist/es/designer/service-flow-view/service-update-log.vue3.js +0 -1
  126. package/dist/es/designer/service-flow-view/view-index.vue3.js +0 -1
  127. package/dist/es/designer/service-panel/component-panel.vue3.js +0 -1
  128. package/dist/es/designer/service-panel/service-list.vue3.js +0 -1
  129. package/dist/es/designer/service-panel/service-panel.vue3.js +0 -1
@@ -0,0 +1,10 @@
1
+
2
+ .el-select + .el-input[data-v-92a1d6cc] {
3
+ margin-left: 10px;
4
+ }
5
+ .el-input + .el-input[data-v-92a1d6cc] {
6
+ margin-left: 10px;
7
+ }
8
+ .el-input + .el-button[data-v-92a1d6cc] {
9
+ margin-left: 10px;
10
+ }
@@ -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-92a1d6cc"]]);
5
5
  export {
@@ -0,0 +1,10 @@
1
+
2
+ .el-select + .el-input[data-v-dbffbd8f] {
3
+ margin-left: 10px;
4
+ }
5
+ .el-input + .el-input[data-v-dbffbd8f] {
6
+ margin-left: 10px;
7
+ }
8
+ .el-input + .el-button[data-v-dbffbd8f] {
9
+ margin-left: 10px;
10
+ }
@@ -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-dbffbd8f"]]);
5
5
  export {
@@ -0,0 +1,7 @@
1
+
2
+ [data-v-2d06523b] .el-upload {
3
+ width: 100%;
4
+ }
5
+ [data-v-2d06523b] .el-button {
6
+ width: 100%;
7
+ }
@@ -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 {
@@ -0,0 +1,14 @@
1
+
2
+ [data-v-9cc733d7] .el-cascader-menu {
3
+ min-width: 120px !important;
4
+ }
5
+ .totalStyle[data-v-9cc733d7] {
6
+ display: flex;
7
+ height: 15px;
8
+ align-items: center;
9
+ justify-content: center;
10
+ font-size: 10px;
11
+ }
12
+ [data-v-9cc733d7] .el-input-group__append {
13
+ cursor: pointer;
14
+ }
@@ -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 {
@@ -0,0 +1,24 @@
1
+ .amb-container-left[data-v-9cfa34b7] {
2
+ width: 260px;
3
+ padding-right: 20px;
4
+ overflow-y: auto;
5
+ }
6
+ .amb-container-main[data-v-9cfa34b7] {
7
+ padding: 0 10px 0 0;
8
+ }
9
+ .amb-container-main[data-v-9cfa34b7]::-webkit-scrollbar {
10
+ width: 1px;
11
+ }
12
+ .amb-container-attr[data-v-9cfa34b7] {
13
+ width: 300px;
14
+ padding-left: 20px;
15
+ }
16
+ /**
17
+ 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
18
+ */
19
+ [data-v-9cfa34b7]:v-deep(.el-drawer__header) {
20
+ margin-bottom: 0 !important;
21
+ }
22
+ [data-v-9cfa34b7] .el-overlay {
23
+ position: static;
24
+ }
@@ -1,5 +1,5 @@
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
4
  const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cfa34b7"]]);
5
5
  export {
@@ -0,0 +1,13 @@
1
+
2
+ .editorTool[data-v-d55ab098] {
3
+ margin-left: auto;
4
+ }
5
+ .editorOption[data-v-d55ab098] {
6
+ margin-right: 10px;
7
+ cursor: pointer;
8
+ }
9
+ .pppp[data-v-d55ab098] {
10
+ display: flex; /* 使用Flex布局 */
11
+ justify-content: flex-start;
12
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
13
+ }
@@ -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 {
@@ -0,0 +1,51 @@
1
+ .nodeView[data-v-faa5a940] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-faa5a940] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-faa5a940] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-faa5a940]{
41
+ }
42
+ .el-divider--horizontal[data-v-faa5a940] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-faa5a940] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ }
49
+ .nodeTitle[data-v-faa5a940] {
50
+ width: 80px;
51
+ }
@@ -1,5 +1,5 @@
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
4
  const CustomFunction = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-faa5a940"]]);
5
5
  export {
@@ -0,0 +1,20 @@
1
+
2
+ .node-content[data-v-b28923f3] {
3
+ width: 120px;
4
+ height: 44px;
5
+ background: #ffffff;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ }
9
+ .content[data-v-b28923f3] {
10
+ width: 28px;
11
+ height: 15px;
12
+ font-weight: 400;
13
+ font-size: 14px;
14
+ color: #333333;
15
+ line-height: 14px;
16
+ text-align: left;
17
+ font-style: normal;
18
+ text-transform: none;
19
+ padding: 5px 0px 4px 10px;
20
+ }
@@ -1,5 +1,5 @@
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
4
  const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b28923f3"]]);
5
5
  export {
@@ -0,0 +1,52 @@
1
+ .nodeView[data-v-c176feb6] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-c176feb6] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-c176feb6] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-c176feb6]{
41
+ }
42
+ .el-divider--horizontal[data-v-c176feb6] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-c176feb6] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ width: 180px;
49
+ min-height: 95px;
50
+ }
51
+ .nodeContent[data-v-c176feb6] {
52
+ }
@@ -1,5 +1,5 @@
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
4
  const JudgeCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c176feb6"]]);
5
5
  export {
@@ -0,0 +1,4 @@
1
+
2
+ .el-alert + .el-form-item[data-v-a158f309] {
3
+ margin-top: 10px;
4
+ }
@@ -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 {
@@ -0,0 +1,20 @@
1
+
2
+ .aaa[data-v-8bd72b80] {
3
+ width: 300px;
4
+ height: 200px;
5
+ background: #ffffff;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ }
9
+ .content[data-v-8bd72b80] {
10
+ width: 28px;
11
+ height: 15px;
12
+ font-weight: 400;
13
+ font-size: 14px;
14
+ color: #333333;
15
+ line-height: 14px;
16
+ text-align: left;
17
+ font-style: normal;
18
+ text-transform: none;
19
+ padding: 5px 0px 4px 10px;
20
+ }
@@ -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;
@@ -0,0 +1,51 @@
1
+ .nodeView[data-v-7702fcdb] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-7702fcdb] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-7702fcdb] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-7702fcdb]{
41
+ }
42
+ .el-divider--horizontal[data-v-7702fcdb] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-7702fcdb] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ }
49
+ .nodeTitle[data-v-7702fcdb] {
50
+ width: 80px;
51
+ }
@@ -1,5 +1,5 @@
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
4
  const Notification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7702fcdb"]]);
5
5
  export {
@@ -0,0 +1,4 @@
1
+
2
+ .el-radio[data-v-1bbd6187] {
3
+ margin-right: 10px;
4
+ }
@@ -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 {
@@ -0,0 +1,20 @@
1
+
2
+ .node-content[data-v-69a854a3] {
3
+ width: 120px;
4
+ height: 44px;
5
+ background: #ffffff;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ }
9
+ .content[data-v-69a854a3] {
10
+ width: 28px;
11
+ height: 15px;
12
+ font-weight: 400;
13
+ font-size: 14px;
14
+ color: #333333;
15
+ line-height: 14px;
16
+ text-align: left;
17
+ font-style: normal;
18
+ text-transform: none;
19
+ padding: 5px 0px 4px 10px;
20
+ }
@@ -1,5 +1,5 @@
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
4
  const Start = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69a854a3"]]);
5
5
  export {
@@ -0,0 +1,10 @@
1
+
2
+ .el-alert + .el-table[data-v-d978e7dc] {
3
+ margin-top: 10px;
4
+ }
5
+ .el-table + .el-alert[data-v-d978e7dc] {
6
+ margin: 10px 0;
7
+ }
8
+ .el-alert + .el-form-item[data-v-d978e7dc] {
9
+ margin-top: 10px;
10
+ }
@@ -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 {
@@ -0,0 +1,51 @@
1
+ .nodeView[data-v-6d0cd280] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-6d0cd280] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-6d0cd280] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-6d0cd280]{
41
+ }
42
+ .el-divider--horizontal[data-v-6d0cd280] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-6d0cd280] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ }
49
+ .nodeTitle[data-v-6d0cd280] {
50
+ width: 80px;
51
+ }
@@ -1,5 +1,5 @@
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
4
  const ComputationClean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6d0cd280"]]);
5
5
  export {
@@ -0,0 +1,7 @@
1
+
2
+ .el-alert + .el-form-item[data-v-32875028] {
3
+ margin-top: 10px;
4
+ }
5
+ .el-alert + .el-table[data-v-32875028] {
6
+ margin: 10px 0;
7
+ }
@@ -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 {
@@ -0,0 +1,51 @@
1
+ .nodeView[data-v-9fff2753] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-9fff2753] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-9fff2753] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-9fff2753]{
41
+ }
42
+ .el-divider--horizontal[data-v-9fff2753] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-9fff2753] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ }
49
+ .nodeTitle[data-v-9fff2753] {
50
+ width: 80px;
51
+ }
@@ -1,5 +1,5 @@
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
4
  const Connect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9fff2753"]]);
5
5
  export {
@@ -0,0 +1,10 @@
1
+
2
+ .el-alert + .el-table[data-v-e27c4c1e] {
3
+ margin-top: 10px;
4
+ }
5
+ .el-table + .el-alert[data-v-e27c4c1e] {
6
+ margin: 10px 0;
7
+ }
8
+ .el-alert + .el-form-item[data-v-e27c4c1e] {
9
+ margin-top: 10px;
10
+ }
@@ -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 {
@@ -0,0 +1,51 @@
1
+ .nodeView[data-v-b1d2a966] {
2
+ box-sizing: border-box;
3
+ margin: 10px 10px;
4
+ width: 180px;
5
+ height: 95px;
6
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
7
+ border-radius: 2px 2px 2px 2px;
8
+ padding: 20px 10px;
9
+ }
10
+ .nodeTitle[data-v-b1d2a966] {
11
+ width: 90px;
12
+ height: 15px;
13
+ font-weight: 400;
14
+ font-size: 16px;
15
+ color: #333333;
16
+ line-height: 14px;
17
+ text-align: left;
18
+ font-style: normal;
19
+ text-transform: none;
20
+ padding: 0px 24px;
21
+ white-space: nowrap; /* 确保文本在一行内显示 */
22
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
23
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
24
+ }
25
+ .nodeContent[data-v-b1d2a966] {
26
+ /* width: 100%; */
27
+ height: 15px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ color: #666666;
31
+ line-height: 14px;
32
+ text-align: left;
33
+ font-style: normal;
34
+ text-transform: none;
35
+ padding: 0px 0px;
36
+ white-space: nowrap; /* 确保文本在一行内显示 */
37
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
38
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
39
+ }
40
+ .nodeContent-desc[data-v-b1d2a966]{
41
+ }
42
+ .el-divider--horizontal[data-v-b1d2a966] {
43
+ margin: 12px 0;
44
+ }
45
+ .nodeView[data-v-b1d2a966] {
46
+ border: 1px solid #5a90f9;
47
+ background: #eef3fe;
48
+ }
49
+ .nodeTitle[data-v-b1d2a966] {
50
+ width: 80px;
51
+ }