@fecp/designer 5.6.2 → 5.6.3
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +3 -2
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +1 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +3 -2
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +1 -0
- package/package.json +1 -1
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -95,8 +95,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
95
95
|
genType: __props.config.genType,
|
|
96
96
|
parmList: unref(parsedParams),
|
|
97
97
|
onLoaded: loaded,
|
|
98
|
-
savaData: savaFuncCallback
|
|
99
|
-
|
|
98
|
+
savaData: savaFuncCallback,
|
|
99
|
+
title: __props.config.label
|
|
100
|
+
}, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
|
|
100
101
|
]);
|
|
101
102
|
};
|
|
102
103
|
}
|
|
@@ -517,6 +517,7 @@ async function handleFormSubmit(node, data, fields, context) {
|
|
|
517
517
|
console.error("form-setValue: 缺少 dataSourceId 配置");
|
|
518
518
|
return;
|
|
519
519
|
}
|
|
520
|
+
debugger;
|
|
520
521
|
const formComponent = (_a = context.components) == null ? void 0 : _a.form;
|
|
521
522
|
const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
|
|
522
523
|
const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = Vue.ref(false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = Vue.ref(false);
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -97,8 +97,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
97
97
|
genType: __props.config.genType,
|
|
98
98
|
parmList: Vue.unref(parsedParams),
|
|
99
99
|
onLoaded: loaded,
|
|
100
|
-
savaData: savaFuncCallback
|
|
101
|
-
|
|
100
|
+
savaData: savaFuncCallback,
|
|
101
|
+
title: __props.config.label
|
|
102
|
+
}, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
|
|
102
103
|
]);
|
|
103
104
|
};
|
|
104
105
|
}
|
|
@@ -519,6 +519,7 @@ async function handleFormSubmit(node, data, fields, context) {
|
|
|
519
519
|
console.error("form-setValue: 缺少 dataSourceId 配置");
|
|
520
520
|
return;
|
|
521
521
|
}
|
|
522
|
+
debugger;
|
|
522
523
|
const formComponent = (_a = context.components) == null ? void 0 : _a.form;
|
|
523
524
|
const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
|
|
524
525
|
const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
|