@fecp/designer 5.5.99 → 5.5.100

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.
Files changed (25) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/components/FieldSetMapping.vue2.mjs +1 -2
  3. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  4. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  5. package/es/designer/src/packages/form/components/ComponentPreviewWrapper.vue.mjs +23 -11
  6. package/es/designer/src/packages/form/property/widgets.vue.mjs +108 -84
  7. package/es/designer.css +113 -112
  8. package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
  9. package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +16 -17
  10. package/es/packages/mobile/src/components/navigation/tabs/Tabs.vue.mjs +9 -8
  11. package/es/packages/vue/src/components/forms/form/Form.vue.mjs +11 -2
  12. package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +22 -5
  13. package/lib/designer/package.json.js +1 -1
  14. package/lib/designer/src/components/FieldSetMapping.vue2.js +1 -2
  15. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  16. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  17. package/lib/designer/src/packages/form/components/ComponentPreviewWrapper.vue.js +25 -13
  18. package/lib/designer/src/packages/form/property/widgets.vue.js +108 -84
  19. package/lib/designer.css +113 -112
  20. package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
  21. package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +15 -16
  22. package/lib/packages/mobile/src/components/navigation/tabs/Tabs.vue.js +8 -7
  23. package/lib/packages/vue/src/components/forms/form/Form.vue.js +11 -2
  24. package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +23 -6
  25. 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");
@@ -196,6 +196,9 @@ const _sfc_main = {
196
196
  function handleEventConfirm(data) {
197
197
  currentItem.value.eventConfig = data;
198
198
  }
199
+ function handleLabelLinkEventConfirm(data) {
200
+ currentItem.value.labelLinkEventConfig = data;
201
+ }
199
202
  function handleSuffixButtonConfirm(data) {
200
203
  currentItem.value.suffixButtonConfig = data;
201
204
  }
@@ -319,7 +322,7 @@ const _sfc_main = {
319
322
  return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
320
323
  class: "setting",
321
324
  modelValue: Vue.unref(activeName),
322
- "onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null)
325
+ "onUpdate:modelValue": _cache[55] || (_cache[55] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null)
323
326
  }, {
324
327
  default: Vue.withCtx(() => [
325
328
  Vue.createVNode(_component_el_collapse_item, {
@@ -429,19 +432,19 @@ const _sfc_main = {
429
432
  }, {
430
433
  default: Vue.withCtx(() => [
431
434
  Vue.createVNode(_component_el_radio_button, { value: "default" }, {
432
- default: Vue.withCtx(() => _cache[55] || (_cache[55] = [
435
+ default: Vue.withCtx(() => _cache[56] || (_cache[56] = [
433
436
  Vue.createTextVNode("默认")
434
437
  ])),
435
438
  _: 1
436
439
  }),
437
440
  Vue.createVNode(_component_el_radio_button, { value: "label" }, {
438
- default: Vue.withCtx(() => _cache[56] || (_cache[56] = [
441
+ default: Vue.withCtx(() => _cache[57] || (_cache[57] = [
439
442
  Vue.createTextVNode("标签")
440
443
  ])),
441
444
  _: 1
442
445
  }),
443
446
  Vue.createVNode(_component_el_radio_button, { value: "input" }, {
444
- default: Vue.withCtx(() => _cache[57] || (_cache[57] = [
447
+ default: Vue.withCtx(() => _cache[58] || (_cache[58] = [
445
448
  Vue.createTextVNode("输入框")
446
449
  ])),
447
450
  _: 1
@@ -461,19 +464,19 @@ const _sfc_main = {
461
464
  }, {
462
465
  default: Vue.withCtx(() => [
463
466
  Vue.createVNode(_component_el_radio_button, { value: "all" }, {
464
- default: Vue.withCtx(() => _cache[58] || (_cache[58] = [
467
+ default: Vue.withCtx(() => _cache[59] || (_cache[59] = [
465
468
  Vue.createTextVNode("始终显示")
466
469
  ])),
467
470
  _: 1
468
471
  }),
469
472
  Vue.createVNode(_component_el_radio_button, { value: "edit" }, {
470
- default: Vue.withCtx(() => _cache[59] || (_cache[59] = [
473
+ default: Vue.withCtx(() => _cache[60] || (_cache[60] = [
471
474
  Vue.createTextVNode("编辑时显示")
472
475
  ])),
473
476
  _: 1
474
477
  }),
475
478
  Vue.createVNode(_component_el_radio_button, { value: "query" }, {
476
- default: Vue.withCtx(() => _cache[60] || (_cache[60] = [
479
+ default: Vue.withCtx(() => _cache[61] || (_cache[61] = [
477
480
  Vue.createTextVNode("查看时显示")
478
481
  ])),
479
482
  _: 1
@@ -550,32 +553,53 @@ const _sfc_main = {
550
553
  _: 1
551
554
  })
552
555
  ], 64)) : Vue.createCommentVNode("", true),
553
- Vue.unref(currentItem).fieldType == "text" || Vue.unref(currentItem).fieldType == "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 3 }, [
556
+ Vue.createVNode(_component_el_form_item, { label: "标签超链接" }, {
557
+ default: Vue.withCtx(() => [
558
+ Vue.createVNode(_component_el_switch, {
559
+ modelValue: Vue.unref(currentItem).labelLink,
560
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => Vue.unref(currentItem).labelLink = $event)
561
+ }, null, 8, ["modelValue"])
562
+ ]),
563
+ _: 1
564
+ }),
565
+ Vue.unref(currentItem).labelLink ? (Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
566
+ key: 3,
567
+ label: "超链接事件配置"
568
+ }, {
569
+ default: Vue.withCtx(() => [
570
+ Vue.createVNode(EventConfigButton.default, {
571
+ config: Vue.unref(currentItem).labelLinkEventConfig,
572
+ onConfirm: handleLabelLinkEventConfirm
573
+ }, null, 8, ["config"])
574
+ ]),
575
+ _: 1
576
+ })) : Vue.createCommentVNode("", true),
577
+ Vue.unref(currentItem).fieldType == "text" || Vue.unref(currentItem).fieldType == "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 4 }, [
554
578
  Vue.createVNode(_component_el_form_item, null, {
555
- label: Vue.withCtx(() => _cache[61] || (_cache[61] = [
579
+ label: Vue.withCtx(() => _cache[62] || (_cache[62] = [
556
580
  Vue.createElementVNode("span", null, "尾部按钮", -1)
557
581
  ])),
558
582
  default: Vue.withCtx(() => [
559
583
  Vue.createVNode(_component_el_radio_group, {
560
584
  modelValue: Vue.unref(currentItem).suffixButton,
561
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => Vue.unref(currentItem).suffixButton = $event),
585
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => Vue.unref(currentItem).suffixButton = $event),
562
586
  size: "small"
563
587
  }, {
564
588
  default: Vue.withCtx(() => [
565
589
  Vue.createVNode(_component_el_radio_button, { value: "none" }, {
566
- default: Vue.withCtx(() => _cache[62] || (_cache[62] = [
590
+ default: Vue.withCtx(() => _cache[63] || (_cache[63] = [
567
591
  Vue.createTextVNode("无")
568
592
  ])),
569
593
  _: 1
570
594
  }),
571
595
  Vue.createVNode(_component_el_radio_button, { value: "dialog" }, {
572
- default: Vue.withCtx(() => _cache[63] || (_cache[63] = [
596
+ default: Vue.withCtx(() => _cache[64] || (_cache[64] = [
573
597
  Vue.createTextVNode("弹层选择")
574
598
  ])),
575
599
  _: 1
576
600
  }),
577
601
  Vue.createVNode(_component_el_radio_button, { value: "custom" }, {
578
- default: Vue.withCtx(() => _cache[64] || (_cache[64] = [
602
+ default: Vue.withCtx(() => _cache[65] || (_cache[65] = [
579
603
  Vue.createTextVNode("自定义")
580
604
  ])),
581
605
  _: 1
@@ -588,28 +612,28 @@ const _sfc_main = {
588
612
  }),
589
613
  Vue.unref(currentItem).suffixButton == "dialog" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
590
614
  Vue.createElementVNode("div", _hoisted_2, [
591
- _cache[65] || (_cache[65] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
615
+ _cache[66] || (_cache[66] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
592
616
  Vue.createVNode(_component_el_input, {
593
617
  modelValue: Vue.unref(currentItem).suffixDialogName,
594
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => Vue.unref(currentItem).suffixDialogName = $event)
618
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => Vue.unref(currentItem).suffixDialogName = $event)
595
619
  }, null, 8, ["modelValue"])
596
620
  ]),
597
621
  Vue.createElementVNode("div", _hoisted_3, [
598
- _cache[68] || (_cache[68] = Vue.createElementVNode("span", { class: "field-label" }, "弹层来源", -1)),
622
+ _cache[69] || (_cache[69] = Vue.createElementVNode("span", { class: "field-label" }, "弹层来源", -1)),
599
623
  Vue.createVNode(_component_el_radio_group, {
600
624
  modelValue: Vue.unref(currentItem).dialogSource,
601
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => Vue.unref(currentItem).dialogSource = $event),
625
+ "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => Vue.unref(currentItem).dialogSource = $event),
602
626
  size: "small"
603
627
  }, {
604
628
  default: Vue.withCtx(() => [
605
629
  Vue.createVNode(_component_el_radio_button, { value: "global" }, {
606
- default: Vue.withCtx(() => _cache[66] || (_cache[66] = [
630
+ default: Vue.withCtx(() => _cache[67] || (_cache[67] = [
607
631
  Vue.createTextVNode("全局")
608
632
  ])),
609
633
  _: 1
610
634
  }),
611
635
  Vue.createVNode(_component_el_radio_button, { value: "custom" }, {
612
- default: Vue.withCtx(() => _cache[67] || (_cache[67] = [
636
+ default: Vue.withCtx(() => _cache[68] || (_cache[68] = [
613
637
  Vue.createTextVNode("自定义")
614
638
  ])),
615
639
  _: 1
@@ -619,10 +643,10 @@ const _sfc_main = {
619
643
  }, 8, ["modelValue"])
620
644
  ]),
621
645
  Vue.createElementVNode("div", _hoisted_4, [
622
- _cache[69] || (_cache[69] = Vue.createElementVNode("span", { class: "field-label" }, "选择弹层", -1)),
646
+ _cache[70] || (_cache[70] = Vue.createElementVNode("span", { class: "field-label" }, "选择弹层", -1)),
623
647
  Vue.createVNode(_component_el_select, {
624
648
  modelValue: Vue.unref(currentItem).suffixDialogId,
625
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => Vue.unref(currentItem).suffixDialogId = $event),
649
+ "onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => Vue.unref(currentItem).suffixDialogId = $event),
626
650
  placeholder: "请选择弹层",
627
651
  filterable: "",
628
652
  loading: Vue.unref(dialogLoading),
@@ -643,27 +667,27 @@ const _sfc_main = {
643
667
  ]),
644
668
  Vue.unref(currentItem).dialogSource == "global" && Vue.unref(currentItem).suffixDialogId ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 0 }, [
645
669
  Vue.createElementVNode("div", _hoisted_5, [
646
- _cache[73] || (_cache[73] = Vue.createElementVNode("span", { class: "field-label" }, "选择模式", -1)),
670
+ _cache[74] || (_cache[74] = Vue.createElementVNode("span", { class: "field-label" }, "选择模式", -1)),
647
671
  Vue.createVNode(_component_el_radio_group, {
648
672
  modelValue: Vue.unref(currentItem).selectionMode,
649
- "onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => Vue.unref(currentItem).selectionMode = $event),
673
+ "onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => Vue.unref(currentItem).selectionMode = $event),
650
674
  size: "small"
651
675
  }, {
652
676
  default: Vue.withCtx(() => [
653
677
  Vue.createVNode(_component_el_radio_button, { value: "none" }, {
654
- default: Vue.withCtx(() => _cache[70] || (_cache[70] = [
678
+ default: Vue.withCtx(() => _cache[71] || (_cache[71] = [
655
679
  Vue.createTextVNode("无")
656
680
  ])),
657
681
  _: 1
658
682
  }),
659
683
  Vue.createVNode(_component_el_radio_button, { value: "single" }, {
660
- default: Vue.withCtx(() => _cache[71] || (_cache[71] = [
684
+ default: Vue.withCtx(() => _cache[72] || (_cache[72] = [
661
685
  Vue.createTextVNode("单选")
662
686
  ])),
663
687
  _: 1
664
688
  }),
665
689
  Vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
666
- default: Vue.withCtx(() => _cache[72] || (_cache[72] = [
690
+ default: Vue.withCtx(() => _cache[73] || (_cache[73] = [
667
691
  Vue.createTextVNode("多选")
668
692
  ])),
669
693
  _: 1
@@ -674,24 +698,24 @@ const _sfc_main = {
674
698
  ]),
675
699
  Vue.unref(currentItem).selectionMode != "none" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 0 }, [
676
700
  Vue.createElementVNode("div", _hoisted_6, [
677
- _cache[74] || (_cache[74] = Vue.createElementVNode("span", { class: "field-label" }, "反显格式", -1)),
701
+ _cache[75] || (_cache[75] = Vue.createElementVNode("span", { class: "field-label" }, "反显格式", -1)),
678
702
  Vue.createVNode(Vue.unref(FormulaEditorInput.default), {
679
703
  title: "反显格式配置",
680
704
  formulaConf: Vue.unref(currentItem).displayFormat,
681
- "onUpdate:formulaConf": _cache[21] || (_cache[21] = ($event) => Vue.unref(currentItem).displayFormat = $event),
705
+ "onUpdate:formulaConf": _cache[22] || (_cache[22] = ($event) => Vue.unref(currentItem).displayFormat = $event),
682
706
  modelValue: Vue.unref(currentItem).displayFormatText,
683
- "onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => Vue.unref(currentItem).displayFormatText = $event),
707
+ "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => Vue.unref(currentItem).displayFormatText = $event),
684
708
  fieldList: Vue.unref(tableFields)
685
709
  }, null, 8, ["formulaConf", "modelValue", "fieldList"])
686
710
  ]),
687
711
  Vue.createElementVNode("div", _hoisted_7, [
688
- _cache[75] || (_cache[75] = Vue.createElementVNode("span", {
712
+ _cache[76] || (_cache[76] = Vue.createElementVNode("span", {
689
713
  class: "field-label",
690
714
  style: { "width": "100%", "text-align": "left" }
691
715
  }, "选取后表单赋值", -1)),
692
716
  Vue.createVNode(FieldSetMapping.default, {
693
717
  modelValue: Vue.unref(currentItem).fieldMapping,
694
- "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => Vue.unref(currentItem).fieldMapping = $event),
718
+ "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => Vue.unref(currentItem).fieldMapping = $event),
695
719
  fieldLabel: "赋值表单字段",
696
720
  valueLabel: "列表字段",
697
721
  valueOptions: Vue.unref(tableFields),
@@ -701,7 +725,7 @@ const _sfc_main = {
701
725
  ])
702
726
  ], 64)) : Vue.createCommentVNode("", true),
703
727
  Vue.createElementVNode("div", _hoisted_8, [
704
- _cache[76] || (_cache[76] = Vue.createElementVNode("span", { class: "field-label" }, "回调事件", -1)),
728
+ _cache[77] || (_cache[77] = Vue.createElementVNode("span", { class: "field-label" }, "回调事件", -1)),
705
729
  Vue.createVNode(OnlyFLowConfigButton.default, {
706
730
  config: Vue.unref(currentItem).callbackEventConfig,
707
731
  onConfirm: handleOnlyFlowConfirm
@@ -710,14 +734,14 @@ const _sfc_main = {
710
734
  ], 64)) : Vue.createCommentVNode("", true)
711
735
  ])) : Vue.unref(currentItem).suffixButton == "custom" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_9, [
712
736
  Vue.createElementVNode("div", _hoisted_10, [
713
- _cache[77] || (_cache[77] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
737
+ _cache[78] || (_cache[78] = Vue.createElementVNode("span", { class: "field-label" }, "按钮名称", -1)),
714
738
  Vue.createVNode(_component_el_input, {
715
739
  modelValue: Vue.unref(currentItem).suffixButtonName,
716
- "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => Vue.unref(currentItem).suffixButtonName = $event)
740
+ "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => Vue.unref(currentItem).suffixButtonName = $event)
717
741
  }, null, 8, ["modelValue"])
718
742
  ]),
719
743
  Vue.createElementVNode("div", _hoisted_11, [
720
- _cache[78] || (_cache[78] = Vue.createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
744
+ _cache[79] || (_cache[79] = Vue.createElementVNode("span", { class: "field-label" }, "按钮事件", -1)),
721
745
  Vue.createVNode(EventConfigButton.default, {
722
746
  config: Vue.unref(currentItem).suffixButtonConfig,
723
747
  onConfirm: handleSuffixButtonConfirm
@@ -725,12 +749,12 @@ const _sfc_main = {
725
749
  ])
726
750
  ])) : Vue.createCommentVNode("", true)
727
751
  ], 64)) : Vue.createCommentVNode("", true),
728
- Vue.unref(currentItem).fieldType === "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 4 }, [
752
+ Vue.unref(currentItem).fieldType === "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 5 }, [
729
753
  Vue.createVNode(_component_el_form_item, { label: "格式" }, {
730
754
  default: Vue.withCtx(() => [
731
755
  Vue.createVNode(_component_el_select, {
732
756
  modelValue: Vue.unref(currentItem).format,
733
- "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => Vue.unref(currentItem).format = $event),
757
+ "onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => Vue.unref(currentItem).format = $event),
734
758
  onChange: handleFormatChange
735
759
  }, {
736
760
  default: Vue.withCtx(() => [
@@ -772,14 +796,14 @@ const _sfc_main = {
772
796
  default: Vue.withCtx(() => [
773
797
  Vue.createVNode(_component_el_checkbox, {
774
798
  modelValue: Vue.unref(currentItem).hasDecimalPlaces,
775
- "onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => Vue.unref(currentItem).hasDecimalPlaces = $event),
799
+ "onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => Vue.unref(currentItem).hasDecimalPlaces = $event),
776
800
  label: "保留小数位数"
777
801
  }, null, 8, ["modelValue"]),
778
802
  Vue.unref(currentItem).hasDecimalPlaces ? (Vue.openBlock(), Vue.createBlock(_component_el_input_number, {
779
803
  key: 0,
780
804
  style: { "margin-left": "10px", "width": "80px" },
781
805
  modelValue: Vue.unref(currentItem).decimalPlaces,
782
- "onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => Vue.unref(currentItem).decimalPlaces = $event),
806
+ "onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => Vue.unref(currentItem).decimalPlaces = $event),
783
807
  min: 0,
784
808
  max: 10,
785
809
  "controls-position": "right",
@@ -794,15 +818,15 @@ const _sfc_main = {
794
818
  Vue.createVNode(_component_el_input_number, {
795
819
  style: { "width": "100%" },
796
820
  modelValue: Vue.unref(currentItem).minValue,
797
- "onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => Vue.unref(currentItem).minValue = $event),
821
+ "onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => Vue.unref(currentItem).minValue = $event),
798
822
  "controls-position": "right",
799
823
  placeholder: "最小值"
800
824
  }, null, 8, ["modelValue"]),
801
- _cache[79] || (_cache[79] = Vue.createElementVNode("span", { style: { "color": "#909399", "font-size": "14px" } }, "-", -1)),
825
+ _cache[80] || (_cache[80] = Vue.createElementVNode("span", { style: { "color": "#909399", "font-size": "14px" } }, "-", -1)),
802
826
  Vue.createVNode(_component_el_input_number, {
803
827
  style: { "width": "100%" },
804
828
  modelValue: Vue.unref(currentItem).maxValue,
805
- "onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => Vue.unref(currentItem).maxValue = $event),
829
+ "onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => Vue.unref(currentItem).maxValue = $event),
806
830
  "controls-position": "right",
807
831
  max: 99999999999999,
808
832
  placeholder: "最大值"
@@ -812,12 +836,12 @@ const _sfc_main = {
812
836
  _: 1
813
837
  })
814
838
  ], 64)) : Vue.createCommentVNode("", true),
815
- Vue.unref(currentItem).fieldType === "text" || Vue.unref(currentItem).fieldType === "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 5 }, [
839
+ Vue.unref(currentItem).fieldType === "text" || Vue.unref(currentItem).fieldType === "number" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 6 }, [
816
840
  Vue.createVNode(_component_el_form_item, { label: "前置内容" }, {
817
841
  default: Vue.withCtx(() => [
818
842
  Vue.createVNode(_component_el_input, {
819
843
  modelValue: Vue.unref(currentItem).prefix,
820
- "onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => Vue.unref(currentItem).prefix = $event)
844
+ "onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => Vue.unref(currentItem).prefix = $event)
821
845
  }, null, 8, ["modelValue"])
822
846
  ]),
823
847
  _: 1
@@ -826,68 +850,68 @@ const _sfc_main = {
826
850
  default: Vue.withCtx(() => [
827
851
  Vue.createVNode(_component_el_input, {
828
852
  modelValue: Vue.unref(currentItem).suffix,
829
- "onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => Vue.unref(currentItem).suffix = $event)
853
+ "onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => Vue.unref(currentItem).suffix = $event)
830
854
  }, null, 8, ["modelValue"])
831
855
  ]),
832
856
  _: 1
833
857
  })
834
858
  ], 64)) : Vue.createCommentVNode("", true),
835
859
  Vue.unref(currentItem).fieldType === "select" || Vue.unref(currentItem).fieldType === "multipleSelection" || Vue.unref(currentItem).fieldType === "radio" || Vue.unref(currentItem).fieldType === "checkbox" ? (Vue.openBlock(), Vue.createBlock(OptionConfig.default, {
836
- key: 6,
860
+ key: 7,
837
861
  modelValue: Vue.unref(currentItem).optionConfig,
838
- "onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => Vue.unref(currentItem).optionConfig = $event)
862
+ "onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => Vue.unref(currentItem).optionConfig = $event)
839
863
  }, null, 8, ["modelValue"])) : Vue.createCommentVNode("", true),
840
- Vue.unref(currentItem).fieldType === "cascader" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 7 }, [
864
+ Vue.unref(currentItem).fieldType === "cascader" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 8 }, [
841
865
  Vue.createVNode(_component_el_form_item, { label: "数据源" }, {
842
866
  default: Vue.withCtx(() => [
843
867
  Vue.createVNode(DataSourceSelect.default, {
844
868
  modelValue: Vue.unref(currentItem).optionConfig.dataSourceValue,
845
- "onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => Vue.unref(currentItem).optionConfig.dataSourceValue = $event)
869
+ "onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => Vue.unref(currentItem).optionConfig.dataSourceValue = $event)
846
870
  }, null, 8, ["modelValue"])
847
871
  ]),
848
872
  _: 1
849
873
  }),
850
874
  Vue.createElementVNode("div", _hoisted_13, [
851
875
  Vue.createElementVNode("div", _hoisted_14, [
852
- _cache[80] || (_cache[80] = Vue.createElementVNode("span", { class: "field-label" }, "显示字段", -1)),
876
+ _cache[81] || (_cache[81] = Vue.createElementVNode("span", { class: "field-label" }, "显示字段", -1)),
853
877
  Vue.createVNode(_component_el_input, {
854
878
  modelValue: Vue.unref(currentItem).optionConfig.displayField,
855
- "onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => Vue.unref(currentItem).optionConfig.displayField = $event),
879
+ "onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => Vue.unref(currentItem).optionConfig.displayField = $event),
856
880
  placeholder: "如:optName"
857
881
  }, null, 8, ["modelValue"])
858
882
  ]),
859
883
  Vue.createElementVNode("div", _hoisted_15, [
860
- _cache[81] || (_cache[81] = Vue.createElementVNode("span", { class: "field-label" }, "值字段", -1)),
884
+ _cache[82] || (_cache[82] = Vue.createElementVNode("span", { class: "field-label" }, "值字段", -1)),
861
885
  Vue.createVNode(_component_el_input, {
862
886
  modelValue: Vue.unref(currentItem).optionConfig.valueField,
863
- "onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => Vue.unref(currentItem).optionConfig.valueField = $event),
887
+ "onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => Vue.unref(currentItem).optionConfig.valueField = $event),
864
888
  placeholder: "如:optCode"
865
889
  }, null, 8, ["modelValue"])
866
890
  ]),
867
891
  Vue.createElementVNode("div", _hoisted_16, [
868
- _cache[82] || (_cache[82] = Vue.createElementVNode("span", { class: "field-label" }, "主键字段", -1)),
892
+ _cache[83] || (_cache[83] = Vue.createElementVNode("span", { class: "field-label" }, "主键字段", -1)),
869
893
  Vue.createVNode(_component_el_input, {
870
894
  modelValue: Vue.unref(currentItem).optionConfig.idField,
871
- "onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => Vue.unref(currentItem).optionConfig.idField = $event),
895
+ "onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => Vue.unref(currentItem).optionConfig.idField = $event),
872
896
  placeholder: "如:id"
873
897
  }, null, 8, ["modelValue"])
874
898
  ]),
875
899
  Vue.createElementVNode("div", _hoisted_17, [
876
- _cache[83] || (_cache[83] = Vue.createElementVNode("span", { class: "field-label" }, "父主键字段", -1)),
900
+ _cache[84] || (_cache[84] = Vue.createElementVNode("span", { class: "field-label" }, "父主键字段", -1)),
877
901
  Vue.createVNode(_component_el_input, {
878
902
  modelValue: Vue.unref(currentItem).optionConfig.pidField,
879
- "onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => Vue.unref(currentItem).optionConfig.pidField = $event),
903
+ "onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => Vue.unref(currentItem).optionConfig.pidField = $event),
880
904
  placeholder: "如:pid"
881
905
  }, null, 8, ["modelValue"])
882
906
  ])
883
907
  ])
884
908
  ], 64)) : Vue.createCommentVNode("", true),
885
- Vue.unref(currentItem).fieldType === "cascader" || Vue.unref(currentItem).fieldType === "area" || Vue.unref(currentItem).fieldType === "industry" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 8 }, [
909
+ Vue.unref(currentItem).fieldType === "cascader" || Vue.unref(currentItem).fieldType === "area" || Vue.unref(currentItem).fieldType === "industry" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 9 }, [
886
910
  Vue.createVNode(_component_el_form_item, { label: "是否多选" }, {
887
911
  default: Vue.withCtx(() => [
888
912
  Vue.createVNode(_component_el_switch, {
889
913
  modelValue: Vue.unref(currentItem).multiple,
890
- "onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => Vue.unref(currentItem).multiple = $event)
914
+ "onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => Vue.unref(currentItem).multiple = $event)
891
915
  }, null, 8, ["modelValue"])
892
916
  ]),
893
917
  _: 1
@@ -896,7 +920,7 @@ const _sfc_main = {
896
920
  default: Vue.withCtx(() => [
897
921
  Vue.createVNode(_component_el_switch, {
898
922
  modelValue: Vue.unref(currentItem).showFullPath,
899
- "onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => Vue.unref(currentItem).showFullPath = $event)
923
+ "onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => Vue.unref(currentItem).showFullPath = $event)
900
924
  }, null, 8, ["modelValue"])
901
925
  ]),
902
926
  _: 1
@@ -905,7 +929,7 @@ const _sfc_main = {
905
929
  default: Vue.withCtx(() => [
906
930
  Vue.createVNode(_component_el_switch, {
907
931
  modelValue: Vue.unref(currentItem).checkStrictly,
908
- "onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => Vue.unref(currentItem).checkStrictly = $event)
932
+ "onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => Vue.unref(currentItem).checkStrictly = $event)
909
933
  }, null, 8, ["modelValue"])
910
934
  ]),
911
935
  _: 1
@@ -914,7 +938,7 @@ const _sfc_main = {
914
938
  default: Vue.withCtx(() => [
915
939
  Vue.createVNode(_component_el_input_number, {
916
940
  modelValue: Vue.unref(currentItem).maxLevel,
917
- "onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => Vue.unref(currentItem).maxLevel = $event),
941
+ "onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => Vue.unref(currentItem).maxLevel = $event),
918
942
  min: 1,
919
943
  style: { "width": "100%" }
920
944
  }, null, 8, ["modelValue"])
@@ -923,13 +947,13 @@ const _sfc_main = {
923
947
  })
924
948
  ], 64)) : Vue.createCommentVNode("", true),
925
949
  Vue.unref(currentItem).fieldType === "select" || Vue.unref(currentItem).fieldType === "multipleSelection" ? (Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
926
- key: 9,
950
+ key: 10,
927
951
  label: "标签效果"
928
952
  }, {
929
953
  default: Vue.withCtx(() => [
930
954
  Vue.createVNode(_component_el_select, {
931
955
  modelValue: Vue.unref(currentItem).optionStyle,
932
- "onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => Vue.unref(currentItem).optionStyle = $event)
956
+ "onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => Vue.unref(currentItem).optionStyle = $event)
933
957
  }, {
934
958
  default: Vue.withCtx(() => [
935
959
  Vue.createVNode(_component_el_option, {
@@ -942,12 +966,12 @@ const _sfc_main = {
942
966
  ]),
943
967
  _: 1
944
968
  })) : Vue.createCommentVNode("", true),
945
- Vue.unref(currentItem).fieldType === "date" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 10 }, [
969
+ Vue.unref(currentItem).fieldType === "date" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 11 }, [
946
970
  Vue.createVNode(_component_el_form_item, { label: "显示格式" }, {
947
971
  default: Vue.withCtx(() => [
948
972
  Vue.createVNode(_component_el_select, {
949
973
  modelValue: Vue.unref(currentItem).dateType,
950
- "onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => Vue.unref(currentItem).dateType = $event)
974
+ "onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => Vue.unref(currentItem).dateType = $event)
951
975
  }, {
952
976
  default: Vue.withCtx(() => [
953
977
  Vue.createVNode(_component_el_option, {
@@ -980,7 +1004,7 @@ const _sfc_main = {
980
1004
  default: Vue.withCtx(() => [
981
1005
  Vue.createVNode(_component_el_select, {
982
1006
  modelValue: Vue.unref(currentItem).dateValueType,
983
- "onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => Vue.unref(currentItem).dateValueType = $event)
1007
+ "onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => Vue.unref(currentItem).dateValueType = $event)
984
1008
  }, {
985
1009
  default: Vue.withCtx(() => [
986
1010
  Vue.createVNode(_component_el_option, {
@@ -1005,7 +1029,7 @@ const _sfc_main = {
1005
1029
  default: Vue.withCtx(() => [
1006
1030
  Vue.createVNode(_component_el_select, {
1007
1031
  modelValue: Vue.unref(currentItem).dateRange,
1008
- "onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => Vue.unref(currentItem).dateRange = $event),
1032
+ "onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => Vue.unref(currentItem).dateRange = $event),
1009
1033
  "empty-values": [null, void 0],
1010
1034
  "value-on-clear": null
1011
1035
  }, {
@@ -1029,12 +1053,12 @@ const _sfc_main = {
1029
1053
  _: 1
1030
1054
  })
1031
1055
  ], 64)) : Vue.createCommentVNode("", true),
1032
- Vue.unref(isSysSelect) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 11 }, [
1056
+ Vue.unref(isSysSelect) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 12 }, [
1033
1057
  Vue.createVNode(_component_el_form_item, { label: "弹层标题" }, {
1034
1058
  default: Vue.withCtx(() => [
1035
1059
  Vue.createVNode(_component_el_input, {
1036
1060
  modelValue: Vue.unref(currentItem).dialogConfig.dialogTitle,
1037
- "onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => Vue.unref(currentItem).dialogConfig.dialogTitle = $event)
1061
+ "onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => Vue.unref(currentItem).dialogConfig.dialogTitle = $event)
1038
1062
  }, null, 8, ["modelValue"])
1039
1063
  ]),
1040
1064
  _: 1
@@ -1043,7 +1067,7 @@ const _sfc_main = {
1043
1067
  default: Vue.withCtx(() => [
1044
1068
  Vue.createVNode(_component_ParamsConfig, {
1045
1069
  modelValue: Vue.unref(currentItem).dialogConfig.dialogParams,
1046
- "onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => Vue.unref(currentItem).dialogConfig.dialogParams = $event)
1070
+ "onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => Vue.unref(currentItem).dialogConfig.dialogParams = $event)
1047
1071
  }, null, 8, ["modelValue"])
1048
1072
  ]),
1049
1073
  _: 1
@@ -1055,17 +1079,17 @@ const _sfc_main = {
1055
1079
  default: Vue.withCtx(() => [
1056
1080
  Vue.createVNode(_component_el_radio_group, {
1057
1081
  modelValue: Vue.unref(currentItem).dialogConfig.selectionMode,
1058
- "onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => Vue.unref(currentItem).dialogConfig.selectionMode = $event)
1082
+ "onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => Vue.unref(currentItem).dialogConfig.selectionMode = $event)
1059
1083
  }, {
1060
1084
  default: Vue.withCtx(() => [
1061
1085
  Vue.createVNode(_component_el_radio_button, { value: "single" }, {
1062
- default: Vue.withCtx(() => _cache[84] || (_cache[84] = [
1086
+ default: Vue.withCtx(() => _cache[85] || (_cache[85] = [
1063
1087
  Vue.createTextVNode("单选")
1064
1088
  ])),
1065
1089
  _: 1
1066
1090
  }),
1067
1091
  Vue.createVNode(_component_el_radio_button, { value: "multiple" }, {
1068
- default: Vue.withCtx(() => _cache[85] || (_cache[85] = [
1092
+ default: Vue.withCtx(() => _cache[86] || (_cache[86] = [
1069
1093
  Vue.createTextVNode("多选")
1070
1094
  ])),
1071
1095
  _: 1
@@ -1078,7 +1102,7 @@ const _sfc_main = {
1078
1102
  })
1079
1103
  ], 64)) : Vue.createCommentVNode("", true),
1080
1104
  !Vue.unref(isSysSelect) ? (Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
1081
- key: 12,
1105
+ key: 13,
1082
1106
  label: "事件配置"
1083
1107
  }, {
1084
1108
  default: Vue.withCtx(() => [
@@ -1094,12 +1118,12 @@ const _sfc_main = {
1094
1118
  Vue.createElementVNode("div", _hoisted_18, [
1095
1119
  Vue.createVNode(_component_el_switch, {
1096
1120
  modelValue: Vue.unref(currentItem).required,
1097
- "onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => Vue.unref(currentItem).required = $event)
1121
+ "onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => Vue.unref(currentItem).required = $event)
1098
1122
  }, null, 8, ["modelValue"]),
1099
1123
  Vue.unref(currentItem).required ? (Vue.openBlock(), Vue.createBlock(_component_el_input, {
1100
1124
  key: 0,
1101
1125
  modelValue: Vue.unref(currentItem).requiredMessage,
1102
- "onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => Vue.unref(currentItem).requiredMessage = $event),
1126
+ "onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => Vue.unref(currentItem).requiredMessage = $event),
1103
1127
  placeholder: "请输入提示信息",
1104
1128
  style: { "flex": "1" }
1105
1129
  }, null, 8, ["modelValue"])) : Vue.createCommentVNode("", true)
@@ -1108,13 +1132,13 @@ const _sfc_main = {
1108
1132
  _: 1
1109
1133
  }),
1110
1134
  !Vue.unref(isSysSelect) ? (Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
1111
- key: 13,
1135
+ key: 14,
1112
1136
  label: "校验规则"
1113
1137
  }, {
1114
1138
  default: Vue.withCtx(() => [
1115
1139
  Vue.createVNode(_component_el_select, {
1116
1140
  modelValue: Vue.unref(currentItem).validationType,
1117
- "onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => Vue.unref(currentItem).validationType = $event),
1141
+ "onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => Vue.unref(currentItem).validationType = $event),
1118
1142
  placeholder: "选择校验规则",
1119
1143
  onChange: handleValidationChange,
1120
1144
  style: { "margin-bottom": "12px" }
@@ -1180,13 +1204,13 @@ const _sfc_main = {
1180
1204
  Vue.unref(currentItem).validationType === "custom" ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_20, [
1181
1205
  Vue.createVNode(DataSourceSelect.default, {
1182
1206
  modelValue: Vue.unref(currentItem).validationDataSource,
1183
- "onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => Vue.unref(currentItem).validationDataSource = $event)
1207
+ "onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => Vue.unref(currentItem).validationDataSource = $event)
1184
1208
  }, null, 8, ["modelValue"])
1185
1209
  ])) : Vue.createCommentVNode("", true),
1186
1210
  Vue.unref(currentItem).validationType !== "none" ? (Vue.openBlock(), Vue.createBlock(_component_el_input, {
1187
1211
  key: 2,
1188
1212
  modelValue: Vue.unref(currentItem).validationMessage,
1189
- "onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => Vue.unref(currentItem).validationMessage = $event),
1213
+ "onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => Vue.unref(currentItem).validationMessage = $event),
1190
1214
  placeholder: getValidationPlaceholder(),
1191
1215
  style: { "margin-bottom": "12px" }
1192
1216
  }, null, 8, ["modelValue", "placeholder"])) : Vue.createCommentVNode("", true)
@@ -1205,5 +1229,5 @@ const _sfc_main = {
1205
1229
  };
1206
1230
  }
1207
1231
  };
1208
- const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1834d1bb"]]);
1232
+ const widgets = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c6d9f6a6"]]);
1209
1233
  exports.default = widgets;