service-flow-designer 1.1.17 → 1.1.18
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/desginer-index.css +6 -6
- package/dist/es/designer/desginer-index.vue.js +1 -1
- package/dist/es/designer/desginer-index.vue2.js +2 -2
- package/dist/lib/designer/desginer-index.css +6 -6
- package/dist/lib/designer/desginer-index.vue.js +1 -1
- package/dist/lib/designer/desginer-index.vue2.js +2 -2
- package/package.json +1 -1
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.amb-container-left[data-v-
|
|
1
|
+
.amb-container-left[data-v-afc09bd6] {
|
|
2
2
|
width: 260px;
|
|
3
3
|
padding-right: 20px;
|
|
4
4
|
overflow-y: auto;
|
|
5
5
|
}
|
|
6
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-afc09bd6] {
|
|
7
7
|
padding: 0 10px 0 0;
|
|
8
8
|
}
|
|
9
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-afc09bd6]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-afc09bd6] {
|
|
13
13
|
width: 300px;
|
|
14
14
|
padding-left: 20px;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
18
|
*/
|
|
19
|
-
[data-v-
|
|
19
|
+
[data-v-afc09bd6]:v-deep(.el-drawer__header) {
|
|
20
20
|
margin-bottom: 0 !important;
|
|
21
21
|
}
|
|
22
|
-
[data-v-
|
|
22
|
+
[data-v-afc09bd6] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./desginer-index.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-afc09bd6"]]);
|
|
5
5
|
export {
|
|
6
6
|
ServiceFlowDesginer as default
|
|
7
7
|
};
|
|
@@ -3,7 +3,7 @@ import ServicePanel from "./service-panel/service-panel.vue.js";
|
|
|
3
3
|
import ServiceFlowView from "./service-flow-view/view-index.vue.js";
|
|
4
4
|
import "./service-components/import-index.js";
|
|
5
5
|
import { useServiceFlowStore } from "../stores/page-store.js";
|
|
6
|
-
import
|
|
6
|
+
import "agilebuilder-ui/src/utils/request";
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
__name: "desginer-index",
|
|
9
9
|
props: {
|
|
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
const loadTreeData = () => {
|
|
39
|
-
http.get(
|
|
39
|
+
window["$http"].get(
|
|
40
40
|
"/component/super-page-design/service-flow/tree/" + props.pageContext.systemCode + "/" + props.pageContext.systemVersion
|
|
41
41
|
).then((res) => {
|
|
42
42
|
if (res) {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.amb-container-left[data-v-
|
|
1
|
+
.amb-container-left[data-v-afc09bd6] {
|
|
2
2
|
width: 260px;
|
|
3
3
|
padding-right: 20px;
|
|
4
4
|
overflow-y: auto;
|
|
5
5
|
}
|
|
6
|
-
.amb-container-main[data-v-
|
|
6
|
+
.amb-container-main[data-v-afc09bd6] {
|
|
7
7
|
padding: 0 10px 0 0;
|
|
8
8
|
}
|
|
9
|
-
.amb-container-main[data-v-
|
|
9
|
+
.amb-container-main[data-v-afc09bd6]::-webkit-scrollbar {
|
|
10
10
|
width: 1px;
|
|
11
11
|
}
|
|
12
|
-
.amb-container-attr[data-v-
|
|
12
|
+
.amb-container-attr[data-v-afc09bd6] {
|
|
13
13
|
width: 300px;
|
|
14
14
|
padding-left: 20px;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
18
18
|
*/
|
|
19
|
-
[data-v-
|
|
19
|
+
[data-v-afc09bd6]:v-deep(.el-drawer__header) {
|
|
20
20
|
margin-bottom: 0 !important;
|
|
21
21
|
}
|
|
22
|
-
[data-v-
|
|
22
|
+
[data-v-afc09bd6] .el-overlay {
|
|
23
23
|
position: static;
|
|
24
24
|
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
const desginerIndex_vue_vue_type_script_setup_true_lang = require("./desginer-index.vue2.js");
|
|
3
3
|
;/* empty css */
|
|
4
4
|
const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
-
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-
|
|
5
|
+
const ServiceFlowDesginer = /* @__PURE__ */ _pluginVue_exportHelper(desginerIndex_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-afc09bd6"]]);
|
|
6
6
|
module.exports = ServiceFlowDesginer;
|
|
@@ -4,7 +4,7 @@ const servicePanel = require("./service-panel/service-panel.vue.js");
|
|
|
4
4
|
const viewIndex = require("./service-flow-view/view-index.vue.js");
|
|
5
5
|
require("./service-components/import-index.js");
|
|
6
6
|
const pageStore = require("../stores/page-store.js");
|
|
7
|
-
|
|
7
|
+
require("agilebuilder-ui/src/utils/request");
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
9
9
|
__name: "desginer-index",
|
|
10
10
|
props: {
|
|
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
const loadTreeData = () => {
|
|
40
|
-
http.get(
|
|
40
|
+
window["$http"].get(
|
|
41
41
|
"/component/super-page-design/service-flow/tree/" + props.pageContext.systemCode + "/" + props.pageContext.systemVersion
|
|
42
42
|
).then((res) => {
|
|
43
43
|
if (res) {
|