@fecp/designer 5.5.65 → 5.5.67
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/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/aside/index.mjs +1 -0
- package/es/designer/src/packages/form/property/widgets.vue.mjs +70 -43
- package/es/designer.css +508 -49
- package/es/packages/mobile/index.mjs +6 -0
- package/es/packages/mobile/src/api/index.mjs +8 -0
- package/es/packages/mobile/src/components/all.mjs +4 -0
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.mjs +14 -0
- package/es/packages/mobile/src/components/dataDisplay/dataStat/index.mjs +10 -0
- package/es/packages/mobile/src/components/dataDisplay/menuGrid/MenuGrid.vue.mjs +123 -0
- package/es/packages/mobile/src/components/dataDisplay/menuGrid/index.mjs +7 -0
- package/es/packages/mobile/src/components/dataDisplay/noticeBar/NoticeBar.vue.mjs +98 -16
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +2 -4
- package/es/packages/mobile/src/components/feedback/quickFilter/QuickFilter.vue.mjs +14 -15
- package/es/packages/mobile/src/components/form/search/Search.vue.mjs +4 -4
- package/es/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.mjs +1 -1
- package/es/packages/mobile/src/components/navigation/navBar/NavBar.vue.mjs +13 -3
- package/es/packages/mobile/src/components/navigation/navBar/index.mjs +2 -2
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +8 -4
- package/es/packages/mobile/src/components/navigation/tabbar/index.mjs +2 -2
- package/es/packages/mobile/src/index.vue.mjs +138 -0
- package/es/packages/mobile/src/page.vue.mjs +117 -0
- package/es/packages/mobile/src/utils/eventBus.mjs +5 -0
- package/es/packages/mobile/src/utils/pageHistory.mjs +111 -0
- package/es/packages/vue/src/components/forms/date/Date.vue.mjs +20 -0
- package/es/packages/vue/src/components/forms/form/validation.mjs +1 -1
- package/es/packages/vue/src/utils/parseFilterConfig.mjs +25 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/aside/index.js +1 -0
- package/lib/designer/src/packages/form/property/widgets.vue.js +70 -43
- package/lib/designer.css +508 -49
- package/lib/packages/mobile/index.js +94 -88
- package/lib/packages/mobile/src/api/index.js +8 -0
- package/lib/packages/mobile/src/components/all.js +92 -88
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/dataDisplay/dataStat/DataStat.vue.js +14 -0
- package/lib/packages/mobile/src/components/dataDisplay/dataStat/index.js +10 -0
- package/lib/packages/mobile/src/components/dataDisplay/menuGrid/MenuGrid.vue.js +123 -0
- package/lib/packages/mobile/src/components/dataDisplay/menuGrid/index.js +7 -0
- package/lib/packages/mobile/src/components/dataDisplay/noticeBar/NoticeBar.vue.js +97 -15
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +2 -4
- package/lib/packages/mobile/src/components/feedback/quickFilter/QuickFilter.vue.js +13 -14
- package/lib/packages/mobile/src/components/form/search/Search.vue.js +4 -4
- package/lib/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.js +1 -1
- package/lib/packages/mobile/src/components/navigation/navBar/NavBar.vue.js +13 -3
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +8 -4
- package/lib/packages/mobile/src/index.vue.js +138 -0
- package/lib/packages/mobile/src/page.vue.js +117 -0
- package/lib/packages/mobile/src/utils/eventBus.js +5 -0
- package/lib/packages/mobile/src/utils/pageHistory.js +111 -0
- package/lib/packages/vue/src/components/forms/date/Date.vue.js +20 -0
- package/lib/packages/vue/src/components/forms/form/validation.js +1 -1
- package/lib/packages/vue/src/utils/parseFilterConfig.js +25 -0
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -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";
|
|
@@ -317,7 +317,7 @@ const _sfc_main = {
|
|
|
317
317
|
return openBlock(), createBlock(_component_el_collapse, {
|
|
318
318
|
class: "setting",
|
|
319
319
|
modelValue: unref(activeName),
|
|
320
|
-
"onUpdate:modelValue": _cache[
|
|
320
|
+
"onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => isRef(activeName) ? activeName.value = $event : null)
|
|
321
321
|
}, {
|
|
322
322
|
default: withCtx(() => [
|
|
323
323
|
createVNode(_component_el_collapse_item, {
|
|
@@ -427,19 +427,19 @@ const _sfc_main = {
|
|
|
427
427
|
}, {
|
|
428
428
|
default: withCtx(() => [
|
|
429
429
|
createVNode(_component_el_radio_button, { value: "default" }, {
|
|
430
|
-
default: withCtx(() => _cache[
|
|
430
|
+
default: withCtx(() => _cache[55] || (_cache[55] = [
|
|
431
431
|
createTextVNode("默认")
|
|
432
432
|
])),
|
|
433
433
|
_: 1
|
|
434
434
|
}),
|
|
435
435
|
createVNode(_component_el_radio_button, { value: "label" }, {
|
|
436
|
-
default: withCtx(() => _cache[
|
|
436
|
+
default: withCtx(() => _cache[56] || (_cache[56] = [
|
|
437
437
|
createTextVNode("标签")
|
|
438
438
|
])),
|
|
439
439
|
_: 1
|
|
440
440
|
}),
|
|
441
441
|
createVNode(_component_el_radio_button, { value: "input" }, {
|
|
442
|
-
default: withCtx(() => _cache[
|
|
442
|
+
default: withCtx(() => _cache[57] || (_cache[57] = [
|
|
443
443
|
createTextVNode("输入框")
|
|
444
444
|
])),
|
|
445
445
|
_: 1
|
|
@@ -459,19 +459,19 @@ const _sfc_main = {
|
|
|
459
459
|
}, {
|
|
460
460
|
default: withCtx(() => [
|
|
461
461
|
createVNode(_component_el_radio_button, { value: "all" }, {
|
|
462
|
-
default: withCtx(() => _cache[
|
|
462
|
+
default: withCtx(() => _cache[58] || (_cache[58] = [
|
|
463
463
|
createTextVNode("始终显示")
|
|
464
464
|
])),
|
|
465
465
|
_: 1
|
|
466
466
|
}),
|
|
467
467
|
createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
468
|
-
default: withCtx(() => _cache[
|
|
468
|
+
default: withCtx(() => _cache[59] || (_cache[59] = [
|
|
469
469
|
createTextVNode("编辑时显示")
|
|
470
470
|
])),
|
|
471
471
|
_: 1
|
|
472
472
|
}),
|
|
473
473
|
createVNode(_component_el_radio_button, { value: "query" }, {
|
|
474
|
-
default: withCtx(() => _cache[
|
|
474
|
+
default: withCtx(() => _cache[60] || (_cache[60] = [
|
|
475
475
|
createTextVNode("查看时显示")
|
|
476
476
|
])),
|
|
477
477
|
_: 1
|
|
@@ -550,7 +550,7 @@ const _sfc_main = {
|
|
|
550
550
|
], 64)) : createCommentVNode("", true),
|
|
551
551
|
unref(currentItem).fieldType == "text" || unref(currentItem).fieldType == "number" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
552
552
|
createVNode(_component_el_form_item, null, {
|
|
553
|
-
label: withCtx(() => _cache[
|
|
553
|
+
label: withCtx(() => _cache[61] || (_cache[61] = [
|
|
554
554
|
createElementVNode("span", null, "尾部按钮", -1)
|
|
555
555
|
])),
|
|
556
556
|
default: withCtx(() => [
|
|
@@ -561,19 +561,19 @@ const _sfc_main = {
|
|
|
561
561
|
}, {
|
|
562
562
|
default: withCtx(() => [
|
|
563
563
|
createVNode(_component_el_radio_button, { value: "none" }, {
|
|
564
|
-
default: withCtx(() => _cache[
|
|
564
|
+
default: withCtx(() => _cache[62] || (_cache[62] = [
|
|
565
565
|
createTextVNode("无")
|
|
566
566
|
])),
|
|
567
567
|
_: 1
|
|
568
568
|
}),
|
|
569
569
|
createVNode(_component_el_radio_button, { value: "dialog" }, {
|
|
570
|
-
default: withCtx(() => _cache[
|
|
570
|
+
default: withCtx(() => _cache[63] || (_cache[63] = [
|
|
571
571
|
createTextVNode("弹层选择")
|
|
572
572
|
])),
|
|
573
573
|
_: 1
|
|
574
574
|
}),
|
|
575
575
|
createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
576
|
-
default: withCtx(() => _cache[
|
|
576
|
+
default: withCtx(() => _cache[64] || (_cache[64] = [
|
|
577
577
|
createTextVNode("自定义")
|
|
578
578
|
])),
|
|
579
579
|
_: 1
|
|
@@ -586,14 +586,14 @@ const _sfc_main = {
|
|
|
586
586
|
}),
|
|
587
587
|
unref(currentItem).suffixButton == "dialog" ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
588
588
|
createElementVNode("div", _hoisted_2, [
|
|
589
|
-
_cache[
|
|
589
|
+
_cache[65] || (_cache[65] = createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
590
590
|
createVNode(_component_el_input, {
|
|
591
591
|
modelValue: unref(currentItem).suffixDialogName,
|
|
592
592
|
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => unref(currentItem).suffixDialogName = $event)
|
|
593
593
|
}, null, 8, ["modelValue"])
|
|
594
594
|
]),
|
|
595
595
|
createElementVNode("div", _hoisted_3, [
|
|
596
|
-
_cache[
|
|
596
|
+
_cache[68] || (_cache[68] = createElementVNode("span", { class: "field-label" }, "弹层来源", -1)),
|
|
597
597
|
createVNode(_component_el_radio_group, {
|
|
598
598
|
modelValue: unref(currentItem).dialogSource,
|
|
599
599
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => unref(currentItem).dialogSource = $event),
|
|
@@ -601,13 +601,13 @@ const _sfc_main = {
|
|
|
601
601
|
}, {
|
|
602
602
|
default: withCtx(() => [
|
|
603
603
|
createVNode(_component_el_radio_button, { value: "global" }, {
|
|
604
|
-
default: withCtx(() => _cache[
|
|
604
|
+
default: withCtx(() => _cache[66] || (_cache[66] = [
|
|
605
605
|
createTextVNode("全局")
|
|
606
606
|
])),
|
|
607
607
|
_: 1
|
|
608
608
|
}),
|
|
609
609
|
createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
610
|
-
default: withCtx(() => _cache[
|
|
610
|
+
default: withCtx(() => _cache[67] || (_cache[67] = [
|
|
611
611
|
createTextVNode("自定义")
|
|
612
612
|
])),
|
|
613
613
|
_: 1
|
|
@@ -617,7 +617,7 @@ const _sfc_main = {
|
|
|
617
617
|
}, 8, ["modelValue"])
|
|
618
618
|
]),
|
|
619
619
|
createElementVNode("div", _hoisted_4, [
|
|
620
|
-
_cache[
|
|
620
|
+
_cache[69] || (_cache[69] = createElementVNode("span", { class: "field-label" }, "选择弹层", -1)),
|
|
621
621
|
createVNode(_component_el_select, {
|
|
622
622
|
modelValue: unref(currentItem).suffixDialogId,
|
|
623
623
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => unref(currentItem).suffixDialogId = $event),
|
|
@@ -641,7 +641,7 @@ const _sfc_main = {
|
|
|
641
641
|
]),
|
|
642
642
|
unref(currentItem).dialogSource == "global" && unref(currentItem).suffixDialogId ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
643
643
|
createElementVNode("div", _hoisted_5, [
|
|
644
|
-
_cache[
|
|
644
|
+
_cache[73] || (_cache[73] = createElementVNode("span", { class: "field-label" }, "选择模式", -1)),
|
|
645
645
|
createVNode(_component_el_radio_group, {
|
|
646
646
|
modelValue: unref(currentItem).selectionMode,
|
|
647
647
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => unref(currentItem).selectionMode = $event),
|
|
@@ -649,19 +649,19 @@ const _sfc_main = {
|
|
|
649
649
|
}, {
|
|
650
650
|
default: withCtx(() => [
|
|
651
651
|
createVNode(_component_el_radio_button, { value: "none" }, {
|
|
652
|
-
default: withCtx(() => _cache[
|
|
652
|
+
default: withCtx(() => _cache[70] || (_cache[70] = [
|
|
653
653
|
createTextVNode("无")
|
|
654
654
|
])),
|
|
655
655
|
_: 1
|
|
656
656
|
}),
|
|
657
657
|
createVNode(_component_el_radio_button, { value: "single" }, {
|
|
658
|
-
default: withCtx(() => _cache[
|
|
658
|
+
default: withCtx(() => _cache[71] || (_cache[71] = [
|
|
659
659
|
createTextVNode("单选")
|
|
660
660
|
])),
|
|
661
661
|
_: 1
|
|
662
662
|
}),
|
|
663
663
|
createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
664
|
-
default: withCtx(() => _cache[
|
|
664
|
+
default: withCtx(() => _cache[72] || (_cache[72] = [
|
|
665
665
|
createTextVNode("多选")
|
|
666
666
|
])),
|
|
667
667
|
_: 1
|
|
@@ -672,7 +672,7 @@ const _sfc_main = {
|
|
|
672
672
|
]),
|
|
673
673
|
unref(currentItem).selectionMode != "none" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
674
674
|
createElementVNode("div", _hoisted_6, [
|
|
675
|
-
_cache[
|
|
675
|
+
_cache[74] || (_cache[74] = createElementVNode("span", { class: "field-label" }, "反显格式", -1)),
|
|
676
676
|
createVNode(unref(_sfc_main$1), {
|
|
677
677
|
title: "反显格式配置",
|
|
678
678
|
formulaConf: unref(currentItem).displayFormat,
|
|
@@ -683,7 +683,7 @@ const _sfc_main = {
|
|
|
683
683
|
}, null, 8, ["formulaConf", "modelValue", "fieldList"])
|
|
684
684
|
]),
|
|
685
685
|
createElementVNode("div", _hoisted_7, [
|
|
686
|
-
_cache[
|
|
686
|
+
_cache[75] || (_cache[75] = createElementVNode("span", {
|
|
687
687
|
class: "field-label",
|
|
688
688
|
style: { "width": "100%", "text-align": "left" }
|
|
689
689
|
}, "选取后表单赋值", -1)),
|
|
@@ -699,7 +699,7 @@ const _sfc_main = {
|
|
|
699
699
|
])
|
|
700
700
|
], 64)) : createCommentVNode("", true),
|
|
701
701
|
createElementVNode("div", _hoisted_8, [
|
|
702
|
-
_cache[
|
|
702
|
+
_cache[76] || (_cache[76] = createElementVNode("span", { class: "field-label" }, "回调事件", -1)),
|
|
703
703
|
createVNode(OnlyFLowConfigButton, {
|
|
704
704
|
config: unref(currentItem).callbackEventConfig,
|
|
705
705
|
onConfirm: handleOnlyFlowConfirm
|
|
@@ -708,14 +708,14 @@ const _sfc_main = {
|
|
|
708
708
|
], 64)) : createCommentVNode("", true)
|
|
709
709
|
])) : unref(currentItem).suffixButton == "custom" ? (openBlock(), createElementBlock("div", _hoisted_9, [
|
|
710
710
|
createElementVNode("div", _hoisted_10, [
|
|
711
|
-
_cache[
|
|
711
|
+
_cache[77] || (_cache[77] = createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
712
712
|
createVNode(_component_el_input, {
|
|
713
713
|
modelValue: unref(currentItem).suffixButtonName,
|
|
714
714
|
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => unref(currentItem).suffixButtonName = $event)
|
|
715
715
|
}, null, 8, ["modelValue"])
|
|
716
716
|
]),
|
|
717
717
|
createElementVNode("div", _hoisted_11, [
|
|
718
|
-
_cache[
|
|
718
|
+
_cache[78] || (_cache[78] = createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
|
|
719
719
|
createVNode(EventConfigButton, {
|
|
720
720
|
config: unref(currentItem).suffixButtonConfig,
|
|
721
721
|
onConfirm: handleSuffixButtonConfirm
|
|
@@ -798,7 +798,7 @@ const _sfc_main = {
|
|
|
798
798
|
"controls-position": "right",
|
|
799
799
|
placeholder: "最小值"
|
|
800
800
|
}, null, 8, ["modelValue"]),
|
|
801
|
-
_cache[
|
|
801
|
+
_cache[79] || (_cache[79] = createElementVNode("span", { style: { "color": "#909399", "font-size": "14px" } }, "-", -1)),
|
|
802
802
|
createVNode(_component_el_input_number, {
|
|
803
803
|
style: { "width": "100%" },
|
|
804
804
|
modelValue: unref(currentItem).maxValue,
|
|
@@ -850,7 +850,7 @@ const _sfc_main = {
|
|
|
850
850
|
}),
|
|
851
851
|
createElementVNode("div", _hoisted_13, [
|
|
852
852
|
createElementVNode("div", _hoisted_14, [
|
|
853
|
-
_cache[
|
|
853
|
+
_cache[80] || (_cache[80] = createElementVNode("span", { class: "field-label" }, "显示字段", -1)),
|
|
854
854
|
createVNode(_component_el_input, {
|
|
855
855
|
modelValue: unref(currentItem).optionConfig.displayField,
|
|
856
856
|
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => unref(currentItem).optionConfig.displayField = $event),
|
|
@@ -858,7 +858,7 @@ const _sfc_main = {
|
|
|
858
858
|
}, null, 8, ["modelValue"])
|
|
859
859
|
]),
|
|
860
860
|
createElementVNode("div", _hoisted_15, [
|
|
861
|
-
_cache[
|
|
861
|
+
_cache[81] || (_cache[81] = createElementVNode("span", { class: "field-label" }, "值字段", -1)),
|
|
862
862
|
createVNode(_component_el_input, {
|
|
863
863
|
modelValue: unref(currentItem).optionConfig.valueField,
|
|
864
864
|
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => unref(currentItem).optionConfig.valueField = $event),
|
|
@@ -866,7 +866,7 @@ const _sfc_main = {
|
|
|
866
866
|
}, null, 8, ["modelValue"])
|
|
867
867
|
]),
|
|
868
868
|
createElementVNode("div", _hoisted_16, [
|
|
869
|
-
_cache[
|
|
869
|
+
_cache[82] || (_cache[82] = createElementVNode("span", { class: "field-label" }, "主键字段", -1)),
|
|
870
870
|
createVNode(_component_el_input, {
|
|
871
871
|
modelValue: unref(currentItem).optionConfig.idField,
|
|
872
872
|
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => unref(currentItem).optionConfig.idField = $event),
|
|
@@ -874,7 +874,7 @@ const _sfc_main = {
|
|
|
874
874
|
}, null, 8, ["modelValue"])
|
|
875
875
|
]),
|
|
876
876
|
createElementVNode("div", _hoisted_17, [
|
|
877
|
-
_cache[
|
|
877
|
+
_cache[83] || (_cache[83] = createElementVNode("span", { class: "field-label" }, "父主键字段", -1)),
|
|
878
878
|
createVNode(_component_el_input, {
|
|
879
879
|
modelValue: unref(currentItem).optionConfig.pidField,
|
|
880
880
|
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => unref(currentItem).optionConfig.pidField = $event),
|
|
@@ -1001,6 +1001,33 @@ const _sfc_main = {
|
|
|
1001
1001
|
}, 8, ["modelValue"])
|
|
1002
1002
|
]),
|
|
1003
1003
|
_: 1
|
|
1004
|
+
}),
|
|
1005
|
+
createVNode(_component_el_form_item, { label: "可选范围" }, {
|
|
1006
|
+
default: withCtx(() => [
|
|
1007
|
+
createVNode(_component_el_select, {
|
|
1008
|
+
modelValue: unref(currentItem).dateRange,
|
|
1009
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => unref(currentItem).dateRange = $event),
|
|
1010
|
+
"empty-values": [null, void 0],
|
|
1011
|
+
"value-on-clear": null
|
|
1012
|
+
}, {
|
|
1013
|
+
default: withCtx(() => [
|
|
1014
|
+
createVNode(_component_el_option, {
|
|
1015
|
+
label: "不限",
|
|
1016
|
+
value: ""
|
|
1017
|
+
}),
|
|
1018
|
+
createVNode(_component_el_option, {
|
|
1019
|
+
label: "今天及以前",
|
|
1020
|
+
value: "beforeToday"
|
|
1021
|
+
}),
|
|
1022
|
+
createVNode(_component_el_option, {
|
|
1023
|
+
label: "今天及以后",
|
|
1024
|
+
value: "afterToday"
|
|
1025
|
+
})
|
|
1026
|
+
]),
|
|
1027
|
+
_: 1
|
|
1028
|
+
}, 8, ["modelValue"])
|
|
1029
|
+
]),
|
|
1030
|
+
_: 1
|
|
1004
1031
|
})
|
|
1005
1032
|
], 64)) : createCommentVNode("", true),
|
|
1006
1033
|
unref(isSysSelect) ? (openBlock(), createElementBlock(Fragment, { key: 11 }, [
|
|
@@ -1008,7 +1035,7 @@ const _sfc_main = {
|
|
|
1008
1035
|
default: withCtx(() => [
|
|
1009
1036
|
createVNode(_component_el_input, {
|
|
1010
1037
|
modelValue: unref(currentItem).dialogConfig.dialogTitle,
|
|
1011
|
-
"onUpdate:modelValue": _cache[
|
|
1038
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => unref(currentItem).dialogConfig.dialogTitle = $event)
|
|
1012
1039
|
}, null, 8, ["modelValue"])
|
|
1013
1040
|
]),
|
|
1014
1041
|
_: 1
|
|
@@ -1017,7 +1044,7 @@ const _sfc_main = {
|
|
|
1017
1044
|
default: withCtx(() => [
|
|
1018
1045
|
createVNode(_component_ParamsConfig, {
|
|
1019
1046
|
modelValue: unref(currentItem).dialogConfig.dialogParams,
|
|
1020
|
-
"onUpdate:modelValue": _cache[
|
|
1047
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => unref(currentItem).dialogConfig.dialogParams = $event)
|
|
1021
1048
|
}, null, 8, ["modelValue"])
|
|
1022
1049
|
]),
|
|
1023
1050
|
_: 1
|
|
@@ -1029,17 +1056,17 @@ const _sfc_main = {
|
|
|
1029
1056
|
default: withCtx(() => [
|
|
1030
1057
|
createVNode(_component_el_radio_group, {
|
|
1031
1058
|
modelValue: unref(currentItem).dialogConfig.selectionMode,
|
|
1032
|
-
"onUpdate:modelValue": _cache[
|
|
1059
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => unref(currentItem).dialogConfig.selectionMode = $event)
|
|
1033
1060
|
}, {
|
|
1034
1061
|
default: withCtx(() => [
|
|
1035
1062
|
createVNode(_component_el_radio_button, { value: "single" }, {
|
|
1036
|
-
default: withCtx(() => _cache[
|
|
1063
|
+
default: withCtx(() => _cache[84] || (_cache[84] = [
|
|
1037
1064
|
createTextVNode("单选")
|
|
1038
1065
|
])),
|
|
1039
1066
|
_: 1
|
|
1040
1067
|
}),
|
|
1041
1068
|
createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
1042
|
-
default: withCtx(() => _cache[
|
|
1069
|
+
default: withCtx(() => _cache[85] || (_cache[85] = [
|
|
1043
1070
|
createTextVNode("多选")
|
|
1044
1071
|
])),
|
|
1045
1072
|
_: 1
|
|
@@ -1068,12 +1095,12 @@ const _sfc_main = {
|
|
|
1068
1095
|
createElementVNode("div", _hoisted_18, [
|
|
1069
1096
|
createVNode(_component_el_switch, {
|
|
1070
1097
|
modelValue: unref(currentItem).required,
|
|
1071
|
-
"onUpdate:modelValue": _cache[
|
|
1098
|
+
"onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => unref(currentItem).required = $event)
|
|
1072
1099
|
}, null, 8, ["modelValue"]),
|
|
1073
1100
|
unref(currentItem).required ? (openBlock(), createBlock(_component_el_input, {
|
|
1074
1101
|
key: 0,
|
|
1075
1102
|
modelValue: unref(currentItem).requiredMessage,
|
|
1076
|
-
"onUpdate:modelValue": _cache[
|
|
1103
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => unref(currentItem).requiredMessage = $event),
|
|
1077
1104
|
placeholder: "请输入提示信息",
|
|
1078
1105
|
style: { "flex": "1" }
|
|
1079
1106
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
@@ -1088,7 +1115,7 @@ const _sfc_main = {
|
|
|
1088
1115
|
default: withCtx(() => [
|
|
1089
1116
|
createVNode(_component_el_select, {
|
|
1090
1117
|
modelValue: unref(currentItem).validationType,
|
|
1091
|
-
"onUpdate:modelValue": _cache[
|
|
1118
|
+
"onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => unref(currentItem).validationType = $event),
|
|
1092
1119
|
placeholder: "选择校验规则",
|
|
1093
1120
|
onChange: handleValidationChange,
|
|
1094
1121
|
style: { "margin-bottom": "12px" }
|
|
@@ -1154,13 +1181,13 @@ const _sfc_main = {
|
|
|
1154
1181
|
unref(currentItem).validationType === "custom" ? (openBlock(), createElementBlock("div", _hoisted_20, [
|
|
1155
1182
|
createVNode(_sfc_main$2, {
|
|
1156
1183
|
modelValue: unref(currentItem).validationDataSource,
|
|
1157
|
-
"onUpdate:modelValue": _cache[
|
|
1184
|
+
"onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => unref(currentItem).validationDataSource = $event)
|
|
1158
1185
|
}, null, 8, ["modelValue"])
|
|
1159
1186
|
])) : createCommentVNode("", true),
|
|
1160
1187
|
unref(currentItem).validationType !== "none" ? (openBlock(), createBlock(_component_el_input, {
|
|
1161
1188
|
key: 2,
|
|
1162
1189
|
modelValue: unref(currentItem).validationMessage,
|
|
1163
|
-
"onUpdate:modelValue": _cache[
|
|
1190
|
+
"onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => unref(currentItem).validationMessage = $event),
|
|
1164
1191
|
placeholder: getValidationPlaceholder(),
|
|
1165
1192
|
style: { "margin-bottom": "12px" }
|
|
1166
1193
|
}, null, 8, ["modelValue", "placeholder"])) : createCommentVNode("", true)
|
|
@@ -1179,7 +1206,7 @@ const _sfc_main = {
|
|
|
1179
1206
|
};
|
|
1180
1207
|
}
|
|
1181
1208
|
};
|
|
1182
|
-
const widgets = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1209
|
+
const widgets = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3839a547"]]);
|
|
1183
1210
|
export {
|
|
1184
1211
|
widgets as default
|
|
1185
1212
|
};
|