@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
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -319,7 +319,7 @@ const _sfc_main = {
|
|
|
319
319
|
return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
|
|
320
320
|
class: "setting",
|
|
321
321
|
modelValue: Vue.unref(activeName),
|
|
322
|
-
"onUpdate:modelValue": _cache[
|
|
322
|
+
"onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null)
|
|
323
323
|
}, {
|
|
324
324
|
default: Vue.withCtx(() => [
|
|
325
325
|
Vue.createVNode(_component_el_collapse_item, {
|
|
@@ -429,19 +429,19 @@ const _sfc_main = {
|
|
|
429
429
|
}, {
|
|
430
430
|
default: Vue.withCtx(() => [
|
|
431
431
|
Vue.createVNode(_component_el_radio_button, { value: "default" }, {
|
|
432
|
-
default: Vue.withCtx(() => _cache[
|
|
432
|
+
default: Vue.withCtx(() => _cache[55] || (_cache[55] = [
|
|
433
433
|
Vue.createTextVNode("默认")
|
|
434
434
|
])),
|
|
435
435
|
_: 1
|
|
436
436
|
}),
|
|
437
437
|
Vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
438
|
-
default: Vue.withCtx(() => _cache[
|
|
438
|
+
default: Vue.withCtx(() => _cache[56] || (_cache[56] = [
|
|
439
439
|
Vue.createTextVNode("标签")
|
|
440
440
|
])),
|
|
441
441
|
_: 1
|
|
442
442
|
}),
|
|
443
443
|
Vue.createVNode(_component_el_radio_button, { value: "input" }, {
|
|
444
|
-
default: Vue.withCtx(() => _cache[
|
|
444
|
+
default: Vue.withCtx(() => _cache[57] || (_cache[57] = [
|
|
445
445
|
Vue.createTextVNode("输入框")
|
|
446
446
|
])),
|
|
447
447
|
_: 1
|
|
@@ -461,19 +461,19 @@ const _sfc_main = {
|
|
|
461
461
|
}, {
|
|
462
462
|
default: Vue.withCtx(() => [
|
|
463
463
|
Vue.createVNode(_component_el_radio_button, { value: "all" }, {
|
|
464
|
-
default: Vue.withCtx(() => _cache[
|
|
464
|
+
default: Vue.withCtx(() => _cache[58] || (_cache[58] = [
|
|
465
465
|
Vue.createTextVNode("始终显示")
|
|
466
466
|
])),
|
|
467
467
|
_: 1
|
|
468
468
|
}),
|
|
469
469
|
Vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
470
|
-
default: Vue.withCtx(() => _cache[
|
|
470
|
+
default: Vue.withCtx(() => _cache[59] || (_cache[59] = [
|
|
471
471
|
Vue.createTextVNode("编辑时显示")
|
|
472
472
|
])),
|
|
473
473
|
_: 1
|
|
474
474
|
}),
|
|
475
475
|
Vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
476
|
-
default: Vue.withCtx(() => _cache[
|
|
476
|
+
default: Vue.withCtx(() => _cache[60] || (_cache[60] = [
|
|
477
477
|
Vue.createTextVNode("查看时显示")
|
|
478
478
|
])),
|
|
479
479
|
_: 1
|
|
@@ -552,7 +552,7 @@ const _sfc_main = {
|
|
|
552
552
|
], 64)) : Vue.createCommentVNode("", true),
|
|
553
553
|
Vue.unref(currentItem).fieldType == "text" || Vue.unref(currentItem).fieldType == "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 3 }, [
|
|
554
554
|
Vue.createVNode(_component_el_form_item, null, {
|
|
555
|
-
label: Vue.withCtx(() => _cache[
|
|
555
|
+
label: Vue.withCtx(() => _cache[61] || (_cache[61] = [
|
|
556
556
|
Vue.createElementVNode("span", null, "尾部按钮", -1)
|
|
557
557
|
])),
|
|
558
558
|
default: Vue.withCtx(() => [
|
|
@@ -563,19 +563,19 @@ const _sfc_main = {
|
|
|
563
563
|
}, {
|
|
564
564
|
default: Vue.withCtx(() => [
|
|
565
565
|
Vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
566
|
-
default: Vue.withCtx(() => _cache[
|
|
566
|
+
default: Vue.withCtx(() => _cache[62] || (_cache[62] = [
|
|
567
567
|
Vue.createTextVNode("无")
|
|
568
568
|
])),
|
|
569
569
|
_: 1
|
|
570
570
|
}),
|
|
571
571
|
Vue.createVNode(_component_el_radio_button, { value: "dialog" }, {
|
|
572
|
-
default: Vue.withCtx(() => _cache[
|
|
572
|
+
default: Vue.withCtx(() => _cache[63] || (_cache[63] = [
|
|
573
573
|
Vue.createTextVNode("弹层选择")
|
|
574
574
|
])),
|
|
575
575
|
_: 1
|
|
576
576
|
}),
|
|
577
577
|
Vue.createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
578
|
-
default: Vue.withCtx(() => _cache[
|
|
578
|
+
default: Vue.withCtx(() => _cache[64] || (_cache[64] = [
|
|
579
579
|
Vue.createTextVNode("自定义")
|
|
580
580
|
])),
|
|
581
581
|
_: 1
|
|
@@ -588,14 +588,14 @@ const _sfc_main = {
|
|
|
588
588
|
}),
|
|
589
589
|
Vue.unref(currentItem).suffixButton == "dialog" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
590
590
|
Vue.createElementVNode("div", _hoisted_2, [
|
|
591
|
-
_cache[
|
|
591
|
+
_cache[65] || (_cache[65] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
592
592
|
Vue.createVNode(_component_el_input, {
|
|
593
593
|
modelValue: Vue.unref(currentItem).suffixDialogName,
|
|
594
594
|
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => Vue.unref(currentItem).suffixDialogName = $event)
|
|
595
595
|
}, null, 8, ["modelValue"])
|
|
596
596
|
]),
|
|
597
597
|
Vue.createElementVNode("div", _hoisted_3, [
|
|
598
|
-
_cache[
|
|
598
|
+
_cache[68] || (_cache[68] = Vue.createElementVNode("span", { class: "field-label" }, "弹层来源", -1)),
|
|
599
599
|
Vue.createVNode(_component_el_radio_group, {
|
|
600
600
|
modelValue: Vue.unref(currentItem).dialogSource,
|
|
601
601
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => Vue.unref(currentItem).dialogSource = $event),
|
|
@@ -603,13 +603,13 @@ const _sfc_main = {
|
|
|
603
603
|
}, {
|
|
604
604
|
default: Vue.withCtx(() => [
|
|
605
605
|
Vue.createVNode(_component_el_radio_button, { value: "global" }, {
|
|
606
|
-
default: Vue.withCtx(() => _cache[
|
|
606
|
+
default: Vue.withCtx(() => _cache[66] || (_cache[66] = [
|
|
607
607
|
Vue.createTextVNode("全局")
|
|
608
608
|
])),
|
|
609
609
|
_: 1
|
|
610
610
|
}),
|
|
611
611
|
Vue.createVNode(_component_el_radio_button, { value: "custom" }, {
|
|
612
|
-
default: Vue.withCtx(() => _cache[
|
|
612
|
+
default: Vue.withCtx(() => _cache[67] || (_cache[67] = [
|
|
613
613
|
Vue.createTextVNode("自定义")
|
|
614
614
|
])),
|
|
615
615
|
_: 1
|
|
@@ -619,7 +619,7 @@ const _sfc_main = {
|
|
|
619
619
|
}, 8, ["modelValue"])
|
|
620
620
|
]),
|
|
621
621
|
Vue.createElementVNode("div", _hoisted_4, [
|
|
622
|
-
_cache[
|
|
622
|
+
_cache[69] || (_cache[69] = Vue.createElementVNode("span", { class: "field-label" }, "选择弹层", -1)),
|
|
623
623
|
Vue.createVNode(_component_el_select, {
|
|
624
624
|
modelValue: Vue.unref(currentItem).suffixDialogId,
|
|
625
625
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => Vue.unref(currentItem).suffixDialogId = $event),
|
|
@@ -643,7 +643,7 @@ const _sfc_main = {
|
|
|
643
643
|
]),
|
|
644
644
|
Vue.unref(currentItem).dialogSource == "global" && Vue.unref(currentItem).suffixDialogId ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 0 }, [
|
|
645
645
|
Vue.createElementVNode("div", _hoisted_5, [
|
|
646
|
-
_cache[
|
|
646
|
+
_cache[73] || (_cache[73] = Vue.createElementVNode("span", { class: "field-label" }, "选择模式", -1)),
|
|
647
647
|
Vue.createVNode(_component_el_radio_group, {
|
|
648
648
|
modelValue: Vue.unref(currentItem).selectionMode,
|
|
649
649
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => Vue.unref(currentItem).selectionMode = $event),
|
|
@@ -651,19 +651,19 @@ const _sfc_main = {
|
|
|
651
651
|
}, {
|
|
652
652
|
default: Vue.withCtx(() => [
|
|
653
653
|
Vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
654
|
-
default: Vue.withCtx(() => _cache[
|
|
654
|
+
default: Vue.withCtx(() => _cache[70] || (_cache[70] = [
|
|
655
655
|
Vue.createTextVNode("无")
|
|
656
656
|
])),
|
|
657
657
|
_: 1
|
|
658
658
|
}),
|
|
659
659
|
Vue.createVNode(_component_el_radio_button, { value: "single" }, {
|
|
660
|
-
default: Vue.withCtx(() => _cache[
|
|
660
|
+
default: Vue.withCtx(() => _cache[71] || (_cache[71] = [
|
|
661
661
|
Vue.createTextVNode("单选")
|
|
662
662
|
])),
|
|
663
663
|
_: 1
|
|
664
664
|
}),
|
|
665
665
|
Vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
666
|
-
default: Vue.withCtx(() => _cache[
|
|
666
|
+
default: Vue.withCtx(() => _cache[72] || (_cache[72] = [
|
|
667
667
|
Vue.createTextVNode("多选")
|
|
668
668
|
])),
|
|
669
669
|
_: 1
|
|
@@ -674,7 +674,7 @@ const _sfc_main = {
|
|
|
674
674
|
]),
|
|
675
675
|
Vue.unref(currentItem).selectionMode != "none" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 0 }, [
|
|
676
676
|
Vue.createElementVNode("div", _hoisted_6, [
|
|
677
|
-
_cache[
|
|
677
|
+
_cache[74] || (_cache[74] = Vue.createElementVNode("span", { class: "field-label" }, "反显格式", -1)),
|
|
678
678
|
Vue.createVNode(Vue.unref(FormulaEditorInput.default), {
|
|
679
679
|
title: "反显格式配置",
|
|
680
680
|
formulaConf: Vue.unref(currentItem).displayFormat,
|
|
@@ -685,7 +685,7 @@ const _sfc_main = {
|
|
|
685
685
|
}, null, 8, ["formulaConf", "modelValue", "fieldList"])
|
|
686
686
|
]),
|
|
687
687
|
Vue.createElementVNode("div", _hoisted_7, [
|
|
688
|
-
_cache[
|
|
688
|
+
_cache[75] || (_cache[75] = Vue.createElementVNode("span", {
|
|
689
689
|
class: "field-label",
|
|
690
690
|
style: { "width": "100%", "text-align": "left" }
|
|
691
691
|
}, "选取后表单赋值", -1)),
|
|
@@ -701,7 +701,7 @@ const _sfc_main = {
|
|
|
701
701
|
])
|
|
702
702
|
], 64)) : Vue.createCommentVNode("", true),
|
|
703
703
|
Vue.createElementVNode("div", _hoisted_8, [
|
|
704
|
-
_cache[
|
|
704
|
+
_cache[76] || (_cache[76] = Vue.createElementVNode("span", { class: "field-label" }, "回调事件", -1)),
|
|
705
705
|
Vue.createVNode(OnlyFLowConfigButton.default, {
|
|
706
706
|
config: Vue.unref(currentItem).callbackEventConfig,
|
|
707
707
|
onConfirm: handleOnlyFlowConfirm
|
|
@@ -710,14 +710,14 @@ const _sfc_main = {
|
|
|
710
710
|
], 64)) : Vue.createCommentVNode("", true)
|
|
711
711
|
])) : Vue.unref(currentItem).suffixButton == "custom" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_9, [
|
|
712
712
|
Vue.createElementVNode("div", _hoisted_10, [
|
|
713
|
-
_cache[
|
|
713
|
+
_cache[77] || (_cache[77] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
|
|
714
714
|
Vue.createVNode(_component_el_input, {
|
|
715
715
|
modelValue: Vue.unref(currentItem).suffixButtonName,
|
|
716
716
|
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => Vue.unref(currentItem).suffixButtonName = $event)
|
|
717
717
|
}, null, 8, ["modelValue"])
|
|
718
718
|
]),
|
|
719
719
|
Vue.createElementVNode("div", _hoisted_11, [
|
|
720
|
-
_cache[
|
|
720
|
+
_cache[78] || (_cache[78] = Vue.createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
|
|
721
721
|
Vue.createVNode(EventConfigButton.default, {
|
|
722
722
|
config: Vue.unref(currentItem).suffixButtonConfig,
|
|
723
723
|
onConfirm: handleSuffixButtonConfirm
|
|
@@ -800,7 +800,7 @@ const _sfc_main = {
|
|
|
800
800
|
"controls-position": "right",
|
|
801
801
|
placeholder: "最小值"
|
|
802
802
|
}, null, 8, ["modelValue"]),
|
|
803
|
-
_cache[
|
|
803
|
+
_cache[79] || (_cache[79] = Vue.createElementVNode("span", { style: { "color": "#909399", "font-size": "14px" } }, "-", -1)),
|
|
804
804
|
Vue.createVNode(_component_el_input_number, {
|
|
805
805
|
style: { "width": "100%" },
|
|
806
806
|
modelValue: Vue.unref(currentItem).maxValue,
|
|
@@ -852,7 +852,7 @@ const _sfc_main = {
|
|
|
852
852
|
}),
|
|
853
853
|
Vue.createElementVNode("div", _hoisted_13, [
|
|
854
854
|
Vue.createElementVNode("div", _hoisted_14, [
|
|
855
|
-
_cache[
|
|
855
|
+
_cache[80] || (_cache[80] = Vue.createElementVNode("span", { class: "field-label" }, "显示字段", -1)),
|
|
856
856
|
Vue.createVNode(_component_el_input, {
|
|
857
857
|
modelValue: Vue.unref(currentItem).optionConfig.displayField,
|
|
858
858
|
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => Vue.unref(currentItem).optionConfig.displayField = $event),
|
|
@@ -860,7 +860,7 @@ const _sfc_main = {
|
|
|
860
860
|
}, null, 8, ["modelValue"])
|
|
861
861
|
]),
|
|
862
862
|
Vue.createElementVNode("div", _hoisted_15, [
|
|
863
|
-
_cache[
|
|
863
|
+
_cache[81] || (_cache[81] = Vue.createElementVNode("span", { class: "field-label" }, "值字段", -1)),
|
|
864
864
|
Vue.createVNode(_component_el_input, {
|
|
865
865
|
modelValue: Vue.unref(currentItem).optionConfig.valueField,
|
|
866
866
|
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => Vue.unref(currentItem).optionConfig.valueField = $event),
|
|
@@ -868,7 +868,7 @@ const _sfc_main = {
|
|
|
868
868
|
}, null, 8, ["modelValue"])
|
|
869
869
|
]),
|
|
870
870
|
Vue.createElementVNode("div", _hoisted_16, [
|
|
871
|
-
_cache[
|
|
871
|
+
_cache[82] || (_cache[82] = Vue.createElementVNode("span", { class: "field-label" }, "主键字段", -1)),
|
|
872
872
|
Vue.createVNode(_component_el_input, {
|
|
873
873
|
modelValue: Vue.unref(currentItem).optionConfig.idField,
|
|
874
874
|
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => Vue.unref(currentItem).optionConfig.idField = $event),
|
|
@@ -876,7 +876,7 @@ const _sfc_main = {
|
|
|
876
876
|
}, null, 8, ["modelValue"])
|
|
877
877
|
]),
|
|
878
878
|
Vue.createElementVNode("div", _hoisted_17, [
|
|
879
|
-
_cache[
|
|
879
|
+
_cache[83] || (_cache[83] = Vue.createElementVNode("span", { class: "field-label" }, "父主键字段", -1)),
|
|
880
880
|
Vue.createVNode(_component_el_input, {
|
|
881
881
|
modelValue: Vue.unref(currentItem).optionConfig.pidField,
|
|
882
882
|
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => Vue.unref(currentItem).optionConfig.pidField = $event),
|
|
@@ -1003,6 +1003,33 @@ const _sfc_main = {
|
|
|
1003
1003
|
}, 8, ["modelValue"])
|
|
1004
1004
|
]),
|
|
1005
1005
|
_: 1
|
|
1006
|
+
}),
|
|
1007
|
+
Vue.createVNode(_component_el_form_item, { label: "可选范围" }, {
|
|
1008
|
+
default: Vue.withCtx(() => [
|
|
1009
|
+
Vue.createVNode(_component_el_select, {
|
|
1010
|
+
modelValue: Vue.unref(currentItem).dateRange,
|
|
1011
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => Vue.unref(currentItem).dateRange = $event),
|
|
1012
|
+
"empty-values": [null, void 0],
|
|
1013
|
+
"value-on-clear": null
|
|
1014
|
+
}, {
|
|
1015
|
+
default: Vue.withCtx(() => [
|
|
1016
|
+
Vue.createVNode(_component_el_option, {
|
|
1017
|
+
label: "不限",
|
|
1018
|
+
value: ""
|
|
1019
|
+
}),
|
|
1020
|
+
Vue.createVNode(_component_el_option, {
|
|
1021
|
+
label: "今天及以前",
|
|
1022
|
+
value: "beforeToday"
|
|
1023
|
+
}),
|
|
1024
|
+
Vue.createVNode(_component_el_option, {
|
|
1025
|
+
label: "今天及以后",
|
|
1026
|
+
value: "afterToday"
|
|
1027
|
+
})
|
|
1028
|
+
]),
|
|
1029
|
+
_: 1
|
|
1030
|
+
}, 8, ["modelValue"])
|
|
1031
|
+
]),
|
|
1032
|
+
_: 1
|
|
1006
1033
|
})
|
|
1007
1034
|
], 64)) : Vue.createCommentVNode("", true),
|
|
1008
1035
|
Vue.unref(isSysSelect) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 11 }, [
|
|
@@ -1010,7 +1037,7 @@ const _sfc_main = {
|
|
|
1010
1037
|
default: Vue.withCtx(() => [
|
|
1011
1038
|
Vue.createVNode(_component_el_input, {
|
|
1012
1039
|
modelValue: Vue.unref(currentItem).dialogConfig.dialogTitle,
|
|
1013
|
-
"onUpdate:modelValue": _cache[
|
|
1040
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => Vue.unref(currentItem).dialogConfig.dialogTitle = $event)
|
|
1014
1041
|
}, null, 8, ["modelValue"])
|
|
1015
1042
|
]),
|
|
1016
1043
|
_: 1
|
|
@@ -1019,7 +1046,7 @@ const _sfc_main = {
|
|
|
1019
1046
|
default: Vue.withCtx(() => [
|
|
1020
1047
|
Vue.createVNode(_component_ParamsConfig, {
|
|
1021
1048
|
modelValue: Vue.unref(currentItem).dialogConfig.dialogParams,
|
|
1022
|
-
"onUpdate:modelValue": _cache[
|
|
1049
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => Vue.unref(currentItem).dialogConfig.dialogParams = $event)
|
|
1023
1050
|
}, null, 8, ["modelValue"])
|
|
1024
1051
|
]),
|
|
1025
1052
|
_: 1
|
|
@@ -1031,17 +1058,17 @@ const _sfc_main = {
|
|
|
1031
1058
|
default: Vue.withCtx(() => [
|
|
1032
1059
|
Vue.createVNode(_component_el_radio_group, {
|
|
1033
1060
|
modelValue: Vue.unref(currentItem).dialogConfig.selectionMode,
|
|
1034
|
-
"onUpdate:modelValue": _cache[
|
|
1061
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => Vue.unref(currentItem).dialogConfig.selectionMode = $event)
|
|
1035
1062
|
}, {
|
|
1036
1063
|
default: Vue.withCtx(() => [
|
|
1037
1064
|
Vue.createVNode(_component_el_radio_button, { value: "single" }, {
|
|
1038
|
-
default: Vue.withCtx(() => _cache[
|
|
1065
|
+
default: Vue.withCtx(() => _cache[84] || (_cache[84] = [
|
|
1039
1066
|
Vue.createTextVNode("单选")
|
|
1040
1067
|
])),
|
|
1041
1068
|
_: 1
|
|
1042
1069
|
}),
|
|
1043
1070
|
Vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
|
|
1044
|
-
default: Vue.withCtx(() => _cache[
|
|
1071
|
+
default: Vue.withCtx(() => _cache[85] || (_cache[85] = [
|
|
1045
1072
|
Vue.createTextVNode("多选")
|
|
1046
1073
|
])),
|
|
1047
1074
|
_: 1
|
|
@@ -1070,12 +1097,12 @@ const _sfc_main = {
|
|
|
1070
1097
|
Vue.createElementVNode("div", _hoisted_18, [
|
|
1071
1098
|
Vue.createVNode(_component_el_switch, {
|
|
1072
1099
|
modelValue: Vue.unref(currentItem).required,
|
|
1073
|
-
"onUpdate:modelValue": _cache[
|
|
1100
|
+
"onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => Vue.unref(currentItem).required = $event)
|
|
1074
1101
|
}, null, 8, ["modelValue"]),
|
|
1075
1102
|
Vue.unref(currentItem).required ? (Vue.openBlock(), Vue.createBlock(_component_el_input, {
|
|
1076
1103
|
key: 0,
|
|
1077
1104
|
modelValue: Vue.unref(currentItem).requiredMessage,
|
|
1078
|
-
"onUpdate:modelValue": _cache[
|
|
1105
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => Vue.unref(currentItem).requiredMessage = $event),
|
|
1079
1106
|
placeholder: "请输入提示信息",
|
|
1080
1107
|
style: { "flex": "1" }
|
|
1081
1108
|
}, null, 8, ["modelValue"])) : Vue.createCommentVNode("", true)
|
|
@@ -1090,7 +1117,7 @@ const _sfc_main = {
|
|
|
1090
1117
|
default: Vue.withCtx(() => [
|
|
1091
1118
|
Vue.createVNode(_component_el_select, {
|
|
1092
1119
|
modelValue: Vue.unref(currentItem).validationType,
|
|
1093
|
-
"onUpdate:modelValue": _cache[
|
|
1120
|
+
"onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => Vue.unref(currentItem).validationType = $event),
|
|
1094
1121
|
placeholder: "选择校验规则",
|
|
1095
1122
|
onChange: handleValidationChange,
|
|
1096
1123
|
style: { "margin-bottom": "12px" }
|
|
@@ -1156,13 +1183,13 @@ const _sfc_main = {
|
|
|
1156
1183
|
Vue.unref(currentItem).validationType === "custom" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_20, [
|
|
1157
1184
|
Vue.createVNode(DataSourceSelect.default, {
|
|
1158
1185
|
modelValue: Vue.unref(currentItem).validationDataSource,
|
|
1159
|
-
"onUpdate:modelValue": _cache[
|
|
1186
|
+
"onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => Vue.unref(currentItem).validationDataSource = $event)
|
|
1160
1187
|
}, null, 8, ["modelValue"])
|
|
1161
1188
|
])) : Vue.createCommentVNode("", true),
|
|
1162
1189
|
Vue.unref(currentItem).validationType !== "none" ? (Vue.openBlock(), Vue.createBlock(_component_el_input, {
|
|
1163
1190
|
key: 2,
|
|
1164
1191
|
modelValue: Vue.unref(currentItem).validationMessage,
|
|
1165
|
-
"onUpdate:modelValue": _cache[
|
|
1192
|
+
"onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => Vue.unref(currentItem).validationMessage = $event),
|
|
1166
1193
|
placeholder: getValidationPlaceholder(),
|
|
1167
1194
|
style: { "margin-bottom": "12px" }
|
|
1168
1195
|
}, null, 8, ["modelValue", "placeholder"])) : Vue.createCommentVNode("", true)
|
|
@@ -1181,5 +1208,5 @@ const _sfc_main = {
|
|
|
1181
1208
|
};
|
|
1182
1209
|
}
|
|
1183
1210
|
};
|
|
1184
|
-
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1211
|
+
const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3839a547"]]);
|
|
1185
1212
|
exports.default = widgets;
|