service-flow-designer 0.0.1-beta → 0.0.1-beta.0
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/es/designer/common/components/database-select.vue2.js +10 -37
- package/dist/es/designer/common/components/datatable-select.vue2.js +12 -40
- package/dist/es/designer/common/components/file-upload.vue2.js +5 -13
- package/dist/es/designer/common/components/json-view/json-view-dialog.vue.js +2 -6
- package/dist/es/designer/common/components/json-view/json-view.vue.js +41 -40
- package/dist/es/designer/common/components/node-base-config.vue.js +5 -16
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +12 -38
- package/dist/es/designer/desginer-index.vue2.js +5 -12
- package/dist/es/designer/service-components/base/custom-function/config.vue2.js +48 -62
- package/dist/es/designer/service-components/base/custom-function/index.vue2.js +2 -5
- package/dist/es/designer/service-components/base/judge-condition/config.vue2.js +13 -43
- package/dist/es/designer/service-components/base/judge-condition/index.vue2.js +2 -5
- package/dist/es/designer/service-components/base/loop-node/config.vue2.js +5 -13
- package/dist/es/designer/service-components/base/notification/config.vue2.js +13 -30
- package/dist/es/designer/service-components/base/notification/index.vue2.js +2 -5
- package/dist/es/designer/service-components/base/notification/recipients-select.vue2.js +4 -13
- package/dist/es/designer/service-components/base/notification/select-mail-template.vue.js +3 -11
- package/dist/es/designer/service-components/computation/clean/config.vue2.js +11 -35
- package/dist/es/designer/service-components/computation/clean/index.vue2.js +2 -5
- package/dist/es/designer/service-components/computation/connect/config.vue2.js +14 -42
- package/dist/es/designer/service-components/computation/connect/index.vue2.js +2 -5
- package/dist/es/designer/service-components/computation/sort/config.vue2.js +11 -35
- package/dist/es/designer/service-components/computation/sort/index.vue2.js +2 -5
- package/dist/es/designer/service-components/computation/split-joint/config.vue2.js +13 -39
- package/dist/es/designer/service-components/computation/split-joint/index.vue2.js +2 -5
- package/dist/es/designer/service-components/computation/statistics/config.vue2.js +12 -37
- package/dist/es/designer/service-components/computation/statistics/index.vue2.js +2 -5
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +10 -25
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.js +7 -24
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +8 -26
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +8 -26
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +2 -5
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.js +8 -26
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.js +8 -26
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.js +61 -94
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.js +2 -5
- package/dist/es/designer/service-components/database/regular-query/config.vue2.js +16 -45
- package/dist/es/designer/service-components/database/regular-query/index.vue2.js +2 -5
- package/dist/es/designer/service-components/service/common/cookie-data.vue.js +5 -18
- package/dist/es/designer/service-components/service/common/form-data.vue.js +7 -24
- package/dist/es/designer/service-components/service/common/header-data.vue.js +5 -18
- package/dist/es/designer/service-components/service/common/json-data.vue2.js +5 -18
- package/dist/es/designer/service-components/service/common/param-config.vue2.js +7 -23
- package/dist/es/designer/service-components/service/common/query-params.vue.js +5 -18
- package/dist/es/designer/service-components/service/common/raw-data.vue.js +1 -1
- package/dist/es/designer/service-components/service/custom-bean/config.vue2.js +5 -13
- package/dist/es/designer/service-components/service/custom-bean/index.vue2.js +2 -5
- package/dist/es/designer/service-components/service/http-service/config.vue2.js +10 -30
- package/dist/es/designer/service-components/service/http-service/index.vue2.js +2 -5
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +10 -32
- package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.js +3 -12
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +10 -32
- package/dist/es/designer/service-flow-view/service-flow-tool.vue2.js +45 -54
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +2 -6
- package/dist/es/designer/service-flow-view/service-params.vue.js +15 -45
- package/dist/es/designer/service-flow-view/service-result.vue.js +10 -32
- package/dist/es/designer/service-flow-view/service-test/request-params.vue.js +12 -38
- package/dist/es/designer/service-flow-view/service-test/service-test.vue.js +51 -68
- package/dist/es/designer/service-flow-view/service-update-log.vue2.js +10 -30
- package/dist/es/designer/service-flow-view/view-index.vue2.js +6 -15
- package/dist/es/designer/service-panel/component-panel.vue2.js +5 -13
- package/dist/es/designer/service-panel/service-list.vue2.js +11 -33
- package/dist/lib/designer/common/components/database-select.vue2.js +9 -36
- package/dist/lib/designer/common/components/datatable-select.vue2.js +11 -39
- package/dist/lib/designer/common/components/file-upload.vue2.js +4 -12
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.js +1 -5
- package/dist/lib/designer/common/components/json-view/json-view.vue.js +44 -43
- package/dist/lib/designer/common/components/node-base-config.vue.js +4 -15
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.js +11 -37
- package/dist/lib/designer/desginer-index.vue2.js +4 -11
- package/dist/lib/designer/service-components/base/custom-function/config.vue2.js +52 -66
- package/dist/lib/designer/service-components/base/custom-function/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/base/judge-condition/config.vue2.js +13 -43
- package/dist/lib/designer/service-components/base/judge-condition/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/base/loop-node/config.vue2.js +4 -12
- package/dist/lib/designer/service-components/base/notification/config.vue2.js +12 -29
- package/dist/lib/designer/service-components/base/notification/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue2.js +4 -13
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue.js +3 -11
- package/dist/lib/designer/service-components/computation/clean/config.vue2.js +10 -34
- package/dist/lib/designer/service-components/computation/clean/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/computation/connect/config.vue2.js +13 -41
- package/dist/lib/designer/service-components/computation/connect/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/computation/sort/config.vue2.js +10 -34
- package/dist/lib/designer/service-components/computation/sort/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/computation/split-joint/config.vue2.js +12 -38
- package/dist/lib/designer/service-components/computation/split-joint/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/computation/statistics/config.vue2.js +11 -36
- package/dist/lib/designer/service-components/computation/statistics/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.js +9 -24
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.js +6 -23
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +7 -25
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.js +7 -25
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.js +3 -6
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.js +7 -25
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.js +7 -25
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.js +65 -98
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.js +15 -44
- package/dist/lib/designer/service-components/database/regular-query/index.vue2.js +3 -6
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.js +6 -19
- package/dist/lib/designer/service-components/service/common/form-data.vue.js +8 -25
- package/dist/lib/designer/service-components/service/common/header-data.vue.js +6 -19
- package/dist/lib/designer/service-components/service/common/json-data.vue2.js +6 -19
- package/dist/lib/designer/service-components/service/common/param-config.vue2.js +6 -22
- package/dist/lib/designer/service-components/service/common/query-params.vue.js +6 -19
- package/dist/lib/designer/service-components/service/common/raw-data.vue.js +1 -1
- package/dist/lib/designer/service-components/service/custom-bean/config.vue2.js +4 -12
- package/dist/lib/designer/service-components/service/custom-bean/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/service/http-service/config.vue2.js +9 -29
- package/dist/lib/designer/service-components/service/http-service/index.vue2.js +1 -4
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.js +18 -40
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.js +2 -11
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.js +18 -40
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.js +44 -53
- package/dist/lib/designer/service-flow-view/service-node-config.vue2.js +1 -5
- package/dist/lib/designer/service-flow-view/service-params.vue.js +23 -53
- package/dist/lib/designer/service-flow-view/service-result.vue.js +18 -40
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.js +20 -46
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.js +51 -68
- package/dist/lib/designer/service-flow-view/service-update-log.vue2.js +9 -29
- package/dist/lib/designer/service-flow-view/view-index.vue2.js +5 -14
- package/dist/lib/designer/service-panel/component-panel.vue2.js +4 -12
- package/dist/lib/designer/service-panel/service-list.vue2.js +10 -32
- package/package.json +66 -70
|
@@ -1,37 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tooltip.css.js";
|
|
7
|
-
/* empty css */
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
/* empty css */
|
|
12
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-menu.css.js";
|
|
13
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-item.css.js";
|
|
14
|
-
/* empty css */
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
/* empty css */
|
|
18
|
-
/* empty css */
|
|
19
|
-
/* empty css */
|
|
20
|
-
/* empty css */
|
|
21
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-form-item.css.js";
|
|
22
|
-
import { defineComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createBlock, Fragment, createCommentVNode, renderList, unref, createTextVNode } from "vue";
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createBlock, Fragment, createCommentVNode, renderList, unref, createTextVNode } from "vue";
|
|
23
2
|
import ValueSetInput from "../common/components/value-set-input/value-set-input.vue.js";
|
|
24
3
|
import _sfc_main$1 from "./service-result.vue.js";
|
|
25
4
|
import v4 from "../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-browser/v4.js";
|
|
26
|
-
import { ElInput } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input/index.js";
|
|
27
|
-
import { ElFormItem, ElForm } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/form/index.js";
|
|
28
|
-
import { ElDivider } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/divider/index.js";
|
|
29
|
-
import { ElTableColumn, ElTable } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/table/index.js";
|
|
30
|
-
import { ElOption, ElSelect } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/select/index.js";
|
|
31
|
-
import { ElButton } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
32
|
-
import { ElDropdownItem, ElDropdownMenu, ElDropdown } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dropdown/index.js";
|
|
33
|
-
import { ElAlert } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/alert/index.js";
|
|
34
|
-
import { ElCheckbox } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/checkbox/index.js";
|
|
35
5
|
const _hoisted_1 = { key: 0 };
|
|
36
6
|
const _hoisted_2 = { key: 0 };
|
|
37
7
|
const _hoisted_3 = { key: 0 };
|
|
@@ -137,20 +107,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
137
107
|
};
|
|
138
108
|
__expose({});
|
|
139
109
|
return (_ctx, _cache) => {
|
|
140
|
-
const _component_el_input =
|
|
141
|
-
const _component_el_form_item =
|
|
142
|
-
const _component_el_divider =
|
|
143
|
-
const _component_el_table_column =
|
|
144
|
-
const _component_el_option =
|
|
145
|
-
const _component_el_select =
|
|
146
|
-
const _component_el_button =
|
|
147
|
-
const _component_el_dropdown_item =
|
|
148
|
-
const _component_el_dropdown_menu =
|
|
149
|
-
const _component_el_dropdown =
|
|
150
|
-
const _component_el_table =
|
|
151
|
-
const _component_el_alert =
|
|
152
|
-
const _component_el_checkbox =
|
|
153
|
-
const _component_el_form =
|
|
110
|
+
const _component_el_input = resolveComponent("el-input");
|
|
111
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
112
|
+
const _component_el_divider = resolveComponent("el-divider");
|
|
113
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
114
|
+
const _component_el_option = resolveComponent("el-option");
|
|
115
|
+
const _component_el_select = resolveComponent("el-select");
|
|
116
|
+
const _component_el_button = resolveComponent("el-button");
|
|
117
|
+
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
118
|
+
const _component_el_dropdown_menu = resolveComponent("el-dropdown-menu");
|
|
119
|
+
const _component_el_dropdown = resolveComponent("el-dropdown");
|
|
120
|
+
const _component_el_table = resolveComponent("el-table");
|
|
121
|
+
const _component_el_alert = resolveComponent("el-alert");
|
|
122
|
+
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
123
|
+
const _component_el_form = resolveComponent("el-form");
|
|
154
124
|
return openBlock(), createElementBlock("div", null, [
|
|
155
125
|
createVNode(_component_el_form, {
|
|
156
126
|
"label-width": "auto",
|
|
@@ -1,28 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tooltip.css.js";
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
/* empty css */
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-menu.css.js";
|
|
11
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-item.css.js";
|
|
12
|
-
/* empty css */
|
|
13
|
-
/* empty css */
|
|
14
|
-
/* empty css */
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
/* empty css */
|
|
18
|
-
import { defineComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, toDisplayString, unref, Fragment, renderList, createTextVNode, createCommentVNode } from "vue";
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, toDisplayString, unref, Fragment, renderList, createTextVNode, createCommentVNode } from "vue";
|
|
19
2
|
import ValueSetInput from "../common/components/value-set-input/value-set-input.vue.js";
|
|
20
3
|
import v4 from "../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-browser/v4.js";
|
|
21
|
-
import { ElTableColumn, ElTable } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/table/index.js";
|
|
22
|
-
import { ElInput } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input/index.js";
|
|
23
|
-
import { ElOption, ElSelect } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/select/index.js";
|
|
24
|
-
import { ElButton } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
25
|
-
import { ElDropdownItem, ElDropdownMenu, ElDropdown } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dropdown/index.js";
|
|
26
4
|
const _hoisted_1 = { key: 0 };
|
|
27
5
|
const _hoisted_2 = { key: 0 };
|
|
28
6
|
const _hoisted_3 = { key: 0 };
|
|
@@ -124,15 +102,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
124
102
|
};
|
|
125
103
|
__expose({});
|
|
126
104
|
return (_ctx, _cache) => {
|
|
127
|
-
const _component_el_table_column =
|
|
128
|
-
const _component_el_input =
|
|
129
|
-
const _component_el_option =
|
|
130
|
-
const _component_el_select =
|
|
131
|
-
const _component_el_button =
|
|
132
|
-
const _component_el_dropdown_item =
|
|
133
|
-
const _component_el_dropdown_menu =
|
|
134
|
-
const _component_el_dropdown =
|
|
135
|
-
const _component_el_table =
|
|
105
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
106
|
+
const _component_el_input = resolveComponent("el-input");
|
|
107
|
+
const _component_el_option = resolveComponent("el-option");
|
|
108
|
+
const _component_el_select = resolveComponent("el-select");
|
|
109
|
+
const _component_el_button = resolveComponent("el-button");
|
|
110
|
+
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
111
|
+
const _component_el_dropdown_menu = resolveComponent("el-dropdown-menu");
|
|
112
|
+
const _component_el_dropdown = resolveComponent("el-dropdown");
|
|
113
|
+
const _component_el_table = resolveComponent("el-table");
|
|
136
114
|
return openBlock(), createBlock(_component_el_table, {
|
|
137
115
|
data: __props.service.returnValues,
|
|
138
116
|
style: { "width": "100%", "margin-bottom": "10px" },
|
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
import "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tooltip.css.js";
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
/* empty css */
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
import "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-menu.css.js";
|
|
11
|
-
import "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-dropdown-item.css.js";
|
|
12
|
-
/* empty css */
|
|
13
|
-
/* empty css */
|
|
14
|
-
/* empty css */
|
|
15
|
-
/* empty css */
|
|
16
|
-
/* empty css */
|
|
17
|
-
/* empty css */
|
|
18
|
-
/* empty css */
|
|
19
|
-
/* empty css */
|
|
20
|
-
import { defineComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, Fragment, renderList, createCommentVNode, createTextVNode, createElementVNode } from "vue";
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, Fragment, renderList, createCommentVNode, createTextVNode, createElementVNode } from "vue";
|
|
21
2
|
import v4 from "../../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-browser/v4.js";
|
|
22
|
-
import { ElInput } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input/index.js";
|
|
23
|
-
import { ElTableColumn, ElTable } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/table/index.js";
|
|
24
|
-
import { ElOption, ElSelect } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/select/index.js";
|
|
25
|
-
import { ElInputNumber } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input-number/index.js";
|
|
26
|
-
import { ElSwitch } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/switch/index.js";
|
|
27
|
-
import { ElButton } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
28
|
-
import { ElDropdownItem, ElDropdownMenu, ElDropdown } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dropdown/index.js";
|
|
29
3
|
const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", { class: "custom-active-action" }, "T", -1);
|
|
30
4
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "custom-inactive-action" }, "F", -1);
|
|
31
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -128,17 +102,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
128
102
|
}
|
|
129
103
|
};
|
|
130
104
|
return (_ctx, _cache) => {
|
|
131
|
-
const _component_el_input =
|
|
132
|
-
const _component_el_table_column =
|
|
133
|
-
const _component_el_option =
|
|
134
|
-
const _component_el_select =
|
|
135
|
-
const _component_el_input_number =
|
|
136
|
-
const _component_el_switch =
|
|
137
|
-
const _component_el_button =
|
|
138
|
-
const _component_el_dropdown_item =
|
|
139
|
-
const _component_el_dropdown_menu =
|
|
140
|
-
const _component_el_dropdown =
|
|
141
|
-
const _component_el_table =
|
|
105
|
+
const _component_el_input = resolveComponent("el-input");
|
|
106
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
107
|
+
const _component_el_option = resolveComponent("el-option");
|
|
108
|
+
const _component_el_select = resolveComponent("el-select");
|
|
109
|
+
const _component_el_input_number = resolveComponent("el-input-number");
|
|
110
|
+
const _component_el_switch = resolveComponent("el-switch");
|
|
111
|
+
const _component_el_button = resolveComponent("el-button");
|
|
112
|
+
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
113
|
+
const _component_el_dropdown_menu = resolveComponent("el-dropdown-menu");
|
|
114
|
+
const _component_el_dropdown = resolveComponent("el-dropdown");
|
|
115
|
+
const _component_el_table = resolveComponent("el-table");
|
|
142
116
|
return openBlock(), createBlock(_component_el_table, {
|
|
143
117
|
data: __props.entityData,
|
|
144
118
|
style: { "width": "100%", "margin-bottom": "20px" },
|
|
@@ -1,69 +1,52 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
/* empty css */
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
import "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tab-pane.css.js";
|
|
12
|
-
/* empty css */
|
|
13
|
-
/* empty css */
|
|
14
|
-
import { defineComponent, ref, watch, nextTick, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, withDirectives, vShow, unref } from "vue";
|
|
1
|
+
import { defineComponent, ref, watch, nextTick, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, withDirectives, vShow, unref } from "vue";
|
|
15
2
|
import { basicSetup } from "../../../node_modules/.pnpm/codemirror@6.0.1_@lezer_common@1.2.1/node_modules/codemirror/dist/index.js";
|
|
16
3
|
import { json } from "../../../node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.js";
|
|
17
4
|
import { EditorState } from "../../../node_modules/.pnpm/@codemirror_state@6.4.1/node_modules/@codemirror/state/dist/index.js";
|
|
18
|
-
import service from "../../../node_modules/.pnpm/agilebuilder-ui@1.0.
|
|
5
|
+
import service from "../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/request.js";
|
|
19
6
|
import LogicFlow from "../../../node_modules/.pnpm/@logicflow_core@1.2.27/node_modules/@logicflow/core/dist/logic-flow.js";
|
|
20
7
|
import _sfc_main$2 from "../../common/components/json-view/json-view.vue.js";
|
|
21
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.22.
|
|
22
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-abyss@4.22.
|
|
23
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-androidstudio@4.22.
|
|
24
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-andromeda@4.22.
|
|
25
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-atomone@4.22.
|
|
26
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-aura@4.22.
|
|
27
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-basic@4.22.
|
|
28
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-basic@4.22.
|
|
29
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-bbedit@4.22.
|
|
30
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-bespin@4.22.
|
|
31
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-console@4.22.
|
|
32
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-console@4.22.
|
|
33
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-copilot@4.22.
|
|
34
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-darcula@4.22.
|
|
35
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-dracula@4.22.
|
|
36
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-duotone@4.22.
|
|
37
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-eclipse@4.22.
|
|
38
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-github@4.22.
|
|
39
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-gruvbox-dark@4.22.
|
|
40
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-kimbie@4.22.
|
|
41
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-material@4.22.
|
|
42
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-monokai@4.22.
|
|
43
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-monokai-dimmed@4.22.
|
|
44
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-noctis-lilac@4.22.
|
|
45
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-nord@4.22.
|
|
46
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-okaidia@4.22.
|
|
47
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-quietlight@4.22.
|
|
48
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-red@4.22.
|
|
49
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-solarized@4.22.
|
|
50
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-solarized@4.22.
|
|
51
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-sublime@4.22.
|
|
52
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night@4.22.
|
|
53
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night-storm@4.22.
|
|
54
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night-day@4.22.
|
|
55
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tomorrow-night-blue@4.22.
|
|
56
|
-
import
|
|
57
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-
|
|
58
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-white@4.22.
|
|
59
|
-
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-
|
|
8
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-abcdef/esm/index.js";
|
|
9
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-abyss@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-abyss/esm/index.js";
|
|
10
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-androidstudio@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-androidstudio/esm/index.js";
|
|
11
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-andromeda@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-andromeda/esm/index.js";
|
|
12
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-atomone@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-atomone/esm/index.js";
|
|
13
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-aura@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-aura/esm/index.js";
|
|
14
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-basic@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-basic/esm/dark.js";
|
|
15
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-basic@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-basic/esm/light.js";
|
|
16
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-bbedit@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-bbedit/esm/index.js";
|
|
17
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-bespin@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-bespin/esm/index.js";
|
|
18
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-console@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-console/esm/dark.js";
|
|
19
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-console@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-console/esm/light.js";
|
|
20
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-copilot@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-copilot/esm/index.js";
|
|
21
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-darcula@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-darcula/esm/index.js";
|
|
22
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-dracula@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-dracula/esm/index.js";
|
|
23
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-duotone@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-duotone/esm/index.js";
|
|
24
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-eclipse@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-eclipse/esm/index.js";
|
|
25
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-github@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-github/esm/index.js";
|
|
26
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-gruvbox-dark@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/index.js";
|
|
27
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-kimbie@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-kimbie/esm/index.js";
|
|
28
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-material@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-material/esm/index.js";
|
|
29
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-monokai@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-monokai/esm/index.js";
|
|
30
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-monokai-dimmed@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/index.js";
|
|
31
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-noctis-lilac@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/index.js";
|
|
32
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-nord@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-nord/esm/index.js";
|
|
33
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-okaidia@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-okaidia/esm/index.js";
|
|
34
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-quietlight@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-quietlight/esm/index.js";
|
|
35
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-red@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-red/esm/index.js";
|
|
36
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-solarized@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-solarized/esm/dark.js";
|
|
37
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-solarized@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-solarized/esm/light.js";
|
|
38
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-sublime@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-sublime/esm/index.js";
|
|
39
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-tokyo-night/esm/index.js";
|
|
40
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night-storm@4.22.2_@codemirror_language@6.10.2_@codemirror_state@_sg5tsucubbfkilam6qx2r2u7r4/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/index.js";
|
|
41
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tokyo-night-day@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/index.js";
|
|
42
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-tomorrow-night-blue@4.22.2_@codemirror_language@6.10.2_@codemirror_stat_4uqjswejhb57pqfwybv25yl5gi/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/index.js";
|
|
43
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-vscode@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-vscode/esm/light.js";
|
|
44
|
+
import { vscodeDark } from "../../../node_modules/.pnpm/@uiw_codemirror-theme-vscode@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-vscode/esm/dark.js";
|
|
45
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-white@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-white/esm/dark.js";
|
|
46
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-white@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-white/esm/light.js";
|
|
47
|
+
import "../../../node_modules/.pnpm/@uiw_codemirror-theme-xcode@4.22.2_@codemirror_language@6.10.2_@codemirror_state@6.4.1_@codemirror_view@6.28.1/node_modules/@uiw/codemirror-theme-xcode/esm/index.js";
|
|
60
48
|
import _sfc_main$1 from "./request-params.vue.js";
|
|
61
|
-
import { EditorView } from "../../../node_modules/.pnpm/@codemirror_view@6.
|
|
62
|
-
import { ElRadioButton, ElRadioGroup } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/radio/index.js";
|
|
63
|
-
import { ElTabPane, ElTabs } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/tabs/index.js";
|
|
64
|
-
import { ElAside, ElContainer } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/container/index.js";
|
|
65
|
-
import { ElButton } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
66
|
-
import { ElDialog } from "../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dialog/index.js";
|
|
49
|
+
import { EditorView } from "../../../node_modules/.pnpm/@codemirror_view@6.28.1/node_modules/@codemirror/view/dist/index.js";
|
|
67
50
|
const _hoisted_1 = { class: "dialog-footer" };
|
|
68
51
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
69
52
|
__name: "service-test",
|
|
@@ -345,14 +328,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
345
328
|
return JSON.stringify(data);
|
|
346
329
|
};
|
|
347
330
|
return (_ctx, _cache) => {
|
|
348
|
-
const _component_el_radio_button =
|
|
349
|
-
const _component_el_radio_group =
|
|
350
|
-
const _component_el_tab_pane =
|
|
351
|
-
const _component_el_tabs =
|
|
352
|
-
const _component_el_aside =
|
|
353
|
-
const _component_el_container =
|
|
354
|
-
const _component_el_button =
|
|
355
|
-
const _component_el_dialog =
|
|
331
|
+
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
332
|
+
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
333
|
+
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
334
|
+
const _component_el_tabs = resolveComponent("el-tabs");
|
|
335
|
+
const _component_el_aside = resolveComponent("el-aside");
|
|
336
|
+
const _component_el_container = resolveComponent("el-container");
|
|
337
|
+
const _component_el_button = resolveComponent("el-button");
|
|
338
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
356
339
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
357
340
|
fullscreen: true,
|
|
358
341
|
"destroy-on-close": "",
|
|
@@ -1,27 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tooltip.css.js";
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
/* empty css */
|
|
12
|
-
/* empty css */
|
|
13
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-form-item.css.js";
|
|
14
|
-
/* empty css */
|
|
15
|
-
import { defineComponent, ref, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, createCommentVNode } from "vue";
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, createCommentVNode } from "vue";
|
|
16
2
|
import { isDeepEqual } from "../common/util/node-util.js";
|
|
17
|
-
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.
|
|
3
|
+
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/request.js";
|
|
18
4
|
import { ElMessage } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/message/index.js";
|
|
19
|
-
import { ElInput } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input/index.js";
|
|
20
|
-
import { ElFormItem, ElForm } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/form/index.js";
|
|
21
|
-
import { ElCheckbox } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/checkbox/index.js";
|
|
22
|
-
import { ElTableColumn, ElTable } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/table/index.js";
|
|
23
|
-
import { ElButton } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
24
|
-
import { ElDialog } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dialog/index.js";
|
|
25
5
|
const _hoisted_1 = { class: "dialog-footer" };
|
|
26
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
27
7
|
__name: "service-update-log",
|
|
@@ -107,14 +87,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
107
87
|
closeDialog
|
|
108
88
|
});
|
|
109
89
|
return (_ctx, _cache) => {
|
|
110
|
-
const _component_el_input =
|
|
111
|
-
const _component_el_form_item =
|
|
112
|
-
const _component_el_checkbox =
|
|
113
|
-
const _component_el_form =
|
|
114
|
-
const _component_el_table_column =
|
|
115
|
-
const _component_el_table =
|
|
116
|
-
const _component_el_button =
|
|
117
|
-
const _component_el_dialog =
|
|
90
|
+
const _component_el_input = resolveComponent("el-input");
|
|
91
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
92
|
+
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
93
|
+
const _component_el_form = resolveComponent("el-form");
|
|
94
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
95
|
+
const _component_el_table = resolveComponent("el-table");
|
|
96
|
+
const _component_el_button = resolveComponent("el-button");
|
|
97
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
118
98
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
119
99
|
modelValue: dialogVisible.value,
|
|
120
100
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => dialogVisible.value = $event),
|
|
@@ -1,17 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
import { defineComponent, ref, computed, onMounted, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createVNode, normalizeStyle, vShow, withCtx, pushScopeId, popScopeId } from "vue";
|
|
1
|
+
import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createElementBlock, Fragment, createElementVNode, withDirectives, createVNode, normalizeStyle, vShow, withCtx, pushScopeId, popScopeId } from "vue";
|
|
8
2
|
import serviceNodeConfig from "./service-node-config.vue.js";
|
|
9
3
|
import serviceUpdateLog from "./service-update-log.vue.js";
|
|
10
4
|
import serviceFlowTool from "./service-flow-tool.vue.js";
|
|
11
5
|
import LogicFlow from "../../node_modules/.pnpm/@logicflow_core@1.2.27/node_modules/@logicflow/core/dist/logic-flow.js";
|
|
12
6
|
/* empty css */
|
|
13
7
|
/* empty css */
|
|
14
|
-
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.
|
|
8
|
+
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/request.js";
|
|
15
9
|
import _sfc_main$1 from "./service-params.vue.js";
|
|
16
10
|
import { getRuntimeJson, newLogicFlow, registerNode, addInitNode } from "./flow-util.js";
|
|
17
11
|
import "../service-components/index.js";
|
|
@@ -19,9 +13,6 @@ import { findServcieByCode, isDeepEqual } from "../common/util/node-util.js";
|
|
|
19
13
|
import { useServiceFlowStore } from "../../stores/page-store.js";
|
|
20
14
|
import { ElMessageBox } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/message-box/index.js";
|
|
21
15
|
import { ElMessage } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/message/index.js";
|
|
22
|
-
import { ElSkeletonItem, ElSkeleton } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/skeleton/index.js";
|
|
23
|
-
import { ElTimeline } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/timeline/index.js";
|
|
24
|
-
import { ElDrawer } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/drawer/index.js";
|
|
25
16
|
const _withScopeId = (n) => (pushScopeId("data-v-ff04c7d7"), n = n(), popScopeId(), n);
|
|
26
17
|
const _hoisted_1 = {
|
|
27
18
|
class: "amb-design-content",
|
|
@@ -267,10 +258,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
267
258
|
clearFlowCanvas
|
|
268
259
|
});
|
|
269
260
|
return (_ctx, _cache) => {
|
|
270
|
-
const _component_el_skeleton_item =
|
|
271
|
-
const _component_el_skeleton =
|
|
272
|
-
const _component_el_timeline =
|
|
273
|
-
const _component_el_drawer =
|
|
261
|
+
const _component_el_skeleton_item = resolveComponent("el-skeleton-item");
|
|
262
|
+
const _component_el_skeleton = resolveComponent("el-skeleton");
|
|
263
|
+
const _component_el_timeline = resolveComponent("el-timeline");
|
|
264
|
+
const _component_el_drawer = resolveComponent("el-drawer");
|
|
274
265
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
275
266
|
createElementVNode("div", _hoisted_1, [
|
|
276
267
|
withDirectives(createElementVNode("div", _hoisted_2, [
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-collapse-item.css.js";
|
|
4
|
-
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
import { defineComponent, ref, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, unref, createElementVNode, createTextVNode, toDisplayString, createVNode } from "vue";
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, unref, createElementVNode, createTextVNode, toDisplayString, createVNode } from "vue";
|
|
7
2
|
import { serviceComponentGroups } from "../service-components/index.js";
|
|
8
|
-
import { ElCol } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/col/index.js";
|
|
9
|
-
import { ElRow } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/row/index.js";
|
|
10
|
-
import { ElCollapseItem, ElCollapse } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/collapse/index.js";
|
|
11
3
|
const _hoisted_1 = ["src"];
|
|
12
4
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
5
|
const _hoisted_3 = ["title", "onMousedown"];
|
|
@@ -28,10 +20,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
28
20
|
}
|
|
29
21
|
}
|
|
30
22
|
return (_ctx, _cache) => {
|
|
31
|
-
const _component_el_col =
|
|
32
|
-
const _component_el_row =
|
|
33
|
-
const _component_el_collapse_item =
|
|
34
|
-
const _component_el_collapse =
|
|
23
|
+
const _component_el_col = resolveComponent("el-col");
|
|
24
|
+
const _component_el_row = resolveComponent("el-row");
|
|
25
|
+
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
26
|
+
const _component_el_collapse = resolveComponent("el-collapse");
|
|
35
27
|
return openBlock(), createBlock(_component_el_collapse, {
|
|
36
28
|
modelValue: openCollapseItems.value,
|
|
37
29
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => openCollapseItems.value = $event),
|
|
@@ -1,32 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-form-item.css.js";
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
|
-
/* empty css */
|
|
8
|
-
import "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/theme-chalk/el-tooltip.css.js";
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
/* empty css */
|
|
12
|
-
/* empty css */
|
|
13
|
-
/* empty css */
|
|
14
|
-
import { defineComponent, ref, openBlock, createElementBlock, createVNode, withCtx, unref, createElementVNode, createBlock, toDisplayString, createTextVNode, withDirectives, createCommentVNode, vShow, pushScopeId, popScopeId } from "vue";
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, unref, createElementVNode, createBlock, toDisplayString, createTextVNode, withDirectives, createCommentVNode, vShow, pushScopeId, popScopeId } from "vue";
|
|
15
2
|
import { Search as search_default, Plus as plus_default, Menu as menu_default, Promotion as promotion_default } from "../../node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.4.21/node_modules/@element-plus/icons-vue/dist/index.js";
|
|
16
|
-
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.
|
|
3
|
+
import service from "../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/request.js";
|
|
17
4
|
import { findServcieByCode } from "../common/util/node-util.js";
|
|
18
5
|
import { useServiceFlowStore } from "../../stores/page-store.js";
|
|
19
6
|
import v4 from "../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid/dist/esm-browser/v4.js";
|
|
20
7
|
import { ElMessage } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/message/index.js";
|
|
21
|
-
import { ElIcon } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/icon/index.js";
|
|
22
|
-
import { ElInput } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/input/index.js";
|
|
23
|
-
import { ElCol } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/col/index.js";
|
|
24
|
-
import { ElButton } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/button/index.js";
|
|
25
|
-
import { ElTooltip } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/tooltip/index.js";
|
|
26
|
-
import { ElRow } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/row/index.js";
|
|
27
|
-
import { ElTree } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/tree/index.js";
|
|
28
|
-
import { ElFormItem } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/form/index.js";
|
|
29
|
-
import { ElDialog } from "../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/dialog/index.js";
|
|
30
8
|
const _withScopeId = (n) => (pushScopeId("data-v-a5cc897b"), n = n(), popScopeId(), n);
|
|
31
9
|
const _hoisted_1 = { class: "custom-tree-node" };
|
|
32
10
|
const _hoisted_2 = { style: { "margin-left": "5px", "line-height": "14px", "font-size": "14px" } };
|
|
@@ -185,15 +163,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
185
163
|
}
|
|
186
164
|
};
|
|
187
165
|
return (_ctx, _cache) => {
|
|
188
|
-
const _component_el_icon =
|
|
189
|
-
const _component_el_input =
|
|
190
|
-
const _component_el_col =
|
|
191
|
-
const _component_el_button =
|
|
192
|
-
const _component_el_tooltip =
|
|
193
|
-
const _component_el_row =
|
|
194
|
-
const _component_el_tree =
|
|
195
|
-
const _component_el_form_item =
|
|
196
|
-
const _component_el_dialog =
|
|
166
|
+
const _component_el_icon = resolveComponent("el-icon");
|
|
167
|
+
const _component_el_input = resolveComponent("el-input");
|
|
168
|
+
const _component_el_col = resolveComponent("el-col");
|
|
169
|
+
const _component_el_button = resolveComponent("el-button");
|
|
170
|
+
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
171
|
+
const _component_el_row = resolveComponent("el-row");
|
|
172
|
+
const _component_el_tree = resolveComponent("el-tree");
|
|
173
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
174
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
197
175
|
return openBlock(), createElementBlock("div", null, [
|
|
198
176
|
createVNode(_component_el_row, null, {
|
|
199
177
|
default: withCtx(() => [
|