cc1-form 1.2.1 → 1.2.3

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.
@@ -66,12 +66,19 @@ declare const conf: {
66
66
  on?: any;
67
67
  } | undefined;
68
68
  switch?: {
69
+ [x: string]: any;
69
70
  on?: Record<string, any> | undefined;
70
71
  activeValue?: any;
71
- activeLabel?: string | undefined;
72
+ activeText?: string | undefined;
72
73
  inactiveValue?: any;
73
- inactiveLabel?: string | undefined;
74
+ inactiveText?: string | undefined;
74
75
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
76
+ tableConfig?: {
77
+ change?: boolean | undefined;
78
+ confirm?: boolean | undefined;
79
+ loadList?: boolean | undefined;
80
+ api?: ((data: any) => any) | undefined;
81
+ } | undefined;
75
82
  } | undefined;
76
83
  select?: {
77
84
  [x: string]: any;
@@ -145,12 +152,19 @@ declare const conf: {
145
152
  on?: any;
146
153
  } | undefined;
147
154
  switch?: {
155
+ [x: string]: any;
148
156
  on?: Record<string, any> | undefined;
149
157
  activeValue?: any;
150
- activeLabel?: string | undefined;
158
+ activeText?: string | undefined;
151
159
  inactiveValue?: any;
152
- inactiveLabel?: string | undefined;
160
+ inactiveText?: string | undefined;
153
161
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
162
+ tableConfig?: {
163
+ change?: boolean | undefined;
164
+ confirm?: boolean | undefined;
165
+ loadList?: boolean | undefined;
166
+ api?: ((data: any) => any) | undefined;
167
+ } | undefined;
154
168
  } | undefined;
155
169
  select?: {
156
170
  [x: string]: any;
@@ -224,12 +238,19 @@ declare const conf: {
224
238
  on?: any;
225
239
  } | undefined;
226
240
  switch?: {
241
+ [x: string]: any;
227
242
  on?: Record<string, any> | undefined;
228
243
  activeValue?: any;
229
- activeLabel?: string | undefined;
244
+ activeText?: string | undefined;
230
245
  inactiveValue?: any;
231
- inactiveLabel?: string | undefined;
246
+ inactiveText?: string | undefined;
232
247
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
248
+ tableConfig?: {
249
+ change?: boolean | undefined;
250
+ confirm?: boolean | undefined;
251
+ loadList?: boolean | undefined;
252
+ api?: ((data: any) => any) | undefined;
253
+ } | undefined;
233
254
  } | undefined;
234
255
  select?: {
235
256
  [x: string]: any;
@@ -287,12 +308,19 @@ declare const conf: {
287
308
  on?: any;
288
309
  } | undefined;
289
310
  switch?: {
311
+ [x: string]: any;
290
312
  on?: Record<string, any> | undefined;
291
313
  activeValue?: any;
292
- activeLabel?: string | undefined;
314
+ activeText?: string | undefined;
293
315
  inactiveValue?: any;
294
- inactiveLabel?: string | undefined;
316
+ inactiveText?: string | undefined;
295
317
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
318
+ tableConfig?: {
319
+ change?: boolean | undefined;
320
+ confirm?: boolean | undefined;
321
+ loadList?: boolean | undefined;
322
+ api?: ((data: any) => any) | undefined;
323
+ } | undefined;
296
324
  } | undefined;
297
325
  select?: {
298
326
  [x: string]: any;
@@ -402,13 +430,6 @@ declare const conf: {
402
430
  }> | Partial<{
403
431
  [key: string]: any;
404
432
  on: any;
405
- }> | Partial<{
406
- on: Record<string, any>;
407
- activeValue: any;
408
- activeLabel: string;
409
- inactiveValue: any;
410
- inactiveLabel: string;
411
- tableBeforeChange: (key: string, data: any) => any;
412
433
  }>;
413
434
  getOn: (item: CurdConfigColumn) => any;
414
435
  getColumnSpan: (column: CurdFormColumn, itemConfig: CurdFormColumn[]) => number | undefined;
@@ -467,12 +488,19 @@ declare var __VLS_7: {
467
488
  on?: any;
468
489
  } | undefined;
469
490
  switch?: {
491
+ [x: string]: any;
470
492
  on?: Record<string, any> | undefined;
471
493
  activeValue?: any;
472
- activeLabel?: string | undefined;
494
+ activeText?: string | undefined;
473
495
  inactiveValue?: any;
474
- inactiveLabel?: string | undefined;
496
+ inactiveText?: string | undefined;
475
497
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
498
+ tableConfig?: {
499
+ change?: boolean | undefined;
500
+ confirm?: boolean | undefined;
501
+ loadList?: boolean | undefined;
502
+ api?: ((data: any) => any) | undefined;
503
+ } | undefined;
476
504
  } | undefined;
477
505
  select?: {
478
506
  [x: string]: any;
@@ -546,12 +574,19 @@ declare var __VLS_7: {
546
574
  on?: any;
547
575
  } | undefined;
548
576
  switch?: {
577
+ [x: string]: any;
549
578
  on?: Record<string, any> | undefined;
550
579
  activeValue?: any;
551
- activeLabel?: string | undefined;
580
+ activeText?: string | undefined;
552
581
  inactiveValue?: any;
553
- inactiveLabel?: string | undefined;
582
+ inactiveText?: string | undefined;
554
583
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
584
+ tableConfig?: {
585
+ change?: boolean | undefined;
586
+ confirm?: boolean | undefined;
587
+ loadList?: boolean | undefined;
588
+ api?: ((data: any) => any) | undefined;
589
+ } | undefined;
555
590
  } | undefined;
556
591
  select?: {
557
592
  [x: string]: any;
@@ -625,12 +660,19 @@ declare var __VLS_7: {
625
660
  on?: any;
626
661
  } | undefined;
627
662
  switch?: {
663
+ [x: string]: any;
628
664
  on?: Record<string, any> | undefined;
629
665
  activeValue?: any;
630
- activeLabel?: string | undefined;
666
+ activeText?: string | undefined;
631
667
  inactiveValue?: any;
632
- inactiveLabel?: string | undefined;
668
+ inactiveText?: string | undefined;
633
669
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
670
+ tableConfig?: {
671
+ change?: boolean | undefined;
672
+ confirm?: boolean | undefined;
673
+ loadList?: boolean | undefined;
674
+ api?: ((data: any) => any) | undefined;
675
+ } | undefined;
634
676
  } | undefined;
635
677
  select?: {
636
678
  [x: string]: any;
@@ -688,12 +730,19 @@ declare var __VLS_7: {
688
730
  on?: any;
689
731
  } | undefined;
690
732
  switch?: {
733
+ [x: string]: any;
691
734
  on?: Record<string, any> | undefined;
692
735
  activeValue?: any;
693
- activeLabel?: string | undefined;
736
+ activeText?: string | undefined;
694
737
  inactiveValue?: any;
695
- inactiveLabel?: string | undefined;
738
+ inactiveText?: string | undefined;
696
739
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
740
+ tableConfig?: {
741
+ change?: boolean | undefined;
742
+ confirm?: boolean | undefined;
743
+ loadList?: boolean | undefined;
744
+ api?: ((data: any) => any) | undefined;
745
+ } | undefined;
697
746
  } | undefined;
698
747
  select?: {
699
748
  [x: string]: any;
@@ -839,12 +888,19 @@ declare var __VLS_7: {
839
888
  on?: any;
840
889
  } | undefined;
841
890
  switch?: {
891
+ [x: string]: any;
842
892
  on?: Record<string, any> | undefined;
843
893
  activeValue?: any;
844
- activeLabel?: string | undefined;
894
+ activeText?: string | undefined;
845
895
  inactiveValue?: any;
846
- inactiveLabel?: string | undefined;
896
+ inactiveText?: string | undefined;
847
897
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
898
+ tableConfig?: {
899
+ change?: boolean | undefined;
900
+ confirm?: boolean | undefined;
901
+ loadList?: boolean | undefined;
902
+ api?: ((data: any) => any) | undefined;
903
+ } | undefined;
848
904
  } | undefined;
849
905
  select?: {
850
906
  [x: string]: any;
@@ -918,12 +974,19 @@ declare var __VLS_7: {
918
974
  on?: any;
919
975
  } | undefined;
920
976
  switch?: {
977
+ [x: string]: any;
921
978
  on?: Record<string, any> | undefined;
922
979
  activeValue?: any;
923
- activeLabel?: string | undefined;
980
+ activeText?: string | undefined;
924
981
  inactiveValue?: any;
925
- inactiveLabel?: string | undefined;
982
+ inactiveText?: string | undefined;
926
983
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
984
+ tableConfig?: {
985
+ change?: boolean | undefined;
986
+ confirm?: boolean | undefined;
987
+ loadList?: boolean | undefined;
988
+ api?: ((data: any) => any) | undefined;
989
+ } | undefined;
927
990
  } | undefined;
928
991
  select?: {
929
992
  [x: string]: any;
@@ -997,12 +1060,19 @@ declare var __VLS_7: {
997
1060
  on?: any;
998
1061
  } | undefined;
999
1062
  switch?: {
1063
+ [x: string]: any;
1000
1064
  on?: Record<string, any> | undefined;
1001
1065
  activeValue?: any;
1002
- activeLabel?: string | undefined;
1066
+ activeText?: string | undefined;
1003
1067
  inactiveValue?: any;
1004
- inactiveLabel?: string | undefined;
1068
+ inactiveText?: string | undefined;
1005
1069
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1070
+ tableConfig?: {
1071
+ change?: boolean | undefined;
1072
+ confirm?: boolean | undefined;
1073
+ loadList?: boolean | undefined;
1074
+ api?: ((data: any) => any) | undefined;
1075
+ } | undefined;
1006
1076
  } | undefined;
1007
1077
  select?: {
1008
1078
  [x: string]: any;
@@ -1060,12 +1130,19 @@ declare var __VLS_7: {
1060
1130
  on?: any;
1061
1131
  } | undefined;
1062
1132
  switch?: {
1133
+ [x: string]: any;
1063
1134
  on?: Record<string, any> | undefined;
1064
1135
  activeValue?: any;
1065
- activeLabel?: string | undefined;
1136
+ activeText?: string | undefined;
1066
1137
  inactiveValue?: any;
1067
- inactiveLabel?: string | undefined;
1138
+ inactiveText?: string | undefined;
1068
1139
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1140
+ tableConfig?: {
1141
+ change?: boolean | undefined;
1142
+ confirm?: boolean | undefined;
1143
+ loadList?: boolean | undefined;
1144
+ api?: ((data: any) => any) | undefined;
1145
+ } | undefined;
1069
1146
  } | undefined;
1070
1147
  select?: {
1071
1148
  [x: string]: any;
@@ -1211,12 +1288,19 @@ declare var __VLS_7: {
1211
1288
  on?: any;
1212
1289
  } | undefined;
1213
1290
  switch?: {
1291
+ [x: string]: any;
1214
1292
  on?: Record<string, any> | undefined;
1215
1293
  activeValue?: any;
1216
- activeLabel?: string | undefined;
1294
+ activeText?: string | undefined;
1217
1295
  inactiveValue?: any;
1218
- inactiveLabel?: string | undefined;
1296
+ inactiveText?: string | undefined;
1219
1297
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1298
+ tableConfig?: {
1299
+ change?: boolean | undefined;
1300
+ confirm?: boolean | undefined;
1301
+ loadList?: boolean | undefined;
1302
+ api?: ((data: any) => any) | undefined;
1303
+ } | undefined;
1220
1304
  } | undefined;
1221
1305
  select?: {
1222
1306
  [x: string]: any;
@@ -1290,12 +1374,19 @@ declare var __VLS_7: {
1290
1374
  on?: any;
1291
1375
  } | undefined;
1292
1376
  switch?: {
1377
+ [x: string]: any;
1293
1378
  on?: Record<string, any> | undefined;
1294
1379
  activeValue?: any;
1295
- activeLabel?: string | undefined;
1380
+ activeText?: string | undefined;
1296
1381
  inactiveValue?: any;
1297
- inactiveLabel?: string | undefined;
1382
+ inactiveText?: string | undefined;
1298
1383
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1384
+ tableConfig?: {
1385
+ change?: boolean | undefined;
1386
+ confirm?: boolean | undefined;
1387
+ loadList?: boolean | undefined;
1388
+ api?: ((data: any) => any) | undefined;
1389
+ } | undefined;
1299
1390
  } | undefined;
1300
1391
  select?: {
1301
1392
  [x: string]: any;
@@ -1369,12 +1460,19 @@ declare var __VLS_7: {
1369
1460
  on?: any;
1370
1461
  } | undefined;
1371
1462
  switch?: {
1463
+ [x: string]: any;
1372
1464
  on?: Record<string, any> | undefined;
1373
1465
  activeValue?: any;
1374
- activeLabel?: string | undefined;
1466
+ activeText?: string | undefined;
1375
1467
  inactiveValue?: any;
1376
- inactiveLabel?: string | undefined;
1468
+ inactiveText?: string | undefined;
1377
1469
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1470
+ tableConfig?: {
1471
+ change?: boolean | undefined;
1472
+ confirm?: boolean | undefined;
1473
+ loadList?: boolean | undefined;
1474
+ api?: ((data: any) => any) | undefined;
1475
+ } | undefined;
1378
1476
  } | undefined;
1379
1477
  select?: {
1380
1478
  [x: string]: any;
@@ -1432,12 +1530,19 @@ declare var __VLS_7: {
1432
1530
  on?: any;
1433
1531
  } | undefined;
1434
1532
  switch?: {
1533
+ [x: string]: any;
1435
1534
  on?: Record<string, any> | undefined;
1436
1535
  activeValue?: any;
1437
- activeLabel?: string | undefined;
1536
+ activeText?: string | undefined;
1438
1537
  inactiveValue?: any;
1439
- inactiveLabel?: string | undefined;
1538
+ inactiveText?: string | undefined;
1440
1539
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1540
+ tableConfig?: {
1541
+ change?: boolean | undefined;
1542
+ confirm?: boolean | undefined;
1543
+ loadList?: boolean | undefined;
1544
+ api?: ((data: any) => any) | undefined;
1545
+ } | undefined;
1441
1546
  } | undefined;
1442
1547
  select?: {
1443
1548
  [x: string]: any;
@@ -1583,12 +1688,19 @@ declare var __VLS_7: {
1583
1688
  on?: any;
1584
1689
  } | undefined;
1585
1690
  switch?: {
1691
+ [x: string]: any;
1586
1692
  on?: Record<string, any> | undefined;
1587
1693
  activeValue?: any;
1588
- activeLabel?: string | undefined;
1694
+ activeText?: string | undefined;
1589
1695
  inactiveValue?: any;
1590
- inactiveLabel?: string | undefined;
1696
+ inactiveText?: string | undefined;
1591
1697
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1698
+ tableConfig?: {
1699
+ change?: boolean | undefined;
1700
+ confirm?: boolean | undefined;
1701
+ loadList?: boolean | undefined;
1702
+ api?: ((data: any) => any) | undefined;
1703
+ } | undefined;
1592
1704
  } | undefined;
1593
1705
  select?: {
1594
1706
  [x: string]: any;
@@ -1662,12 +1774,19 @@ declare var __VLS_7: {
1662
1774
  on?: any;
1663
1775
  } | undefined;
1664
1776
  switch?: {
1777
+ [x: string]: any;
1665
1778
  on?: Record<string, any> | undefined;
1666
1779
  activeValue?: any;
1667
- activeLabel?: string | undefined;
1780
+ activeText?: string | undefined;
1668
1781
  inactiveValue?: any;
1669
- inactiveLabel?: string | undefined;
1782
+ inactiveText?: string | undefined;
1670
1783
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1784
+ tableConfig?: {
1785
+ change?: boolean | undefined;
1786
+ confirm?: boolean | undefined;
1787
+ loadList?: boolean | undefined;
1788
+ api?: ((data: any) => any) | undefined;
1789
+ } | undefined;
1671
1790
  } | undefined;
1672
1791
  select?: {
1673
1792
  [x: string]: any;
@@ -1741,12 +1860,19 @@ declare var __VLS_7: {
1741
1860
  on?: any;
1742
1861
  } | undefined;
1743
1862
  switch?: {
1863
+ [x: string]: any;
1744
1864
  on?: Record<string, any> | undefined;
1745
1865
  activeValue?: any;
1746
- activeLabel?: string | undefined;
1866
+ activeText?: string | undefined;
1747
1867
  inactiveValue?: any;
1748
- inactiveLabel?: string | undefined;
1868
+ inactiveText?: string | undefined;
1749
1869
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1870
+ tableConfig?: {
1871
+ change?: boolean | undefined;
1872
+ confirm?: boolean | undefined;
1873
+ loadList?: boolean | undefined;
1874
+ api?: ((data: any) => any) | undefined;
1875
+ } | undefined;
1750
1876
  } | undefined;
1751
1877
  select?: {
1752
1878
  [x: string]: any;
@@ -1804,12 +1930,19 @@ declare var __VLS_7: {
1804
1930
  on?: any;
1805
1931
  } | undefined;
1806
1932
  switch?: {
1933
+ [x: string]: any;
1807
1934
  on?: Record<string, any> | undefined;
1808
1935
  activeValue?: any;
1809
- activeLabel?: string | undefined;
1936
+ activeText?: string | undefined;
1810
1937
  inactiveValue?: any;
1811
- inactiveLabel?: string | undefined;
1938
+ inactiveText?: string | undefined;
1812
1939
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1940
+ tableConfig?: {
1941
+ change?: boolean | undefined;
1942
+ confirm?: boolean | undefined;
1943
+ loadList?: boolean | undefined;
1944
+ api?: ((data: any) => any) | undefined;
1945
+ } | undefined;
1813
1946
  } | undefined;
1814
1947
  select?: {
1815
1948
  [x: string]: any;
@@ -1955,12 +2088,19 @@ declare var __VLS_7: {
1955
2088
  on?: any;
1956
2089
  } | undefined;
1957
2090
  switch?: {
2091
+ [x: string]: any;
1958
2092
  on?: Record<string, any> | undefined;
1959
2093
  activeValue?: any;
1960
- activeLabel?: string | undefined;
2094
+ activeText?: string | undefined;
1961
2095
  inactiveValue?: any;
1962
- inactiveLabel?: string | undefined;
2096
+ inactiveText?: string | undefined;
1963
2097
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2098
+ tableConfig?: {
2099
+ change?: boolean | undefined;
2100
+ confirm?: boolean | undefined;
2101
+ loadList?: boolean | undefined;
2102
+ api?: ((data: any) => any) | undefined;
2103
+ } | undefined;
1964
2104
  } | undefined;
1965
2105
  select?: {
1966
2106
  [x: string]: any;
@@ -2034,12 +2174,19 @@ declare var __VLS_7: {
2034
2174
  on?: any;
2035
2175
  } | undefined;
2036
2176
  switch?: {
2177
+ [x: string]: any;
2037
2178
  on?: Record<string, any> | undefined;
2038
2179
  activeValue?: any;
2039
- activeLabel?: string | undefined;
2180
+ activeText?: string | undefined;
2040
2181
  inactiveValue?: any;
2041
- inactiveLabel?: string | undefined;
2182
+ inactiveText?: string | undefined;
2042
2183
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2184
+ tableConfig?: {
2185
+ change?: boolean | undefined;
2186
+ confirm?: boolean | undefined;
2187
+ loadList?: boolean | undefined;
2188
+ api?: ((data: any) => any) | undefined;
2189
+ } | undefined;
2043
2190
  } | undefined;
2044
2191
  select?: {
2045
2192
  [x: string]: any;
@@ -2113,12 +2260,19 @@ declare var __VLS_7: {
2113
2260
  on?: any;
2114
2261
  } | undefined;
2115
2262
  switch?: {
2263
+ [x: string]: any;
2116
2264
  on?: Record<string, any> | undefined;
2117
2265
  activeValue?: any;
2118
- activeLabel?: string | undefined;
2266
+ activeText?: string | undefined;
2119
2267
  inactiveValue?: any;
2120
- inactiveLabel?: string | undefined;
2268
+ inactiveText?: string | undefined;
2121
2269
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2270
+ tableConfig?: {
2271
+ change?: boolean | undefined;
2272
+ confirm?: boolean | undefined;
2273
+ loadList?: boolean | undefined;
2274
+ api?: ((data: any) => any) | undefined;
2275
+ } | undefined;
2122
2276
  } | undefined;
2123
2277
  select?: {
2124
2278
  [x: string]: any;
@@ -2176,12 +2330,19 @@ declare var __VLS_7: {
2176
2330
  on?: any;
2177
2331
  } | undefined;
2178
2332
  switch?: {
2333
+ [x: string]: any;
2179
2334
  on?: Record<string, any> | undefined;
2180
2335
  activeValue?: any;
2181
- activeLabel?: string | undefined;
2336
+ activeText?: string | undefined;
2182
2337
  inactiveValue?: any;
2183
- inactiveLabel?: string | undefined;
2338
+ inactiveText?: string | undefined;
2184
2339
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2340
+ tableConfig?: {
2341
+ change?: boolean | undefined;
2342
+ confirm?: boolean | undefined;
2343
+ loadList?: boolean | undefined;
2344
+ api?: ((data: any) => any) | undefined;
2345
+ } | undefined;
2185
2346
  } | undefined;
2186
2347
  select?: {
2187
2348
  [x: string]: any;
@@ -2443,12 +2604,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2443
2604
  on?: any;
2444
2605
  } | undefined;
2445
2606
  switch?: {
2607
+ [x: string]: any;
2446
2608
  on?: Record<string, any> | undefined;
2447
2609
  activeValue?: any;
2448
- activeLabel?: string | undefined;
2610
+ activeText?: string | undefined;
2449
2611
  inactiveValue?: any;
2450
- inactiveLabel?: string | undefined;
2612
+ inactiveText?: string | undefined;
2451
2613
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2614
+ tableConfig?: {
2615
+ change?: boolean | undefined;
2616
+ confirm?: boolean | undefined;
2617
+ loadList?: boolean | undefined;
2618
+ api?: ((data: any) => any) | undefined;
2619
+ } | undefined;
2452
2620
  } | undefined;
2453
2621
  select?: {
2454
2622
  [x: string]: any;
@@ -2522,12 +2690,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2522
2690
  on?: any;
2523
2691
  } | undefined;
2524
2692
  switch?: {
2693
+ [x: string]: any;
2525
2694
  on?: Record<string, any> | undefined;
2526
2695
  activeValue?: any;
2527
- activeLabel?: string | undefined;
2696
+ activeText?: string | undefined;
2528
2697
  inactiveValue?: any;
2529
- inactiveLabel?: string | undefined;
2698
+ inactiveText?: string | undefined;
2530
2699
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2700
+ tableConfig?: {
2701
+ change?: boolean | undefined;
2702
+ confirm?: boolean | undefined;
2703
+ loadList?: boolean | undefined;
2704
+ api?: ((data: any) => any) | undefined;
2705
+ } | undefined;
2531
2706
  } | undefined;
2532
2707
  select?: {
2533
2708
  [x: string]: any;
@@ -2601,12 +2776,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2601
2776
  on?: any;
2602
2777
  } | undefined;
2603
2778
  switch?: {
2779
+ [x: string]: any;
2604
2780
  on?: Record<string, any> | undefined;
2605
2781
  activeValue?: any;
2606
- activeLabel?: string | undefined;
2782
+ activeText?: string | undefined;
2607
2783
  inactiveValue?: any;
2608
- inactiveLabel?: string | undefined;
2784
+ inactiveText?: string | undefined;
2609
2785
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2786
+ tableConfig?: {
2787
+ change?: boolean | undefined;
2788
+ confirm?: boolean | undefined;
2789
+ loadList?: boolean | undefined;
2790
+ api?: ((data: any) => any) | undefined;
2791
+ } | undefined;
2610
2792
  } | undefined;
2611
2793
  select?: {
2612
2794
  [x: string]: any;
@@ -2664,12 +2846,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2664
2846
  on?: any;
2665
2847
  } | undefined;
2666
2848
  switch?: {
2849
+ [x: string]: any;
2667
2850
  on?: Record<string, any> | undefined;
2668
2851
  activeValue?: any;
2669
- activeLabel?: string | undefined;
2852
+ activeText?: string | undefined;
2670
2853
  inactiveValue?: any;
2671
- inactiveLabel?: string | undefined;
2854
+ inactiveText?: string | undefined;
2672
2855
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2856
+ tableConfig?: {
2857
+ change?: boolean | undefined;
2858
+ confirm?: boolean | undefined;
2859
+ loadList?: boolean | undefined;
2860
+ api?: ((data: any) => any) | undefined;
2861
+ } | undefined;
2673
2862
  } | undefined;
2674
2863
  select?: {
2675
2864
  [x: string]: any;
@@ -2779,13 +2968,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2779
2968
  }> | Partial<{
2780
2969
  [key: string]: any;
2781
2970
  on: any;
2782
- }> | Partial<{
2783
- on: Record<string, any>;
2784
- activeValue: any;
2785
- activeLabel: string;
2786
- inactiveValue: any;
2787
- inactiveLabel: string;
2788
- tableBeforeChange: (key: string, data: any) => any;
2789
2971
  }>;
2790
2972
  getOn: (item: CurdConfigColumn) => any;
2791
2973
  getColumnSpan: (column: CurdFormColumn, itemConfig: CurdFormColumn[]) => number | undefined;