service-flow-designer 2.1.21 → 2.1.25
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 +6 -6
- 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 +769 -769
- 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-f20126f5"]]);
|
|
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-7117ba9e"]]);
|
|
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
|
@@ -195,13 +195,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
195
195
|
]
|
|
196
196
|
]),
|
|
197
197
|
withDirectives(createVNode(_component_el_option, {
|
|
198
|
-
label: "
|
|
198
|
+
label: "大于",
|
|
199
199
|
value: "GT"
|
|
200
200
|
}, null, 512), [
|
|
201
201
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
202
202
|
]),
|
|
203
203
|
withDirectives(createVNode(_component_el_option, {
|
|
204
|
-
label: "
|
|
204
|
+
label: "小于",
|
|
205
205
|
value: "LT"
|
|
206
206
|
}, null, 512), [
|
|
207
207
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
@@ -211,7 +211,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
211
211
|
value: "EQ"
|
|
212
212
|
}),
|
|
213
213
|
withDirectives(createVNode(_component_el_option, {
|
|
214
|
-
label: "
|
|
214
|
+
label: "小于等于",
|
|
215
215
|
value: "LET"
|
|
216
216
|
}, null, 512), [
|
|
217
217
|
[
|
|
@@ -220,7 +220,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
220
|
]
|
|
221
221
|
]),
|
|
222
222
|
withDirectives(createVNode(_component_el_option, {
|
|
223
|
-
label: "
|
|
223
|
+
label: "大于等于",
|
|
224
224
|
value: "GET"
|
|
225
225
|
}, null, 512), [
|
|
226
226
|
[
|
|
@@ -229,13 +229,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
229
229
|
]
|
|
230
230
|
]),
|
|
231
231
|
withDirectives(createVNode(_component_el_option, {
|
|
232
|
-
label: "
|
|
232
|
+
label: "小于等于",
|
|
233
233
|
value: "LET"
|
|
234
234
|
}, null, 512), [
|
|
235
235
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
236
236
|
]),
|
|
237
237
|
withDirectives(createVNode(_component_el_option, {
|
|
238
|
-
label: "
|
|
238
|
+
label: "大于等于",
|
|
239
239
|
value: "GET"
|
|
240
240
|
}, null, 512), [
|
|
241
241
|
[vShow, scope.row.dataType == "DATE" || scope.row.dataType == "TIME"]
|
|
@@ -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 = [];
|