@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.
@@ -1,4 +1,4 @@
1
- const version = "5.6.2";
1
+ const version = "5.6.3";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -1,4 +1,4 @@
1
- import DialogDialog from "./index.vue.mjs";
1
+ import DialogDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogDialog() {
4
4
  const dialogDialogVisible = ref(false);
@@ -1,4 +1,4 @@
1
- import DialogGlobalDialog from "./index.vue.mjs";
1
+ import DialogGlobalDialog from "./index.vue2.mjs";
2
2
  import { ref } from "vue";
3
3
  function useDialogGlobalDialog() {
4
4
  const dialogGlobalDialogVisible = ref(false);
@@ -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
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
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.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.6.2";
3
+ const version = "5.6.3";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index.vue.js");
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.vue.js");
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
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [