@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.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer.css +42 -42
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +4 -10
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +7 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +42 -42
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +4 -10
- package/lib/packages/vue/src/components/layout/Layout.vue.js +7 -3
- package/package.json +1 -1
|
@@ -101,10 +101,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
101
101
|
class: {
|
|
102
102
|
type: String,
|
|
103
103
|
default: ""
|
|
104
|
-
},
|
|
105
|
-
showGoBack: {
|
|
106
|
-
type: Boolean,
|
|
107
|
-
default: true
|
|
108
104
|
}
|
|
109
105
|
},
|
|
110
106
|
emits: [
|
|
@@ -1188,7 +1184,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1188
1184
|
}, {
|
|
1189
1185
|
default: withCtx(() => [
|
|
1190
1186
|
createVNode(unref(header), {
|
|
1191
|
-
showBack: !__props.isSubForm && !__props.isDialog
|
|
1187
|
+
showBack: !__props.isSubForm && !__props.isDialog,
|
|
1192
1188
|
isApproval: __props.isApproval,
|
|
1193
1189
|
pageHeaderConfig: localConfig.value.pageHeaderConfig,
|
|
1194
1190
|
onActionClick: handleActionClick
|
|
@@ -1200,9 +1196,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1200
1196
|
modelValue: navLinkCompId.value,
|
|
1201
1197
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => navLinkCompId.value = $event)
|
|
1202
1198
|
}, null, 8, ["fecFormRef", "links", "modelValue"])) : createCommentVNode("", true),
|
|
1203
|
-
createVNode(unref(main), {
|
|
1204
|
-
scrollbar: !__props.isDialog
|
|
1205
|
-
}, {
|
|
1199
|
+
createVNode(unref(main), null, {
|
|
1206
1200
|
default: withCtx(() => [
|
|
1207
1201
|
createVNode(_component_el_form, {
|
|
1208
1202
|
ref_key: "formRef",
|
|
@@ -1259,7 +1253,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1259
1253
|
}, 8, ["model", "rules", "label-position", "class"])
|
|
1260
1254
|
]),
|
|
1261
1255
|
_: 1
|
|
1262
|
-
}
|
|
1256
|
+
}),
|
|
1263
1257
|
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (openBlock(), createBlock(unref(footer), {
|
|
1264
1258
|
key: 1,
|
|
1265
1259
|
formMode: formMode.value,
|
|
@@ -1293,7 +1287,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1293
1287
|
};
|
|
1294
1288
|
}
|
|
1295
1289
|
});
|
|
1296
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1290
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-48f97717"]]);
|
|
1297
1291
|
export {
|
|
1298
1292
|
_Form as default
|
|
1299
1293
|
};
|
|
@@ -24,6 +24,10 @@ const _sfc_main = {
|
|
|
24
24
|
initFormData: {
|
|
25
25
|
type: Object,
|
|
26
26
|
default: {}
|
|
27
|
+
},
|
|
28
|
+
isDialog: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: false
|
|
27
31
|
}
|
|
28
32
|
},
|
|
29
33
|
emits: ["loaded"],
|
|
@@ -67,8 +71,8 @@ const _sfc_main = {
|
|
|
67
71
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(formData) ? formData.value = $event : null),
|
|
68
72
|
onLoaded: loaded,
|
|
69
73
|
initFormMode: __props.initFormMode,
|
|
70
|
-
|
|
71
|
-
}, null, 8, ["templateKey", "modelValue", "initFormMode"])
|
|
74
|
+
isDialog: __props.isDialog
|
|
75
|
+
}, null, 8, ["templateKey", "modelValue", "initFormMode", "isDialog"])
|
|
72
76
|
])
|
|
73
77
|
]),
|
|
74
78
|
_: 1
|
|
@@ -92,7 +96,7 @@ const _sfc_main = {
|
|
|
92
96
|
};
|
|
93
97
|
}
|
|
94
98
|
};
|
|
95
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
99
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-269d36e1"]]);
|
|
96
100
|
export {
|
|
97
101
|
_Layout as default
|
|
98
102
|
};
|