service-flow-designer 0.0.2-tmp7 → 1.0.2
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/value-set-input/option.js +4 -4
- package/dist/es/designer/common/components/value-set-input/value-set-input.css +3 -3
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +0 -8
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue.js +1 -1
- package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.js +15 -155
- package/dist/es/designer/service-components/base/custom-function/index.css +2 -4
- package/dist/es/designer/service-components/base/judge-condition/index.css +2 -4
- package/dist/es/designer/service-components/base/notification/config.vue2.js +0 -5
- package/dist/es/designer/service-components/base/notification/index.css +2 -4
- package/dist/es/designer/service-components/computation/clean/index.css +2 -4
- package/dist/es/designer/service-components/computation/connect/index.css +2 -4
- package/dist/es/designer/service-components/computation/sort/index.css +2 -4
- package/dist/es/designer/service-components/computation/split-joint/index.css +2 -4
- package/dist/es/designer/service-components/computation/statistics/index.css +2 -4
- package/dist/es/designer/service-components/database/aggregate-query/config.css +2 -2
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue2.js +93 -161
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.js +186 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue2.js +4 -0
- package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +13 -37
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +55 -203
- package/dist/es/designer/service-components/database/aggregate-query/index.css +8 -10
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue2.js +3 -8
- package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.js +17 -21
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +2 -6
- package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.js +16 -23
- package/dist/es/designer/service-components/database/dynamic-sql/index.css +2 -4
- package/dist/es/designer/service-components/database/regular-query/index.css +2 -4
- package/dist/es/designer/service-components/service/custom-bean/index.css +2 -4
- package/dist/es/designer/service-components/service/http-service/index.css +2 -4
- package/dist/es/designer/service-components/util/common-options.js +8 -10
- package/dist/es/designer/service-flow-view/service-node-config.css +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue2.js +1 -1
- package/dist/es/designer/service-flow-view/service-params.vue.js +18 -44
- package/dist/es/designer/service-flow-view/service-result.vue.js +57 -89
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/lib/assets/icon/end.svg.js +3 -0
- package/dist/lib/assets/icon/start.png.js +3 -0
- package/dist/lib/assets/icon/vardef-v.png.js +3 -0
- package/dist/lib/designer/common/components/database-select.css +10 -0
- package/dist/lib/designer/common/components/database-select.vue.js +6 -0
- package/dist/lib/designer/common/components/database-select.vue2.js +217 -0
- package/dist/lib/designer/common/components/datatable-select.css +10 -0
- package/dist/lib/designer/common/components/datatable-select.vue.js +6 -0
- package/dist/lib/designer/common/components/datatable-select.vue2.js +307 -0
- package/dist/lib/designer/common/components/file-upload.css +7 -0
- package/dist/lib/designer/common/components/file-upload.vue.js +6 -0
- package/dist/lib/designer/common/components/file-upload.vue2.js +103 -0
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.js +63 -0
- package/dist/lib/designer/common/components/json-view/json-view-dialog.vue2.js +3 -0
- package/dist/lib/designer/common/components/json-view/json-view.vue.js +141 -0
- package/dist/lib/designer/common/components/json-view/json-view.vue2.js +3 -0
- package/dist/lib/designer/common/components/node-base-config.vue.js +69 -0
- package/dist/lib/designer/common/components/node-base-config.vue2.js +3 -0
- package/dist/lib/designer/common/components/value-set-input/index.js +3 -0
- package/dist/lib/designer/common/components/value-set-input/option.js +62 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.css +14 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.d.ts +0 -8
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.js +6 -0
- package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.js +431 -0
- package/dist/lib/designer/common/util/node-util.js +56 -0
- package/dist/lib/designer/desginer-index.css +24 -0
- package/dist/lib/designer/desginer-index.vue.js +6 -0
- package/dist/lib/designer/desginer-index.vue2.js +113 -0
- package/dist/lib/designer/flow/base/AbLogicNode.js +28 -0
- package/dist/lib/designer/flow/base/AbLogicNodeModel.js +70 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNode.js +28 -0
- package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.js +44 -0
- package/dist/lib/designer/flow/edge/CustomLine.js +48 -0
- package/dist/lib/designer/service-components/base/custom-function/config.css +13 -0
- package/dist/lib/designer/service-components/base/custom-function/config.vue.js +6 -0
- package/dist/lib/designer/service-components/base/custom-function/config.vue2.js +320 -0
- package/dist/lib/designer/service-components/base/custom-function/index.css +49 -0
- package/dist/lib/designer/service-components/base/custom-function/index.js +38 -0
- package/dist/lib/designer/service-components/base/custom-function/index.vue.js +6 -0
- package/dist/lib/designer/service-components/base/custom-function/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/base/end-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/end-node/index.js +83 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue.js +6 -0
- package/dist/lib/designer/service-components/base/end-node/index.vue2.js +30 -0
- package/dist/lib/designer/service-components/base/judge-condition/config.vue.js +3 -0
- package/dist/lib/designer/service-components/base/judge-condition/config.vue2.js +588 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.css +50 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.js +48 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.vue.js +6 -0
- package/dist/lib/designer/service-components/base/judge-condition/index.vue2.js +66 -0
- package/dist/lib/designer/service-components/base/loop-node/config.css +4 -0
- package/dist/lib/designer/service-components/base/loop-node/config.vue.js +6 -0
- package/dist/lib/designer/service-components/base/loop-node/config.vue2.js +79 -0
- package/dist/lib/designer/service-components/base/loop-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/loop-node/index.js +176 -0
- package/dist/lib/designer/service-components/base/notification/config.vue.js +3 -0
- package/dist/lib/designer/service-components/base/notification/config.vue2.js +333 -0
- package/dist/lib/designer/service-components/base/notification/index.css +49 -0
- package/dist/lib/designer/service-components/base/notification/index.js +38 -0
- package/dist/lib/designer/service-components/base/notification/index.vue.js +6 -0
- package/dist/lib/designer/service-components/base/notification/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/base/notification/recipients-select.css +4 -0
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue.js +6 -0
- package/dist/lib/designer/service-components/base/notification/recipients-select.vue2.js +152 -0
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue.js +109 -0
- package/dist/lib/designer/service-components/base/notification/select-mail-template.vue2.js +3 -0
- package/dist/lib/designer/service-components/base/start-node/index.css +20 -0
- package/dist/lib/designer/service-components/base/start-node/index.js +84 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue.js +6 -0
- package/dist/lib/designer/service-components/base/start-node/index.vue2.js +30 -0
- package/dist/lib/designer/service-components/computation/clean/config.css +10 -0
- package/dist/lib/designer/service-components/computation/clean/config.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/clean/config.vue2.js +433 -0
- package/dist/lib/designer/service-components/computation/clean/index.css +49 -0
- package/dist/lib/designer/service-components/computation/clean/index.js +38 -0
- package/dist/lib/designer/service-components/computation/clean/index.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/clean/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/computation/connect/config.css +7 -0
- package/dist/lib/designer/service-components/computation/connect/config.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/connect/config.vue2.js +521 -0
- package/dist/lib/designer/service-components/computation/connect/index.css +49 -0
- package/dist/lib/designer/service-components/computation/connect/index.js +38 -0
- package/dist/lib/designer/service-components/computation/connect/index.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/connect/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/computation/sort/config.css +10 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/sort/config.vue2.js +312 -0
- package/dist/lib/designer/service-components/computation/sort/index.css +49 -0
- package/dist/lib/designer/service-components/computation/sort/index.js +38 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/sort/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/computation/split-joint/config.css +7 -0
- package/dist/lib/designer/service-components/computation/split-joint/config.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/split-joint/config.vue2.js +342 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.css +49 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.js +38 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/split-joint/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/computation/statistics/config.css +7 -0
- package/dist/lib/designer/service-components/computation/statistics/config.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/statistics/config.vue2.js +451 -0
- package/dist/lib/designer/service-components/computation/statistics/index.css +49 -0
- package/dist/lib/designer/service-components/computation/statistics/index.js +38 -0
- package/dist/lib/designer/service-components/computation/statistics/index.vue.js +6 -0
- package/dist/lib/designer/service-components/computation/statistics/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue.js +6 -0
- package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.js +283 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.js +185 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue2.js +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.js +203 -0
- package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue2.js +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.js +298 -0
- package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue2.js +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.js +48 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue.js +6 -0
- package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.js +89 -0
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.js +182 -0
- package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue2.js +3 -0
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +2 -6
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.js +187 -0
- package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue2.js +3 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.css +13 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.js +6 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.js +504 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.css +49 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.js +38 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.js +6 -0
- package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/database/regular-query/config.css +7 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue.js +6 -0
- package/dist/lib/designer/service-components/database/regular-query/config.vue2.js +674 -0
- package/dist/lib/designer/service-components/database/regular-query/index.css +50 -0
- package/dist/lib/designer/service-components/database/regular-query/index.js +48 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue.js +6 -0
- package/dist/lib/designer/service-components/database/regular-query/index.vue2.js +89 -0
- package/dist/lib/designer/service-components/index.js +230 -0
- package/dist/lib/designer/service-components/service/common/cookie-data.vue.js +131 -0
- package/dist/lib/designer/service-components/service/common/cookie-data.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/common/form-data.vue.js +161 -0
- package/dist/lib/designer/service-components/service/common/form-data.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/common/header-data.vue.js +132 -0
- package/dist/lib/designer/service-components/service/common/header-data.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/common/json-data.css +4 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue.js +6 -0
- package/dist/lib/designer/service-components/service/common/json-data.vue2.js +133 -0
- package/dist/lib/designer/service-components/service/common/param-config.css +7 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue.js +6 -0
- package/dist/lib/designer/service-components/service/common/param-config.vue2.js +222 -0
- package/dist/lib/designer/service-components/service/common/query-params.vue.js +132 -0
- package/dist/lib/designer/service-components/service/common/query-params.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/common/raw-data.vue.js +95 -0
- package/dist/lib/designer/service-components/service/common/raw-data.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/custom-bean/config.vue.js +3 -0
- package/dist/lib/designer/service-components/service/custom-bean/config.vue2.js +70 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.css +49 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.js +38 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue.js +6 -0
- package/dist/lib/designer/service-components/service/custom-bean/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/service/http-service/config.css +7 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue.js +6 -0
- package/dist/lib/designer/service-components/service/http-service/config.vue2.js +307 -0
- package/dist/lib/designer/service-components/service/http-service/index.css +49 -0
- package/dist/lib/designer/service-components/service/http-service/index.js +38 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue.js +6 -0
- package/dist/lib/designer/service-components/service/http-service/index.vue2.js +43 -0
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.js +274 -0
- package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.js +67 -0
- package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue2.js +3 -0
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.js +274 -0
- package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue2.js +3 -0
- package/dist/lib/designer/service-components/util/common-options.js +131 -0
- package/dist/lib/designer/service-flow-view/flow-tool-util.js +44 -0
- package/dist/lib/designer/service-flow-view/flow-util.js +123 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.css +130 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue.js +6 -0
- package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.js +193 -0
- package/dist/lib/designer/service-flow-view/service-node-config.css +10 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue.js +6 -0
- package/dist/lib/designer/service-flow-view/service-node-config.vue2.js +152 -0
- package/dist/lib/designer/service-flow-view/service-params.vue.js +402 -0
- package/dist/lib/designer/service-flow-view/service-params.vue2.js +3 -0
- package/dist/lib/designer/service-flow-view/service-result.vue.js +284 -0
- package/dist/lib/designer/service-flow-view/service-result.vue2.js +3 -0
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue.js +321 -0
- package/dist/lib/designer/service-flow-view/service-test/request-params.vue2.js +3 -0
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue.js +449 -0
- package/dist/lib/designer/service-flow-view/service-test/service-test.vue2.js +3 -0
- package/dist/lib/designer/service-flow-view/service-update-log.css +5 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue.js +6 -0
- package/dist/lib/designer/service-flow-view/service-update-log.vue2.js +214 -0
- package/dist/lib/designer/service-flow-view/view-index.css +102 -0
- package/dist/lib/designer/service-flow-view/view-index.vue.js +6 -0
- package/dist/lib/designer/service-flow-view/view-index.vue2.js +353 -0
- package/dist/lib/designer/service-panel/component-panel.css +66 -0
- package/dist/lib/designer/service-panel/component-panel.vue.js +6 -0
- package/dist/lib/designer/service-panel/component-panel.vue2.js +93 -0
- package/dist/lib/designer/service-panel/service-list.css +36 -0
- package/dist/lib/designer/service-panel/service-list.vue.js +6 -0
- package/dist/lib/designer/service-panel/service-list.vue2.js +351 -0
- package/dist/lib/designer/service-panel/service-panel.css +41 -0
- package/dist/lib/designer/service-panel/service-panel.vue.js +6 -0
- package/dist/lib/designer/service-panel/service-panel.vue2.js +80 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/index.js +3 -0
- package/dist/lib/stores/page-store.js +79 -0
- package/package.json +14 -13
- package/dist/es/designer/service-components/base/notification/quill-example.vue.d.ts +0 -19
- package/dist/es/utils/common-util.d.ts +0 -21
- package/dist/es/utils/common-util.js +0 -235
- package/dist/lib/designer/service-components/base/notification/quill-example.vue.d.ts +0 -19
- package/dist/lib/utils/common-util.d.ts +0 -21
|
@@ -7,6 +7,10 @@ const typeOptions = [
|
|
|
7
7
|
value: "data",
|
|
8
8
|
label: "数据模型"
|
|
9
9
|
},
|
|
10
|
+
{
|
|
11
|
+
value: "page",
|
|
12
|
+
label: "页面变量"
|
|
13
|
+
},
|
|
10
14
|
{
|
|
11
15
|
value: "task",
|
|
12
16
|
label: "流程变量"
|
|
@@ -15,10 +19,6 @@ const typeOptions = [
|
|
|
15
19
|
value: "service",
|
|
16
20
|
label: "服务变量"
|
|
17
21
|
},
|
|
18
|
-
// {
|
|
19
|
-
// value: 'page',
|
|
20
|
-
// label: '页面变量'
|
|
21
|
-
// },
|
|
22
22
|
{
|
|
23
23
|
value: "system",
|
|
24
24
|
label: "系统变量"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
[data-v-
|
|
2
|
+
[data-v-53118ceb] .el-cascader-menu {
|
|
3
3
|
min-width: 120px !important;
|
|
4
4
|
}
|
|
5
|
-
.totalStyle[data-v-
|
|
5
|
+
.totalStyle[data-v-53118ceb] {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 15px;
|
|
8
8
|
align-items: center;
|
|
9
9
|
justify-content: center;
|
|
10
10
|
font-size: 10px;
|
|
11
11
|
}
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-53118ceb] .el-input-group__append {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
}
|
|
@@ -62,10 +62,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
62
62
|
type: BooleanConstructor;
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
|
-
autoCreateFieldType: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
required: false;
|
|
68
|
-
};
|
|
69
65
|
}, {
|
|
70
66
|
setSelectOptions: typeof setSelectOptions;
|
|
71
67
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -133,10 +129,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
133
129
|
type: BooleanConstructor;
|
|
134
130
|
default: boolean;
|
|
135
131
|
};
|
|
136
|
-
autoCreateFieldType: {
|
|
137
|
-
type: StringConstructor;
|
|
138
|
-
required: false;
|
|
139
|
-
};
|
|
140
132
|
}>> & {
|
|
141
133
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
142
134
|
}, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./value-set-input.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-53118ceb"]]);
|
|
5
5
|
export {
|
|
6
6
|
ValueSetInput as default
|
|
7
7
|
};
|
|
@@ -10,23 +10,18 @@ import "element-plus/es/components/col/style/css";
|
|
|
10
10
|
import "element-plus/es/components/cascader-panel/style/css";
|
|
11
11
|
import "element-plus/es/components/input/style/css";
|
|
12
12
|
import "element-plus/es/components/button/style/css";
|
|
13
|
-
import { defineComponent, ref, computed, openBlock, createElementBlock, toDisplayString, createBlock, withCtx, createVNode, normalizeStyle, unref, withModifiers, createElementVNode,
|
|
13
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, toDisplayString, createBlock, withCtx, createVNode, normalizeStyle, unref, withModifiers, createElementVNode, createTextVNode, nextTick, pushScopeId, popScopeId } from "vue";
|
|
14
14
|
import { Search, Delete, Plus, InfoFilled } from "@element-plus/icons-vue";
|
|
15
|
-
import { v4 } from "uuid";
|
|
16
15
|
import { getTypeOptions, contextVarOptions, taskVarOptions } from "./option.js";
|
|
17
16
|
import { useServiceFlowStore } from "../../../../stores/page-store.js";
|
|
18
17
|
import fileUpload from "../file-upload.vue.js";
|
|
19
18
|
import http from "agilebuilder-ui/src/utils/request";
|
|
20
19
|
import { ElMessage } from "element-plus";
|
|
21
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
20
|
+
const _withScopeId = (n) => (pushScopeId("data-v-53118ceb"), n = n(), popScopeId(), n);
|
|
22
21
|
const _hoisted_1 = { key: 0 };
|
|
23
22
|
const _hoisted_2 = { style: { "margin-top": "10px", "font-size": "10px", "display": "flex", "align-items": "center", "justify-self": "center" } };
|
|
24
23
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1));
|
|
25
|
-
const _hoisted_4 = {
|
|
26
|
-
const _hoisted_5 = { style: { "margin-bottom": "5px" } };
|
|
27
|
-
const _hoisted_6 = { style: { "margin-top": "10px", "font-size": "10px", "display": "flex", "align-items": "center", "justify-self": "center" } };
|
|
28
|
-
const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { style: { "margin-left": "5px" } }, "输入变量名后点击加号按钮添加", -1));
|
|
29
|
-
const _hoisted_8 = { class: "totalStyle" };
|
|
24
|
+
const _hoisted_4 = { class: "totalStyle" };
|
|
30
25
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
31
26
|
...{
|
|
32
27
|
name: "ValueSetInput",
|
|
@@ -69,11 +64,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
69
64
|
showFileUpload: {
|
|
70
65
|
type: Boolean,
|
|
71
66
|
default: false
|
|
72
|
-
},
|
|
73
|
-
//自动创建服务字段的类型
|
|
74
|
-
autoCreateFieldType: {
|
|
75
|
-
type: String,
|
|
76
|
-
required: false
|
|
77
67
|
}
|
|
78
68
|
},
|
|
79
69
|
emits: ["update:modelValue"],
|
|
@@ -87,7 +77,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
77
|
const showInputType = ref("");
|
|
88
78
|
const fileObject = ref({});
|
|
89
79
|
const labelValue = ref(null);
|
|
90
|
-
const requestParams = ref([]);
|
|
91
80
|
const paramType = ref(null);
|
|
92
81
|
const paramValue = ref(null);
|
|
93
82
|
const valueOptions = ref([]);
|
|
@@ -133,8 +122,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
133
122
|
} else {
|
|
134
123
|
showInputType.value = "input";
|
|
135
124
|
}
|
|
125
|
+
setValueOptions(paramType.value);
|
|
126
|
+
labelValue.value = formatter();
|
|
136
127
|
}
|
|
137
|
-
labelValue.value = formatter();
|
|
138
128
|
}
|
|
139
129
|
const filterTableData = computed(
|
|
140
130
|
() => valueOptions.value.filter(
|
|
@@ -147,42 +137,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
147
137
|
selectOptions.value.dataModelOptions = props.customOptions.data;
|
|
148
138
|
}
|
|
149
139
|
selectOptions.value.serviceVarOptions = serviceFlowStoreUtil.getServiceVarOptions();
|
|
150
|
-
const tempParams = [
|
|
151
|
-
{
|
|
152
|
-
value: "query",
|
|
153
|
-
label: "query"
|
|
154
|
-
}
|
|
155
|
-
];
|
|
156
|
-
if (serviceFlowStoreUtil.pageContext) {
|
|
157
|
-
convertVariablesToParams(serviceFlowStoreUtil.pageContext.variables, tempParams, "");
|
|
158
|
-
}
|
|
159
|
-
requestParams.value = tempParams;
|
|
160
|
-
}
|
|
161
|
-
function convertVariablesToParams(variables, tempParams, parentFieldName) {
|
|
162
|
-
if (!variables) {
|
|
163
|
-
return;
|
|
164
|
-
}
|
|
165
|
-
for (let v of variables) {
|
|
166
|
-
if (!v.name) {
|
|
167
|
-
continue;
|
|
168
|
-
}
|
|
169
|
-
let tempParentName = parentFieldName;
|
|
170
|
-
if (!v.isArrayElement) {
|
|
171
|
-
let fieldName = v.name;
|
|
172
|
-
if (parentFieldName) {
|
|
173
|
-
fieldName = parentFieldName + "." + fieldName;
|
|
174
|
-
}
|
|
175
|
-
const label = v.alias ? fieldName + "(" + v.alias + ")" : fieldName;
|
|
176
|
-
tempParams.push({
|
|
177
|
-
value: fieldName,
|
|
178
|
-
label
|
|
179
|
-
});
|
|
180
|
-
tempParentName = fieldName;
|
|
181
|
-
}
|
|
182
|
-
if (v.items) {
|
|
183
|
-
convertVariablesToParams(v.items, tempParams, tempParentName);
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
140
|
}
|
|
187
141
|
function formatter() {
|
|
188
142
|
if (props.modelValue) {
|
|
@@ -205,11 +159,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
205
159
|
showInputType.value = "input";
|
|
206
160
|
}
|
|
207
161
|
}
|
|
208
|
-
if (!paramType.value && typeOptions.value.length > 0) {
|
|
209
|
-
paramType.value = typeOptions.value[0].value;
|
|
210
|
-
paramTypeChange(paramType.value);
|
|
211
|
-
console.log("paramType.value--", paramType.value);
|
|
212
|
-
}
|
|
213
162
|
function setValueOptions(value) {
|
|
214
163
|
if (value === "context") {
|
|
215
164
|
valueOptions.value = contextVarOptions;
|
|
@@ -239,55 +188,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
239
188
|
emits("update:modelValue", defalutValue.value);
|
|
240
189
|
popoverRef.value.hide();
|
|
241
190
|
}
|
|
242
|
-
function addRequestParam(addParam) {
|
|
243
|
-
paramValue.value = addParam;
|
|
244
|
-
addInputParams();
|
|
245
|
-
}
|
|
246
|
-
function addServiceParams() {
|
|
247
|
-
searchValue.value = searchValue.value.trim();
|
|
248
|
-
if (!searchValue.value) {
|
|
249
|
-
ElMessage.warning("请输入参数名");
|
|
250
|
-
return;
|
|
251
|
-
}
|
|
252
|
-
const tempValues = selectOptions.value.serviceVarOptions || [];
|
|
253
|
-
for (let t of tempValues) {
|
|
254
|
-
if (t.value === searchValue.value) {
|
|
255
|
-
ElMessage.warning("该变量已存在!");
|
|
256
|
-
return;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
const variable = {
|
|
260
|
-
code: v4(),
|
|
261
|
-
level: 1,
|
|
262
|
-
name: searchValue.value,
|
|
263
|
-
alias: searchValue.value,
|
|
264
|
-
type: props.autoCreateFieldType ? props.autoCreateFieldType : "string",
|
|
265
|
-
defaultValue: "",
|
|
266
|
-
items: []
|
|
267
|
-
};
|
|
268
|
-
if (variable.type == "array") {
|
|
269
|
-
variable.items.push({
|
|
270
|
-
level: variable.level + 1,
|
|
271
|
-
code: v4(),
|
|
272
|
-
name: "items",
|
|
273
|
-
isArrayElement: true,
|
|
274
|
-
alias: "",
|
|
275
|
-
type: "object",
|
|
276
|
-
defaultValue: "",
|
|
277
|
-
items: []
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
if (!serviceFlowStoreUtil.currentService.variables) {
|
|
281
|
-
serviceFlowStoreUtil.currentService.variables = [];
|
|
282
|
-
}
|
|
283
|
-
serviceFlowStoreUtil.currentService.variables.push(variable);
|
|
284
|
-
selectOptions.value.serviceVarOptions = serviceFlowStoreUtil.getServiceVarOptions();
|
|
285
|
-
setValueOptions(paramType.value);
|
|
286
|
-
paramValue.value = searchValue.value;
|
|
287
|
-
defalutValue.value = "${" + paramType.value + "." + searchValue.value + "}";
|
|
288
|
-
emits("update:modelValue", defalutValue.value);
|
|
289
|
-
popoverRef.value.hide();
|
|
290
|
-
}
|
|
291
191
|
function getTypeLabel(valueType) {
|
|
292
192
|
var _a;
|
|
293
193
|
return (_a = typeOptions.value.find((item) => item.value === valueType)) == null ? void 0 : _a.label;
|
|
@@ -433,7 +333,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
433
333
|
}, {
|
|
434
334
|
default: withCtx(() => [
|
|
435
335
|
createVNode(_component_el_input, {
|
|
436
|
-
style: { "width": "
|
|
336
|
+
style: { "width": "75%" },
|
|
437
337
|
size: "small",
|
|
438
338
|
modelValue: paramValue.value,
|
|
439
339
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => paramValue.value = $event),
|
|
@@ -455,23 +355,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
455
355
|
_: 1
|
|
456
356
|
}),
|
|
457
357
|
_hoisted_3
|
|
458
|
-
]),
|
|
459
|
-
withDirectives(createElementVNode("div", _hoisted_4, [
|
|
460
|
-
createTextVNode(" 可用参数: "),
|
|
461
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(requestParams.value, (o) => {
|
|
462
|
-
return openBlock(), createBlock(_component_el_button, {
|
|
463
|
-
type: "primary",
|
|
464
|
-
size: "small",
|
|
465
|
-
onClick: ($event) => addRequestParam(o.value)
|
|
466
|
-
}, {
|
|
467
|
-
default: withCtx(() => [
|
|
468
|
-
createTextVNode(toDisplayString(o.label), 1)
|
|
469
|
-
]),
|
|
470
|
-
_: 2
|
|
471
|
-
}, 1032, ["onClick"]);
|
|
472
|
-
}), 256))
|
|
473
|
-
], 512), [
|
|
474
|
-
[vShow, paramType.value == "request"]
|
|
475
358
|
])
|
|
476
359
|
]),
|
|
477
360
|
_: 1
|
|
@@ -492,37 +375,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
492
375
|
span: 16
|
|
493
376
|
}, {
|
|
494
377
|
default: withCtx(() => [
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}, null, 8, ["modelValue", "suffix-icon"]),
|
|
504
|
-
withDirectives(createVNode(_component_el_button, {
|
|
505
|
-
style: { "float": "right" },
|
|
506
|
-
onClick: addServiceParams,
|
|
507
|
-
size: "small",
|
|
508
|
-
type: "primary",
|
|
509
|
-
icon: unref(Plus),
|
|
510
|
-
circle: ""
|
|
511
|
-
}, null, 8, ["icon"]), [
|
|
512
|
-
[vShow, paramType.value == "service"]
|
|
513
|
-
]),
|
|
514
|
-
withDirectives(createElementVNode("div", _hoisted_6, [
|
|
515
|
-
createVNode(_component_el_icon, null, {
|
|
516
|
-
default: withCtx(() => [
|
|
517
|
-
createVNode(unref(InfoFilled))
|
|
518
|
-
]),
|
|
519
|
-
_: 1
|
|
520
|
-
}),
|
|
521
|
-
_hoisted_7
|
|
522
|
-
], 512), [
|
|
523
|
-
[vShow, paramType.value == "service"]
|
|
524
|
-
])
|
|
525
|
-
]),
|
|
378
|
+
createVNode(_component_el_input, {
|
|
379
|
+
size: "small",
|
|
380
|
+
modelValue: searchValue.value,
|
|
381
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => searchValue.value = $event),
|
|
382
|
+
placeholder: "搜索",
|
|
383
|
+
"suffix-icon": unref(Search),
|
|
384
|
+
style: { "margin-bottom": "5px", "height": "25px" }
|
|
385
|
+
}, null, 8, ["modelValue", "suffix-icon"]),
|
|
526
386
|
createVNode(_component_el_table, {
|
|
527
387
|
ref_key: "tableRef",
|
|
528
388
|
ref: tableRef,
|
|
@@ -554,7 +414,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
554
414
|
]),
|
|
555
415
|
_: 1
|
|
556
416
|
}, 8, ["data"]),
|
|
557
|
-
createElementVNode("div",
|
|
417
|
+
createElementVNode("div", _hoisted_4, "总计:" + toDisplayString(filterTableData.value.length), 1)
|
|
558
418
|
]),
|
|
559
419
|
_: 1
|
|
560
420
|
}))
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-faa5a940] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-faa5a940]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-faa5a940] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-c176feb6] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-c176feb6]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-c176feb6] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -17,11 +17,6 @@ import RecipientsSelect from "./recipients-select.vue.js";
|
|
|
17
17
|
import { EditorView, basicSetup } from "codemirror";
|
|
18
18
|
import { markdown } from "@codemirror/lang-markdown";
|
|
19
19
|
import { Compartment, EditorState } from "@codemirror/state";
|
|
20
|
-
import "quill";
|
|
21
|
-
import "quill/dist/quill.core.css";
|
|
22
|
-
import "quill/dist/quill.snow.css";
|
|
23
|
-
import "quill-delta";
|
|
24
|
-
import "agilebuilder-ui/src/utils/request";
|
|
25
20
|
const _hoisted_1 = { key: 0 };
|
|
26
21
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", {
|
|
27
22
|
style: {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-7702fcdb] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-7702fcdb]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-7702fcdb] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-6d0cd280] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-6d0cd280]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-6d0cd280] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-9fff2753] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-9fff2753]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-9fff2753] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-b1d2a966] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-b1d2a966]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-b1d2a966] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-b604c489] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-b604c489]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-b604c489] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
24
24
|
}
|
|
25
25
|
.nodeContent[data-v-221a60f8] {
|
|
26
|
-
|
|
26
|
+
width: 112px;
|
|
27
27
|
height: 15px;
|
|
28
28
|
font-weight: 400;
|
|
29
29
|
font-size: 14px;
|
|
@@ -32,13 +32,11 @@
|
|
|
32
32
|
text-align: left;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
text-transform: none;
|
|
35
|
-
padding: 0px
|
|
35
|
+
padding: 0px 24px;
|
|
36
36
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
37
37
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
38
38
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
39
39
|
}
|
|
40
|
-
.nodeContent-desc[data-v-221a60f8]{
|
|
41
|
-
}
|
|
42
40
|
.el-divider--horizontal[data-v-221a60f8] {
|
|
43
41
|
margin: 12px 0;
|
|
44
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-dfc6a722"]]);
|
|
5
5
|
export {
|
|
6
6
|
config as default
|
|
7
7
|
};
|