epic-designer-gold 0.0.42 → 0.0.44
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/dist/{attributeView-CAOGzcXM.js → attributeView-DtpDKBv3.js} +1 -1
- package/dist/{attributeView-B6yshoNY.cjs → attributeView-NViG1QIW.cjs} +1 -1
- package/dist/{index-CMCtBfv5.cjs → index-B0mkrnRU.cjs} +1 -1
- package/dist/{index-CYfnscUn.cjs → index-B3SPoHbr.cjs} +1 -1
- package/dist/index-BYMDoYaj.js +4 -0
- package/dist/{index-Bf2Sxe2E.cjs → index-CEWzIISV.cjs} +1 -1
- package/dist/index-CLpKjuat.cjs +10 -0
- package/dist/{index-B7QH_s16.cjs → index-Cbdo388f.cjs} +1 -1
- package/dist/{index-BOfEIfM3.js → index-CeB5DFBE.js} +1 -1
- package/dist/{index-1BndYxTQ.cjs → index-Cr0fs3qQ.cjs} +1 -1
- package/dist/{index-L6-BEKnU.js → index-CwevnKNM.js} +1 -1
- package/dist/{index-DmyFFubg.js → index-D1mKcGjX.js} +1 -1
- package/dist/{index-DDo1LIxZ.js → index-DXzERji1.js} +1 -1
- package/dist/{index-DR3BiPsn.js → index-Deui5A5E.js} +1 -1
- package/dist/index-DgI4MFJ_.cjs +1 -0
- package/dist/index-QyL4F13K.js +56 -0
- package/dist/{index-BIPDvTGu.js → index-W-UeQAtk.js} +557 -551
- package/dist/{index-BVceGSkj.js → index-Xym112zw.js} +1 -1
- package/dist/{index-CcZa7MK_.cjs → index-orcBQmhb.cjs} +1 -1
- package/dist/{index-DlubD1cY.cjs → index-zASDVLOl.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/select-BCX_FOhw.js +36 -0
- package/dist/select-Cnp3LxNc.cjs +1 -0
- package/dist/{styleView-5U84Umnq.js → styleView-B-yx1iR4.js} +1 -1
- package/dist/{styleView-Ds-PuzkJ.cjs → styleView-BD_oQt7b.cjs} +1 -1
- package/dist/ui/elementPlus/index.cjs +1 -1
- package/dist/ui/elementPlus/index.js +211 -223
- package/dist/ui/elementPlus/select/select.d.ts +2 -1
- package/package.json +1 -1
- package/dist/index-BcocZhQo.js +0 -4
- package/dist/index-BwdkCtpc.cjs +0 -10
- package/dist/index-C4TbiUcL.js +0 -71
- package/dist/index-CMwJOFFP.cjs +0 -1
- package/dist/select-B8HCbraJ.js +0 -29
- package/dist/select-D6bRz5G2.cjs +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { pluginManager as
|
|
2
|
-
import { ElFormItem as
|
|
3
|
-
const
|
|
1
|
+
import { pluginManager as r } from "epic-designer-gold";
|
|
2
|
+
import { ElFormItem as i, ElForm as c, ElRadioGroup as s, ElRadioButton as d, ElTabs as u, ElTabPane as m, ElCollapse as b, ElCollapseItem as f, ElDrawer as y } from "element-plus";
|
|
3
|
+
const P = {
|
|
4
4
|
component: async () => (await import("element-plus")).ElInput,
|
|
5
5
|
groupName: "表单",
|
|
6
6
|
icon: "icon--epic--border-color-outline-rounded",
|
|
@@ -105,26 +105,26 @@ const h = {
|
|
|
105
105
|
field: "componentProps.showPassword",
|
|
106
106
|
show: ({ values: e }) => e.componentProps.type === "password"
|
|
107
107
|
},
|
|
108
|
-
{
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
},
|
|
108
|
+
// {
|
|
109
|
+
// label: "只读",
|
|
110
|
+
// type: "switch",
|
|
111
|
+
// field: "componentProps.readonly",
|
|
112
|
+
// },
|
|
113
113
|
{
|
|
114
114
|
label: "可清空",
|
|
115
115
|
type: "switch",
|
|
116
116
|
field: "componentProps.clearable"
|
|
117
117
|
},
|
|
118
|
-
{
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
},
|
|
118
|
+
// {
|
|
119
|
+
// label: "禁用",
|
|
120
|
+
// type: "switch",
|
|
121
|
+
// field: "componentProps.disabled",
|
|
122
|
+
// },
|
|
123
|
+
// {
|
|
124
|
+
// label: "隐藏",
|
|
125
|
+
// type: "switch",
|
|
126
|
+
// field: "componentProps.hidden",
|
|
127
|
+
// },
|
|
128
128
|
{
|
|
129
129
|
label: "表单校验",
|
|
130
130
|
type: "ERuleEditor",
|
|
@@ -174,7 +174,7 @@ const h = {
|
|
|
174
174
|
}
|
|
175
175
|
]
|
|
176
176
|
}
|
|
177
|
-
},
|
|
177
|
+
}, h = {
|
|
178
178
|
component: async () => (await import("element-plus")).ElInput,
|
|
179
179
|
icon: "icon--epic--edit-square-outline-rounded",
|
|
180
180
|
groupName: "表单",
|
|
@@ -270,16 +270,16 @@ const h = {
|
|
|
270
270
|
type: "switch",
|
|
271
271
|
field: "componentProps.clearable"
|
|
272
272
|
},
|
|
273
|
-
{
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
},
|
|
273
|
+
// {
|
|
274
|
+
// label: "禁用",
|
|
275
|
+
// type: "switch",
|
|
276
|
+
// field: "componentProps.disabled",
|
|
277
|
+
// },
|
|
278
|
+
// {
|
|
279
|
+
// label: "隐藏",
|
|
280
|
+
// type: "switch",
|
|
281
|
+
// field: "componentProps.hidden",
|
|
282
|
+
// },
|
|
283
283
|
{
|
|
284
284
|
label: "表单校验",
|
|
285
285
|
type: "ERuleEditor",
|
|
@@ -441,16 +441,16 @@ const h = {
|
|
|
441
441
|
type: "switch",
|
|
442
442
|
field: "componentProps.stepStrictly"
|
|
443
443
|
},
|
|
444
|
-
{
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
},
|
|
444
|
+
// {
|
|
445
|
+
// label: "禁用",
|
|
446
|
+
// type: "switch",
|
|
447
|
+
// field: "componentProps.disabled",
|
|
448
|
+
// },
|
|
449
|
+
// {
|
|
450
|
+
// label: "隐藏",
|
|
451
|
+
// type: "switch",
|
|
452
|
+
// field: "componentProps.hidden",
|
|
453
|
+
// },
|
|
454
454
|
{
|
|
455
455
|
label: "表单校验",
|
|
456
456
|
type: "ERuleEditor",
|
|
@@ -469,7 +469,7 @@ const h = {
|
|
|
469
469
|
}
|
|
470
470
|
]
|
|
471
471
|
}
|
|
472
|
-
},
|
|
472
|
+
}, g = {
|
|
473
473
|
component: () => import("../../form-6cUK-Ari.js"),
|
|
474
474
|
groupName: "表单",
|
|
475
475
|
icon: "icon--epic--list-alt-outline-rounded",
|
|
@@ -588,17 +588,17 @@ const h = {
|
|
|
588
588
|
label: "行内模式",
|
|
589
589
|
type: "switch",
|
|
590
590
|
field: "componentProps.inline"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
label: "禁用",
|
|
594
|
-
type: "switch",
|
|
595
|
-
field: "componentProps.disabled"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
label: "隐藏",
|
|
599
|
-
type: "switch",
|
|
600
|
-
field: "componentProps.hidden"
|
|
601
591
|
}
|
|
592
|
+
// {
|
|
593
|
+
// label: "禁用",
|
|
594
|
+
// type: "switch",
|
|
595
|
+
// field: "componentProps.disabled",
|
|
596
|
+
// },
|
|
597
|
+
// {
|
|
598
|
+
// label: "隐藏",
|
|
599
|
+
// type: "switch",
|
|
600
|
+
// field: "componentProps.hidden",
|
|
601
|
+
// },
|
|
602
602
|
],
|
|
603
603
|
action: [
|
|
604
604
|
{
|
|
@@ -615,7 +615,7 @@ const h = {
|
|
|
615
615
|
}
|
|
616
616
|
]
|
|
617
617
|
}
|
|
618
|
-
},
|
|
618
|
+
}, w = {
|
|
619
619
|
component: () => import("../../formItem-D10Om12T.js"),
|
|
620
620
|
defaultSchema: {
|
|
621
621
|
label: "表单项",
|
|
@@ -726,17 +726,17 @@ const h = {
|
|
|
726
726
|
label: "加载状态",
|
|
727
727
|
type: "switch",
|
|
728
728
|
field: "componentProps.loading"
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
label: "禁用",
|
|
732
|
-
type: "switch",
|
|
733
|
-
field: "componentProps.disabled"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
label: "隐藏",
|
|
737
|
-
type: "switch",
|
|
738
|
-
field: "componentProps.hidden"
|
|
739
729
|
}
|
|
730
|
+
// {
|
|
731
|
+
// label: "禁用",
|
|
732
|
+
// type: "switch",
|
|
733
|
+
// field: "componentProps.disabled",
|
|
734
|
+
// },
|
|
735
|
+
// {
|
|
736
|
+
// label: "隐藏",
|
|
737
|
+
// type: "switch",
|
|
738
|
+
// field: "componentProps.hidden",
|
|
739
|
+
// },
|
|
740
740
|
],
|
|
741
741
|
event: [
|
|
742
742
|
{
|
|
@@ -789,12 +789,12 @@ const h = {
|
|
|
789
789
|
clearable: !0
|
|
790
790
|
},
|
|
791
791
|
field: "componentProps.shadow"
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
label: "隐藏",
|
|
795
|
-
type: "switch",
|
|
796
|
-
field: "componentProps.hidden"
|
|
797
792
|
}
|
|
793
|
+
// {
|
|
794
|
+
// label: "隐藏",
|
|
795
|
+
// type: "switch",
|
|
796
|
+
// field: "componentProps.hidden",
|
|
797
|
+
// },
|
|
798
798
|
]
|
|
799
799
|
}
|
|
800
800
|
}, S = {
|
|
@@ -890,15 +890,15 @@ const h = {
|
|
|
890
890
|
}
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
|
-
label: "列编辑",
|
|
893
|
+
label: "列编辑(一行几列)",
|
|
894
894
|
type: "EColEditor",
|
|
895
895
|
field: "children"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
label: "隐藏",
|
|
899
|
-
type: "switch",
|
|
900
|
-
field: "componentProps.hidden"
|
|
901
896
|
}
|
|
897
|
+
// {
|
|
898
|
+
// label: "隐藏",
|
|
899
|
+
// type: "switch",
|
|
900
|
+
// field: "componentProps.hidden",
|
|
901
|
+
// },
|
|
902
902
|
]
|
|
903
903
|
}
|
|
904
904
|
}, Y = {
|
|
@@ -921,7 +921,7 @@ const h = {
|
|
|
921
921
|
]
|
|
922
922
|
}
|
|
923
923
|
}, V = {
|
|
924
|
-
component: () => import("../../select-
|
|
924
|
+
component: () => import("../../select-BCX_FOhw.js"),
|
|
925
925
|
groupName: "表单",
|
|
926
926
|
icon: "icon--epic--select",
|
|
927
927
|
sort: 900,
|
|
@@ -1155,16 +1155,16 @@ const h = {
|
|
|
1155
1155
|
type: "switch",
|
|
1156
1156
|
field: "componentProps.clearable"
|
|
1157
1157
|
},
|
|
1158
|
-
{
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
},
|
|
1158
|
+
// {
|
|
1159
|
+
// label: "禁用",
|
|
1160
|
+
// type: "switch",
|
|
1161
|
+
// field: "componentProps.disabled",
|
|
1162
|
+
// },
|
|
1163
|
+
// {
|
|
1164
|
+
// label: "隐藏",
|
|
1165
|
+
// type: "switch",
|
|
1166
|
+
// field: "componentProps.hidden",
|
|
1167
|
+
// },
|
|
1168
1168
|
{
|
|
1169
1169
|
label: "选项管理",
|
|
1170
1170
|
type: "EOptionsEditor",
|
|
@@ -1279,16 +1279,16 @@ const h = {
|
|
|
1279
1279
|
show: ({ values: e }) => e.componentProps.radioButton,
|
|
1280
1280
|
describe: "按钮模式下生效"
|
|
1281
1281
|
},
|
|
1282
|
-
{
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
},
|
|
1282
|
+
// {
|
|
1283
|
+
// label: "禁用",
|
|
1284
|
+
// type: "switch",
|
|
1285
|
+
// field: "componentProps.disabled",
|
|
1286
|
+
// },
|
|
1287
|
+
// {
|
|
1288
|
+
// label: "隐藏",
|
|
1289
|
+
// type: "switch",
|
|
1290
|
+
// field: "componentProps.hidden",
|
|
1291
|
+
// },
|
|
1292
1292
|
{
|
|
1293
1293
|
label: "选项管理",
|
|
1294
1294
|
type: "EOptionsEditor",
|
|
@@ -1417,16 +1417,16 @@ const h = {
|
|
|
1417
1417
|
show: ({ values: e }) => e.componentProps.radioButton,
|
|
1418
1418
|
describe: "按钮模式下生效"
|
|
1419
1419
|
},
|
|
1420
|
-
{
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
},
|
|
1420
|
+
// {
|
|
1421
|
+
// label: "禁用",
|
|
1422
|
+
// type: "switch",
|
|
1423
|
+
// field: "componentProps.disabled",
|
|
1424
|
+
// },
|
|
1425
|
+
// {
|
|
1426
|
+
// label: "隐藏",
|
|
1427
|
+
// type: "switch",
|
|
1428
|
+
// field: "componentProps.hidden",
|
|
1429
|
+
// },
|
|
1430
1430
|
{
|
|
1431
1431
|
label: "选项管理",
|
|
1432
1432
|
type: "EOptionsEditor",
|
|
@@ -1521,9 +1521,7 @@ const h = {
|
|
|
1521
1521
|
placeholder: "请输入"
|
|
1522
1522
|
},
|
|
1523
1523
|
onChange: ({ value: e, values: l, componentAttributes: o }) => {
|
|
1524
|
-
const t = o.value.findIndex(
|
|
1525
|
-
(n) => n.field === "componentProps.max"
|
|
1526
|
-
), p = o.value[t];
|
|
1524
|
+
const t = o.value.findIndex((a) => a.field === "componentProps.max"), p = o.value[t];
|
|
1527
1525
|
p.componentProps = {
|
|
1528
1526
|
min: e
|
|
1529
1527
|
}, (l.componentProps.max ?? 0) < e && (l.componentProps.max = e);
|
|
@@ -1537,9 +1535,7 @@ const h = {
|
|
|
1537
1535
|
placeholder: "请输入"
|
|
1538
1536
|
},
|
|
1539
1537
|
onChange: ({ value: e, values: l, componentAttributes: o }) => {
|
|
1540
|
-
const t = o.value.findIndex(
|
|
1541
|
-
(n) => n.field === "componentProps.min"
|
|
1542
|
-
), p = o.value[t];
|
|
1538
|
+
const t = o.value.findIndex((a) => a.field === "componentProps.min"), p = o.value[t];
|
|
1543
1539
|
p.componentProps = {
|
|
1544
1540
|
max: e
|
|
1545
1541
|
}, (l.componentProps.min ?? 0) > e && (l.componentProps.min = e);
|
|
@@ -1651,16 +1647,16 @@ const h = {
|
|
|
1651
1647
|
},
|
|
1652
1648
|
field: "componentProps.placement"
|
|
1653
1649
|
},
|
|
1654
|
-
{
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
},
|
|
1650
|
+
// {
|
|
1651
|
+
// label: "禁用",
|
|
1652
|
+
// type: "switch",
|
|
1653
|
+
// field: "componentProps.disabled",
|
|
1654
|
+
// },
|
|
1655
|
+
// {
|
|
1656
|
+
// label: "隐藏",
|
|
1657
|
+
// type: "switch",
|
|
1658
|
+
// field: "componentProps.hidden",
|
|
1659
|
+
// },
|
|
1664
1660
|
{
|
|
1665
1661
|
label: "表单校验",
|
|
1666
1662
|
type: "ERuleEditor",
|
|
@@ -1766,16 +1762,16 @@ const h = {
|
|
|
1766
1762
|
type: "switch",
|
|
1767
1763
|
field: "componentProps.showAlpha"
|
|
1768
1764
|
},
|
|
1769
|
-
{
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
},
|
|
1774
|
-
{
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
},
|
|
1765
|
+
// {
|
|
1766
|
+
// label: "禁用",
|
|
1767
|
+
// type: "switch",
|
|
1768
|
+
// field: "componentProps.disabled",
|
|
1769
|
+
// },
|
|
1770
|
+
// {
|
|
1771
|
+
// label: "隐藏",
|
|
1772
|
+
// type: "switch",
|
|
1773
|
+
// field: "componentProps.hidden",
|
|
1774
|
+
// },
|
|
1779
1775
|
{
|
|
1780
1776
|
label: "表单校验",
|
|
1781
1777
|
type: "ERuleEditor",
|
|
@@ -1831,7 +1827,7 @@ const h = {
|
|
|
1831
1827
|
placeholder: "请输入"
|
|
1832
1828
|
},
|
|
1833
1829
|
onChange(e) {
|
|
1834
|
-
setTimeout(() =>
|
|
1830
|
+
setTimeout(() => n(e));
|
|
1835
1831
|
}
|
|
1836
1832
|
},
|
|
1837
1833
|
{
|
|
@@ -1842,7 +1838,7 @@ const h = {
|
|
|
1842
1838
|
placeholder: "请输入"
|
|
1843
1839
|
},
|
|
1844
1840
|
onChange(e) {
|
|
1845
|
-
setTimeout(() =>
|
|
1841
|
+
setTimeout(() => n(e));
|
|
1846
1842
|
}
|
|
1847
1843
|
},
|
|
1848
1844
|
{
|
|
@@ -1898,16 +1894,16 @@ const h = {
|
|
|
1898
1894
|
type: "switch",
|
|
1899
1895
|
field: "componentProps.inlinePrompt"
|
|
1900
1896
|
},
|
|
1901
|
-
{
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
},
|
|
1897
|
+
// {
|
|
1898
|
+
// label: "禁用",
|
|
1899
|
+
// type: "switch",
|
|
1900
|
+
// field: "componentProps.disabled",
|
|
1901
|
+
// },
|
|
1902
|
+
// {
|
|
1903
|
+
// label: "隐藏",
|
|
1904
|
+
// type: "switch",
|
|
1905
|
+
// field: "componentProps.hidden",
|
|
1906
|
+
// },
|
|
1911
1907
|
{
|
|
1912
1908
|
label: "表单校验",
|
|
1913
1909
|
type: "ERuleEditor",
|
|
@@ -1927,7 +1923,7 @@ const h = {
|
|
|
1927
1923
|
]
|
|
1928
1924
|
}
|
|
1929
1925
|
};
|
|
1930
|
-
function
|
|
1926
|
+
function n(e) {
|
|
1931
1927
|
var o;
|
|
1932
1928
|
let l = ((o = e.values.componentProps) == null ? void 0 : o.inactiveValue) || !1;
|
|
1933
1929
|
e.values.componentProps.unCheckedValue === "" && delete e.values.componentProps.unCheckedValue, e.values.componentProps.activeValue === "" && delete e.values.componentProps.activeValue, e.values.componentProps ? e.values.componentProps.defaultValue = l : e.values.componentProps = {
|
|
@@ -2087,16 +2083,16 @@ const z = {
|
|
|
2087
2083
|
type: "switch",
|
|
2088
2084
|
field: "componentProps.clearable"
|
|
2089
2085
|
},
|
|
2090
|
-
{
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
},
|
|
2086
|
+
// {
|
|
2087
|
+
// label: "禁用",
|
|
2088
|
+
// type: "switch",
|
|
2089
|
+
// field: "componentProps.disabled",
|
|
2090
|
+
// },
|
|
2091
|
+
// {
|
|
2092
|
+
// label: "隐藏",
|
|
2093
|
+
// type: "switch",
|
|
2094
|
+
// field: "componentProps.hidden",
|
|
2095
|
+
// },
|
|
2100
2096
|
{
|
|
2101
2097
|
label: "选项管理",
|
|
2102
2098
|
type: "EOptionsEditor",
|
|
@@ -2181,12 +2177,12 @@ const z = {
|
|
|
2181
2177
|
label: "折叠项管理",
|
|
2182
2178
|
type: "EColEditor",
|
|
2183
2179
|
field: "children"
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
label: "隐藏",
|
|
2187
|
-
type: "switch",
|
|
2188
|
-
field: "componentProps.hidden"
|
|
2189
2180
|
}
|
|
2181
|
+
// {
|
|
2182
|
+
// label: "隐藏",
|
|
2183
|
+
// type: "switch",
|
|
2184
|
+
// field: "componentProps.hidden",
|
|
2185
|
+
// },
|
|
2190
2186
|
]
|
|
2191
2187
|
}
|
|
2192
2188
|
}, N = {
|
|
@@ -2288,9 +2284,7 @@ const z = {
|
|
|
2288
2284
|
type: "input",
|
|
2289
2285
|
field: "componentProps.startPlaceholder",
|
|
2290
2286
|
show({ values: e }) {
|
|
2291
|
-
return ["datetimerange", "daterange", "monthrange"].includes(
|
|
2292
|
-
e.componentProps.type
|
|
2293
|
-
);
|
|
2287
|
+
return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
|
|
2294
2288
|
}
|
|
2295
2289
|
},
|
|
2296
2290
|
{
|
|
@@ -2298,9 +2292,7 @@ const z = {
|
|
|
2298
2292
|
type: "input",
|
|
2299
2293
|
field: "componentProps.endPlaceholder",
|
|
2300
2294
|
show({ values: e }) {
|
|
2301
|
-
return ["datetimerange", "daterange", "monthrange"].includes(
|
|
2302
|
-
e.componentProps.type
|
|
2303
|
-
);
|
|
2295
|
+
return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
|
|
2304
2296
|
}
|
|
2305
2297
|
},
|
|
2306
2298
|
{
|
|
@@ -2308,9 +2300,7 @@ const z = {
|
|
|
2308
2300
|
type: "input",
|
|
2309
2301
|
field: "componentProps.placeholder",
|
|
2310
2302
|
show({ values: e }) {
|
|
2311
|
-
return !["datetimerange", "daterange", "monthrange"].includes(
|
|
2312
|
-
e.componentProps.type
|
|
2313
|
-
);
|
|
2303
|
+
return !["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
|
|
2314
2304
|
}
|
|
2315
2305
|
},
|
|
2316
2306
|
{
|
|
@@ -2360,9 +2350,7 @@ const z = {
|
|
|
2360
2350
|
placeholder: "请输入"
|
|
2361
2351
|
},
|
|
2362
2352
|
show({ values: e }) {
|
|
2363
|
-
return ["datetimerange", "daterange", "monthrange"].includes(
|
|
2364
|
-
e.componentProps.type
|
|
2365
|
-
);
|
|
2353
|
+
return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
|
|
2366
2354
|
}
|
|
2367
2355
|
},
|
|
2368
2356
|
{
|
|
@@ -2370,21 +2358,21 @@ const z = {
|
|
|
2370
2358
|
type: "switch",
|
|
2371
2359
|
field: "componentProps.clearable"
|
|
2372
2360
|
},
|
|
2373
|
-
{
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
},
|
|
2361
|
+
// {
|
|
2362
|
+
// label: "只读",
|
|
2363
|
+
// type: "switch",
|
|
2364
|
+
// field: "componentProps.readonly",
|
|
2365
|
+
// },
|
|
2366
|
+
// {
|
|
2367
|
+
// label: "禁用",
|
|
2368
|
+
// type: "switch",
|
|
2369
|
+
// field: "componentProps.disabled",
|
|
2370
|
+
// },
|
|
2371
|
+
// {
|
|
2372
|
+
// label: "隐藏",
|
|
2373
|
+
// type: "switch",
|
|
2374
|
+
// field: "componentProps.hidden",
|
|
2375
|
+
// },
|
|
2388
2376
|
{
|
|
2389
2377
|
label: "表单校验",
|
|
2390
2378
|
type: "ERuleEditor",
|
|
@@ -2462,16 +2450,16 @@ const z = {
|
|
|
2462
2450
|
placeholder: "请输入"
|
|
2463
2451
|
}
|
|
2464
2452
|
},
|
|
2465
|
-
{
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
},
|
|
2453
|
+
// {
|
|
2454
|
+
// label: "禁用",
|
|
2455
|
+
// type: "switch",
|
|
2456
|
+
// field: "componentProps.disabled",
|
|
2457
|
+
// },
|
|
2458
|
+
// {
|
|
2459
|
+
// label: "隐藏",
|
|
2460
|
+
// type: "switch",
|
|
2461
|
+
// field: "componentProps.hidden",
|
|
2462
|
+
// },
|
|
2475
2463
|
{
|
|
2476
2464
|
label: "表单校验",
|
|
2477
2465
|
type: "ERuleEditor",
|
|
@@ -2547,16 +2535,16 @@ const z = {
|
|
|
2547
2535
|
placeholder: "请输入"
|
|
2548
2536
|
}
|
|
2549
2537
|
},
|
|
2550
|
-
{
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
},
|
|
2538
|
+
// {
|
|
2539
|
+
// label: "禁用",
|
|
2540
|
+
// type: "switch",
|
|
2541
|
+
// field: "componentProps.disabled",
|
|
2542
|
+
// },
|
|
2543
|
+
// {
|
|
2544
|
+
// label: "隐藏",
|
|
2545
|
+
// type: "switch",
|
|
2546
|
+
// field: "componentProps.hidden",
|
|
2547
|
+
// },
|
|
2560
2548
|
{
|
|
2561
2549
|
label: "表单校验",
|
|
2562
2550
|
type: "ERuleEditor",
|
|
@@ -2632,21 +2620,21 @@ const z = {
|
|
|
2632
2620
|
},
|
|
2633
2621
|
field: "componentProps.lineWidth"
|
|
2634
2622
|
},
|
|
2635
|
-
{
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
},
|
|
2645
|
-
{
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
},
|
|
2623
|
+
// {
|
|
2624
|
+
// label: "只读",
|
|
2625
|
+
// type: "switch",
|
|
2626
|
+
// field: "componentProps.readonly",
|
|
2627
|
+
// },
|
|
2628
|
+
// {
|
|
2629
|
+
// label: "禁用",
|
|
2630
|
+
// type: "switch",
|
|
2631
|
+
// field: "componentProps.disabled",
|
|
2632
|
+
// },
|
|
2633
|
+
// {
|
|
2634
|
+
// label: "隐藏",
|
|
2635
|
+
// type: "switch",
|
|
2636
|
+
// field: "componentProps.hidden",
|
|
2637
|
+
// },
|
|
2650
2638
|
{
|
|
2651
2639
|
label: "表单校验",
|
|
2652
2640
|
type: "ERuleEditor",
|
|
@@ -2693,12 +2681,12 @@ const z = {
|
|
|
2693
2681
|
// ],
|
|
2694
2682
|
}
|
|
2695
2683
|
};
|
|
2696
|
-
function H(e =
|
|
2697
|
-
e.component("FormItem",
|
|
2698
|
-
w,
|
|
2684
|
+
function H(e = r) {
|
|
2685
|
+
e.component("FormItem", i), e.component("Form", c), e.component("RadioGroup", s), e.component("RadioButton", d), e.component("Tabs", u), e.component("TabPane", m), e.component("Collapse", b), e.component("CollapseItem", f), e.component("Drawer", y), [
|
|
2699
2686
|
g,
|
|
2700
|
-
|
|
2687
|
+
w,
|
|
2701
2688
|
P,
|
|
2689
|
+
h,
|
|
2702
2690
|
v,
|
|
2703
2691
|
C,
|
|
2704
2692
|
k,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
3
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "update:modelValueLabel")[], "update:modelValue" | "update:modelValueLabel", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
"onUpdate:modelValueLabel"?: ((...args: any[]) => any) | undefined;
|
|
5
6
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
7
|
export default _default;
|