@fecp/designer 5.4.18 → 5.4.20
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/components/DialogSelect.vue.mjs +122 -0
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue.mjs +58 -41
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +62 -43
- package/es/designer/src/packages/event/pageEvent.vue.mjs +18 -3
- package/es/designer/src/packages/eventFlow/dialog/action/Dialog.vue.mjs +9 -29
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +17 -5
- package/es/designer/src/packages/eventFlow/dialog/action/config.mjs +1 -0
- package/es/designer/src/packages/form/aside/index.mjs +1 -0
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +13 -15
- package/es/designer/src/packages/form/property/widgets.vue.mjs +27 -25
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +3 -3
- package/es/designer.css +1008 -1005
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +45 -24
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +10 -0
- package/es/packages/vue/src/components/forms/subForm/SubForm.vue.mjs +25 -2
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +11 -1
- package/es/packages/vue/src/components/riskSch/RiskSchRenderer.vue.mjs +87 -0
- package/es/packages/vue/src/components/riskSch/index.mjs +71 -0
- package/es/packages/vue/src/components/table/Table.vue.mjs +10 -0
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +11 -1
- package/es/packages/vue/src/composables/usePageEvents.mjs +11 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +44 -7
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DialogSelect.vue.js +122 -0
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +58 -41
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +62 -43
- package/lib/designer/src/packages/event/pageEvent.vue.js +26 -11
- package/lib/designer/src/packages/eventFlow/dialog/action/Dialog.vue.js +11 -31
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +17 -5
- package/lib/designer/src/packages/eventFlow/dialog/action/config.js +1 -0
- package/lib/designer/src/packages/form/aside/index.js +1 -0
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +13 -15
- package/lib/designer/src/packages/form/property/widgets.vue.js +22 -20
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +3 -3
- package/lib/designer.css +1008 -1005
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +44 -23
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +10 -0
- package/lib/packages/vue/src/components/forms/subForm/SubForm.vue.js +25 -2
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +11 -1
- package/lib/packages/vue/src/components/riskSch/RiskSchRenderer.vue.js +87 -0
- package/lib/packages/vue/src/components/riskSch/index.js +71 -0
- package/lib/packages/vue/src/components/table/Table.vue.js +10 -0
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +11 -1
- package/lib/packages/vue/src/composables/usePageEvents.js +11 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +57 -20
- package/package.json +1 -1
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import "../../../node_modules/element-plus/es/index.mjs";
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
import { computed, createElementBlock, openBlock, Fragment, createVNode, unref, isRef, withCtx, renderList, createBlock, createTextVNode } from "vue";
|
|
11
|
+
import { Plus as plus_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
+
import "../store/index.mjs";
|
|
13
|
+
import { useDialogDialog } from "../packages/dialog/useDialogDialog.mjs";
|
|
14
|
+
import { useDialogGlobalDialog } from "../packages/dialogGlobal/useDialogGlobalDialog.mjs";
|
|
15
|
+
import { ElSelect, ElOption } from "../../../node_modules/element-plus/es/components/select/index.mjs";
|
|
16
|
+
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
17
|
+
const _sfc_main = {
|
|
18
|
+
__name: "DialogSelect",
|
|
19
|
+
props: {
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: [String, Number],
|
|
22
|
+
default: ""
|
|
23
|
+
},
|
|
24
|
+
loading: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: false
|
|
27
|
+
},
|
|
28
|
+
size: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: "default"
|
|
31
|
+
},
|
|
32
|
+
dialogOptions: {
|
|
33
|
+
type: Array,
|
|
34
|
+
default: []
|
|
35
|
+
},
|
|
36
|
+
isGlobal: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
emits: ["update:modelValue", "change"],
|
|
42
|
+
setup(__props, { emit: __emit }) {
|
|
43
|
+
const props = __props;
|
|
44
|
+
const emit = __emit;
|
|
45
|
+
const modelValue = computed({
|
|
46
|
+
get: () => props.modelValue,
|
|
47
|
+
set: (val) => emit("update:modelValue", val)
|
|
48
|
+
});
|
|
49
|
+
function handleDialogChange(dialogId) {
|
|
50
|
+
emit("change", dialogId);
|
|
51
|
+
}
|
|
52
|
+
const { dialogDialogVisible, openDialogDialog, DialogDialog } = useDialogDialog();
|
|
53
|
+
const {
|
|
54
|
+
dialogGlobalDialogVisible,
|
|
55
|
+
openDialogGlobalDialog,
|
|
56
|
+
DialogGlobalDialog
|
|
57
|
+
} = useDialogGlobalDialog();
|
|
58
|
+
function handleAddDialog() {
|
|
59
|
+
if (props.isGlobal) {
|
|
60
|
+
openDialogGlobalDialog();
|
|
61
|
+
} else {
|
|
62
|
+
openDialogDialog();
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return (_ctx, _cache) => {
|
|
66
|
+
const _component_el_option = ElOption;
|
|
67
|
+
const _component_el_button = ElButton;
|
|
68
|
+
const _component_el_select = ElSelect;
|
|
69
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
70
|
+
createVNode(_component_el_select, {
|
|
71
|
+
ref: "selectRef",
|
|
72
|
+
modelValue: unref(modelValue),
|
|
73
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(modelValue) ? modelValue.value = $event : null),
|
|
74
|
+
placeholder: "请选择弹层",
|
|
75
|
+
filterable: "",
|
|
76
|
+
style: { "width": "100%" },
|
|
77
|
+
teleported: false,
|
|
78
|
+
loading: __props.loading,
|
|
79
|
+
size: __props.size,
|
|
80
|
+
clearable: "",
|
|
81
|
+
onChange: handleDialogChange
|
|
82
|
+
}, {
|
|
83
|
+
footer: withCtx(() => [
|
|
84
|
+
createVNode(_component_el_button, {
|
|
85
|
+
type: "primary",
|
|
86
|
+
size: "small",
|
|
87
|
+
icon: unref(plus_default),
|
|
88
|
+
link: "",
|
|
89
|
+
onClick: handleAddDialog
|
|
90
|
+
}, {
|
|
91
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
92
|
+
createTextVNode(" 新增弹层 ")
|
|
93
|
+
])),
|
|
94
|
+
_: 1
|
|
95
|
+
}, 8, ["icon"])
|
|
96
|
+
]),
|
|
97
|
+
default: withCtx(() => [
|
|
98
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.dialogOptions, (dialog) => {
|
|
99
|
+
return openBlock(), createBlock(_component_el_option, {
|
|
100
|
+
key: dialog.id,
|
|
101
|
+
label: dialog.name,
|
|
102
|
+
value: dialog.id
|
|
103
|
+
}, null, 8, ["label", "value"]);
|
|
104
|
+
}), 128))
|
|
105
|
+
]),
|
|
106
|
+
_: 1
|
|
107
|
+
}, 8, ["modelValue", "loading", "size"]),
|
|
108
|
+
createVNode(unref(DialogDialog), {
|
|
109
|
+
modelValue: unref(dialogDialogVisible),
|
|
110
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(dialogDialogVisible) ? dialogDialogVisible.value = $event : null)
|
|
111
|
+
}, null, 8, ["modelValue"]),
|
|
112
|
+
createVNode(unref(DialogGlobalDialog), {
|
|
113
|
+
modelValue: unref(dialogGlobalDialogVisible),
|
|
114
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(dialogGlobalDialogVisible) ? dialogGlobalDialogVisible.value = $event : null)
|
|
115
|
+
}, null, 8, ["modelValue"])
|
|
116
|
+
], 64);
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
export {
|
|
121
|
+
_sfc_main as default
|
|
122
|
+
};
|
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -138,9 +138,9 @@ const _sfc_main = {
|
|
|
138
138
|
componentPath: "",
|
|
139
139
|
fieldMapping: [],
|
|
140
140
|
subFormMode: "edit",
|
|
141
|
-
subFormFooterButtons: []
|
|
141
|
+
subFormFooterButtons: [],
|
|
142
142
|
// 表单底部按钮
|
|
143
|
-
|
|
143
|
+
componentParams: []
|
|
144
144
|
});
|
|
145
145
|
isEditingNew.value = false;
|
|
146
146
|
newDialogName.value = "";
|
|
@@ -290,9 +290,9 @@ const _sfc_main = {
|
|
|
290
290
|
const _component_el_dialog = ElDialog;
|
|
291
291
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
292
292
|
modelValue: dialogVisible.value,
|
|
293
|
-
"onUpdate:modelValue": _cache[
|
|
293
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => dialogVisible.value = $event),
|
|
294
294
|
width: "50%",
|
|
295
|
-
title: "
|
|
295
|
+
title: "页面弹层配置",
|
|
296
296
|
draggable: "",
|
|
297
297
|
overflow: "",
|
|
298
298
|
"append-to-body": "",
|
|
@@ -301,9 +301,9 @@ const _sfc_main = {
|
|
|
301
301
|
footer: withCtx(() => [
|
|
302
302
|
createElementVNode("div", _hoisted_19, [
|
|
303
303
|
createVNode(_component_el_button, {
|
|
304
|
-
onClick: _cache[
|
|
304
|
+
onClick: _cache[30] || (_cache[30] = ($event) => dialogVisible.value = false)
|
|
305
305
|
}, {
|
|
306
|
-
default: withCtx(() => _cache[
|
|
306
|
+
default: withCtx(() => _cache[51] || (_cache[51] = [
|
|
307
307
|
createTextVNode("取消")
|
|
308
308
|
])),
|
|
309
309
|
_: 1
|
|
@@ -312,7 +312,7 @@ const _sfc_main = {
|
|
|
312
312
|
type: "primary",
|
|
313
313
|
onClick: onConfirm
|
|
314
314
|
}, {
|
|
315
|
-
default: withCtx(() => _cache[
|
|
315
|
+
default: withCtx(() => _cache[52] || (_cache[52] = [
|
|
316
316
|
createTextVNode("确定")
|
|
317
317
|
])),
|
|
318
318
|
_: 1
|
|
@@ -337,7 +337,7 @@ const _sfc_main = {
|
|
|
337
337
|
icon: unref(plus_default),
|
|
338
338
|
onClick: startAddDialog
|
|
339
339
|
}, {
|
|
340
|
-
default: withCtx(() => _cache[
|
|
340
|
+
default: withCtx(() => _cache[32] || (_cache[32] = [
|
|
341
341
|
createTextVNode(" 新增弹层 ")
|
|
342
342
|
])),
|
|
343
343
|
_: 1
|
|
@@ -364,7 +364,7 @@ const _sfc_main = {
|
|
|
364
364
|
icon: unref(close_default),
|
|
365
365
|
onClick: cancelAddDialog
|
|
366
366
|
}, {
|
|
367
|
-
default: withCtx(() => _cache[
|
|
367
|
+
default: withCtx(() => _cache[33] || (_cache[33] = [
|
|
368
368
|
createTextVNode(" 取消 ")
|
|
369
369
|
])),
|
|
370
370
|
_: 1
|
|
@@ -375,7 +375,7 @@ const _sfc_main = {
|
|
|
375
375
|
icon: unref(check_default),
|
|
376
376
|
onClick: confirmAddDialog
|
|
377
377
|
}, {
|
|
378
|
-
default: withCtx(() => _cache[
|
|
378
|
+
default: withCtx(() => _cache[34] || (_cache[34] = [
|
|
379
379
|
createTextVNode(" 确认 ")
|
|
380
380
|
])),
|
|
381
381
|
_: 1
|
|
@@ -483,25 +483,25 @@ const _sfc_main = {
|
|
|
483
483
|
}, {
|
|
484
484
|
default: withCtx(() => [
|
|
485
485
|
createVNode(_component_el_radio_button, { value: "standard" }, {
|
|
486
|
-
default: withCtx(() => _cache[
|
|
486
|
+
default: withCtx(() => _cache[35] || (_cache[35] = [
|
|
487
487
|
createTextVNode("标准")
|
|
488
488
|
])),
|
|
489
489
|
_: 1
|
|
490
490
|
}),
|
|
491
491
|
createVNode(_component_el_radio_button, { value: "large" }, {
|
|
492
|
-
default: withCtx(() => _cache[
|
|
492
|
+
default: withCtx(() => _cache[36] || (_cache[36] = [
|
|
493
493
|
createTextVNode("更大")
|
|
494
494
|
])),
|
|
495
495
|
_: 1
|
|
496
496
|
}),
|
|
497
497
|
createVNode(_component_el_radio_button, { value: "small" }, {
|
|
498
|
-
default: withCtx(() => _cache[
|
|
498
|
+
default: withCtx(() => _cache[37] || (_cache[37] = [
|
|
499
499
|
createTextVNode("更小")
|
|
500
500
|
])),
|
|
501
501
|
_: 1
|
|
502
502
|
}),
|
|
503
503
|
createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
504
|
-
default: withCtx(() => _cache[
|
|
504
|
+
default: withCtx(() => _cache[38] || (_cache[38] = [
|
|
505
505
|
createTextVNode("自定义")
|
|
506
506
|
])),
|
|
507
507
|
_: 1
|
|
@@ -551,25 +551,25 @@ const _sfc_main = {
|
|
|
551
551
|
}, {
|
|
552
552
|
default: withCtx(() => [
|
|
553
553
|
createVNode(_component_el_radio_button, { value: "table" }, {
|
|
554
|
-
default: withCtx(() => _cache[
|
|
554
|
+
default: withCtx(() => _cache[39] || (_cache[39] = [
|
|
555
555
|
createTextVNode("列表")
|
|
556
556
|
])),
|
|
557
557
|
_: 1
|
|
558
558
|
}),
|
|
559
559
|
createVNode(_component_el_radio_button, { value: "form" }, {
|
|
560
|
-
default: withCtx(() => _cache[
|
|
560
|
+
default: withCtx(() => _cache[40] || (_cache[40] = [
|
|
561
561
|
createTextVNode("表单")
|
|
562
562
|
])),
|
|
563
563
|
_: 1
|
|
564
564
|
}),
|
|
565
565
|
createVNode(_component_el_radio_button, { value: "tree" }, {
|
|
566
|
-
default: withCtx(() => _cache[
|
|
566
|
+
default: withCtx(() => _cache[41] || (_cache[41] = [
|
|
567
567
|
createTextVNode("树形")
|
|
568
568
|
])),
|
|
569
569
|
_: 1
|
|
570
570
|
}),
|
|
571
571
|
createVNode(_component_el_radio_button, { value: "component" }, {
|
|
572
|
-
default: withCtx(() => _cache[
|
|
572
|
+
default: withCtx(() => _cache[42] || (_cache[42] = [
|
|
573
573
|
createTextVNode("组件")
|
|
574
574
|
])),
|
|
575
575
|
_: 1
|
|
@@ -589,13 +589,13 @@ const _sfc_main = {
|
|
|
589
589
|
}, {
|
|
590
590
|
default: withCtx(() => [
|
|
591
591
|
createVNode(_component_el_radio_button, { value: "select" }, {
|
|
592
|
-
default: withCtx(() => _cache[
|
|
592
|
+
default: withCtx(() => _cache[43] || (_cache[43] = [
|
|
593
593
|
createTextVNode("选择列表")
|
|
594
594
|
])),
|
|
595
595
|
_: 1
|
|
596
596
|
}),
|
|
597
597
|
createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
598
|
-
default: withCtx(() => _cache[
|
|
598
|
+
default: withCtx(() => _cache[44] || (_cache[44] = [
|
|
599
599
|
createTextVNode("自定义")
|
|
600
600
|
])),
|
|
601
601
|
_: 1
|
|
@@ -656,7 +656,7 @@ const _sfc_main = {
|
|
|
656
656
|
icon: "Plus",
|
|
657
657
|
link: ""
|
|
658
658
|
}, {
|
|
659
|
-
default: withCtx(() => _cache[
|
|
659
|
+
default: withCtx(() => _cache[45] || (_cache[45] = [
|
|
660
660
|
createTextVNode(" 添加列配置 ")
|
|
661
661
|
])),
|
|
662
662
|
_: 1
|
|
@@ -790,19 +790,19 @@ const _sfc_main = {
|
|
|
790
790
|
}, {
|
|
791
791
|
default: withCtx(() => [
|
|
792
792
|
createVNode(_component_el_radio_button, { value: "none" }, {
|
|
793
|
-
default: withCtx(() => _cache[
|
|
793
|
+
default: withCtx(() => _cache[46] || (_cache[46] = [
|
|
794
794
|
createTextVNode("无")
|
|
795
795
|
])),
|
|
796
796
|
_: 1
|
|
797
797
|
}),
|
|
798
798
|
createVNode(_component_el_radio_button, { value: "single" }, {
|
|
799
|
-
default: withCtx(() => _cache[
|
|
799
|
+
default: withCtx(() => _cache[47] || (_cache[47] = [
|
|
800
800
|
createTextVNode("单选")
|
|
801
801
|
])),
|
|
802
802
|
_: 1
|
|
803
803
|
}),
|
|
804
804
|
createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
805
|
-
default: withCtx(() => _cache[
|
|
805
|
+
default: withCtx(() => _cache[48] || (_cache[48] = [
|
|
806
806
|
createTextVNode("多选")
|
|
807
807
|
])),
|
|
808
808
|
_: 1
|
|
@@ -888,13 +888,13 @@ const _sfc_main = {
|
|
|
888
888
|
}, {
|
|
889
889
|
default: withCtx(() => [
|
|
890
890
|
createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
891
|
-
default: withCtx(() => _cache[
|
|
891
|
+
default: withCtx(() => _cache[49] || (_cache[49] = [
|
|
892
892
|
createTextVNode("编辑")
|
|
893
893
|
])),
|
|
894
894
|
_: 1
|
|
895
895
|
}),
|
|
896
896
|
createVNode(_component_el_radio_button, { value: "query" }, {
|
|
897
|
-
default: withCtx(() => _cache[
|
|
897
|
+
default: withCtx(() => _cache[50] || (_cache[50] = [
|
|
898
898
|
createTextVNode("查看")
|
|
899
899
|
])),
|
|
900
900
|
_: 1
|
|
@@ -927,20 +927,37 @@ const _sfc_main = {
|
|
|
927
927
|
_: 1
|
|
928
928
|
})
|
|
929
929
|
], 64)) : createCommentVNode("", true),
|
|
930
|
-
unref(currentDialog).contentSource === "component" ? (openBlock(),
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
930
|
+
unref(currentDialog).contentSource === "component" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
931
|
+
createVNode(_component_el_form_item, { label: "组件路由地址" }, {
|
|
932
|
+
default: withCtx(() => [
|
|
933
|
+
createVNode(_component_el_input, {
|
|
934
|
+
modelValue: unref(currentDialog).componentPath,
|
|
935
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => unref(currentDialog).componentPath = $event),
|
|
936
|
+
placeholder: "请输入组件路径",
|
|
937
|
+
clearable: ""
|
|
938
|
+
}, null, 8, ["modelValue"])
|
|
939
|
+
]),
|
|
940
|
+
_: 1
|
|
941
|
+
}),
|
|
942
|
+
createVNode(_component_el_form_item, { label: "组件参数" }, {
|
|
943
|
+
default: withCtx(() => [
|
|
944
|
+
createVNode(ParamsConfig, {
|
|
945
|
+
modelValue: unref(currentDialog).componentParams,
|
|
946
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => unref(currentDialog).componentParams = $event)
|
|
947
|
+
}, null, 8, ["modelValue"])
|
|
948
|
+
]),
|
|
949
|
+
_: 1
|
|
950
|
+
}),
|
|
951
|
+
createVNode(_component_el_form_item, { label: "组件是否是弹层" }, {
|
|
952
|
+
default: withCtx(() => [
|
|
953
|
+
createVNode(_component_el_switch, {
|
|
954
|
+
modelValue: unref(currentDialog).componentIsDialog,
|
|
955
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => unref(currentDialog).componentIsDialog = $event)
|
|
956
|
+
}, null, 8, ["modelValue"])
|
|
957
|
+
]),
|
|
958
|
+
_: 1
|
|
959
|
+
})
|
|
960
|
+
], 64)) : createCommentVNode("", true)
|
|
944
961
|
]),
|
|
945
962
|
_: 1
|
|
946
963
|
}, 8, ["model"])
|
|
@@ -965,7 +982,7 @@ const _sfc_main = {
|
|
|
965
982
|
};
|
|
966
983
|
}
|
|
967
984
|
};
|
|
968
|
-
const DialogDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
985
|
+
const DialogDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-90bb67fd"]]);
|
|
969
986
|
export {
|
|
970
987
|
DialogDialog as default
|
|
971
988
|
};
|