service-flow-designer 2.0.85 → 2.0.90
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.vue.js +1 -1
- package/dist/es/designer/common/components/database-select.vue3.js +1 -0
- package/dist/es/designer/common/components/datatable-select.vue.js +1 -1
- package/dist/es/designer/common/components/datatable-select.vue3.js +1 -0
- package/dist/es/designer/common/components/file-upload.vue.js +1 -1
- package/dist/es/designer/common/components/file-upload.vue3.js +1 -0
- 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.vue3.js +1 -0
- package/dist/es/designer/common/util/node-util.js +4 -2
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/desginer-index.vue3.js +1 -0
- package/dist/es/designer/flow/base/AbLogicNode.js +4 -1
- package/dist/es/designer/flow/base/AbLogicNodeModel.js +4 -1
- package/dist/es/designer/flow/base/AbLogicResizeNode.js +4 -1
- package/dist/es/designer/flow/base/AbLogicResizeNodeModel.js +4 -1
- package/dist/es/designer/service-components/base/custom-function/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/config.vue3.js +1 -0
- package/dist/es/designer/service-components/base/custom-function/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/custom-function/index.vue3.js +1 -0
- package/dist/es/designer/service-components/base/end-node/index.js +4 -1
- package/dist/es/designer/service-components/base/end-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/end-node/index.vue3.js +1 -0
- package/dist/es/designer/service-components/base/judge-condition/index.js +4 -1
- package/dist/es/designer/service-components/base/judge-condition/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/judge-condition/index.vue3.js +1 -0
- package/dist/es/designer/service-components/base/loop-node/config.vue.js +1 -1
- package/dist/es/designer/service-components/base/loop-node/config.vue3.js +1 -0
- package/dist/es/designer/service-components/base/loop-node/index.js +1 -1
- package/dist/es/designer/service-components/base/loop-node/index.vue.js +1 -0
- package/dist/es/designer/service-components/base/notification/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/notification/index.vue3.js +1 -0
- package/dist/es/designer/service-components/base/notification/recipients-select.vue.js +1 -1
- package/dist/es/designer/service-components/base/notification/recipients-select.vue3.js +1 -0
- package/dist/es/designer/service-components/base/start-node/index.js +4 -1
- package/dist/es/designer/service-components/base/start-node/index.vue.js +1 -1
- package/dist/es/designer/service-components/base/start-node/index.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/clean/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/config.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/clean/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/clean/index.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/connect/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/config.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/connect/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/connect/index.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/sort/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/config.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/sort/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/sort/index.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/split-joint/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/config.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/split-joint/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/split-joint/index.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/statistics/config.vue.js +1 -1
- package/dist/es/designer/service-components/computation/statistics/config.vue3.js +1 -0
- package/dist/es/designer/service-components/computation/statistics/index.vue.js +1 -1
- package/dist/es/designer/service-components/computation/statistics/index.vue3.js +1 -0
- package/dist/es/designer/service-components/database/aggregate-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/config.vue3.js +1 -0
- package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js +5 -5
- package/dist/es/designer/service-components/database/aggregate-query/index.js +4 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/aggregate-query/index.vue3.js +1 -0
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/config.vue3.js +1 -0
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.js +1 -0
- package/dist/es/designer/service-components/database/regular-query/config.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/config.vue3.js +1 -0
- package/dist/es/designer/service-components/database/regular-query/index.js +4 -1
- package/dist/es/designer/service-components/database/regular-query/index.vue.js +1 -1
- package/dist/es/designer/service-components/database/regular-query/index.vue3.js +1 -0
- package/dist/es/designer/service-components/service/common/json-data.vue.js +1 -1
- package/dist/es/designer/service-components/service/common/json-data.vue3.js +1 -0
- package/dist/es/designer/service-components/service/common/param-config.vue.js +1 -1
- package/dist/es/designer/service-components/service/common/param-config.vue3.js +1 -0
- package/dist/es/designer/service-components/service/custom-bean/index.vue.js +1 -1
- package/dist/es/designer/service-components/service/custom-bean/index.vue3.js +1 -0
- package/dist/es/designer/service-components/service/http-service/config.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/config.vue3.js +1 -0
- package/dist/es/designer/service-components/service/http-service/index.vue.js +1 -1
- package/dist/es/designer/service-components/service/http-service/index.vue3.js +1 -0
- package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js +2 -1
- package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js +2 -1
- package/dist/es/designer/service-flow-view/service-flow-tool.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-flow-tool.vue3.js +1 -0
- package/dist/es/designer/service-flow-view/service-node-config.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-node-config.vue3.js +1 -0
- package/dist/es/designer/service-flow-view/service-update-log.vue.js +1 -1
- package/dist/es/designer/service-flow-view/service-update-log.vue3.js +1 -0
- package/dist/es/designer/service-flow-view/view-index.vue.js +1 -1
- package/dist/es/designer/service-flow-view/view-index.vue3.js +1 -0
- package/dist/es/designer/service-panel/component-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/component-panel.vue3.js +1 -0
- package/dist/es/designer/service-panel/service-list.vue.js +1 -1
- package/dist/es/designer/service-panel/service-list.vue3.js +1 -0
- package/dist/es/designer/service-panel/service-panel.vue.js +1 -1
- package/dist/es/designer/service-panel/service-panel.vue3.js +1 -0
- package/dist/es/style.css +803 -790
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./database-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./database-select.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DatabaseSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7fcf8a84"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./datatable-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./datatable-select.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DatatableSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3918f594"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./file-upload.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./file-upload.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const fileUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d06523b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./value-set-input.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./value-set-input.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ValueSetInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9cc733d7"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -16,9 +16,11 @@ function isDeepEqual(tempData, flowData) {
|
|
|
16
16
|
return tempData === flowData;
|
|
17
17
|
}
|
|
18
18
|
if (Array.isArray(tempData) && Array.isArray(flowData)) {
|
|
19
|
-
if (tempData.length !== flowData.length)
|
|
19
|
+
if (tempData.length !== flowData.length)
|
|
20
|
+
return false;
|
|
20
21
|
for (let i = 0; i < tempData.length; i++) {
|
|
21
|
-
if (!isDeepEqual(tempData[i], flowData[i]))
|
|
22
|
+
if (!isDeepEqual(tempData[i], flowData[i]))
|
|
23
|
+
return false;
|
|
22
24
|
}
|
|
23
25
|
return true;
|
|
24
26
|
} else {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./desginer-index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./desginer-index.vue3.js";
|
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ad0c7c5"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import { HtmlNode } from "@logicflow/core";
|
|
5
8
|
import "@logicflow/extension";
|
|
6
9
|
class AbLogicNode extends HtmlNode {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import { HtmlNodeModel } from "@logicflow/core";
|
|
5
8
|
import "vue";
|
|
6
9
|
class AbLogicNodeModel extends HtmlNodeModel {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import "@logicflow/core";
|
|
5
8
|
import { HtmlResize } from "@logicflow/extension";
|
|
6
9
|
class AbLogicResizeNode extends HtmlResize.view {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import "@logicflow/core";
|
|
5
8
|
import "vue";
|
|
6
9
|
import { HtmlResize } from "@logicflow/extension";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d55ab098"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const CustomFunction = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4d28d77b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
5
8
|
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
6
9
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
5
8
|
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
6
9
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const JudgeCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ce8de44"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a158f309"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -3,7 +3,7 @@ import { GroupNode } from "@logicflow/extension";
|
|
|
3
3
|
import "vue";
|
|
4
4
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
5
5
|
import "../../../flow/base/AbLogicResizeNode.js";
|
|
6
|
-
|
|
6
|
+
import "./index.vue.js";
|
|
7
7
|
class LoopNode extends GroupNode.view {
|
|
8
8
|
getResizeShape() {
|
|
9
9
|
const { model } = this.props;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const Notification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-91a913ff"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./recipients-select.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./recipients-select.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const RecipientsSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1bbd6187"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
5
8
|
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
6
9
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d978e7dc"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ComputationClean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1519c141"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-32875028"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const Connect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b04d3f8b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e27c4c1e"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const ComputationSort = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-23f1c97b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-028fb838"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const SplitJoint = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-08d9d211"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-82e0dfef"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const Statistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-42ce3f17"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-808a13e1"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.js
CHANGED
|
@@ -133,8 +133,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
133
133
|
}),
|
|
134
134
|
createVNode(_component_el_table_column, {
|
|
135
135
|
prop: "name",
|
|
136
|
-
label: "字段名"
|
|
137
|
-
width: "160"
|
|
136
|
+
label: "字段名"
|
|
138
137
|
}, {
|
|
139
138
|
default: withCtx((scope) => [
|
|
140
139
|
!scope.row.$editing ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(scope.row.propName), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
@@ -164,7 +163,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
164
163
|
}),
|
|
165
164
|
createVNode(_component_el_table_column, {
|
|
166
165
|
prop: "operator",
|
|
167
|
-
label: "操作符"
|
|
166
|
+
label: "操作符",
|
|
167
|
+
width: "100"
|
|
168
168
|
}, {
|
|
169
169
|
default: withCtx((scope) => [
|
|
170
170
|
!scope.row.$editing ? (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(scope.row.operator), 1)) : (openBlock(), createBlock(_component_el_select, {
|
|
@@ -284,8 +284,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
284
284
|
}),
|
|
285
285
|
createVNode(_component_el_table_column, {
|
|
286
286
|
prop: "propValue",
|
|
287
|
-
label: "值"
|
|
288
|
-
width: "160"
|
|
287
|
+
label: "值"
|
|
289
288
|
}, {
|
|
290
289
|
default: withCtx((scope) => [
|
|
291
290
|
createVNode(unref(ValueSetInput), {
|
|
@@ -345,6 +344,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
345
344
|
key: 1,
|
|
346
345
|
modelValue: scope.row.logicOperator,
|
|
347
346
|
"onUpdate:modelValue": ($event) => scope.row.logicOperator = $event,
|
|
347
|
+
clearable: "",
|
|
348
348
|
placeholder: "",
|
|
349
349
|
size: "small"
|
|
350
350
|
}, {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
5
8
|
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
6
9
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const AggregateQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3c23a172"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-684c1f08"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DynamicSql = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9770119b"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-65e38bfb"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
-
var __publicField = (obj, key, value) =>
|
|
3
|
+
var __publicField = (obj, key, value) => {
|
|
4
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
|
+
return value;
|
|
6
|
+
};
|
|
4
7
|
import AbLogicNode from "../../../flow/base/AbLogicNode.js";
|
|
5
8
|
import AbLogicNodeModel from "../../../flow/base/AbLogicNodeModel.js";
|
|
6
9
|
import "../../../flow/base/AbLogicResizeNodeModel.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const RegularQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-418f1558"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./json-data.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./json-data.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const jsonData = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9a3ee19e"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./param-config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./param-config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const paramConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ee0eb33"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const CustomBean = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-96d149c1"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./config.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./config.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-08737620"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./index.vue2.js";
|
|
2
|
-
|
|
2
|
+
import "./index.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const httpIndex = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6b34f36c"]]);
|
|
5
5
|
export {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.js
CHANGED
|
@@ -40,7 +40,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
40
|
row.$editing = true;
|
|
41
41
|
};
|
|
42
42
|
const typeChange = (value, index, row) => {
|
|
43
|
-
if (value === "array")
|
|
43
|
+
if (value === "array")
|
|
44
|
+
;
|
|
44
45
|
else if (row.items && row.items.length > 0) {
|
|
45
46
|
if (value === "object") {
|
|
46
47
|
row.items = [];
|
package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.js
CHANGED
|
@@ -40,7 +40,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
40
|
row.$editing = true;
|
|
41
41
|
};
|
|
42
42
|
const typeChange = (value, index, row) => {
|
|
43
|
-
if (value === "array")
|
|
43
|
+
if (value === "array")
|
|
44
|
+
;
|
|
44
45
|
else if (row.items && row.items.length > 0) {
|
|
45
46
|
if (value === "object") {
|
|
46
47
|
row.items = [];
|