star-horse-lowcode 2.7.52 → 2.7.54
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/README.md +7 -3
- package/dist/assets/index.css +1 -1
- package/dist/images/img2.png +0 -0
- package/dist/index.es.js +1428 -742
- package/dist/types/index.d.ts +459 -23
- package/package.json +24 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -638,6 +638,10 @@ disabled: {
|
|
|
638
638
|
type: BooleanConstructor;
|
|
639
639
|
default: boolean;
|
|
640
640
|
};
|
|
641
|
+
showFormItem: {
|
|
642
|
+
type: BooleanConstructor;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
641
645
|
bareFlag: {
|
|
642
646
|
type: BooleanConstructor;
|
|
643
647
|
default: boolean;
|
|
@@ -672,6 +676,10 @@ disabled: {
|
|
|
672
676
|
type: BooleanConstructor;
|
|
673
677
|
default: boolean;
|
|
674
678
|
};
|
|
679
|
+
showFormItem: {
|
|
680
|
+
type: BooleanConstructor;
|
|
681
|
+
default: boolean;
|
|
682
|
+
};
|
|
675
683
|
bareFlag: {
|
|
676
684
|
type: BooleanConstructor;
|
|
677
685
|
default: boolean;
|
|
@@ -701,6 +709,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
701
709
|
disabled: boolean;
|
|
702
710
|
bareFlag: boolean;
|
|
703
711
|
isDesign: boolean;
|
|
712
|
+
showFormItem: boolean;
|
|
704
713
|
isSearch: boolean;
|
|
705
714
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
706
715
|
|
|
@@ -713,6 +722,10 @@ disabled: {
|
|
|
713
722
|
type: BooleanConstructor;
|
|
714
723
|
default: boolean;
|
|
715
724
|
};
|
|
725
|
+
showFormItem: {
|
|
726
|
+
type: BooleanConstructor;
|
|
727
|
+
default: boolean;
|
|
728
|
+
};
|
|
716
729
|
bareFlag: {
|
|
717
730
|
type: BooleanConstructor;
|
|
718
731
|
default: boolean;
|
|
@@ -743,6 +756,10 @@ disabled: {
|
|
|
743
756
|
type: BooleanConstructor;
|
|
744
757
|
default: boolean;
|
|
745
758
|
};
|
|
759
|
+
showFormItem: {
|
|
760
|
+
type: BooleanConstructor;
|
|
761
|
+
default: boolean;
|
|
762
|
+
};
|
|
746
763
|
bareFlag: {
|
|
747
764
|
type: BooleanConstructor;
|
|
748
765
|
default: boolean;
|
|
@@ -768,6 +785,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
768
785
|
disabled: boolean;
|
|
769
786
|
bareFlag: boolean;
|
|
770
787
|
isDesign: boolean;
|
|
788
|
+
showFormItem: boolean;
|
|
771
789
|
isSearch: boolean;
|
|
772
790
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
773
791
|
audio: HTMLAudioElement;
|
|
@@ -782,6 +800,10 @@ disabled: {
|
|
|
782
800
|
type: BooleanConstructor;
|
|
783
801
|
default: boolean;
|
|
784
802
|
};
|
|
803
|
+
showFormItem: {
|
|
804
|
+
type: BooleanConstructor;
|
|
805
|
+
default: boolean;
|
|
806
|
+
};
|
|
785
807
|
bareFlag: {
|
|
786
808
|
type: BooleanConstructor;
|
|
787
809
|
default: boolean;
|
|
@@ -816,6 +838,10 @@ disabled: {
|
|
|
816
838
|
type: BooleanConstructor;
|
|
817
839
|
default: boolean;
|
|
818
840
|
};
|
|
841
|
+
showFormItem: {
|
|
842
|
+
type: BooleanConstructor;
|
|
843
|
+
default: boolean;
|
|
844
|
+
};
|
|
819
845
|
bareFlag: {
|
|
820
846
|
type: BooleanConstructor;
|
|
821
847
|
default: boolean;
|
|
@@ -845,6 +871,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
845
871
|
disabled: boolean;
|
|
846
872
|
bareFlag: boolean;
|
|
847
873
|
isDesign: boolean;
|
|
874
|
+
showFormItem: boolean;
|
|
848
875
|
isSearch: boolean;
|
|
849
876
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
850
877
|
|
|
@@ -857,6 +884,10 @@ disabled: {
|
|
|
857
884
|
type: BooleanConstructor;
|
|
858
885
|
default: boolean;
|
|
859
886
|
};
|
|
887
|
+
showFormItem: {
|
|
888
|
+
type: BooleanConstructor;
|
|
889
|
+
default: boolean;
|
|
890
|
+
};
|
|
860
891
|
bareFlag: {
|
|
861
892
|
type: BooleanConstructor;
|
|
862
893
|
default: boolean;
|
|
@@ -891,6 +922,10 @@ disabled: {
|
|
|
891
922
|
type: BooleanConstructor;
|
|
892
923
|
default: boolean;
|
|
893
924
|
};
|
|
925
|
+
showFormItem: {
|
|
926
|
+
type: BooleanConstructor;
|
|
927
|
+
default: boolean;
|
|
928
|
+
};
|
|
894
929
|
bareFlag: {
|
|
895
930
|
type: BooleanConstructor;
|
|
896
931
|
default: boolean;
|
|
@@ -920,6 +955,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
920
955
|
disabled: boolean;
|
|
921
956
|
bareFlag: boolean;
|
|
922
957
|
isDesign: boolean;
|
|
958
|
+
showFormItem: boolean;
|
|
923
959
|
isSearch: boolean;
|
|
924
960
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
925
961
|
|
|
@@ -1016,6 +1052,10 @@ isDesign: {
|
|
|
1016
1052
|
type: BooleanConstructor;
|
|
1017
1053
|
default: boolean;
|
|
1018
1054
|
};
|
|
1055
|
+
showFormItem: {
|
|
1056
|
+
type: BooleanConstructor;
|
|
1057
|
+
default: boolean;
|
|
1058
|
+
};
|
|
1019
1059
|
disabled: {
|
|
1020
1060
|
type: PropType<Boolean | String>;
|
|
1021
1061
|
};
|
|
@@ -1038,6 +1078,10 @@ isDesign: {
|
|
|
1038
1078
|
type: BooleanConstructor;
|
|
1039
1079
|
default: boolean;
|
|
1040
1080
|
};
|
|
1081
|
+
showFormItem: {
|
|
1082
|
+
type: BooleanConstructor;
|
|
1083
|
+
default: boolean;
|
|
1084
|
+
};
|
|
1041
1085
|
disabled: {
|
|
1042
1086
|
type: PropType<Boolean | String>;
|
|
1043
1087
|
};
|
|
@@ -1054,6 +1098,7 @@ type: PropType<any>;
|
|
|
1054
1098
|
"onUpdate:formData"?: (value: any) => any;
|
|
1055
1099
|
}>, {
|
|
1056
1100
|
isDesign: boolean;
|
|
1101
|
+
showFormItem: boolean;
|
|
1057
1102
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1058
1103
|
|
|
1059
1104
|
/**
|
|
@@ -1143,6 +1188,10 @@ disabled: {
|
|
|
1143
1188
|
type: BooleanConstructor;
|
|
1144
1189
|
default: boolean;
|
|
1145
1190
|
};
|
|
1191
|
+
showFormItem: {
|
|
1192
|
+
type: BooleanConstructor;
|
|
1193
|
+
default: boolean;
|
|
1194
|
+
};
|
|
1146
1195
|
bareFlag: {
|
|
1147
1196
|
type: BooleanConstructor;
|
|
1148
1197
|
default: boolean;
|
|
@@ -1177,6 +1226,10 @@ disabled: {
|
|
|
1177
1226
|
type: BooleanConstructor;
|
|
1178
1227
|
default: boolean;
|
|
1179
1228
|
};
|
|
1229
|
+
showFormItem: {
|
|
1230
|
+
type: BooleanConstructor;
|
|
1231
|
+
default: boolean;
|
|
1232
|
+
};
|
|
1180
1233
|
bareFlag: {
|
|
1181
1234
|
type: BooleanConstructor;
|
|
1182
1235
|
default: boolean;
|
|
@@ -1206,6 +1259,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1206
1259
|
disabled: boolean;
|
|
1207
1260
|
bareFlag: boolean;
|
|
1208
1261
|
isDesign: boolean;
|
|
1262
|
+
showFormItem: boolean;
|
|
1209
1263
|
isSearch: boolean;
|
|
1210
1264
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1211
1265
|
btnFormRef: unknown;
|
|
@@ -1226,6 +1280,10 @@ isDesign: {
|
|
|
1226
1280
|
type: BooleanConstructor;
|
|
1227
1281
|
default: boolean;
|
|
1228
1282
|
};
|
|
1283
|
+
showFormItem: {
|
|
1284
|
+
type: BooleanConstructor;
|
|
1285
|
+
default: boolean;
|
|
1286
|
+
};
|
|
1229
1287
|
disabled: {
|
|
1230
1288
|
type: PropType<Boolean | String>;
|
|
1231
1289
|
};
|
|
@@ -1248,6 +1306,10 @@ isDesign: {
|
|
|
1248
1306
|
type: BooleanConstructor;
|
|
1249
1307
|
default: boolean;
|
|
1250
1308
|
};
|
|
1309
|
+
showFormItem: {
|
|
1310
|
+
type: BooleanConstructor;
|
|
1311
|
+
default: boolean;
|
|
1312
|
+
};
|
|
1251
1313
|
disabled: {
|
|
1252
1314
|
type: PropType<Boolean | String>;
|
|
1253
1315
|
};
|
|
@@ -1264,6 +1326,7 @@ type: PropType<any>;
|
|
|
1264
1326
|
"onUpdate:formData"?: (value: any) => any;
|
|
1265
1327
|
}>, {
|
|
1266
1328
|
isDesign: boolean;
|
|
1329
|
+
showFormItem: boolean;
|
|
1267
1330
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1268
1331
|
|
|
1269
1332
|
/**
|
|
@@ -1285,6 +1348,10 @@ disabled: {
|
|
|
1285
1348
|
type: BooleanConstructor;
|
|
1286
1349
|
default: boolean;
|
|
1287
1350
|
};
|
|
1351
|
+
showFormItem: {
|
|
1352
|
+
type: BooleanConstructor;
|
|
1353
|
+
default: boolean;
|
|
1354
|
+
};
|
|
1288
1355
|
bareFlag: {
|
|
1289
1356
|
type: BooleanConstructor;
|
|
1290
1357
|
default: boolean;
|
|
@@ -1319,6 +1386,10 @@ disabled: {
|
|
|
1319
1386
|
type: BooleanConstructor;
|
|
1320
1387
|
default: boolean;
|
|
1321
1388
|
};
|
|
1389
|
+
showFormItem: {
|
|
1390
|
+
type: BooleanConstructor;
|
|
1391
|
+
default: boolean;
|
|
1392
|
+
};
|
|
1322
1393
|
bareFlag: {
|
|
1323
1394
|
type: BooleanConstructor;
|
|
1324
1395
|
default: boolean;
|
|
@@ -1348,6 +1419,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1348
1419
|
disabled: boolean;
|
|
1349
1420
|
bareFlag: boolean;
|
|
1350
1421
|
isDesign: boolean;
|
|
1422
|
+
showFormItem: boolean;
|
|
1351
1423
|
isSearch: boolean;
|
|
1352
1424
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1353
1425
|
|
|
@@ -1360,6 +1432,10 @@ disabled: {
|
|
|
1360
1432
|
type: BooleanConstructor;
|
|
1361
1433
|
default: boolean;
|
|
1362
1434
|
};
|
|
1435
|
+
showFormItem: {
|
|
1436
|
+
type: BooleanConstructor;
|
|
1437
|
+
default: boolean;
|
|
1438
|
+
};
|
|
1363
1439
|
bareFlag: {
|
|
1364
1440
|
type: BooleanConstructor;
|
|
1365
1441
|
default: boolean;
|
|
@@ -1394,6 +1470,10 @@ disabled: {
|
|
|
1394
1470
|
type: BooleanConstructor;
|
|
1395
1471
|
default: boolean;
|
|
1396
1472
|
};
|
|
1473
|
+
showFormItem: {
|
|
1474
|
+
type: BooleanConstructor;
|
|
1475
|
+
default: boolean;
|
|
1476
|
+
};
|
|
1397
1477
|
bareFlag: {
|
|
1398
1478
|
type: BooleanConstructor;
|
|
1399
1479
|
default: boolean;
|
|
@@ -1423,6 +1503,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1423
1503
|
disabled: boolean;
|
|
1424
1504
|
bareFlag: boolean;
|
|
1425
1505
|
isDesign: boolean;
|
|
1506
|
+
showFormItem: boolean;
|
|
1426
1507
|
isSearch: boolean;
|
|
1427
1508
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1428
1509
|
|
|
@@ -1439,6 +1520,10 @@ isDesign: {
|
|
|
1439
1520
|
type: BooleanConstructor;
|
|
1440
1521
|
default: boolean;
|
|
1441
1522
|
};
|
|
1523
|
+
showFormItem: {
|
|
1524
|
+
type: BooleanConstructor;
|
|
1525
|
+
default: boolean;
|
|
1526
|
+
};
|
|
1442
1527
|
disabled: {
|
|
1443
1528
|
type: PropType<Boolean | String>;
|
|
1444
1529
|
};
|
|
@@ -1461,6 +1546,10 @@ isDesign: {
|
|
|
1461
1546
|
type: BooleanConstructor;
|
|
1462
1547
|
default: boolean;
|
|
1463
1548
|
};
|
|
1549
|
+
showFormItem: {
|
|
1550
|
+
type: BooleanConstructor;
|
|
1551
|
+
default: boolean;
|
|
1552
|
+
};
|
|
1464
1553
|
disabled: {
|
|
1465
1554
|
type: PropType<Boolean | String>;
|
|
1466
1555
|
};
|
|
@@ -1477,6 +1566,7 @@ type: PropType<any>;
|
|
|
1477
1566
|
"onUpdate:formData"?: (value: any) => any;
|
|
1478
1567
|
}>, {
|
|
1479
1568
|
isDesign: boolean;
|
|
1569
|
+
showFormItem: boolean;
|
|
1480
1570
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1481
1571
|
|
|
1482
1572
|
/**
|
|
@@ -1494,6 +1584,10 @@ disabled: {
|
|
|
1494
1584
|
type: BooleanConstructor;
|
|
1495
1585
|
default: boolean;
|
|
1496
1586
|
};
|
|
1587
|
+
showFormItem: {
|
|
1588
|
+
type: BooleanConstructor;
|
|
1589
|
+
default: boolean;
|
|
1590
|
+
};
|
|
1497
1591
|
bareFlag: {
|
|
1498
1592
|
type: BooleanConstructor;
|
|
1499
1593
|
default: boolean;
|
|
@@ -1528,6 +1622,10 @@ disabled: {
|
|
|
1528
1622
|
type: BooleanConstructor;
|
|
1529
1623
|
default: boolean;
|
|
1530
1624
|
};
|
|
1625
|
+
showFormItem: {
|
|
1626
|
+
type: BooleanConstructor;
|
|
1627
|
+
default: boolean;
|
|
1628
|
+
};
|
|
1531
1629
|
bareFlag: {
|
|
1532
1630
|
type: BooleanConstructor;
|
|
1533
1631
|
default: boolean;
|
|
@@ -1557,6 +1655,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1557
1655
|
disabled: boolean;
|
|
1558
1656
|
bareFlag: boolean;
|
|
1559
1657
|
isDesign: boolean;
|
|
1658
|
+
showFormItem: boolean;
|
|
1560
1659
|
isSearch: boolean;
|
|
1561
1660
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1562
1661
|
|
|
@@ -1707,6 +1806,10 @@ disabled: {
|
|
|
1707
1806
|
type: BooleanConstructor;
|
|
1708
1807
|
default: boolean;
|
|
1709
1808
|
};
|
|
1809
|
+
showFormItem: {
|
|
1810
|
+
type: BooleanConstructor;
|
|
1811
|
+
default: boolean;
|
|
1812
|
+
};
|
|
1710
1813
|
bareFlag: {
|
|
1711
1814
|
type: BooleanConstructor;
|
|
1712
1815
|
default: boolean;
|
|
@@ -1741,6 +1844,10 @@ disabled: {
|
|
|
1741
1844
|
type: BooleanConstructor;
|
|
1742
1845
|
default: boolean;
|
|
1743
1846
|
};
|
|
1847
|
+
showFormItem: {
|
|
1848
|
+
type: BooleanConstructor;
|
|
1849
|
+
default: boolean;
|
|
1850
|
+
};
|
|
1744
1851
|
bareFlag: {
|
|
1745
1852
|
type: BooleanConstructor;
|
|
1746
1853
|
default: boolean;
|
|
@@ -1770,6 +1877,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
1770
1877
|
disabled: boolean;
|
|
1771
1878
|
bareFlag: boolean;
|
|
1772
1879
|
isDesign: boolean;
|
|
1880
|
+
showFormItem: boolean;
|
|
1773
1881
|
isSearch: boolean;
|
|
1774
1882
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1775
1883
|
cronTabRef: CreateComponentPublicInstanceWithMixins<Readonly<Crontab> & Readonly<{
|
|
@@ -2187,6 +2295,10 @@ disabled: {
|
|
|
2187
2295
|
type: BooleanConstructor;
|
|
2188
2296
|
default: boolean;
|
|
2189
2297
|
};
|
|
2298
|
+
showFormItem: {
|
|
2299
|
+
type: BooleanConstructor;
|
|
2300
|
+
default: boolean;
|
|
2301
|
+
};
|
|
2190
2302
|
bareFlag: {
|
|
2191
2303
|
type: BooleanConstructor;
|
|
2192
2304
|
default: boolean;
|
|
@@ -2221,6 +2333,10 @@ disabled: {
|
|
|
2221
2333
|
type: BooleanConstructor;
|
|
2222
2334
|
default: boolean;
|
|
2223
2335
|
};
|
|
2336
|
+
showFormItem: {
|
|
2337
|
+
type: BooleanConstructor;
|
|
2338
|
+
default: boolean;
|
|
2339
|
+
};
|
|
2224
2340
|
bareFlag: {
|
|
2225
2341
|
type: BooleanConstructor;
|
|
2226
2342
|
default: boolean;
|
|
@@ -2250,6 +2366,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2250
2366
|
disabled: boolean;
|
|
2251
2367
|
bareFlag: boolean;
|
|
2252
2368
|
isDesign: boolean;
|
|
2369
|
+
showFormItem: boolean;
|
|
2253
2370
|
isSearch: boolean;
|
|
2254
2371
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2255
2372
|
|
|
@@ -2287,6 +2404,10 @@ disabled: {
|
|
|
2287
2404
|
type: BooleanConstructor;
|
|
2288
2405
|
default: boolean;
|
|
2289
2406
|
};
|
|
2407
|
+
showFormItem: {
|
|
2408
|
+
type: BooleanConstructor;
|
|
2409
|
+
default: boolean;
|
|
2410
|
+
};
|
|
2290
2411
|
bareFlag: {
|
|
2291
2412
|
type: BooleanConstructor;
|
|
2292
2413
|
default: boolean;
|
|
@@ -2317,6 +2438,10 @@ disabled: {
|
|
|
2317
2438
|
type: BooleanConstructor;
|
|
2318
2439
|
default: boolean;
|
|
2319
2440
|
};
|
|
2441
|
+
showFormItem: {
|
|
2442
|
+
type: BooleanConstructor;
|
|
2443
|
+
default: boolean;
|
|
2444
|
+
};
|
|
2320
2445
|
bareFlag: {
|
|
2321
2446
|
type: BooleanConstructor;
|
|
2322
2447
|
default: boolean;
|
|
@@ -2342,6 +2467,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2342
2467
|
disabled: boolean;
|
|
2343
2468
|
bareFlag: boolean;
|
|
2344
2469
|
isDesign: boolean;
|
|
2470
|
+
showFormItem: boolean;
|
|
2345
2471
|
isSearch: boolean;
|
|
2346
2472
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2347
2473
|
|
|
@@ -2354,6 +2480,10 @@ disabled: {
|
|
|
2354
2480
|
type: BooleanConstructor;
|
|
2355
2481
|
default: boolean;
|
|
2356
2482
|
};
|
|
2483
|
+
showFormItem: {
|
|
2484
|
+
type: BooleanConstructor;
|
|
2485
|
+
default: boolean;
|
|
2486
|
+
};
|
|
2357
2487
|
bareFlag: {
|
|
2358
2488
|
type: BooleanConstructor;
|
|
2359
2489
|
default: boolean;
|
|
@@ -2388,6 +2518,10 @@ disabled: {
|
|
|
2388
2518
|
type: BooleanConstructor;
|
|
2389
2519
|
default: boolean;
|
|
2390
2520
|
};
|
|
2521
|
+
showFormItem: {
|
|
2522
|
+
type: BooleanConstructor;
|
|
2523
|
+
default: boolean;
|
|
2524
|
+
};
|
|
2391
2525
|
bareFlag: {
|
|
2392
2526
|
type: BooleanConstructor;
|
|
2393
2527
|
default: boolean;
|
|
@@ -2417,6 +2551,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2417
2551
|
disabled: boolean;
|
|
2418
2552
|
bareFlag: boolean;
|
|
2419
2553
|
isDesign: boolean;
|
|
2554
|
+
showFormItem: boolean;
|
|
2420
2555
|
isSearch: boolean;
|
|
2421
2556
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
2422
2557
|
dialogInputTableRef: unknown;
|
|
@@ -2498,6 +2633,10 @@ disabled: {
|
|
|
2498
2633
|
type: BooleanConstructor;
|
|
2499
2634
|
default: boolean;
|
|
2500
2635
|
};
|
|
2636
|
+
showFormItem: {
|
|
2637
|
+
type: BooleanConstructor;
|
|
2638
|
+
default: boolean;
|
|
2639
|
+
};
|
|
2501
2640
|
bareFlag: {
|
|
2502
2641
|
type: BooleanConstructor;
|
|
2503
2642
|
default: boolean;
|
|
@@ -2532,6 +2671,10 @@ disabled: {
|
|
|
2532
2671
|
type: BooleanConstructor;
|
|
2533
2672
|
default: boolean;
|
|
2534
2673
|
};
|
|
2674
|
+
showFormItem: {
|
|
2675
|
+
type: BooleanConstructor;
|
|
2676
|
+
default: boolean;
|
|
2677
|
+
};
|
|
2535
2678
|
bareFlag: {
|
|
2536
2679
|
type: BooleanConstructor;
|
|
2537
2680
|
default: boolean;
|
|
@@ -2561,6 +2704,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
2561
2704
|
disabled: boolean;
|
|
2562
2705
|
bareFlag: boolean;
|
|
2563
2706
|
isDesign: boolean;
|
|
2707
|
+
showFormItem: boolean;
|
|
2564
2708
|
isSearch: boolean;
|
|
2565
2709
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2566
2710
|
|
|
@@ -2658,6 +2802,10 @@ isDesign: {
|
|
|
2658
2802
|
type: BooleanConstructor;
|
|
2659
2803
|
default: boolean;
|
|
2660
2804
|
};
|
|
2805
|
+
showFormItem: {
|
|
2806
|
+
type: BooleanConstructor;
|
|
2807
|
+
default: boolean;
|
|
2808
|
+
};
|
|
2661
2809
|
disabled: {
|
|
2662
2810
|
type: PropType<Boolean | String>;
|
|
2663
2811
|
};
|
|
@@ -2680,6 +2828,10 @@ isDesign: {
|
|
|
2680
2828
|
type: BooleanConstructor;
|
|
2681
2829
|
default: boolean;
|
|
2682
2830
|
};
|
|
2831
|
+
showFormItem: {
|
|
2832
|
+
type: BooleanConstructor;
|
|
2833
|
+
default: boolean;
|
|
2834
|
+
};
|
|
2683
2835
|
disabled: {
|
|
2684
2836
|
type: PropType<Boolean | String>;
|
|
2685
2837
|
};
|
|
@@ -2696,6 +2848,7 @@ type: PropType<any>;
|
|
|
2696
2848
|
"onUpdate:formData"?: (value: any) => any;
|
|
2697
2849
|
}>, {
|
|
2698
2850
|
isDesign: boolean;
|
|
2851
|
+
showFormItem: boolean;
|
|
2699
2852
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
2700
2853
|
containerTableRef: HTMLTableElement;
|
|
2701
2854
|
}, any>;
|
|
@@ -2963,6 +3116,10 @@ disabled: {
|
|
|
2963
3116
|
type: BooleanConstructor;
|
|
2964
3117
|
default: boolean;
|
|
2965
3118
|
};
|
|
3119
|
+
showFormItem: {
|
|
3120
|
+
type: BooleanConstructor;
|
|
3121
|
+
default: boolean;
|
|
3122
|
+
};
|
|
2966
3123
|
bareFlag: {
|
|
2967
3124
|
type: BooleanConstructor;
|
|
2968
3125
|
default: boolean;
|
|
@@ -2997,6 +3154,10 @@ disabled: {
|
|
|
2997
3154
|
type: BooleanConstructor;
|
|
2998
3155
|
default: boolean;
|
|
2999
3156
|
};
|
|
3157
|
+
showFormItem: {
|
|
3158
|
+
type: BooleanConstructor;
|
|
3159
|
+
default: boolean;
|
|
3160
|
+
};
|
|
3000
3161
|
bareFlag: {
|
|
3001
3162
|
type: BooleanConstructor;
|
|
3002
3163
|
default: boolean;
|
|
@@ -3026,6 +3187,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3026
3187
|
disabled: boolean;
|
|
3027
3188
|
bareFlag: boolean;
|
|
3028
3189
|
isDesign: boolean;
|
|
3190
|
+
showFormItem: boolean;
|
|
3029
3191
|
isSearch: boolean;
|
|
3030
3192
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3031
3193
|
|
|
@@ -3038,6 +3200,10 @@ disabled: {
|
|
|
3038
3200
|
type: BooleanConstructor;
|
|
3039
3201
|
default: boolean;
|
|
3040
3202
|
};
|
|
3203
|
+
showFormItem: {
|
|
3204
|
+
type: BooleanConstructor;
|
|
3205
|
+
default: boolean;
|
|
3206
|
+
};
|
|
3041
3207
|
bareFlag: {
|
|
3042
3208
|
type: BooleanConstructor;
|
|
3043
3209
|
default: boolean;
|
|
@@ -3072,6 +3238,10 @@ disabled: {
|
|
|
3072
3238
|
type: BooleanConstructor;
|
|
3073
3239
|
default: boolean;
|
|
3074
3240
|
};
|
|
3241
|
+
showFormItem: {
|
|
3242
|
+
type: BooleanConstructor;
|
|
3243
|
+
default: boolean;
|
|
3244
|
+
};
|
|
3075
3245
|
bareFlag: {
|
|
3076
3246
|
type: BooleanConstructor;
|
|
3077
3247
|
default: boolean;
|
|
@@ -3101,6 +3271,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3101
3271
|
disabled: boolean;
|
|
3102
3272
|
bareFlag: boolean;
|
|
3103
3273
|
isDesign: boolean;
|
|
3274
|
+
showFormItem: boolean;
|
|
3104
3275
|
isSearch: boolean;
|
|
3105
3276
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3106
3277
|
|
|
@@ -3121,6 +3292,10 @@ disabled: {
|
|
|
3121
3292
|
type: BooleanConstructor;
|
|
3122
3293
|
default: boolean;
|
|
3123
3294
|
};
|
|
3295
|
+
showFormItem: {
|
|
3296
|
+
type: BooleanConstructor;
|
|
3297
|
+
default: boolean;
|
|
3298
|
+
};
|
|
3124
3299
|
bareFlag: {
|
|
3125
3300
|
type: BooleanConstructor;
|
|
3126
3301
|
default: boolean;
|
|
@@ -3155,6 +3330,10 @@ disabled: {
|
|
|
3155
3330
|
type: BooleanConstructor;
|
|
3156
3331
|
default: boolean;
|
|
3157
3332
|
};
|
|
3333
|
+
showFormItem: {
|
|
3334
|
+
type: BooleanConstructor;
|
|
3335
|
+
default: boolean;
|
|
3336
|
+
};
|
|
3158
3337
|
bareFlag: {
|
|
3159
3338
|
type: BooleanConstructor;
|
|
3160
3339
|
default: boolean;
|
|
@@ -3184,6 +3363,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3184
3363
|
disabled: boolean;
|
|
3185
3364
|
bareFlag: boolean;
|
|
3186
3365
|
isDesign: boolean;
|
|
3366
|
+
showFormItem: boolean;
|
|
3187
3367
|
isSearch: boolean;
|
|
3188
3368
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3189
3369
|
popoverRef: unknown;
|
|
@@ -3198,6 +3378,10 @@ disabled: {
|
|
|
3198
3378
|
type: BooleanConstructor;
|
|
3199
3379
|
default: boolean;
|
|
3200
3380
|
};
|
|
3381
|
+
showFormItem: {
|
|
3382
|
+
type: BooleanConstructor;
|
|
3383
|
+
default: boolean;
|
|
3384
|
+
};
|
|
3201
3385
|
bareFlag: {
|
|
3202
3386
|
type: BooleanConstructor;
|
|
3203
3387
|
default: boolean;
|
|
@@ -3232,6 +3416,10 @@ disabled: {
|
|
|
3232
3416
|
type: BooleanConstructor;
|
|
3233
3417
|
default: boolean;
|
|
3234
3418
|
};
|
|
3419
|
+
showFormItem: {
|
|
3420
|
+
type: BooleanConstructor;
|
|
3421
|
+
default: boolean;
|
|
3422
|
+
};
|
|
3235
3423
|
bareFlag: {
|
|
3236
3424
|
type: BooleanConstructor;
|
|
3237
3425
|
default: boolean;
|
|
@@ -3261,6 +3449,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3261
3449
|
disabled: boolean;
|
|
3262
3450
|
bareFlag: boolean;
|
|
3263
3451
|
isDesign: boolean;
|
|
3452
|
+
showFormItem: boolean;
|
|
3264
3453
|
isSearch: boolean;
|
|
3265
3454
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3266
3455
|
|
|
@@ -3297,6 +3486,10 @@ disabled: {
|
|
|
3297
3486
|
type: BooleanConstructor;
|
|
3298
3487
|
default: boolean;
|
|
3299
3488
|
};
|
|
3489
|
+
showFormItem: {
|
|
3490
|
+
type: BooleanConstructor;
|
|
3491
|
+
default: boolean;
|
|
3492
|
+
};
|
|
3300
3493
|
bareFlag: {
|
|
3301
3494
|
type: BooleanConstructor;
|
|
3302
3495
|
default: boolean;
|
|
@@ -3331,6 +3524,10 @@ disabled: {
|
|
|
3331
3524
|
type: BooleanConstructor;
|
|
3332
3525
|
default: boolean;
|
|
3333
3526
|
};
|
|
3527
|
+
showFormItem: {
|
|
3528
|
+
type: BooleanConstructor;
|
|
3529
|
+
default: boolean;
|
|
3530
|
+
};
|
|
3334
3531
|
bareFlag: {
|
|
3335
3532
|
type: BooleanConstructor;
|
|
3336
3533
|
default: boolean;
|
|
@@ -3360,6 +3557,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3360
3557
|
disabled: boolean;
|
|
3361
3558
|
bareFlag: boolean;
|
|
3362
3559
|
isDesign: boolean;
|
|
3560
|
+
showFormItem: boolean;
|
|
3363
3561
|
isSearch: boolean;
|
|
3364
3562
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3365
3563
|
inputItemRef: unknown;
|
|
@@ -3416,6 +3614,10 @@ disabled: {
|
|
|
3416
3614
|
type: BooleanConstructor;
|
|
3417
3615
|
default: boolean;
|
|
3418
3616
|
};
|
|
3617
|
+
showFormItem: {
|
|
3618
|
+
type: BooleanConstructor;
|
|
3619
|
+
default: boolean;
|
|
3620
|
+
};
|
|
3419
3621
|
bareFlag: {
|
|
3420
3622
|
type: BooleanConstructor;
|
|
3421
3623
|
default: boolean;
|
|
@@ -3450,6 +3652,10 @@ disabled: {
|
|
|
3450
3652
|
type: BooleanConstructor;
|
|
3451
3653
|
default: boolean;
|
|
3452
3654
|
};
|
|
3655
|
+
showFormItem: {
|
|
3656
|
+
type: BooleanConstructor;
|
|
3657
|
+
default: boolean;
|
|
3658
|
+
};
|
|
3453
3659
|
bareFlag: {
|
|
3454
3660
|
type: BooleanConstructor;
|
|
3455
3661
|
default: boolean;
|
|
@@ -3479,6 +3685,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3479
3685
|
disabled: boolean;
|
|
3480
3686
|
bareFlag: boolean;
|
|
3481
3687
|
isDesign: boolean;
|
|
3688
|
+
showFormItem: boolean;
|
|
3482
3689
|
isSearch: boolean;
|
|
3483
3690
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3484
3691
|
|
|
@@ -3491,6 +3698,10 @@ disabled: {
|
|
|
3491
3698
|
type: BooleanConstructor;
|
|
3492
3699
|
default: boolean;
|
|
3493
3700
|
};
|
|
3701
|
+
showFormItem: {
|
|
3702
|
+
type: BooleanConstructor;
|
|
3703
|
+
default: boolean;
|
|
3704
|
+
};
|
|
3494
3705
|
bareFlag: {
|
|
3495
3706
|
type: BooleanConstructor;
|
|
3496
3707
|
default: boolean;
|
|
@@ -3525,6 +3736,10 @@ disabled: {
|
|
|
3525
3736
|
type: BooleanConstructor;
|
|
3526
3737
|
default: boolean;
|
|
3527
3738
|
};
|
|
3739
|
+
showFormItem: {
|
|
3740
|
+
type: BooleanConstructor;
|
|
3741
|
+
default: boolean;
|
|
3742
|
+
};
|
|
3528
3743
|
bareFlag: {
|
|
3529
3744
|
type: BooleanConstructor;
|
|
3530
3745
|
default: boolean;
|
|
@@ -3554,6 +3769,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3554
3769
|
disabled: boolean;
|
|
3555
3770
|
bareFlag: boolean;
|
|
3556
3771
|
isDesign: boolean;
|
|
3772
|
+
showFormItem: boolean;
|
|
3557
3773
|
isSearch: boolean;
|
|
3558
3774
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3559
3775
|
|
|
@@ -3602,6 +3818,10 @@ disabled: {
|
|
|
3602
3818
|
type: BooleanConstructor;
|
|
3603
3819
|
default: boolean;
|
|
3604
3820
|
};
|
|
3821
|
+
showFormItem: {
|
|
3822
|
+
type: BooleanConstructor;
|
|
3823
|
+
default: boolean;
|
|
3824
|
+
};
|
|
3605
3825
|
bareFlag: {
|
|
3606
3826
|
type: BooleanConstructor;
|
|
3607
3827
|
default: boolean;
|
|
@@ -3636,6 +3856,10 @@ disabled: {
|
|
|
3636
3856
|
type: BooleanConstructor;
|
|
3637
3857
|
default: boolean;
|
|
3638
3858
|
};
|
|
3859
|
+
showFormItem: {
|
|
3860
|
+
type: BooleanConstructor;
|
|
3861
|
+
default: boolean;
|
|
3862
|
+
};
|
|
3639
3863
|
bareFlag: {
|
|
3640
3864
|
type: BooleanConstructor;
|
|
3641
3865
|
default: boolean;
|
|
@@ -3665,6 +3889,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3665
3889
|
disabled: boolean;
|
|
3666
3890
|
bareFlag: boolean;
|
|
3667
3891
|
isDesign: boolean;
|
|
3892
|
+
showFormItem: boolean;
|
|
3668
3893
|
isSearch: boolean;
|
|
3669
3894
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3670
3895
|
|
|
@@ -3776,6 +4001,10 @@ disabled: {
|
|
|
3776
4001
|
type: BooleanConstructor;
|
|
3777
4002
|
default: boolean;
|
|
3778
4003
|
};
|
|
4004
|
+
showFormItem: {
|
|
4005
|
+
type: BooleanConstructor;
|
|
4006
|
+
default: boolean;
|
|
4007
|
+
};
|
|
3779
4008
|
bareFlag: {
|
|
3780
4009
|
type: BooleanConstructor;
|
|
3781
4010
|
default: boolean;
|
|
@@ -3810,6 +4039,10 @@ disabled: {
|
|
|
3810
4039
|
type: BooleanConstructor;
|
|
3811
4040
|
default: boolean;
|
|
3812
4041
|
};
|
|
4042
|
+
showFormItem: {
|
|
4043
|
+
type: BooleanConstructor;
|
|
4044
|
+
default: boolean;
|
|
4045
|
+
};
|
|
3813
4046
|
bareFlag: {
|
|
3814
4047
|
type: BooleanConstructor;
|
|
3815
4048
|
default: boolean;
|
|
@@ -3839,6 +4072,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
3839
4072
|
disabled: boolean;
|
|
3840
4073
|
bareFlag: boolean;
|
|
3841
4074
|
isDesign: boolean;
|
|
4075
|
+
showFormItem: boolean;
|
|
3842
4076
|
isSearch: boolean;
|
|
3843
4077
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3844
4078
|
|
|
@@ -3851,6 +4085,10 @@ disabled: {
|
|
|
3851
4085
|
type: BooleanConstructor;
|
|
3852
4086
|
default: boolean;
|
|
3853
4087
|
};
|
|
4088
|
+
showFormItem: {
|
|
4089
|
+
type: BooleanConstructor;
|
|
4090
|
+
default: boolean;
|
|
4091
|
+
};
|
|
3854
4092
|
bareFlag: {
|
|
3855
4093
|
type: BooleanConstructor;
|
|
3856
4094
|
default: boolean;
|
|
@@ -3889,6 +4127,10 @@ disabled: {
|
|
|
3889
4127
|
type: BooleanConstructor;
|
|
3890
4128
|
default: boolean;
|
|
3891
4129
|
};
|
|
4130
|
+
showFormItem: {
|
|
4131
|
+
type: BooleanConstructor;
|
|
4132
|
+
default: boolean;
|
|
4133
|
+
};
|
|
3892
4134
|
bareFlag: {
|
|
3893
4135
|
type: BooleanConstructor;
|
|
3894
4136
|
default: boolean;
|
|
@@ -3923,6 +4165,7 @@ disabled: boolean;
|
|
|
3923
4165
|
formFieldList: unknown[];
|
|
3924
4166
|
bareFlag: boolean;
|
|
3925
4167
|
isDesign: boolean;
|
|
4168
|
+
showFormItem: boolean;
|
|
3926
4169
|
isSearch: boolean;
|
|
3927
4170
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3928
4171
|
|
|
@@ -4036,6 +4279,10 @@ disabled: {
|
|
|
4036
4279
|
type: BooleanConstructor;
|
|
4037
4280
|
default: boolean;
|
|
4038
4281
|
};
|
|
4282
|
+
showFormItem: {
|
|
4283
|
+
type: BooleanConstructor;
|
|
4284
|
+
default: boolean;
|
|
4285
|
+
};
|
|
4039
4286
|
bareFlag: {
|
|
4040
4287
|
type: BooleanConstructor;
|
|
4041
4288
|
default: boolean;
|
|
@@ -4070,6 +4317,10 @@ disabled: {
|
|
|
4070
4317
|
type: BooleanConstructor;
|
|
4071
4318
|
default: boolean;
|
|
4072
4319
|
};
|
|
4320
|
+
showFormItem: {
|
|
4321
|
+
type: BooleanConstructor;
|
|
4322
|
+
default: boolean;
|
|
4323
|
+
};
|
|
4073
4324
|
bareFlag: {
|
|
4074
4325
|
type: BooleanConstructor;
|
|
4075
4326
|
default: boolean;
|
|
@@ -4099,6 +4350,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4099
4350
|
disabled: boolean;
|
|
4100
4351
|
bareFlag: boolean;
|
|
4101
4352
|
isDesign: boolean;
|
|
4353
|
+
showFormItem: boolean;
|
|
4102
4354
|
isSearch: boolean;
|
|
4103
4355
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4104
4356
|
starHorseTableCompRef: unknown;
|
|
@@ -4122,6 +4374,10 @@ disabled: {
|
|
|
4122
4374
|
type: BooleanConstructor;
|
|
4123
4375
|
default: boolean;
|
|
4124
4376
|
};
|
|
4377
|
+
showFormItem: {
|
|
4378
|
+
type: BooleanConstructor;
|
|
4379
|
+
default: boolean;
|
|
4380
|
+
};
|
|
4125
4381
|
bareFlag: {
|
|
4126
4382
|
type: BooleanConstructor;
|
|
4127
4383
|
default: boolean;
|
|
@@ -4156,6 +4412,10 @@ disabled: {
|
|
|
4156
4412
|
type: BooleanConstructor;
|
|
4157
4413
|
default: boolean;
|
|
4158
4414
|
};
|
|
4415
|
+
showFormItem: {
|
|
4416
|
+
type: BooleanConstructor;
|
|
4417
|
+
default: boolean;
|
|
4418
|
+
};
|
|
4159
4419
|
bareFlag: {
|
|
4160
4420
|
type: BooleanConstructor;
|
|
4161
4421
|
default: boolean;
|
|
@@ -4185,6 +4445,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4185
4445
|
disabled: boolean;
|
|
4186
4446
|
bareFlag: boolean;
|
|
4187
4447
|
isDesign: boolean;
|
|
4448
|
+
showFormItem: boolean;
|
|
4188
4449
|
isSearch: boolean;
|
|
4189
4450
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4190
4451
|
|
|
@@ -4221,6 +4482,10 @@ disabled: {
|
|
|
4221
4482
|
type: BooleanConstructor;
|
|
4222
4483
|
default: boolean;
|
|
4223
4484
|
};
|
|
4485
|
+
showFormItem: {
|
|
4486
|
+
type: BooleanConstructor;
|
|
4487
|
+
default: boolean;
|
|
4488
|
+
};
|
|
4224
4489
|
bareFlag: {
|
|
4225
4490
|
type: BooleanConstructor;
|
|
4226
4491
|
default: boolean;
|
|
@@ -4255,6 +4520,10 @@ disabled: {
|
|
|
4255
4520
|
type: BooleanConstructor;
|
|
4256
4521
|
default: boolean;
|
|
4257
4522
|
};
|
|
4523
|
+
showFormItem: {
|
|
4524
|
+
type: BooleanConstructor;
|
|
4525
|
+
default: boolean;
|
|
4526
|
+
};
|
|
4258
4527
|
bareFlag: {
|
|
4259
4528
|
type: BooleanConstructor;
|
|
4260
4529
|
default: boolean;
|
|
@@ -4284,6 +4553,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4284
4553
|
disabled: boolean;
|
|
4285
4554
|
bareFlag: boolean;
|
|
4286
4555
|
isDesign: boolean;
|
|
4556
|
+
showFormItem: boolean;
|
|
4287
4557
|
isSearch: boolean;
|
|
4288
4558
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4289
4559
|
|
|
@@ -4296,6 +4566,10 @@ disabled: {
|
|
|
4296
4566
|
type: BooleanConstructor;
|
|
4297
4567
|
default: boolean;
|
|
4298
4568
|
};
|
|
4569
|
+
showFormItem: {
|
|
4570
|
+
type: BooleanConstructor;
|
|
4571
|
+
default: boolean;
|
|
4572
|
+
};
|
|
4299
4573
|
bareFlag: {
|
|
4300
4574
|
type: BooleanConstructor;
|
|
4301
4575
|
default: boolean;
|
|
@@ -4330,6 +4604,10 @@ disabled: {
|
|
|
4330
4604
|
type: BooleanConstructor;
|
|
4331
4605
|
default: boolean;
|
|
4332
4606
|
};
|
|
4607
|
+
showFormItem: {
|
|
4608
|
+
type: BooleanConstructor;
|
|
4609
|
+
default: boolean;
|
|
4610
|
+
};
|
|
4333
4611
|
bareFlag: {
|
|
4334
4612
|
type: BooleanConstructor;
|
|
4335
4613
|
default: boolean;
|
|
@@ -4359,6 +4637,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4359
4637
|
disabled: boolean;
|
|
4360
4638
|
bareFlag: boolean;
|
|
4361
4639
|
isDesign: boolean;
|
|
4640
|
+
showFormItem: boolean;
|
|
4362
4641
|
isSearch: boolean;
|
|
4363
4642
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4364
4643
|
|
|
@@ -4371,6 +4650,10 @@ disabled: {
|
|
|
4371
4650
|
type: BooleanConstructor;
|
|
4372
4651
|
default: boolean;
|
|
4373
4652
|
};
|
|
4653
|
+
showFormItem: {
|
|
4654
|
+
type: BooleanConstructor;
|
|
4655
|
+
default: boolean;
|
|
4656
|
+
};
|
|
4374
4657
|
bareFlag: {
|
|
4375
4658
|
type: BooleanConstructor;
|
|
4376
4659
|
default: boolean;
|
|
@@ -4405,6 +4688,10 @@ disabled: {
|
|
|
4405
4688
|
type: BooleanConstructor;
|
|
4406
4689
|
default: boolean;
|
|
4407
4690
|
};
|
|
4691
|
+
showFormItem: {
|
|
4692
|
+
type: BooleanConstructor;
|
|
4693
|
+
default: boolean;
|
|
4694
|
+
};
|
|
4408
4695
|
bareFlag: {
|
|
4409
4696
|
type: BooleanConstructor;
|
|
4410
4697
|
default: boolean;
|
|
@@ -4434,6 +4721,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4434
4721
|
disabled: boolean;
|
|
4435
4722
|
bareFlag: boolean;
|
|
4436
4723
|
isDesign: boolean;
|
|
4724
|
+
showFormItem: boolean;
|
|
4437
4725
|
isSearch: boolean;
|
|
4438
4726
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4439
4727
|
|
|
@@ -4545,6 +4833,10 @@ export declare type SearchProps = {
|
|
|
4545
4833
|
defaultVisible?: boolean;
|
|
4546
4834
|
helpMsg?: string;
|
|
4547
4835
|
minWidth?: string;
|
|
4836
|
+
/**
|
|
4837
|
+
* 表的别名
|
|
4838
|
+
*/
|
|
4839
|
+
prefix?: string;
|
|
4548
4840
|
/**
|
|
4549
4841
|
* 弹窗数据配置
|
|
4550
4842
|
*/
|
|
@@ -4557,7 +4849,7 @@ export declare type SearchProps = {
|
|
|
4557
4849
|
};
|
|
4558
4850
|
|
|
4559
4851
|
/**
|
|
4560
|
-
|
|
4852
|
+
*下拉组件
|
|
4561
4853
|
* @returns
|
|
4562
4854
|
*/
|
|
4563
4855
|
export declare function selectCompList(): string[];
|
|
@@ -4571,6 +4863,10 @@ disabled: {
|
|
|
4571
4863
|
type: BooleanConstructor;
|
|
4572
4864
|
default: boolean;
|
|
4573
4865
|
};
|
|
4866
|
+
showFormItem: {
|
|
4867
|
+
type: BooleanConstructor;
|
|
4868
|
+
default: boolean;
|
|
4869
|
+
};
|
|
4574
4870
|
bareFlag: {
|
|
4575
4871
|
type: BooleanConstructor;
|
|
4576
4872
|
default: boolean;
|
|
@@ -4605,6 +4901,10 @@ disabled: {
|
|
|
4605
4901
|
type: BooleanConstructor;
|
|
4606
4902
|
default: boolean;
|
|
4607
4903
|
};
|
|
4904
|
+
showFormItem: {
|
|
4905
|
+
type: BooleanConstructor;
|
|
4906
|
+
default: boolean;
|
|
4907
|
+
};
|
|
4608
4908
|
bareFlag: {
|
|
4609
4909
|
type: BooleanConstructor;
|
|
4610
4910
|
default: boolean;
|
|
@@ -4634,6 +4934,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4634
4934
|
disabled: boolean;
|
|
4635
4935
|
bareFlag: boolean;
|
|
4636
4936
|
isDesign: boolean;
|
|
4937
|
+
showFormItem: boolean;
|
|
4637
4938
|
isSearch: boolean;
|
|
4638
4939
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4639
4940
|
|
|
@@ -4818,6 +5119,10 @@ disabled: {
|
|
|
4818
5119
|
type: BooleanConstructor;
|
|
4819
5120
|
default: boolean;
|
|
4820
5121
|
};
|
|
5122
|
+
showFormItem: {
|
|
5123
|
+
type: BooleanConstructor;
|
|
5124
|
+
default: boolean;
|
|
5125
|
+
};
|
|
4821
5126
|
bareFlag: {
|
|
4822
5127
|
type: BooleanConstructor;
|
|
4823
5128
|
default: boolean;
|
|
@@ -4848,6 +5153,10 @@ disabled: {
|
|
|
4848
5153
|
type: BooleanConstructor;
|
|
4849
5154
|
default: boolean;
|
|
4850
5155
|
};
|
|
5156
|
+
showFormItem: {
|
|
5157
|
+
type: BooleanConstructor;
|
|
5158
|
+
default: boolean;
|
|
5159
|
+
};
|
|
4851
5160
|
bareFlag: {
|
|
4852
5161
|
type: BooleanConstructor;
|
|
4853
5162
|
default: boolean;
|
|
@@ -4873,6 +5182,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4873
5182
|
disabled: boolean;
|
|
4874
5183
|
bareFlag: boolean;
|
|
4875
5184
|
isDesign: boolean;
|
|
5185
|
+
showFormItem: boolean;
|
|
4876
5186
|
isSearch: boolean;
|
|
4877
5187
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4878
5188
|
signatureCanvas: HTMLCanvasElement;
|
|
@@ -4887,6 +5197,10 @@ disabled: {
|
|
|
4887
5197
|
type: BooleanConstructor;
|
|
4888
5198
|
default: boolean;
|
|
4889
5199
|
};
|
|
5200
|
+
showFormItem: {
|
|
5201
|
+
type: BooleanConstructor;
|
|
5202
|
+
default: boolean;
|
|
5203
|
+
};
|
|
4890
5204
|
bareFlag: {
|
|
4891
5205
|
type: BooleanConstructor;
|
|
4892
5206
|
default: boolean;
|
|
@@ -4921,6 +5235,10 @@ disabled: {
|
|
|
4921
5235
|
type: BooleanConstructor;
|
|
4922
5236
|
default: boolean;
|
|
4923
5237
|
};
|
|
5238
|
+
showFormItem: {
|
|
5239
|
+
type: BooleanConstructor;
|
|
5240
|
+
default: boolean;
|
|
5241
|
+
};
|
|
4924
5242
|
bareFlag: {
|
|
4925
5243
|
type: BooleanConstructor;
|
|
4926
5244
|
default: boolean;
|
|
@@ -4950,6 +5268,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
4950
5268
|
disabled: boolean;
|
|
4951
5269
|
bareFlag: boolean;
|
|
4952
5270
|
isDesign: boolean;
|
|
5271
|
+
showFormItem: boolean;
|
|
4953
5272
|
isSearch: boolean;
|
|
4954
5273
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4955
5274
|
|
|
@@ -6006,14 +6325,6 @@ size: {
|
|
|
6006
6325
|
type: StringConstructor;
|
|
6007
6326
|
default: string;
|
|
6008
6327
|
};
|
|
6009
|
-
width: {
|
|
6010
|
-
type: StringConstructor;
|
|
6011
|
-
default: string;
|
|
6012
|
-
};
|
|
6013
|
-
height: {
|
|
6014
|
-
type: StringConstructor;
|
|
6015
|
-
default: string;
|
|
6016
|
-
};
|
|
6017
6328
|
marginLeft: {
|
|
6018
6329
|
type: StringConstructor;
|
|
6019
6330
|
default: string;
|
|
@@ -6026,7 +6337,7 @@ borderRadius: {
|
|
|
6026
6337
|
type: StringConstructor;
|
|
6027
6338
|
default: string;
|
|
6028
6339
|
};
|
|
6029
|
-
|
|
6340
|
+
borderPadding: {
|
|
6030
6341
|
type: StringConstructor;
|
|
6031
6342
|
default: string;
|
|
6032
6343
|
};
|
|
@@ -6062,14 +6373,6 @@ size: {
|
|
|
6062
6373
|
type: StringConstructor;
|
|
6063
6374
|
default: string;
|
|
6064
6375
|
};
|
|
6065
|
-
width: {
|
|
6066
|
-
type: StringConstructor;
|
|
6067
|
-
default: string;
|
|
6068
|
-
};
|
|
6069
|
-
height: {
|
|
6070
|
-
type: StringConstructor;
|
|
6071
|
-
default: string;
|
|
6072
|
-
};
|
|
6073
6376
|
marginLeft: {
|
|
6074
6377
|
type: StringConstructor;
|
|
6075
6378
|
default: string;
|
|
@@ -6082,7 +6385,7 @@ borderRadius: {
|
|
|
6082
6385
|
type: StringConstructor;
|
|
6083
6386
|
default: string;
|
|
6084
6387
|
};
|
|
6085
|
-
|
|
6388
|
+
borderPadding: {
|
|
6086
6389
|
type: StringConstructor;
|
|
6087
6390
|
default: string;
|
|
6088
6391
|
};
|
|
@@ -6105,14 +6408,12 @@ default: string;
|
|
|
6105
6408
|
}>> & Readonly<{}>, {
|
|
6106
6409
|
title: string;
|
|
6107
6410
|
size: string;
|
|
6108
|
-
width: string;
|
|
6109
6411
|
color: string;
|
|
6110
6412
|
cursor: string;
|
|
6111
|
-
height: string;
|
|
6112
6413
|
marginLeft: string;
|
|
6113
6414
|
marginRight: string;
|
|
6114
6415
|
borderRadius: string;
|
|
6115
|
-
|
|
6416
|
+
borderPadding: string;
|
|
6116
6417
|
boxShow: boolean;
|
|
6117
6418
|
border: boolean;
|
|
6118
6419
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
@@ -7422,6 +7723,10 @@ disabled: {
|
|
|
7422
7723
|
type: BooleanConstructor;
|
|
7423
7724
|
default: boolean;
|
|
7424
7725
|
};
|
|
7726
|
+
showFormItem: {
|
|
7727
|
+
type: BooleanConstructor;
|
|
7728
|
+
default: boolean;
|
|
7729
|
+
};
|
|
7425
7730
|
bareFlag: {
|
|
7426
7731
|
type: BooleanConstructor;
|
|
7427
7732
|
default: boolean;
|
|
@@ -7456,6 +7761,10 @@ disabled: {
|
|
|
7456
7761
|
type: BooleanConstructor;
|
|
7457
7762
|
default: boolean;
|
|
7458
7763
|
};
|
|
7764
|
+
showFormItem: {
|
|
7765
|
+
type: BooleanConstructor;
|
|
7766
|
+
default: boolean;
|
|
7767
|
+
};
|
|
7459
7768
|
bareFlag: {
|
|
7460
7769
|
type: BooleanConstructor;
|
|
7461
7770
|
default: boolean;
|
|
@@ -7485,6 +7794,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7485
7794
|
disabled: boolean;
|
|
7486
7795
|
bareFlag: boolean;
|
|
7487
7796
|
isDesign: boolean;
|
|
7797
|
+
showFormItem: boolean;
|
|
7488
7798
|
isSearch: boolean;
|
|
7489
7799
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7490
7800
|
|
|
@@ -7496,6 +7806,10 @@ isDesign: {
|
|
|
7496
7806
|
type: BooleanConstructor;
|
|
7497
7807
|
default: boolean;
|
|
7498
7808
|
};
|
|
7809
|
+
showFormItem: {
|
|
7810
|
+
type: BooleanConstructor;
|
|
7811
|
+
default: boolean;
|
|
7812
|
+
};
|
|
7499
7813
|
disabled: {
|
|
7500
7814
|
type: PropType<Boolean | String>;
|
|
7501
7815
|
};
|
|
@@ -7518,6 +7832,10 @@ isDesign: {
|
|
|
7518
7832
|
type: BooleanConstructor;
|
|
7519
7833
|
default: boolean;
|
|
7520
7834
|
};
|
|
7835
|
+
showFormItem: {
|
|
7836
|
+
type: BooleanConstructor;
|
|
7837
|
+
default: boolean;
|
|
7838
|
+
};
|
|
7521
7839
|
disabled: {
|
|
7522
7840
|
type: PropType<Boolean | String>;
|
|
7523
7841
|
};
|
|
@@ -7534,6 +7852,7 @@ type: PropType<any>;
|
|
|
7534
7852
|
"onUpdate:formData"?: (value: any) => any;
|
|
7535
7853
|
}>, {
|
|
7536
7854
|
isDesign: boolean;
|
|
7855
|
+
showFormItem: boolean;
|
|
7537
7856
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7538
7857
|
|
|
7539
7858
|
/**
|
|
@@ -7592,6 +7911,10 @@ isDesign: {
|
|
|
7592
7911
|
type: BooleanConstructor;
|
|
7593
7912
|
default: boolean;
|
|
7594
7913
|
};
|
|
7914
|
+
showFormItem: {
|
|
7915
|
+
type: BooleanConstructor;
|
|
7916
|
+
default: boolean;
|
|
7917
|
+
};
|
|
7595
7918
|
disabled: {
|
|
7596
7919
|
type: PropType<Boolean | String>;
|
|
7597
7920
|
};
|
|
@@ -7614,6 +7937,10 @@ isDesign: {
|
|
|
7614
7937
|
type: BooleanConstructor;
|
|
7615
7938
|
default: boolean;
|
|
7616
7939
|
};
|
|
7940
|
+
showFormItem: {
|
|
7941
|
+
type: BooleanConstructor;
|
|
7942
|
+
default: boolean;
|
|
7943
|
+
};
|
|
7617
7944
|
disabled: {
|
|
7618
7945
|
type: PropType<Boolean | String>;
|
|
7619
7946
|
};
|
|
@@ -7630,6 +7957,7 @@ type: PropType<any>;
|
|
|
7630
7957
|
"onUpdate:formData"?: (value: any) => any;
|
|
7631
7958
|
}>, {
|
|
7632
7959
|
isDesign: boolean;
|
|
7960
|
+
showFormItem: boolean;
|
|
7633
7961
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
7634
7962
|
containerTableRef: HTMLTableElement;
|
|
7635
7963
|
}, any>;
|
|
@@ -7643,6 +7971,10 @@ disabled: {
|
|
|
7643
7971
|
type: BooleanConstructor;
|
|
7644
7972
|
default: boolean;
|
|
7645
7973
|
};
|
|
7974
|
+
showFormItem: {
|
|
7975
|
+
type: BooleanConstructor;
|
|
7976
|
+
default: boolean;
|
|
7977
|
+
};
|
|
7646
7978
|
bareFlag: {
|
|
7647
7979
|
type: BooleanConstructor;
|
|
7648
7980
|
default: boolean;
|
|
@@ -7680,6 +8012,10 @@ disabled: {
|
|
|
7680
8012
|
type: BooleanConstructor;
|
|
7681
8013
|
default: boolean;
|
|
7682
8014
|
};
|
|
8015
|
+
showFormItem: {
|
|
8016
|
+
type: BooleanConstructor;
|
|
8017
|
+
default: boolean;
|
|
8018
|
+
};
|
|
7683
8019
|
bareFlag: {
|
|
7684
8020
|
type: BooleanConstructor;
|
|
7685
8021
|
default: boolean;
|
|
@@ -7712,6 +8048,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7712
8048
|
disabled: boolean;
|
|
7713
8049
|
bareFlag: boolean;
|
|
7714
8050
|
isDesign: boolean;
|
|
8051
|
+
showFormItem: boolean;
|
|
7715
8052
|
isSearch: boolean;
|
|
7716
8053
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7717
8054
|
|
|
@@ -7743,6 +8080,10 @@ disabled: {
|
|
|
7743
8080
|
type: BooleanConstructor;
|
|
7744
8081
|
default: boolean;
|
|
7745
8082
|
};
|
|
8083
|
+
showFormItem: {
|
|
8084
|
+
type: BooleanConstructor;
|
|
8085
|
+
default: boolean;
|
|
8086
|
+
};
|
|
7746
8087
|
bareFlag: {
|
|
7747
8088
|
type: BooleanConstructor;
|
|
7748
8089
|
default: boolean;
|
|
@@ -7777,6 +8118,10 @@ disabled: {
|
|
|
7777
8118
|
type: BooleanConstructor;
|
|
7778
8119
|
default: boolean;
|
|
7779
8120
|
};
|
|
8121
|
+
showFormItem: {
|
|
8122
|
+
type: BooleanConstructor;
|
|
8123
|
+
default: boolean;
|
|
8124
|
+
};
|
|
7780
8125
|
bareFlag: {
|
|
7781
8126
|
type: BooleanConstructor;
|
|
7782
8127
|
default: boolean;
|
|
@@ -7806,6 +8151,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7806
8151
|
disabled: boolean;
|
|
7807
8152
|
bareFlag: boolean;
|
|
7808
8153
|
isDesign: boolean;
|
|
8154
|
+
showFormItem: boolean;
|
|
7809
8155
|
isSearch: boolean;
|
|
7810
8156
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7811
8157
|
|
|
@@ -7818,6 +8164,10 @@ disabled: {
|
|
|
7818
8164
|
type: BooleanConstructor;
|
|
7819
8165
|
default: boolean;
|
|
7820
8166
|
};
|
|
8167
|
+
showFormItem: {
|
|
8168
|
+
type: BooleanConstructor;
|
|
8169
|
+
default: boolean;
|
|
8170
|
+
};
|
|
7821
8171
|
bareFlag: {
|
|
7822
8172
|
type: BooleanConstructor;
|
|
7823
8173
|
default: boolean;
|
|
@@ -7852,6 +8202,10 @@ disabled: {
|
|
|
7852
8202
|
type: BooleanConstructor;
|
|
7853
8203
|
default: boolean;
|
|
7854
8204
|
};
|
|
8205
|
+
showFormItem: {
|
|
8206
|
+
type: BooleanConstructor;
|
|
8207
|
+
default: boolean;
|
|
8208
|
+
};
|
|
7855
8209
|
bareFlag: {
|
|
7856
8210
|
type: BooleanConstructor;
|
|
7857
8211
|
default: boolean;
|
|
@@ -7881,6 +8235,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7881
8235
|
disabled: boolean;
|
|
7882
8236
|
bareFlag: boolean;
|
|
7883
8237
|
isDesign: boolean;
|
|
8238
|
+
showFormItem: boolean;
|
|
7884
8239
|
isSearch: boolean;
|
|
7885
8240
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7886
8241
|
|
|
@@ -7893,6 +8248,10 @@ disabled: {
|
|
|
7893
8248
|
type: BooleanConstructor;
|
|
7894
8249
|
default: boolean;
|
|
7895
8250
|
};
|
|
8251
|
+
showFormItem: {
|
|
8252
|
+
type: BooleanConstructor;
|
|
8253
|
+
default: boolean;
|
|
8254
|
+
};
|
|
7896
8255
|
bareFlag: {
|
|
7897
8256
|
type: BooleanConstructor;
|
|
7898
8257
|
default: boolean;
|
|
@@ -7927,6 +8286,10 @@ disabled: {
|
|
|
7927
8286
|
type: BooleanConstructor;
|
|
7928
8287
|
default: boolean;
|
|
7929
8288
|
};
|
|
8289
|
+
showFormItem: {
|
|
8290
|
+
type: BooleanConstructor;
|
|
8291
|
+
default: boolean;
|
|
8292
|
+
};
|
|
7930
8293
|
bareFlag: {
|
|
7931
8294
|
type: BooleanConstructor;
|
|
7932
8295
|
default: boolean;
|
|
@@ -7956,6 +8319,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
7956
8319
|
disabled: boolean;
|
|
7957
8320
|
bareFlag: boolean;
|
|
7958
8321
|
isDesign: boolean;
|
|
8322
|
+
showFormItem: boolean;
|
|
7959
8323
|
isSearch: boolean;
|
|
7960
8324
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7961
8325
|
|
|
@@ -7968,6 +8332,10 @@ disabled: {
|
|
|
7968
8332
|
type: BooleanConstructor;
|
|
7969
8333
|
default: boolean;
|
|
7970
8334
|
};
|
|
8335
|
+
showFormItem: {
|
|
8336
|
+
type: BooleanConstructor;
|
|
8337
|
+
default: boolean;
|
|
8338
|
+
};
|
|
7971
8339
|
bareFlag: {
|
|
7972
8340
|
type: BooleanConstructor;
|
|
7973
8341
|
default: boolean;
|
|
@@ -8002,6 +8370,10 @@ disabled: {
|
|
|
8002
8370
|
type: BooleanConstructor;
|
|
8003
8371
|
default: boolean;
|
|
8004
8372
|
};
|
|
8373
|
+
showFormItem: {
|
|
8374
|
+
type: BooleanConstructor;
|
|
8375
|
+
default: boolean;
|
|
8376
|
+
};
|
|
8005
8377
|
bareFlag: {
|
|
8006
8378
|
type: BooleanConstructor;
|
|
8007
8379
|
default: boolean;
|
|
@@ -8031,6 +8403,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8031
8403
|
disabled: boolean;
|
|
8032
8404
|
bareFlag: boolean;
|
|
8033
8405
|
isDesign: boolean;
|
|
8406
|
+
showFormItem: boolean;
|
|
8034
8407
|
isSearch: boolean;
|
|
8035
8408
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8036
8409
|
|
|
@@ -8045,6 +8418,10 @@ disabled: {
|
|
|
8045
8418
|
type: BooleanConstructor;
|
|
8046
8419
|
default: boolean;
|
|
8047
8420
|
};
|
|
8421
|
+
showFormItem: {
|
|
8422
|
+
type: BooleanConstructor;
|
|
8423
|
+
default: boolean;
|
|
8424
|
+
};
|
|
8048
8425
|
bareFlag: {
|
|
8049
8426
|
type: BooleanConstructor;
|
|
8050
8427
|
default: boolean;
|
|
@@ -8079,6 +8456,10 @@ disabled: {
|
|
|
8079
8456
|
type: BooleanConstructor;
|
|
8080
8457
|
default: boolean;
|
|
8081
8458
|
};
|
|
8459
|
+
showFormItem: {
|
|
8460
|
+
type: BooleanConstructor;
|
|
8461
|
+
default: boolean;
|
|
8462
|
+
};
|
|
8082
8463
|
bareFlag: {
|
|
8083
8464
|
type: BooleanConstructor;
|
|
8084
8465
|
default: boolean;
|
|
@@ -8108,6 +8489,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8108
8489
|
disabled: boolean;
|
|
8109
8490
|
bareFlag: boolean;
|
|
8110
8491
|
isDesign: boolean;
|
|
8492
|
+
showFormItem: boolean;
|
|
8111
8493
|
isSearch: boolean;
|
|
8112
8494
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8113
8495
|
|
|
@@ -8126,6 +8508,10 @@ disabled: {
|
|
|
8126
8508
|
type: BooleanConstructor;
|
|
8127
8509
|
default: boolean;
|
|
8128
8510
|
};
|
|
8511
|
+
showFormItem: {
|
|
8512
|
+
type: BooleanConstructor;
|
|
8513
|
+
default: boolean;
|
|
8514
|
+
};
|
|
8129
8515
|
bareFlag: {
|
|
8130
8516
|
type: BooleanConstructor;
|
|
8131
8517
|
default: boolean;
|
|
@@ -8160,6 +8546,10 @@ disabled: {
|
|
|
8160
8546
|
type: BooleanConstructor;
|
|
8161
8547
|
default: boolean;
|
|
8162
8548
|
};
|
|
8549
|
+
showFormItem: {
|
|
8550
|
+
type: BooleanConstructor;
|
|
8551
|
+
default: boolean;
|
|
8552
|
+
};
|
|
8163
8553
|
bareFlag: {
|
|
8164
8554
|
type: BooleanConstructor;
|
|
8165
8555
|
default: boolean;
|
|
@@ -8189,6 +8579,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8189
8579
|
disabled: boolean;
|
|
8190
8580
|
bareFlag: boolean;
|
|
8191
8581
|
isDesign: boolean;
|
|
8582
|
+
showFormItem: boolean;
|
|
8192
8583
|
isSearch: boolean;
|
|
8193
8584
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8194
8585
|
|
|
@@ -8201,6 +8592,10 @@ disabled: {
|
|
|
8201
8592
|
type: BooleanConstructor;
|
|
8202
8593
|
default: boolean;
|
|
8203
8594
|
};
|
|
8595
|
+
showFormItem: {
|
|
8596
|
+
type: BooleanConstructor;
|
|
8597
|
+
default: boolean;
|
|
8598
|
+
};
|
|
8204
8599
|
bareFlag: {
|
|
8205
8600
|
type: BooleanConstructor;
|
|
8206
8601
|
default: boolean;
|
|
@@ -8231,6 +8626,10 @@ disabled: {
|
|
|
8231
8626
|
type: BooleanConstructor;
|
|
8232
8627
|
default: boolean;
|
|
8233
8628
|
};
|
|
8629
|
+
showFormItem: {
|
|
8630
|
+
type: BooleanConstructor;
|
|
8631
|
+
default: boolean;
|
|
8632
|
+
};
|
|
8234
8633
|
bareFlag: {
|
|
8235
8634
|
type: BooleanConstructor;
|
|
8236
8635
|
default: boolean;
|
|
@@ -8256,6 +8655,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8256
8655
|
disabled: boolean;
|
|
8257
8656
|
bareFlag: boolean;
|
|
8258
8657
|
isDesign: boolean;
|
|
8658
|
+
showFormItem: boolean;
|
|
8259
8659
|
isSearch: boolean;
|
|
8260
8660
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8261
8661
|
|
|
@@ -8268,6 +8668,10 @@ disabled: {
|
|
|
8268
8668
|
type: BooleanConstructor;
|
|
8269
8669
|
default: boolean;
|
|
8270
8670
|
};
|
|
8671
|
+
showFormItem: {
|
|
8672
|
+
type: BooleanConstructor;
|
|
8673
|
+
default: boolean;
|
|
8674
|
+
};
|
|
8271
8675
|
bareFlag: {
|
|
8272
8676
|
type: BooleanConstructor;
|
|
8273
8677
|
default: boolean;
|
|
@@ -8308,6 +8712,10 @@ disabled: {
|
|
|
8308
8712
|
type: BooleanConstructor;
|
|
8309
8713
|
default: boolean;
|
|
8310
8714
|
};
|
|
8715
|
+
showFormItem: {
|
|
8716
|
+
type: BooleanConstructor;
|
|
8717
|
+
default: boolean;
|
|
8718
|
+
};
|
|
8311
8719
|
bareFlag: {
|
|
8312
8720
|
type: BooleanConstructor;
|
|
8313
8721
|
default: boolean;
|
|
@@ -8347,6 +8755,7 @@ field: any;
|
|
|
8347
8755
|
bareFlag: boolean;
|
|
8348
8756
|
parentField: Record<string, any>;
|
|
8349
8757
|
isDesign: boolean;
|
|
8758
|
+
showFormItem: boolean;
|
|
8350
8759
|
isSearch: boolean;
|
|
8351
8760
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8352
8761
|
|
|
@@ -8906,6 +9315,10 @@ disabled: {
|
|
|
8906
9315
|
type: BooleanConstructor;
|
|
8907
9316
|
default: boolean;
|
|
8908
9317
|
};
|
|
9318
|
+
showFormItem: {
|
|
9319
|
+
type: BooleanConstructor;
|
|
9320
|
+
default: boolean;
|
|
9321
|
+
};
|
|
8909
9322
|
bareFlag: {
|
|
8910
9323
|
type: BooleanConstructor;
|
|
8911
9324
|
default: boolean;
|
|
@@ -8940,6 +9353,10 @@ disabled: {
|
|
|
8940
9353
|
type: BooleanConstructor;
|
|
8941
9354
|
default: boolean;
|
|
8942
9355
|
};
|
|
9356
|
+
showFormItem: {
|
|
9357
|
+
type: BooleanConstructor;
|
|
9358
|
+
default: boolean;
|
|
9359
|
+
};
|
|
8943
9360
|
bareFlag: {
|
|
8944
9361
|
type: BooleanConstructor;
|
|
8945
9362
|
default: boolean;
|
|
@@ -8969,6 +9386,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
8969
9386
|
disabled: boolean;
|
|
8970
9387
|
bareFlag: boolean;
|
|
8971
9388
|
isDesign: boolean;
|
|
9389
|
+
showFormItem: boolean;
|
|
8972
9390
|
isSearch: boolean;
|
|
8973
9391
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8974
9392
|
|
|
@@ -9007,7 +9425,7 @@ export declare interface UserFuncInfo {
|
|
|
9007
9425
|
/**
|
|
9008
9426
|
* 按钮显示位置,默认在列表的右侧
|
|
9009
9427
|
*/
|
|
9010
|
-
position?:
|
|
9428
|
+
position?: "table" | "toolbar";
|
|
9011
9429
|
/**
|
|
9012
9430
|
* 子节点
|
|
9013
9431
|
*/
|
|
@@ -9032,6 +9450,10 @@ disabled: {
|
|
|
9032
9450
|
type: BooleanConstructor;
|
|
9033
9451
|
default: boolean;
|
|
9034
9452
|
};
|
|
9453
|
+
showFormItem: {
|
|
9454
|
+
type: BooleanConstructor;
|
|
9455
|
+
default: boolean;
|
|
9456
|
+
};
|
|
9035
9457
|
bareFlag: {
|
|
9036
9458
|
type: BooleanConstructor;
|
|
9037
9459
|
default: boolean;
|
|
@@ -9066,6 +9488,10 @@ disabled: {
|
|
|
9066
9488
|
type: BooleanConstructor;
|
|
9067
9489
|
default: boolean;
|
|
9068
9490
|
};
|
|
9491
|
+
showFormItem: {
|
|
9492
|
+
type: BooleanConstructor;
|
|
9493
|
+
default: boolean;
|
|
9494
|
+
};
|
|
9069
9495
|
bareFlag: {
|
|
9070
9496
|
type: BooleanConstructor;
|
|
9071
9497
|
default: boolean;
|
|
@@ -9095,6 +9521,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9095
9521
|
disabled: boolean;
|
|
9096
9522
|
bareFlag: boolean;
|
|
9097
9523
|
isDesign: boolean;
|
|
9524
|
+
showFormItem: boolean;
|
|
9098
9525
|
isSearch: boolean;
|
|
9099
9526
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9100
9527
|
userTableRef: unknown;
|
|
@@ -9802,6 +10229,10 @@ disabled: {
|
|
|
9802
10229
|
type: BooleanConstructor;
|
|
9803
10230
|
default: boolean;
|
|
9804
10231
|
};
|
|
10232
|
+
showFormItem: {
|
|
10233
|
+
type: BooleanConstructor;
|
|
10234
|
+
default: boolean;
|
|
10235
|
+
};
|
|
9805
10236
|
bareFlag: {
|
|
9806
10237
|
type: BooleanConstructor;
|
|
9807
10238
|
default: boolean;
|
|
@@ -9836,6 +10267,10 @@ disabled: {
|
|
|
9836
10267
|
type: BooleanConstructor;
|
|
9837
10268
|
default: boolean;
|
|
9838
10269
|
};
|
|
10270
|
+
showFormItem: {
|
|
10271
|
+
type: BooleanConstructor;
|
|
10272
|
+
default: boolean;
|
|
10273
|
+
};
|
|
9839
10274
|
bareFlag: {
|
|
9840
10275
|
type: BooleanConstructor;
|
|
9841
10276
|
default: boolean;
|
|
@@ -9865,6 +10300,7 @@ onSelectItem?: (...args: any[]) => any;
|
|
|
9865
10300
|
disabled: boolean;
|
|
9866
10301
|
bareFlag: boolean;
|
|
9867
10302
|
isDesign: boolean;
|
|
10303
|
+
showFormItem: boolean;
|
|
9868
10304
|
isSearch: boolean;
|
|
9869
10305
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9870
10306
|
markdownEditor: HTMLDivElement;
|