@fecp/designer 5.5.109 → 5.5.110

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.
@@ -103,10 +103,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
103
103
  class: {
104
104
  type: String,
105
105
  default: ""
106
- },
107
- showGoBack: {
108
- type: Boolean,
109
- default: true
110
106
  }
111
107
  },
112
108
  emits: [
@@ -1190,7 +1186,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1190
1186
  }, {
1191
1187
  default: Vue.withCtx(() => [
1192
1188
  Vue.createVNode(Vue.unref(index$5.header), {
1193
- showBack: !__props.isSubForm && !__props.isDialog && __props.showGoBack,
1189
+ showBack: !__props.isSubForm && !__props.isDialog,
1194
1190
  isApproval: __props.isApproval,
1195
1191
  pageHeaderConfig: localConfig.value.pageHeaderConfig,
1196
1192
  onActionClick: handleActionClick
@@ -1202,9 +1198,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1202
1198
  modelValue: navLinkCompId.value,
1203
1199
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => navLinkCompId.value = $event)
1204
1200
  }, null, 8, ["fecFormRef", "links", "modelValue"])) : Vue.createCommentVNode("", true),
1205
- Vue.createVNode(Vue.unref(index$6.main), {
1206
- scrollbar: !__props.isDialog
1207
- }, {
1201
+ Vue.createVNode(Vue.unref(index$6.main), null, {
1208
1202
  default: Vue.withCtx(() => [
1209
1203
  Vue.createVNode(_component_el_form, {
1210
1204
  ref_key: "formRef",
@@ -1261,7 +1255,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1261
1255
  }, 8, ["model", "rules", "label-position", "class"])
1262
1256
  ]),
1263
1257
  _: 1
1264
- }, 8, ["scrollbar"]),
1258
+ }),
1265
1259
  !__props.isSubForm && !__props.isDialog && !__props.isApproval ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$9.footer), {
1266
1260
  key: 1,
1267
1261
  formMode: formMode.value,
@@ -1295,5 +1289,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1295
1289
  };
1296
1290
  }
1297
1291
  });
1298
- const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-f15a223c"]]);
1292
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-48f97717"]]);
1299
1293
  exports.default = _Form;
@@ -26,6 +26,10 @@ const _sfc_main = {
26
26
  initFormData: {
27
27
  type: Object,
28
28
  default: {}
29
+ },
30
+ isDialog: {
31
+ type: Boolean,
32
+ default: false
29
33
  }
30
34
  },
31
35
  emits: ["loaded"],
@@ -69,8 +73,8 @@ const _sfc_main = {
69
73
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(formData) ? formData.value = $event : null),
70
74
  onLoaded: loaded,
71
75
  initFormMode: __props.initFormMode,
72
- showGoBack: false
73
- }, null, 8, ["templateKey", "modelValue", "initFormMode"])
76
+ isDialog: __props.isDialog
77
+ }, null, 8, ["templateKey", "modelValue", "initFormMode", "isDialog"])
74
78
  ])
75
79
  ]),
76
80
  _: 1
@@ -94,5 +98,5 @@ const _sfc_main = {
94
98
  };
95
99
  }
96
100
  };
97
- const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-74c53b72"]]);
101
+ const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-269d36e1"]]);
98
102
  exports.default = _Layout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.109",
3
+ "version": "5.5.110",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [