@fecp/designer 5.4.77 → 5.4.78
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/index.vue2.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/approvalHistory.vue.mjs +8 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
- package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
- package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
- package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
- package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
- package/es/designer/src/packages/form/property/widgets.vue.mjs +83 -92
- package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
- package/es/designer.css +88 -88
- package/es/packages/vue/index.mjs +2 -0
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
- package/es/packages/vue/src/directive/auth.mjs +29 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.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/approvalHistory.vue.js +8 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
- package/lib/designer/src/packages/form/property/document.vue.js +11 -20
- package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
- package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
- package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
- package/lib/designer/src/packages/form/property/widgets.vue.js +83 -92
- package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
- package/lib/designer.css +88 -88
- package/lib/packages/vue/index.js +2 -0
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
- package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
- package/lib/packages/vue/src/directive/auth.js +29 -0
- package/package.json +1 -1
|
@@ -148,7 +148,7 @@ const _sfc_main = {
|
|
|
148
148
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
149
149
|
class: "setting",
|
|
150
150
|
modelValue: activeName.value,
|
|
151
|
-
"onUpdate:modelValue": _cache[
|
|
151
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => activeName.value = $event)
|
|
152
152
|
}, {
|
|
153
153
|
default: vue.withCtx(() => [
|
|
154
154
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -185,19 +185,19 @@ const _sfc_main = {
|
|
|
185
185
|
}, {
|
|
186
186
|
default: vue.withCtx(() => [
|
|
187
187
|
vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
188
|
-
default: vue.withCtx(() => _cache[
|
|
188
|
+
default: vue.withCtx(() => _cache[15] || (_cache[15] = [
|
|
189
189
|
vue.createTextVNode("无")
|
|
190
190
|
])),
|
|
191
191
|
_: 1
|
|
192
192
|
}),
|
|
193
193
|
vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
194
|
-
default: vue.withCtx(() => _cache[
|
|
194
|
+
default: vue.withCtx(() => _cache[16] || (_cache[16] = [
|
|
195
195
|
vue.createTextVNode("标题")
|
|
196
196
|
])),
|
|
197
197
|
_: 1
|
|
198
198
|
}),
|
|
199
199
|
vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
200
|
-
default: vue.withCtx(() => _cache[
|
|
200
|
+
default: vue.withCtx(() => _cache[17] || (_cache[17] = [
|
|
201
201
|
vue.createTextVNode("子标题")
|
|
202
202
|
])),
|
|
203
203
|
_: 1
|
|
@@ -234,13 +234,13 @@ const _sfc_main = {
|
|
|
234
234
|
}, {
|
|
235
235
|
default: vue.withCtx(() => [
|
|
236
236
|
vue.createVNode(_component_el_radio_button, { value: "main" }, {
|
|
237
|
-
default: vue.withCtx(() => _cache[
|
|
237
|
+
default: vue.withCtx(() => _cache[18] || (_cache[18] = [
|
|
238
238
|
vue.createTextVNode("主页面获取")
|
|
239
239
|
])),
|
|
240
240
|
_: 1
|
|
241
241
|
}),
|
|
242
242
|
vue.createVNode(_component_el_radio_button, { value: "self" }, {
|
|
243
|
-
default: vue.withCtx(() => _cache[
|
|
243
|
+
default: vue.withCtx(() => _cache[19] || (_cache[19] = [
|
|
244
244
|
vue.createTextVNode("子列表自加载")
|
|
245
245
|
])),
|
|
246
246
|
_: 1
|
|
@@ -284,24 +284,15 @@ const _sfc_main = {
|
|
|
284
284
|
_: 1
|
|
285
285
|
})
|
|
286
286
|
], 64)) : vue.createCommentVNode("", true),
|
|
287
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
288
|
-
default: vue.withCtx(() => [
|
|
289
|
-
vue.createVNode(_component_el_input, {
|
|
290
|
-
modelValue: currentItem.value.permission,
|
|
291
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.permission = $event)
|
|
292
|
-
}, null, 8, ["modelValue"])
|
|
293
|
-
]),
|
|
294
|
-
_: 1
|
|
295
|
-
}),
|
|
296
287
|
vue.createVNode(_component_el_form_item, { label: "选择子列表" }, {
|
|
297
288
|
default: vue.withCtx(() => [
|
|
298
289
|
vue.createVNode(TemplateSelector.default, {
|
|
299
290
|
modelValue: currentItem.value.subTableName,
|
|
300
|
-
"onUpdate:modelValue": _cache[
|
|
291
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.subTableName = $event),
|
|
301
292
|
templateKey: currentItem.value.subTableKey,
|
|
302
|
-
"onUpdate:templateKey": _cache[
|
|
293
|
+
"onUpdate:templateKey": _cache[8] || (_cache[8] = ($event) => currentItem.value.subTableKey = $event),
|
|
303
294
|
templateId: currentItem.value.subTableId,
|
|
304
|
-
"onUpdate:templateId": _cache[
|
|
295
|
+
"onUpdate:templateId": _cache[9] || (_cache[9] = ($event) => currentItem.value.subTableId = $event),
|
|
305
296
|
templateType: "table",
|
|
306
297
|
onConfirm: templateSelectorConfirm
|
|
307
298
|
}, null, 8, ["modelValue", "templateKey", "templateId"])
|
|
@@ -313,7 +304,7 @@ const _sfc_main = {
|
|
|
313
304
|
default: vue.withCtx(() => [
|
|
314
305
|
vue.createVNode(_component_el_select, {
|
|
315
306
|
modelValue: currentItem.value.subTableMode,
|
|
316
|
-
"onUpdate:modelValue": _cache[
|
|
307
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => currentItem.value.subTableMode = $event),
|
|
317
308
|
clearable: ""
|
|
318
309
|
}, {
|
|
319
310
|
default: vue.withCtx(() => [
|
|
@@ -334,13 +325,13 @@ const _sfc_main = {
|
|
|
334
325
|
default: vue.withCtx(() => [
|
|
335
326
|
vue.createVNode(_component_el_input_number, {
|
|
336
327
|
modelValue: currentItem.value.subTableHeight,
|
|
337
|
-
"onUpdate:modelValue": _cache[
|
|
328
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => currentItem.value.subTableHeight = $event),
|
|
338
329
|
min: 300,
|
|
339
330
|
"controls-position": "right",
|
|
340
331
|
controls: false,
|
|
341
332
|
style: { "width": "100%" }
|
|
342
333
|
}, {
|
|
343
|
-
suffix: vue.withCtx(() => _cache[
|
|
334
|
+
suffix: vue.withCtx(() => _cache[20] || (_cache[20] = [
|
|
344
335
|
vue.createTextVNode("px")
|
|
345
336
|
])),
|
|
346
337
|
_: 1
|
|
@@ -352,7 +343,7 @@ const _sfc_main = {
|
|
|
352
343
|
default: vue.withCtx(() => [
|
|
353
344
|
vue.createVNode(_component_el_switch, {
|
|
354
345
|
modelValue: currentItem.value.isSubTablePagination,
|
|
355
|
-
"onUpdate:modelValue": _cache[
|
|
346
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => currentItem.value.isSubTablePagination = $event)
|
|
356
347
|
}, null, 8, ["modelValue"])
|
|
357
348
|
]),
|
|
358
349
|
_: 1
|
|
@@ -361,7 +352,7 @@ const _sfc_main = {
|
|
|
361
352
|
default: vue.withCtx(() => [
|
|
362
353
|
vue.createVNode(_component_el_switch, {
|
|
363
354
|
modelValue: currentItem.value.isSubTableReadOnly,
|
|
364
|
-
"onUpdate:modelValue": _cache[
|
|
355
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => currentItem.value.isSubTableReadOnly = $event)
|
|
365
356
|
}, null, 8, ["modelValue"])
|
|
366
357
|
]),
|
|
367
358
|
_: 1
|
|
@@ -370,7 +361,7 @@ const _sfc_main = {
|
|
|
370
361
|
default: vue.withCtx(() => [
|
|
371
362
|
vue.createElementVNode("div", _hoisted_1, [
|
|
372
363
|
currentItem.value.btnRollback && currentItem.value.btnRollback.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
|
|
373
|
-
_cache[
|
|
364
|
+
_cache[21] || (_cache[21] = vue.createElementVNode("div", { class: "buttons-header" }, [
|
|
374
365
|
vue.createElementVNode("div", { class: "buttons-cell name-header" }, "按钮"),
|
|
375
366
|
vue.createElementVNode("div", { class: "buttons-cell action-header" }, "回调事件")
|
|
376
367
|
], -1)),
|
|
@@ -439,7 +430,7 @@ const _sfc_main = {
|
|
|
439
430
|
icon: "Plus",
|
|
440
431
|
link: ""
|
|
441
432
|
}, {
|
|
442
|
-
default: vue.withCtx(() => _cache[
|
|
433
|
+
default: vue.withCtx(() => _cache[22] || (_cache[22] = [
|
|
443
434
|
vue.createTextVNode(" 新增按钮 ")
|
|
444
435
|
])),
|
|
445
436
|
_: 1
|
|
@@ -465,5 +456,5 @@ const _sfc_main = {
|
|
|
465
456
|
};
|
|
466
457
|
}
|
|
467
458
|
};
|
|
468
|
-
const subTable = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
459
|
+
const subTable = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5b24bf51"]]);
|
|
469
460
|
exports.default = subTable;
|
|
@@ -34,7 +34,7 @@ const _sfc_main = {
|
|
|
34
34
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
35
35
|
class: "setting",
|
|
36
36
|
modelValue: vue.unref(activeName),
|
|
37
|
-
"onUpdate:modelValue": _cache[
|
|
37
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(activeName) ? activeName.value = $event : null)
|
|
38
38
|
}, {
|
|
39
39
|
default: vue.withCtx(() => [
|
|
40
40
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -77,37 +77,28 @@ const _sfc_main = {
|
|
|
77
77
|
]),
|
|
78
78
|
_: 1
|
|
79
79
|
})) : vue.createCommentVNode("", true),
|
|
80
|
-
vue.createVNode(_component_el_form_item, { label: "权限标识" }, {
|
|
81
|
-
default: vue.withCtx(() => [
|
|
82
|
-
vue.createVNode(_component_el_input, {
|
|
83
|
-
modelValue: vue.unref(currentItem).permission,
|
|
84
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(currentItem).permission = $event)
|
|
85
|
-
}, null, 8, ["modelValue"])
|
|
86
|
-
]),
|
|
87
|
-
_: 1
|
|
88
|
-
}),
|
|
89
80
|
vue.createVNode(_component_el_form_item, { label: "显示模式" }, {
|
|
90
81
|
default: vue.withCtx(() => [
|
|
91
82
|
vue.createVNode(_component_el_radio_group, {
|
|
92
83
|
modelValue: vue.unref(currentItem).displayMode,
|
|
93
|
-
"onUpdate:modelValue": _cache[
|
|
84
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(currentItem).displayMode = $event),
|
|
94
85
|
size: "small"
|
|
95
86
|
}, {
|
|
96
87
|
default: vue.withCtx(() => [
|
|
97
88
|
vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
98
|
-
default: vue.withCtx(() => _cache[
|
|
89
|
+
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
99
90
|
vue.createTextVNode("始终显示")
|
|
100
91
|
])),
|
|
101
92
|
_: 1
|
|
102
93
|
}),
|
|
103
94
|
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
104
|
-
default: vue.withCtx(() => _cache[
|
|
95
|
+
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
105
96
|
vue.createTextVNode("编辑时显示")
|
|
106
97
|
])),
|
|
107
98
|
_: 1
|
|
108
99
|
}),
|
|
109
100
|
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
110
|
-
default: vue.withCtx(() => _cache[
|
|
101
|
+
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
111
102
|
vue.createTextVNode("查看时显示")
|
|
112
103
|
])),
|
|
113
104
|
_: 1
|