cc1-form 1.2.1 → 1.2.2

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,17 @@ 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
+ confirm?: boolean | undefined;
78
+ loadList?: boolean | undefined;
79
+ } | undefined;
75
80
  } | undefined;
76
81
  select?: {
77
82
  [x: string]: any;
@@ -145,12 +150,17 @@ declare const conf: {
145
150
  on?: any;
146
151
  } | undefined;
147
152
  switch?: {
153
+ [x: string]: any;
148
154
  on?: Record<string, any> | undefined;
149
155
  activeValue?: any;
150
- activeLabel?: string | undefined;
156
+ activeText?: string | undefined;
151
157
  inactiveValue?: any;
152
- inactiveLabel?: string | undefined;
158
+ inactiveText?: string | undefined;
153
159
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
160
+ tableConfig?: {
161
+ confirm?: boolean | undefined;
162
+ loadList?: boolean | undefined;
163
+ } | undefined;
154
164
  } | undefined;
155
165
  select?: {
156
166
  [x: string]: any;
@@ -224,12 +234,17 @@ declare const conf: {
224
234
  on?: any;
225
235
  } | undefined;
226
236
  switch?: {
237
+ [x: string]: any;
227
238
  on?: Record<string, any> | undefined;
228
239
  activeValue?: any;
229
- activeLabel?: string | undefined;
240
+ activeText?: string | undefined;
230
241
  inactiveValue?: any;
231
- inactiveLabel?: string | undefined;
242
+ inactiveText?: string | undefined;
232
243
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
244
+ tableConfig?: {
245
+ confirm?: boolean | undefined;
246
+ loadList?: boolean | undefined;
247
+ } | undefined;
233
248
  } | undefined;
234
249
  select?: {
235
250
  [x: string]: any;
@@ -287,12 +302,17 @@ declare const conf: {
287
302
  on?: any;
288
303
  } | undefined;
289
304
  switch?: {
305
+ [x: string]: any;
290
306
  on?: Record<string, any> | undefined;
291
307
  activeValue?: any;
292
- activeLabel?: string | undefined;
308
+ activeText?: string | undefined;
293
309
  inactiveValue?: any;
294
- inactiveLabel?: string | undefined;
310
+ inactiveText?: string | undefined;
295
311
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
312
+ tableConfig?: {
313
+ confirm?: boolean | undefined;
314
+ loadList?: boolean | undefined;
315
+ } | undefined;
296
316
  } | undefined;
297
317
  select?: {
298
318
  [x: string]: any;
@@ -402,13 +422,6 @@ declare const conf: {
402
422
  }> | Partial<{
403
423
  [key: string]: any;
404
424
  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
425
  }>;
413
426
  getOn: (item: CurdConfigColumn) => any;
414
427
  getColumnSpan: (column: CurdFormColumn, itemConfig: CurdFormColumn[]) => number | undefined;
@@ -467,12 +480,17 @@ declare var __VLS_7: {
467
480
  on?: any;
468
481
  } | undefined;
469
482
  switch?: {
483
+ [x: string]: any;
470
484
  on?: Record<string, any> | undefined;
471
485
  activeValue?: any;
472
- activeLabel?: string | undefined;
486
+ activeText?: string | undefined;
473
487
  inactiveValue?: any;
474
- inactiveLabel?: string | undefined;
488
+ inactiveText?: string | undefined;
475
489
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
490
+ tableConfig?: {
491
+ confirm?: boolean | undefined;
492
+ loadList?: boolean | undefined;
493
+ } | undefined;
476
494
  } | undefined;
477
495
  select?: {
478
496
  [x: string]: any;
@@ -546,12 +564,17 @@ declare var __VLS_7: {
546
564
  on?: any;
547
565
  } | undefined;
548
566
  switch?: {
567
+ [x: string]: any;
549
568
  on?: Record<string, any> | undefined;
550
569
  activeValue?: any;
551
- activeLabel?: string | undefined;
570
+ activeText?: string | undefined;
552
571
  inactiveValue?: any;
553
- inactiveLabel?: string | undefined;
572
+ inactiveText?: string | undefined;
554
573
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
574
+ tableConfig?: {
575
+ confirm?: boolean | undefined;
576
+ loadList?: boolean | undefined;
577
+ } | undefined;
555
578
  } | undefined;
556
579
  select?: {
557
580
  [x: string]: any;
@@ -625,12 +648,17 @@ declare var __VLS_7: {
625
648
  on?: any;
626
649
  } | undefined;
627
650
  switch?: {
651
+ [x: string]: any;
628
652
  on?: Record<string, any> | undefined;
629
653
  activeValue?: any;
630
- activeLabel?: string | undefined;
654
+ activeText?: string | undefined;
631
655
  inactiveValue?: any;
632
- inactiveLabel?: string | undefined;
656
+ inactiveText?: string | undefined;
633
657
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
658
+ tableConfig?: {
659
+ confirm?: boolean | undefined;
660
+ loadList?: boolean | undefined;
661
+ } | undefined;
634
662
  } | undefined;
635
663
  select?: {
636
664
  [x: string]: any;
@@ -688,12 +716,17 @@ declare var __VLS_7: {
688
716
  on?: any;
689
717
  } | undefined;
690
718
  switch?: {
719
+ [x: string]: any;
691
720
  on?: Record<string, any> | undefined;
692
721
  activeValue?: any;
693
- activeLabel?: string | undefined;
722
+ activeText?: string | undefined;
694
723
  inactiveValue?: any;
695
- inactiveLabel?: string | undefined;
724
+ inactiveText?: string | undefined;
696
725
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
726
+ tableConfig?: {
727
+ confirm?: boolean | undefined;
728
+ loadList?: boolean | undefined;
729
+ } | undefined;
697
730
  } | undefined;
698
731
  select?: {
699
732
  [x: string]: any;
@@ -839,12 +872,17 @@ declare var __VLS_7: {
839
872
  on?: any;
840
873
  } | undefined;
841
874
  switch?: {
875
+ [x: string]: any;
842
876
  on?: Record<string, any> | undefined;
843
877
  activeValue?: any;
844
- activeLabel?: string | undefined;
878
+ activeText?: string | undefined;
845
879
  inactiveValue?: any;
846
- inactiveLabel?: string | undefined;
880
+ inactiveText?: string | undefined;
847
881
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
882
+ tableConfig?: {
883
+ confirm?: boolean | undefined;
884
+ loadList?: boolean | undefined;
885
+ } | undefined;
848
886
  } | undefined;
849
887
  select?: {
850
888
  [x: string]: any;
@@ -918,12 +956,17 @@ declare var __VLS_7: {
918
956
  on?: any;
919
957
  } | undefined;
920
958
  switch?: {
959
+ [x: string]: any;
921
960
  on?: Record<string, any> | undefined;
922
961
  activeValue?: any;
923
- activeLabel?: string | undefined;
962
+ activeText?: string | undefined;
924
963
  inactiveValue?: any;
925
- inactiveLabel?: string | undefined;
964
+ inactiveText?: string | undefined;
926
965
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
966
+ tableConfig?: {
967
+ confirm?: boolean | undefined;
968
+ loadList?: boolean | undefined;
969
+ } | undefined;
927
970
  } | undefined;
928
971
  select?: {
929
972
  [x: string]: any;
@@ -997,12 +1040,17 @@ declare var __VLS_7: {
997
1040
  on?: any;
998
1041
  } | undefined;
999
1042
  switch?: {
1043
+ [x: string]: any;
1000
1044
  on?: Record<string, any> | undefined;
1001
1045
  activeValue?: any;
1002
- activeLabel?: string | undefined;
1046
+ activeText?: string | undefined;
1003
1047
  inactiveValue?: any;
1004
- inactiveLabel?: string | undefined;
1048
+ inactiveText?: string | undefined;
1005
1049
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1050
+ tableConfig?: {
1051
+ confirm?: boolean | undefined;
1052
+ loadList?: boolean | undefined;
1053
+ } | undefined;
1006
1054
  } | undefined;
1007
1055
  select?: {
1008
1056
  [x: string]: any;
@@ -1060,12 +1108,17 @@ declare var __VLS_7: {
1060
1108
  on?: any;
1061
1109
  } | undefined;
1062
1110
  switch?: {
1111
+ [x: string]: any;
1063
1112
  on?: Record<string, any> | undefined;
1064
1113
  activeValue?: any;
1065
- activeLabel?: string | undefined;
1114
+ activeText?: string | undefined;
1066
1115
  inactiveValue?: any;
1067
- inactiveLabel?: string | undefined;
1116
+ inactiveText?: string | undefined;
1068
1117
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1118
+ tableConfig?: {
1119
+ confirm?: boolean | undefined;
1120
+ loadList?: boolean | undefined;
1121
+ } | undefined;
1069
1122
  } | undefined;
1070
1123
  select?: {
1071
1124
  [x: string]: any;
@@ -1211,12 +1264,17 @@ declare var __VLS_7: {
1211
1264
  on?: any;
1212
1265
  } | undefined;
1213
1266
  switch?: {
1267
+ [x: string]: any;
1214
1268
  on?: Record<string, any> | undefined;
1215
1269
  activeValue?: any;
1216
- activeLabel?: string | undefined;
1270
+ activeText?: string | undefined;
1217
1271
  inactiveValue?: any;
1218
- inactiveLabel?: string | undefined;
1272
+ inactiveText?: string | undefined;
1219
1273
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1274
+ tableConfig?: {
1275
+ confirm?: boolean | undefined;
1276
+ loadList?: boolean | undefined;
1277
+ } | undefined;
1220
1278
  } | undefined;
1221
1279
  select?: {
1222
1280
  [x: string]: any;
@@ -1290,12 +1348,17 @@ declare var __VLS_7: {
1290
1348
  on?: any;
1291
1349
  } | undefined;
1292
1350
  switch?: {
1351
+ [x: string]: any;
1293
1352
  on?: Record<string, any> | undefined;
1294
1353
  activeValue?: any;
1295
- activeLabel?: string | undefined;
1354
+ activeText?: string | undefined;
1296
1355
  inactiveValue?: any;
1297
- inactiveLabel?: string | undefined;
1356
+ inactiveText?: string | undefined;
1298
1357
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1358
+ tableConfig?: {
1359
+ confirm?: boolean | undefined;
1360
+ loadList?: boolean | undefined;
1361
+ } | undefined;
1299
1362
  } | undefined;
1300
1363
  select?: {
1301
1364
  [x: string]: any;
@@ -1369,12 +1432,17 @@ declare var __VLS_7: {
1369
1432
  on?: any;
1370
1433
  } | undefined;
1371
1434
  switch?: {
1435
+ [x: string]: any;
1372
1436
  on?: Record<string, any> | undefined;
1373
1437
  activeValue?: any;
1374
- activeLabel?: string | undefined;
1438
+ activeText?: string | undefined;
1375
1439
  inactiveValue?: any;
1376
- inactiveLabel?: string | undefined;
1440
+ inactiveText?: string | undefined;
1377
1441
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1442
+ tableConfig?: {
1443
+ confirm?: boolean | undefined;
1444
+ loadList?: boolean | undefined;
1445
+ } | undefined;
1378
1446
  } | undefined;
1379
1447
  select?: {
1380
1448
  [x: string]: any;
@@ -1432,12 +1500,17 @@ declare var __VLS_7: {
1432
1500
  on?: any;
1433
1501
  } | undefined;
1434
1502
  switch?: {
1503
+ [x: string]: any;
1435
1504
  on?: Record<string, any> | undefined;
1436
1505
  activeValue?: any;
1437
- activeLabel?: string | undefined;
1506
+ activeText?: string | undefined;
1438
1507
  inactiveValue?: any;
1439
- inactiveLabel?: string | undefined;
1508
+ inactiveText?: string | undefined;
1440
1509
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1510
+ tableConfig?: {
1511
+ confirm?: boolean | undefined;
1512
+ loadList?: boolean | undefined;
1513
+ } | undefined;
1441
1514
  } | undefined;
1442
1515
  select?: {
1443
1516
  [x: string]: any;
@@ -1583,12 +1656,17 @@ declare var __VLS_7: {
1583
1656
  on?: any;
1584
1657
  } | undefined;
1585
1658
  switch?: {
1659
+ [x: string]: any;
1586
1660
  on?: Record<string, any> | undefined;
1587
1661
  activeValue?: any;
1588
- activeLabel?: string | undefined;
1662
+ activeText?: string | undefined;
1589
1663
  inactiveValue?: any;
1590
- inactiveLabel?: string | undefined;
1664
+ inactiveText?: string | undefined;
1591
1665
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1666
+ tableConfig?: {
1667
+ confirm?: boolean | undefined;
1668
+ loadList?: boolean | undefined;
1669
+ } | undefined;
1592
1670
  } | undefined;
1593
1671
  select?: {
1594
1672
  [x: string]: any;
@@ -1662,12 +1740,17 @@ declare var __VLS_7: {
1662
1740
  on?: any;
1663
1741
  } | undefined;
1664
1742
  switch?: {
1743
+ [x: string]: any;
1665
1744
  on?: Record<string, any> | undefined;
1666
1745
  activeValue?: any;
1667
- activeLabel?: string | undefined;
1746
+ activeText?: string | undefined;
1668
1747
  inactiveValue?: any;
1669
- inactiveLabel?: string | undefined;
1748
+ inactiveText?: string | undefined;
1670
1749
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1750
+ tableConfig?: {
1751
+ confirm?: boolean | undefined;
1752
+ loadList?: boolean | undefined;
1753
+ } | undefined;
1671
1754
  } | undefined;
1672
1755
  select?: {
1673
1756
  [x: string]: any;
@@ -1741,12 +1824,17 @@ declare var __VLS_7: {
1741
1824
  on?: any;
1742
1825
  } | undefined;
1743
1826
  switch?: {
1827
+ [x: string]: any;
1744
1828
  on?: Record<string, any> | undefined;
1745
1829
  activeValue?: any;
1746
- activeLabel?: string | undefined;
1830
+ activeText?: string | undefined;
1747
1831
  inactiveValue?: any;
1748
- inactiveLabel?: string | undefined;
1832
+ inactiveText?: string | undefined;
1749
1833
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1834
+ tableConfig?: {
1835
+ confirm?: boolean | undefined;
1836
+ loadList?: boolean | undefined;
1837
+ } | undefined;
1750
1838
  } | undefined;
1751
1839
  select?: {
1752
1840
  [x: string]: any;
@@ -1804,12 +1892,17 @@ declare var __VLS_7: {
1804
1892
  on?: any;
1805
1893
  } | undefined;
1806
1894
  switch?: {
1895
+ [x: string]: any;
1807
1896
  on?: Record<string, any> | undefined;
1808
1897
  activeValue?: any;
1809
- activeLabel?: string | undefined;
1898
+ activeText?: string | undefined;
1810
1899
  inactiveValue?: any;
1811
- inactiveLabel?: string | undefined;
1900
+ inactiveText?: string | undefined;
1812
1901
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1902
+ tableConfig?: {
1903
+ confirm?: boolean | undefined;
1904
+ loadList?: boolean | undefined;
1905
+ } | undefined;
1813
1906
  } | undefined;
1814
1907
  select?: {
1815
1908
  [x: string]: any;
@@ -1955,12 +2048,17 @@ declare var __VLS_7: {
1955
2048
  on?: any;
1956
2049
  } | undefined;
1957
2050
  switch?: {
2051
+ [x: string]: any;
1958
2052
  on?: Record<string, any> | undefined;
1959
2053
  activeValue?: any;
1960
- activeLabel?: string | undefined;
2054
+ activeText?: string | undefined;
1961
2055
  inactiveValue?: any;
1962
- inactiveLabel?: string | undefined;
2056
+ inactiveText?: string | undefined;
1963
2057
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2058
+ tableConfig?: {
2059
+ confirm?: boolean | undefined;
2060
+ loadList?: boolean | undefined;
2061
+ } | undefined;
1964
2062
  } | undefined;
1965
2063
  select?: {
1966
2064
  [x: string]: any;
@@ -2034,12 +2132,17 @@ declare var __VLS_7: {
2034
2132
  on?: any;
2035
2133
  } | undefined;
2036
2134
  switch?: {
2135
+ [x: string]: any;
2037
2136
  on?: Record<string, any> | undefined;
2038
2137
  activeValue?: any;
2039
- activeLabel?: string | undefined;
2138
+ activeText?: string | undefined;
2040
2139
  inactiveValue?: any;
2041
- inactiveLabel?: string | undefined;
2140
+ inactiveText?: string | undefined;
2042
2141
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2142
+ tableConfig?: {
2143
+ confirm?: boolean | undefined;
2144
+ loadList?: boolean | undefined;
2145
+ } | undefined;
2043
2146
  } | undefined;
2044
2147
  select?: {
2045
2148
  [x: string]: any;
@@ -2113,12 +2216,17 @@ declare var __VLS_7: {
2113
2216
  on?: any;
2114
2217
  } | undefined;
2115
2218
  switch?: {
2219
+ [x: string]: any;
2116
2220
  on?: Record<string, any> | undefined;
2117
2221
  activeValue?: any;
2118
- activeLabel?: string | undefined;
2222
+ activeText?: string | undefined;
2119
2223
  inactiveValue?: any;
2120
- inactiveLabel?: string | undefined;
2224
+ inactiveText?: string | undefined;
2121
2225
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2226
+ tableConfig?: {
2227
+ confirm?: boolean | undefined;
2228
+ loadList?: boolean | undefined;
2229
+ } | undefined;
2122
2230
  } | undefined;
2123
2231
  select?: {
2124
2232
  [x: string]: any;
@@ -2176,12 +2284,17 @@ declare var __VLS_7: {
2176
2284
  on?: any;
2177
2285
  } | undefined;
2178
2286
  switch?: {
2287
+ [x: string]: any;
2179
2288
  on?: Record<string, any> | undefined;
2180
2289
  activeValue?: any;
2181
- activeLabel?: string | undefined;
2290
+ activeText?: string | undefined;
2182
2291
  inactiveValue?: any;
2183
- inactiveLabel?: string | undefined;
2292
+ inactiveText?: string | undefined;
2184
2293
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2294
+ tableConfig?: {
2295
+ confirm?: boolean | undefined;
2296
+ loadList?: boolean | undefined;
2297
+ } | undefined;
2185
2298
  } | undefined;
2186
2299
  select?: {
2187
2300
  [x: string]: any;
@@ -2443,12 +2556,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2443
2556
  on?: any;
2444
2557
  } | undefined;
2445
2558
  switch?: {
2559
+ [x: string]: any;
2446
2560
  on?: Record<string, any> | undefined;
2447
2561
  activeValue?: any;
2448
- activeLabel?: string | undefined;
2562
+ activeText?: string | undefined;
2449
2563
  inactiveValue?: any;
2450
- inactiveLabel?: string | undefined;
2564
+ inactiveText?: string | undefined;
2451
2565
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2566
+ tableConfig?: {
2567
+ confirm?: boolean | undefined;
2568
+ loadList?: boolean | undefined;
2569
+ } | undefined;
2452
2570
  } | undefined;
2453
2571
  select?: {
2454
2572
  [x: string]: any;
@@ -2522,12 +2640,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2522
2640
  on?: any;
2523
2641
  } | undefined;
2524
2642
  switch?: {
2643
+ [x: string]: any;
2525
2644
  on?: Record<string, any> | undefined;
2526
2645
  activeValue?: any;
2527
- activeLabel?: string | undefined;
2646
+ activeText?: string | undefined;
2528
2647
  inactiveValue?: any;
2529
- inactiveLabel?: string | undefined;
2648
+ inactiveText?: string | undefined;
2530
2649
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2650
+ tableConfig?: {
2651
+ confirm?: boolean | undefined;
2652
+ loadList?: boolean | undefined;
2653
+ } | undefined;
2531
2654
  } | undefined;
2532
2655
  select?: {
2533
2656
  [x: string]: any;
@@ -2601,12 +2724,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2601
2724
  on?: any;
2602
2725
  } | undefined;
2603
2726
  switch?: {
2727
+ [x: string]: any;
2604
2728
  on?: Record<string, any> | undefined;
2605
2729
  activeValue?: any;
2606
- activeLabel?: string | undefined;
2730
+ activeText?: string | undefined;
2607
2731
  inactiveValue?: any;
2608
- inactiveLabel?: string | undefined;
2732
+ inactiveText?: string | undefined;
2609
2733
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2734
+ tableConfig?: {
2735
+ confirm?: boolean | undefined;
2736
+ loadList?: boolean | undefined;
2737
+ } | undefined;
2610
2738
  } | undefined;
2611
2739
  select?: {
2612
2740
  [x: string]: any;
@@ -2664,12 +2792,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2664
2792
  on?: any;
2665
2793
  } | undefined;
2666
2794
  switch?: {
2795
+ [x: string]: any;
2667
2796
  on?: Record<string, any> | undefined;
2668
2797
  activeValue?: any;
2669
- activeLabel?: string | undefined;
2798
+ activeText?: string | undefined;
2670
2799
  inactiveValue?: any;
2671
- inactiveLabel?: string | undefined;
2800
+ inactiveText?: string | undefined;
2672
2801
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2802
+ tableConfig?: {
2803
+ confirm?: boolean | undefined;
2804
+ loadList?: boolean | undefined;
2805
+ } | undefined;
2673
2806
  } | undefined;
2674
2807
  select?: {
2675
2808
  [x: string]: any;
@@ -2779,13 +2912,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2779
2912
  }> | Partial<{
2780
2913
  [key: string]: any;
2781
2914
  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
2915
  }>;
2790
2916
  getOn: (item: CurdConfigColumn) => any;
2791
2917
  getColumnSpan: (column: CurdFormColumn, itemConfig: CurdFormColumn[]) => number | undefined;