star-horse-lowcode 2.7.53 → 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.
@@ -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
 
@@ -4561,7 +4849,7 @@ export declare type SearchProps = {
4561
4849
  };
4562
4850
 
4563
4851
  /**
4564
- *下来组件
4852
+ *下拉组件
4565
4853
  * @returns
4566
4854
  */
4567
4855
  export declare function selectCompList(): string[];
@@ -4575,6 +4863,10 @@ disabled: {
4575
4863
  type: BooleanConstructor;
4576
4864
  default: boolean;
4577
4865
  };
4866
+ showFormItem: {
4867
+ type: BooleanConstructor;
4868
+ default: boolean;
4869
+ };
4578
4870
  bareFlag: {
4579
4871
  type: BooleanConstructor;
4580
4872
  default: boolean;
@@ -4609,6 +4901,10 @@ disabled: {
4609
4901
  type: BooleanConstructor;
4610
4902
  default: boolean;
4611
4903
  };
4904
+ showFormItem: {
4905
+ type: BooleanConstructor;
4906
+ default: boolean;
4907
+ };
4612
4908
  bareFlag: {
4613
4909
  type: BooleanConstructor;
4614
4910
  default: boolean;
@@ -4638,6 +4934,7 @@ onSelectItem?: (...args: any[]) => any;
4638
4934
  disabled: boolean;
4639
4935
  bareFlag: boolean;
4640
4936
  isDesign: boolean;
4937
+ showFormItem: boolean;
4641
4938
  isSearch: boolean;
4642
4939
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4643
4940
 
@@ -4822,6 +5119,10 @@ disabled: {
4822
5119
  type: BooleanConstructor;
4823
5120
  default: boolean;
4824
5121
  };
5122
+ showFormItem: {
5123
+ type: BooleanConstructor;
5124
+ default: boolean;
5125
+ };
4825
5126
  bareFlag: {
4826
5127
  type: BooleanConstructor;
4827
5128
  default: boolean;
@@ -4852,6 +5153,10 @@ disabled: {
4852
5153
  type: BooleanConstructor;
4853
5154
  default: boolean;
4854
5155
  };
5156
+ showFormItem: {
5157
+ type: BooleanConstructor;
5158
+ default: boolean;
5159
+ };
4855
5160
  bareFlag: {
4856
5161
  type: BooleanConstructor;
4857
5162
  default: boolean;
@@ -4877,6 +5182,7 @@ onSelectItem?: (...args: any[]) => any;
4877
5182
  disabled: boolean;
4878
5183
  bareFlag: boolean;
4879
5184
  isDesign: boolean;
5185
+ showFormItem: boolean;
4880
5186
  isSearch: boolean;
4881
5187
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
4882
5188
  signatureCanvas: HTMLCanvasElement;
@@ -4891,6 +5197,10 @@ disabled: {
4891
5197
  type: BooleanConstructor;
4892
5198
  default: boolean;
4893
5199
  };
5200
+ showFormItem: {
5201
+ type: BooleanConstructor;
5202
+ default: boolean;
5203
+ };
4894
5204
  bareFlag: {
4895
5205
  type: BooleanConstructor;
4896
5206
  default: boolean;
@@ -4925,6 +5235,10 @@ disabled: {
4925
5235
  type: BooleanConstructor;
4926
5236
  default: boolean;
4927
5237
  };
5238
+ showFormItem: {
5239
+ type: BooleanConstructor;
5240
+ default: boolean;
5241
+ };
4928
5242
  bareFlag: {
4929
5243
  type: BooleanConstructor;
4930
5244
  default: boolean;
@@ -4954,6 +5268,7 @@ onSelectItem?: (...args: any[]) => any;
4954
5268
  disabled: boolean;
4955
5269
  bareFlag: boolean;
4956
5270
  isDesign: boolean;
5271
+ showFormItem: boolean;
4957
5272
  isSearch: boolean;
4958
5273
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4959
5274
 
@@ -6010,14 +6325,6 @@ size: {
6010
6325
  type: StringConstructor;
6011
6326
  default: string;
6012
6327
  };
6013
- width: {
6014
- type: StringConstructor;
6015
- default: string;
6016
- };
6017
- height: {
6018
- type: StringConstructor;
6019
- default: string;
6020
- };
6021
6328
  marginLeft: {
6022
6329
  type: StringConstructor;
6023
6330
  default: string;
@@ -6030,7 +6337,7 @@ borderRadius: {
6030
6337
  type: StringConstructor;
6031
6338
  default: string;
6032
6339
  };
6033
- boorderPadding: {
6340
+ borderPadding: {
6034
6341
  type: StringConstructor;
6035
6342
  default: string;
6036
6343
  };
@@ -6066,14 +6373,6 @@ size: {
6066
6373
  type: StringConstructor;
6067
6374
  default: string;
6068
6375
  };
6069
- width: {
6070
- type: StringConstructor;
6071
- default: string;
6072
- };
6073
- height: {
6074
- type: StringConstructor;
6075
- default: string;
6076
- };
6077
6376
  marginLeft: {
6078
6377
  type: StringConstructor;
6079
6378
  default: string;
@@ -6086,7 +6385,7 @@ borderRadius: {
6086
6385
  type: StringConstructor;
6087
6386
  default: string;
6088
6387
  };
6089
- boorderPadding: {
6388
+ borderPadding: {
6090
6389
  type: StringConstructor;
6091
6390
  default: string;
6092
6391
  };
@@ -6109,14 +6408,12 @@ default: string;
6109
6408
  }>> & Readonly<{}>, {
6110
6409
  title: string;
6111
6410
  size: string;
6112
- width: string;
6113
6411
  color: string;
6114
6412
  cursor: string;
6115
- height: string;
6116
6413
  marginLeft: string;
6117
6414
  marginRight: string;
6118
6415
  borderRadius: string;
6119
- boorderPadding: string;
6416
+ borderPadding: string;
6120
6417
  boxShow: boolean;
6121
6418
  border: boolean;
6122
6419
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
@@ -7426,6 +7723,10 @@ disabled: {
7426
7723
  type: BooleanConstructor;
7427
7724
  default: boolean;
7428
7725
  };
7726
+ showFormItem: {
7727
+ type: BooleanConstructor;
7728
+ default: boolean;
7729
+ };
7429
7730
  bareFlag: {
7430
7731
  type: BooleanConstructor;
7431
7732
  default: boolean;
@@ -7460,6 +7761,10 @@ disabled: {
7460
7761
  type: BooleanConstructor;
7461
7762
  default: boolean;
7462
7763
  };
7764
+ showFormItem: {
7765
+ type: BooleanConstructor;
7766
+ default: boolean;
7767
+ };
7463
7768
  bareFlag: {
7464
7769
  type: BooleanConstructor;
7465
7770
  default: boolean;
@@ -7489,6 +7794,7 @@ onSelectItem?: (...args: any[]) => any;
7489
7794
  disabled: boolean;
7490
7795
  bareFlag: boolean;
7491
7796
  isDesign: boolean;
7797
+ showFormItem: boolean;
7492
7798
  isSearch: boolean;
7493
7799
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7494
7800
 
@@ -7500,6 +7806,10 @@ isDesign: {
7500
7806
  type: BooleanConstructor;
7501
7807
  default: boolean;
7502
7808
  };
7809
+ showFormItem: {
7810
+ type: BooleanConstructor;
7811
+ default: boolean;
7812
+ };
7503
7813
  disabled: {
7504
7814
  type: PropType<Boolean | String>;
7505
7815
  };
@@ -7522,6 +7832,10 @@ isDesign: {
7522
7832
  type: BooleanConstructor;
7523
7833
  default: boolean;
7524
7834
  };
7835
+ showFormItem: {
7836
+ type: BooleanConstructor;
7837
+ default: boolean;
7838
+ };
7525
7839
  disabled: {
7526
7840
  type: PropType<Boolean | String>;
7527
7841
  };
@@ -7538,6 +7852,7 @@ type: PropType<any>;
7538
7852
  "onUpdate:formData"?: (value: any) => any;
7539
7853
  }>, {
7540
7854
  isDesign: boolean;
7855
+ showFormItem: boolean;
7541
7856
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7542
7857
 
7543
7858
  /**
@@ -7596,6 +7911,10 @@ isDesign: {
7596
7911
  type: BooleanConstructor;
7597
7912
  default: boolean;
7598
7913
  };
7914
+ showFormItem: {
7915
+ type: BooleanConstructor;
7916
+ default: boolean;
7917
+ };
7599
7918
  disabled: {
7600
7919
  type: PropType<Boolean | String>;
7601
7920
  };
@@ -7618,6 +7937,10 @@ isDesign: {
7618
7937
  type: BooleanConstructor;
7619
7938
  default: boolean;
7620
7939
  };
7940
+ showFormItem: {
7941
+ type: BooleanConstructor;
7942
+ default: boolean;
7943
+ };
7621
7944
  disabled: {
7622
7945
  type: PropType<Boolean | String>;
7623
7946
  };
@@ -7634,6 +7957,7 @@ type: PropType<any>;
7634
7957
  "onUpdate:formData"?: (value: any) => any;
7635
7958
  }>, {
7636
7959
  isDesign: boolean;
7960
+ showFormItem: boolean;
7637
7961
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
7638
7962
  containerTableRef: HTMLTableElement;
7639
7963
  }, any>;
@@ -7647,6 +7971,10 @@ disabled: {
7647
7971
  type: BooleanConstructor;
7648
7972
  default: boolean;
7649
7973
  };
7974
+ showFormItem: {
7975
+ type: BooleanConstructor;
7976
+ default: boolean;
7977
+ };
7650
7978
  bareFlag: {
7651
7979
  type: BooleanConstructor;
7652
7980
  default: boolean;
@@ -7684,6 +8012,10 @@ disabled: {
7684
8012
  type: BooleanConstructor;
7685
8013
  default: boolean;
7686
8014
  };
8015
+ showFormItem: {
8016
+ type: BooleanConstructor;
8017
+ default: boolean;
8018
+ };
7687
8019
  bareFlag: {
7688
8020
  type: BooleanConstructor;
7689
8021
  default: boolean;
@@ -7716,6 +8048,7 @@ onSelectItem?: (...args: any[]) => any;
7716
8048
  disabled: boolean;
7717
8049
  bareFlag: boolean;
7718
8050
  isDesign: boolean;
8051
+ showFormItem: boolean;
7719
8052
  isSearch: boolean;
7720
8053
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7721
8054
 
@@ -7747,6 +8080,10 @@ disabled: {
7747
8080
  type: BooleanConstructor;
7748
8081
  default: boolean;
7749
8082
  };
8083
+ showFormItem: {
8084
+ type: BooleanConstructor;
8085
+ default: boolean;
8086
+ };
7750
8087
  bareFlag: {
7751
8088
  type: BooleanConstructor;
7752
8089
  default: boolean;
@@ -7781,6 +8118,10 @@ disabled: {
7781
8118
  type: BooleanConstructor;
7782
8119
  default: boolean;
7783
8120
  };
8121
+ showFormItem: {
8122
+ type: BooleanConstructor;
8123
+ default: boolean;
8124
+ };
7784
8125
  bareFlag: {
7785
8126
  type: BooleanConstructor;
7786
8127
  default: boolean;
@@ -7810,6 +8151,7 @@ onSelectItem?: (...args: any[]) => any;
7810
8151
  disabled: boolean;
7811
8152
  bareFlag: boolean;
7812
8153
  isDesign: boolean;
8154
+ showFormItem: boolean;
7813
8155
  isSearch: boolean;
7814
8156
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7815
8157
 
@@ -7822,6 +8164,10 @@ disabled: {
7822
8164
  type: BooleanConstructor;
7823
8165
  default: boolean;
7824
8166
  };
8167
+ showFormItem: {
8168
+ type: BooleanConstructor;
8169
+ default: boolean;
8170
+ };
7825
8171
  bareFlag: {
7826
8172
  type: BooleanConstructor;
7827
8173
  default: boolean;
@@ -7856,6 +8202,10 @@ disabled: {
7856
8202
  type: BooleanConstructor;
7857
8203
  default: boolean;
7858
8204
  };
8205
+ showFormItem: {
8206
+ type: BooleanConstructor;
8207
+ default: boolean;
8208
+ };
7859
8209
  bareFlag: {
7860
8210
  type: BooleanConstructor;
7861
8211
  default: boolean;
@@ -7885,6 +8235,7 @@ onSelectItem?: (...args: any[]) => any;
7885
8235
  disabled: boolean;
7886
8236
  bareFlag: boolean;
7887
8237
  isDesign: boolean;
8238
+ showFormItem: boolean;
7888
8239
  isSearch: boolean;
7889
8240
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7890
8241
 
@@ -7897,6 +8248,10 @@ disabled: {
7897
8248
  type: BooleanConstructor;
7898
8249
  default: boolean;
7899
8250
  };
8251
+ showFormItem: {
8252
+ type: BooleanConstructor;
8253
+ default: boolean;
8254
+ };
7900
8255
  bareFlag: {
7901
8256
  type: BooleanConstructor;
7902
8257
  default: boolean;
@@ -7931,6 +8286,10 @@ disabled: {
7931
8286
  type: BooleanConstructor;
7932
8287
  default: boolean;
7933
8288
  };
8289
+ showFormItem: {
8290
+ type: BooleanConstructor;
8291
+ default: boolean;
8292
+ };
7934
8293
  bareFlag: {
7935
8294
  type: BooleanConstructor;
7936
8295
  default: boolean;
@@ -7960,6 +8319,7 @@ onSelectItem?: (...args: any[]) => any;
7960
8319
  disabled: boolean;
7961
8320
  bareFlag: boolean;
7962
8321
  isDesign: boolean;
8322
+ showFormItem: boolean;
7963
8323
  isSearch: boolean;
7964
8324
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7965
8325
 
@@ -7972,6 +8332,10 @@ disabled: {
7972
8332
  type: BooleanConstructor;
7973
8333
  default: boolean;
7974
8334
  };
8335
+ showFormItem: {
8336
+ type: BooleanConstructor;
8337
+ default: boolean;
8338
+ };
7975
8339
  bareFlag: {
7976
8340
  type: BooleanConstructor;
7977
8341
  default: boolean;
@@ -8006,6 +8370,10 @@ disabled: {
8006
8370
  type: BooleanConstructor;
8007
8371
  default: boolean;
8008
8372
  };
8373
+ showFormItem: {
8374
+ type: BooleanConstructor;
8375
+ default: boolean;
8376
+ };
8009
8377
  bareFlag: {
8010
8378
  type: BooleanConstructor;
8011
8379
  default: boolean;
@@ -8035,6 +8403,7 @@ onSelectItem?: (...args: any[]) => any;
8035
8403
  disabled: boolean;
8036
8404
  bareFlag: boolean;
8037
8405
  isDesign: boolean;
8406
+ showFormItem: boolean;
8038
8407
  isSearch: boolean;
8039
8408
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8040
8409
 
@@ -8049,6 +8418,10 @@ disabled: {
8049
8418
  type: BooleanConstructor;
8050
8419
  default: boolean;
8051
8420
  };
8421
+ showFormItem: {
8422
+ type: BooleanConstructor;
8423
+ default: boolean;
8424
+ };
8052
8425
  bareFlag: {
8053
8426
  type: BooleanConstructor;
8054
8427
  default: boolean;
@@ -8083,6 +8456,10 @@ disabled: {
8083
8456
  type: BooleanConstructor;
8084
8457
  default: boolean;
8085
8458
  };
8459
+ showFormItem: {
8460
+ type: BooleanConstructor;
8461
+ default: boolean;
8462
+ };
8086
8463
  bareFlag: {
8087
8464
  type: BooleanConstructor;
8088
8465
  default: boolean;
@@ -8112,6 +8489,7 @@ onSelectItem?: (...args: any[]) => any;
8112
8489
  disabled: boolean;
8113
8490
  bareFlag: boolean;
8114
8491
  isDesign: boolean;
8492
+ showFormItem: boolean;
8115
8493
  isSearch: boolean;
8116
8494
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8117
8495
 
@@ -8130,6 +8508,10 @@ disabled: {
8130
8508
  type: BooleanConstructor;
8131
8509
  default: boolean;
8132
8510
  };
8511
+ showFormItem: {
8512
+ type: BooleanConstructor;
8513
+ default: boolean;
8514
+ };
8133
8515
  bareFlag: {
8134
8516
  type: BooleanConstructor;
8135
8517
  default: boolean;
@@ -8164,6 +8546,10 @@ disabled: {
8164
8546
  type: BooleanConstructor;
8165
8547
  default: boolean;
8166
8548
  };
8549
+ showFormItem: {
8550
+ type: BooleanConstructor;
8551
+ default: boolean;
8552
+ };
8167
8553
  bareFlag: {
8168
8554
  type: BooleanConstructor;
8169
8555
  default: boolean;
@@ -8193,6 +8579,7 @@ onSelectItem?: (...args: any[]) => any;
8193
8579
  disabled: boolean;
8194
8580
  bareFlag: boolean;
8195
8581
  isDesign: boolean;
8582
+ showFormItem: boolean;
8196
8583
  isSearch: boolean;
8197
8584
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8198
8585
 
@@ -8205,6 +8592,10 @@ disabled: {
8205
8592
  type: BooleanConstructor;
8206
8593
  default: boolean;
8207
8594
  };
8595
+ showFormItem: {
8596
+ type: BooleanConstructor;
8597
+ default: boolean;
8598
+ };
8208
8599
  bareFlag: {
8209
8600
  type: BooleanConstructor;
8210
8601
  default: boolean;
@@ -8235,6 +8626,10 @@ disabled: {
8235
8626
  type: BooleanConstructor;
8236
8627
  default: boolean;
8237
8628
  };
8629
+ showFormItem: {
8630
+ type: BooleanConstructor;
8631
+ default: boolean;
8632
+ };
8238
8633
  bareFlag: {
8239
8634
  type: BooleanConstructor;
8240
8635
  default: boolean;
@@ -8260,6 +8655,7 @@ onSelectItem?: (...args: any[]) => any;
8260
8655
  disabled: boolean;
8261
8656
  bareFlag: boolean;
8262
8657
  isDesign: boolean;
8658
+ showFormItem: boolean;
8263
8659
  isSearch: boolean;
8264
8660
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8265
8661
 
@@ -8272,6 +8668,10 @@ disabled: {
8272
8668
  type: BooleanConstructor;
8273
8669
  default: boolean;
8274
8670
  };
8671
+ showFormItem: {
8672
+ type: BooleanConstructor;
8673
+ default: boolean;
8674
+ };
8275
8675
  bareFlag: {
8276
8676
  type: BooleanConstructor;
8277
8677
  default: boolean;
@@ -8312,6 +8712,10 @@ disabled: {
8312
8712
  type: BooleanConstructor;
8313
8713
  default: boolean;
8314
8714
  };
8715
+ showFormItem: {
8716
+ type: BooleanConstructor;
8717
+ default: boolean;
8718
+ };
8315
8719
  bareFlag: {
8316
8720
  type: BooleanConstructor;
8317
8721
  default: boolean;
@@ -8351,6 +8755,7 @@ field: any;
8351
8755
  bareFlag: boolean;
8352
8756
  parentField: Record<string, any>;
8353
8757
  isDesign: boolean;
8758
+ showFormItem: boolean;
8354
8759
  isSearch: boolean;
8355
8760
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8356
8761
 
@@ -8910,6 +9315,10 @@ disabled: {
8910
9315
  type: BooleanConstructor;
8911
9316
  default: boolean;
8912
9317
  };
9318
+ showFormItem: {
9319
+ type: BooleanConstructor;
9320
+ default: boolean;
9321
+ };
8913
9322
  bareFlag: {
8914
9323
  type: BooleanConstructor;
8915
9324
  default: boolean;
@@ -8944,6 +9353,10 @@ disabled: {
8944
9353
  type: BooleanConstructor;
8945
9354
  default: boolean;
8946
9355
  };
9356
+ showFormItem: {
9357
+ type: BooleanConstructor;
9358
+ default: boolean;
9359
+ };
8947
9360
  bareFlag: {
8948
9361
  type: BooleanConstructor;
8949
9362
  default: boolean;
@@ -8973,6 +9386,7 @@ onSelectItem?: (...args: any[]) => any;
8973
9386
  disabled: boolean;
8974
9387
  bareFlag: boolean;
8975
9388
  isDesign: boolean;
9389
+ showFormItem: boolean;
8976
9390
  isSearch: boolean;
8977
9391
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
8978
9392
 
@@ -9036,6 +9450,10 @@ disabled: {
9036
9450
  type: BooleanConstructor;
9037
9451
  default: boolean;
9038
9452
  };
9453
+ showFormItem: {
9454
+ type: BooleanConstructor;
9455
+ default: boolean;
9456
+ };
9039
9457
  bareFlag: {
9040
9458
  type: BooleanConstructor;
9041
9459
  default: boolean;
@@ -9070,6 +9488,10 @@ disabled: {
9070
9488
  type: BooleanConstructor;
9071
9489
  default: boolean;
9072
9490
  };
9491
+ showFormItem: {
9492
+ type: BooleanConstructor;
9493
+ default: boolean;
9494
+ };
9073
9495
  bareFlag: {
9074
9496
  type: BooleanConstructor;
9075
9497
  default: boolean;
@@ -9099,6 +9521,7 @@ onSelectItem?: (...args: any[]) => any;
9099
9521
  disabled: boolean;
9100
9522
  bareFlag: boolean;
9101
9523
  isDesign: boolean;
9524
+ showFormItem: boolean;
9102
9525
  isSearch: boolean;
9103
9526
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
9104
9527
  userTableRef: unknown;
@@ -9806,6 +10229,10 @@ disabled: {
9806
10229
  type: BooleanConstructor;
9807
10230
  default: boolean;
9808
10231
  };
10232
+ showFormItem: {
10233
+ type: BooleanConstructor;
10234
+ default: boolean;
10235
+ };
9809
10236
  bareFlag: {
9810
10237
  type: BooleanConstructor;
9811
10238
  default: boolean;
@@ -9840,6 +10267,10 @@ disabled: {
9840
10267
  type: BooleanConstructor;
9841
10268
  default: boolean;
9842
10269
  };
10270
+ showFormItem: {
10271
+ type: BooleanConstructor;
10272
+ default: boolean;
10273
+ };
9843
10274
  bareFlag: {
9844
10275
  type: BooleanConstructor;
9845
10276
  default: boolean;
@@ -9869,6 +10300,7 @@ onSelectItem?: (...args: any[]) => any;
9869
10300
  disabled: boolean;
9870
10301
  bareFlag: boolean;
9871
10302
  isDesign: boolean;
10303
+ showFormItem: boolean;
9872
10304
  isSearch: boolean;
9873
10305
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
9874
10306
  markdownEditor: HTMLDivElement;