cc1-form 1.2.5 → 1.2.7

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.
@@ -24,6 +24,7 @@ declare const conf: {
24
24
  value?: any;
25
25
  children?: /*elided*/ any[] | undefined;
26
26
  disabled?: {
27
+ table?: boolean | undefined;
27
28
  create?: boolean | undefined;
28
29
  update?: boolean | undefined;
29
30
  search?: boolean | undefined;
@@ -63,6 +64,7 @@ declare const conf: {
63
64
  } | undefined;
64
65
  input?: {
65
66
  [x: string]: any;
67
+ prepend?: string | ((item: any) => string) | undefined;
66
68
  on?: any;
67
69
  } | undefined;
68
70
  switch?: {
@@ -149,6 +151,7 @@ declare const conf: {
149
151
  } | undefined;
150
152
  input?: {
151
153
  [x: string]: any;
154
+ prepend?: string | ((item: any) => string) | undefined;
152
155
  on?: any;
153
156
  } | undefined;
154
157
  switch?: {
@@ -235,6 +238,7 @@ declare const conf: {
235
238
  } | undefined;
236
239
  input?: {
237
240
  [x: string]: any;
241
+ prepend?: string | ((item: any) => string) | undefined;
238
242
  on?: any;
239
243
  } | undefined;
240
244
  switch?: {
@@ -305,6 +309,7 @@ declare const conf: {
305
309
  } | undefined;
306
310
  input?: {
307
311
  [x: string]: any;
312
+ prepend?: string | ((item: any) => string) | undefined;
308
313
  on?: any;
309
314
  } | undefined;
310
315
  switch?: {
@@ -393,7 +398,12 @@ declare const conf: {
393
398
  callback?: ((data: any) => void) | undefined;
394
399
  color?: string | undefined;
395
400
  } | undefined;
396
- tooltip?: string | undefined;
401
+ header?: {
402
+ tooltip?: string | undefined;
403
+ group?: boolean | undefined;
404
+ groupKey?: string | number | symbol | undefined;
405
+ show?: boolean | undefined;
406
+ } | undefined;
397
407
  } | undefined;
398
408
  rules?: any[] | boolean | undefined;
399
409
  text?: {
@@ -446,6 +456,7 @@ declare var __VLS_7: {
446
456
  value?: any;
447
457
  children?: /*elided*/ any[] | undefined;
448
458
  disabled?: {
459
+ table?: boolean | undefined;
449
460
  create?: boolean | undefined;
450
461
  update?: boolean | undefined;
451
462
  search?: boolean | undefined;
@@ -485,6 +496,7 @@ declare var __VLS_7: {
485
496
  } | undefined;
486
497
  input?: {
487
498
  [x: string]: any;
499
+ prepend?: string | ((item: any) => string) | undefined;
488
500
  on?: any;
489
501
  } | undefined;
490
502
  switch?: {
@@ -571,6 +583,7 @@ declare var __VLS_7: {
571
583
  } | undefined;
572
584
  input?: {
573
585
  [x: string]: any;
586
+ prepend?: string | ((item: any) => string) | undefined;
574
587
  on?: any;
575
588
  } | undefined;
576
589
  switch?: {
@@ -657,6 +670,7 @@ declare var __VLS_7: {
657
670
  } | undefined;
658
671
  input?: {
659
672
  [x: string]: any;
673
+ prepend?: string | ((item: any) => string) | undefined;
660
674
  on?: any;
661
675
  } | undefined;
662
676
  switch?: {
@@ -727,6 +741,7 @@ declare var __VLS_7: {
727
741
  } | undefined;
728
742
  input?: {
729
743
  [x: string]: any;
744
+ prepend?: string | ((item: any) => string) | undefined;
730
745
  on?: any;
731
746
  } | undefined;
732
747
  switch?: {
@@ -815,7 +830,12 @@ declare var __VLS_7: {
815
830
  callback?: ((data: any) => void) | undefined;
816
831
  color?: string | undefined;
817
832
  } | undefined;
818
- tooltip?: string | undefined;
833
+ header?: {
834
+ tooltip?: string | undefined;
835
+ group?: boolean | undefined;
836
+ groupKey?: string | number | symbol | undefined;
837
+ show?: boolean | undefined;
838
+ } | undefined;
819
839
  } | undefined;
820
840
  rules?: any[] | boolean | undefined;
821
841
  text?: {
@@ -846,6 +866,7 @@ declare var __VLS_7: {
846
866
  value?: any;
847
867
  children?: /*elided*/ any[] | undefined;
848
868
  disabled?: {
869
+ table?: boolean | undefined;
849
870
  create?: boolean | undefined;
850
871
  update?: boolean | undefined;
851
872
  search?: boolean | undefined;
@@ -885,6 +906,7 @@ declare var __VLS_7: {
885
906
  } | undefined;
886
907
  input?: {
887
908
  [x: string]: any;
909
+ prepend?: string | ((item: any) => string) | undefined;
888
910
  on?: any;
889
911
  } | undefined;
890
912
  switch?: {
@@ -971,6 +993,7 @@ declare var __VLS_7: {
971
993
  } | undefined;
972
994
  input?: {
973
995
  [x: string]: any;
996
+ prepend?: string | ((item: any) => string) | undefined;
974
997
  on?: any;
975
998
  } | undefined;
976
999
  switch?: {
@@ -1057,6 +1080,7 @@ declare var __VLS_7: {
1057
1080
  } | undefined;
1058
1081
  input?: {
1059
1082
  [x: string]: any;
1083
+ prepend?: string | ((item: any) => string) | undefined;
1060
1084
  on?: any;
1061
1085
  } | undefined;
1062
1086
  switch?: {
@@ -1127,6 +1151,7 @@ declare var __VLS_7: {
1127
1151
  } | undefined;
1128
1152
  input?: {
1129
1153
  [x: string]: any;
1154
+ prepend?: string | ((item: any) => string) | undefined;
1130
1155
  on?: any;
1131
1156
  } | undefined;
1132
1157
  switch?: {
@@ -1215,7 +1240,12 @@ declare var __VLS_7: {
1215
1240
  callback?: ((data: any) => void) | undefined;
1216
1241
  color?: string | undefined;
1217
1242
  } | undefined;
1218
- tooltip?: string | undefined;
1243
+ header?: {
1244
+ tooltip?: string | undefined;
1245
+ group?: boolean | undefined;
1246
+ groupKey?: string | number | symbol | undefined;
1247
+ show?: boolean | undefined;
1248
+ } | undefined;
1219
1249
  } | undefined;
1220
1250
  rules?: any[] | boolean | undefined;
1221
1251
  text?: {
@@ -1246,6 +1276,7 @@ declare var __VLS_7: {
1246
1276
  value?: any;
1247
1277
  children?: /*elided*/ any[] | undefined;
1248
1278
  disabled?: {
1279
+ table?: boolean | undefined;
1249
1280
  create?: boolean | undefined;
1250
1281
  update?: boolean | undefined;
1251
1282
  search?: boolean | undefined;
@@ -1285,6 +1316,7 @@ declare var __VLS_7: {
1285
1316
  } | undefined;
1286
1317
  input?: {
1287
1318
  [x: string]: any;
1319
+ prepend?: string | ((item: any) => string) | undefined;
1288
1320
  on?: any;
1289
1321
  } | undefined;
1290
1322
  switch?: {
@@ -1371,6 +1403,7 @@ declare var __VLS_7: {
1371
1403
  } | undefined;
1372
1404
  input?: {
1373
1405
  [x: string]: any;
1406
+ prepend?: string | ((item: any) => string) | undefined;
1374
1407
  on?: any;
1375
1408
  } | undefined;
1376
1409
  switch?: {
@@ -1457,6 +1490,7 @@ declare var __VLS_7: {
1457
1490
  } | undefined;
1458
1491
  input?: {
1459
1492
  [x: string]: any;
1493
+ prepend?: string | ((item: any) => string) | undefined;
1460
1494
  on?: any;
1461
1495
  } | undefined;
1462
1496
  switch?: {
@@ -1527,6 +1561,7 @@ declare var __VLS_7: {
1527
1561
  } | undefined;
1528
1562
  input?: {
1529
1563
  [x: string]: any;
1564
+ prepend?: string | ((item: any) => string) | undefined;
1530
1565
  on?: any;
1531
1566
  } | undefined;
1532
1567
  switch?: {
@@ -1615,7 +1650,12 @@ declare var __VLS_7: {
1615
1650
  callback?: ((data: any) => void) | undefined;
1616
1651
  color?: string | undefined;
1617
1652
  } | undefined;
1618
- tooltip?: string | undefined;
1653
+ header?: {
1654
+ tooltip?: string | undefined;
1655
+ group?: boolean | undefined;
1656
+ groupKey?: string | number | symbol | undefined;
1657
+ show?: boolean | undefined;
1658
+ } | undefined;
1619
1659
  } | undefined;
1620
1660
  rules?: any[] | boolean | undefined;
1621
1661
  text?: {
@@ -1646,6 +1686,7 @@ declare var __VLS_7: {
1646
1686
  value?: any;
1647
1687
  children?: /*elided*/ any[] | undefined;
1648
1688
  disabled?: {
1689
+ table?: boolean | undefined;
1649
1690
  create?: boolean | undefined;
1650
1691
  update?: boolean | undefined;
1651
1692
  search?: boolean | undefined;
@@ -1685,6 +1726,7 @@ declare var __VLS_7: {
1685
1726
  } | undefined;
1686
1727
  input?: {
1687
1728
  [x: string]: any;
1729
+ prepend?: string | ((item: any) => string) | undefined;
1688
1730
  on?: any;
1689
1731
  } | undefined;
1690
1732
  switch?: {
@@ -1771,6 +1813,7 @@ declare var __VLS_7: {
1771
1813
  } | undefined;
1772
1814
  input?: {
1773
1815
  [x: string]: any;
1816
+ prepend?: string | ((item: any) => string) | undefined;
1774
1817
  on?: any;
1775
1818
  } | undefined;
1776
1819
  switch?: {
@@ -1857,6 +1900,7 @@ declare var __VLS_7: {
1857
1900
  } | undefined;
1858
1901
  input?: {
1859
1902
  [x: string]: any;
1903
+ prepend?: string | ((item: any) => string) | undefined;
1860
1904
  on?: any;
1861
1905
  } | undefined;
1862
1906
  switch?: {
@@ -1927,6 +1971,7 @@ declare var __VLS_7: {
1927
1971
  } | undefined;
1928
1972
  input?: {
1929
1973
  [x: string]: any;
1974
+ prepend?: string | ((item: any) => string) | undefined;
1930
1975
  on?: any;
1931
1976
  } | undefined;
1932
1977
  switch?: {
@@ -2015,7 +2060,12 @@ declare var __VLS_7: {
2015
2060
  callback?: ((data: any) => void) | undefined;
2016
2061
  color?: string | undefined;
2017
2062
  } | undefined;
2018
- tooltip?: string | undefined;
2063
+ header?: {
2064
+ tooltip?: string | undefined;
2065
+ group?: boolean | undefined;
2066
+ groupKey?: string | number | symbol | undefined;
2067
+ show?: boolean | undefined;
2068
+ } | undefined;
2019
2069
  } | undefined;
2020
2070
  rules?: any[] | boolean | undefined;
2021
2071
  text?: {
@@ -2046,6 +2096,7 @@ declare var __VLS_7: {
2046
2096
  value?: any;
2047
2097
  children?: /*elided*/ any[] | undefined;
2048
2098
  disabled?: {
2099
+ table?: boolean | undefined;
2049
2100
  create?: boolean | undefined;
2050
2101
  update?: boolean | undefined;
2051
2102
  search?: boolean | undefined;
@@ -2085,6 +2136,7 @@ declare var __VLS_7: {
2085
2136
  } | undefined;
2086
2137
  input?: {
2087
2138
  [x: string]: any;
2139
+ prepend?: string | ((item: any) => string) | undefined;
2088
2140
  on?: any;
2089
2141
  } | undefined;
2090
2142
  switch?: {
@@ -2171,6 +2223,7 @@ declare var __VLS_7: {
2171
2223
  } | undefined;
2172
2224
  input?: {
2173
2225
  [x: string]: any;
2226
+ prepend?: string | ((item: any) => string) | undefined;
2174
2227
  on?: any;
2175
2228
  } | undefined;
2176
2229
  switch?: {
@@ -2257,6 +2310,7 @@ declare var __VLS_7: {
2257
2310
  } | undefined;
2258
2311
  input?: {
2259
2312
  [x: string]: any;
2313
+ prepend?: string | ((item: any) => string) | undefined;
2260
2314
  on?: any;
2261
2315
  } | undefined;
2262
2316
  switch?: {
@@ -2327,6 +2381,7 @@ declare var __VLS_7: {
2327
2381
  } | undefined;
2328
2382
  input?: {
2329
2383
  [x: string]: any;
2384
+ prepend?: string | ((item: any) => string) | undefined;
2330
2385
  on?: any;
2331
2386
  } | undefined;
2332
2387
  switch?: {
@@ -2415,7 +2470,12 @@ declare var __VLS_7: {
2415
2470
  callback?: ((data: any) => void) | undefined;
2416
2471
  color?: string | undefined;
2417
2472
  } | undefined;
2418
- tooltip?: string | undefined;
2473
+ header?: {
2474
+ tooltip?: string | undefined;
2475
+ group?: boolean | undefined;
2476
+ groupKey?: string | number | symbol | undefined;
2477
+ show?: boolean | undefined;
2478
+ } | undefined;
2419
2479
  } | undefined;
2420
2480
  rules?: any[] | boolean | undefined;
2421
2481
  text?: {
@@ -2562,6 +2622,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2562
2622
  value?: any;
2563
2623
  children?: /*elided*/ any[] | undefined;
2564
2624
  disabled?: {
2625
+ table?: boolean | undefined;
2565
2626
  create?: boolean | undefined;
2566
2627
  update?: boolean | undefined;
2567
2628
  search?: boolean | undefined;
@@ -2601,6 +2662,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2601
2662
  } | undefined;
2602
2663
  input?: {
2603
2664
  [x: string]: any;
2665
+ prepend?: string | ((item: any) => string) | undefined;
2604
2666
  on?: any;
2605
2667
  } | undefined;
2606
2668
  switch?: {
@@ -2687,6 +2749,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2687
2749
  } | undefined;
2688
2750
  input?: {
2689
2751
  [x: string]: any;
2752
+ prepend?: string | ((item: any) => string) | undefined;
2690
2753
  on?: any;
2691
2754
  } | undefined;
2692
2755
  switch?: {
@@ -2773,6 +2836,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2773
2836
  } | undefined;
2774
2837
  input?: {
2775
2838
  [x: string]: any;
2839
+ prepend?: string | ((item: any) => string) | undefined;
2776
2840
  on?: any;
2777
2841
  } | undefined;
2778
2842
  switch?: {
@@ -2843,6 +2907,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2843
2907
  } | undefined;
2844
2908
  input?: {
2845
2909
  [x: string]: any;
2910
+ prepend?: string | ((item: any) => string) | undefined;
2846
2911
  on?: any;
2847
2912
  } | undefined;
2848
2913
  switch?: {
@@ -2931,7 +2996,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2931
2996
  callback?: ((data: any) => void) | undefined;
2932
2997
  color?: string | undefined;
2933
2998
  } | undefined;
2934
- tooltip?: string | undefined;
2999
+ header?: {
3000
+ tooltip?: string | undefined;
3001
+ group?: boolean | undefined;
3002
+ groupKey?: string | number | symbol | undefined;
3003
+ show?: boolean | undefined;
3004
+ } | undefined;
2935
3005
  } | undefined;
2936
3006
  rules?: any[] | boolean | undefined;
2937
3007
  text?: {
@@ -15,6 +15,7 @@ declare var __VLS_7: string, __VLS_8: {
15
15
  value?: any;
16
16
  children?: /*elided*/ any[] | undefined;
17
17
  disabled?: {
18
+ table?: boolean | undefined;
18
19
  create?: boolean | undefined;
19
20
  update?: boolean | undefined;
20
21
  search?: boolean | undefined;
@@ -54,6 +55,7 @@ declare var __VLS_7: string, __VLS_8: {
54
55
  } | undefined;
55
56
  input?: {
56
57
  [x: string]: any;
58
+ prepend?: string | ((item: any) => string) | undefined;
57
59
  on?: any;
58
60
  } | undefined;
59
61
  switch?: {
@@ -140,6 +142,7 @@ declare var __VLS_7: string, __VLS_8: {
140
142
  } | undefined;
141
143
  input?: {
142
144
  [x: string]: any;
145
+ prepend?: string | ((item: any) => string) | undefined;
143
146
  on?: any;
144
147
  } | undefined;
145
148
  switch?: {
@@ -226,6 +229,7 @@ declare var __VLS_7: string, __VLS_8: {
226
229
  } | undefined;
227
230
  input?: {
228
231
  [x: string]: any;
232
+ prepend?: string | ((item: any) => string) | undefined;
229
233
  on?: any;
230
234
  } | undefined;
231
235
  switch?: {
@@ -296,6 +300,7 @@ declare var __VLS_7: string, __VLS_8: {
296
300
  } | undefined;
297
301
  input?: {
298
302
  [x: string]: any;
303
+ prepend?: string | ((item: any) => string) | undefined;
299
304
  on?: any;
300
305
  } | undefined;
301
306
  switch?: {
@@ -384,7 +389,12 @@ declare var __VLS_7: string, __VLS_8: {
384
389
  callback?: ((data: any) => void) | undefined;
385
390
  color?: string | undefined;
386
391
  } | undefined;
387
- tooltip?: string | undefined;
392
+ header?: {
393
+ tooltip?: string | undefined;
394
+ group?: boolean | undefined;
395
+ groupKey?: string | number | symbol | undefined;
396
+ show?: boolean | undefined;
397
+ } | undefined;
388
398
  } | undefined;
389
399
  rules?: any[] | boolean | undefined;
390
400
  text?: {
@@ -415,6 +425,7 @@ declare var __VLS_7: string, __VLS_8: {
415
425
  value?: any;
416
426
  children?: /*elided*/ any[] | undefined;
417
427
  disabled?: {
428
+ table?: boolean | undefined;
418
429
  create?: boolean | undefined;
419
430
  update?: boolean | undefined;
420
431
  search?: boolean | undefined;
@@ -454,6 +465,7 @@ declare var __VLS_7: string, __VLS_8: {
454
465
  } | undefined;
455
466
  input?: {
456
467
  [x: string]: any;
468
+ prepend?: string | ((item: any) => string) | undefined;
457
469
  on?: any;
458
470
  } | undefined;
459
471
  switch?: {
@@ -540,6 +552,7 @@ declare var __VLS_7: string, __VLS_8: {
540
552
  } | undefined;
541
553
  input?: {
542
554
  [x: string]: any;
555
+ prepend?: string | ((item: any) => string) | undefined;
543
556
  on?: any;
544
557
  } | undefined;
545
558
  switch?: {
@@ -626,6 +639,7 @@ declare var __VLS_7: string, __VLS_8: {
626
639
  } | undefined;
627
640
  input?: {
628
641
  [x: string]: any;
642
+ prepend?: string | ((item: any) => string) | undefined;
629
643
  on?: any;
630
644
  } | undefined;
631
645
  switch?: {
@@ -696,6 +710,7 @@ declare var __VLS_7: string, __VLS_8: {
696
710
  } | undefined;
697
711
  input?: {
698
712
  [x: string]: any;
713
+ prepend?: string | ((item: any) => string) | undefined;
699
714
  on?: any;
700
715
  } | undefined;
701
716
  switch?: {
@@ -784,7 +799,12 @@ declare var __VLS_7: string, __VLS_8: {
784
799
  callback?: ((data: any) => void) | undefined;
785
800
  color?: string | undefined;
786
801
  } | undefined;
787
- tooltip?: string | undefined;
802
+ header?: {
803
+ tooltip?: string | undefined;
804
+ group?: boolean | undefined;
805
+ groupKey?: string | number | symbol | undefined;
806
+ show?: boolean | undefined;
807
+ } | undefined;
788
808
  } | undefined;
789
809
  rules?: any[] | boolean | undefined;
790
810
  text?: {
@@ -815,6 +835,7 @@ declare var __VLS_7: string, __VLS_8: {
815
835
  value?: any;
816
836
  children?: /*elided*/ any[] | undefined;
817
837
  disabled?: {
838
+ table?: boolean | undefined;
818
839
  create?: boolean | undefined;
819
840
  update?: boolean | undefined;
820
841
  search?: boolean | undefined;
@@ -854,6 +875,7 @@ declare var __VLS_7: string, __VLS_8: {
854
875
  } | undefined;
855
876
  input?: {
856
877
  [x: string]: any;
878
+ prepend?: string | ((item: any) => string) | undefined;
857
879
  on?: any;
858
880
  } | undefined;
859
881
  switch?: {
@@ -940,6 +962,7 @@ declare var __VLS_7: string, __VLS_8: {
940
962
  } | undefined;
941
963
  input?: {
942
964
  [x: string]: any;
965
+ prepend?: string | ((item: any) => string) | undefined;
943
966
  on?: any;
944
967
  } | undefined;
945
968
  switch?: {
@@ -1026,6 +1049,7 @@ declare var __VLS_7: string, __VLS_8: {
1026
1049
  } | undefined;
1027
1050
  input?: {
1028
1051
  [x: string]: any;
1052
+ prepend?: string | ((item: any) => string) | undefined;
1029
1053
  on?: any;
1030
1054
  } | undefined;
1031
1055
  switch?: {
@@ -1096,6 +1120,7 @@ declare var __VLS_7: string, __VLS_8: {
1096
1120
  } | undefined;
1097
1121
  input?: {
1098
1122
  [x: string]: any;
1123
+ prepend?: string | ((item: any) => string) | undefined;
1099
1124
  on?: any;
1100
1125
  } | undefined;
1101
1126
  switch?: {
@@ -1184,7 +1209,12 @@ declare var __VLS_7: string, __VLS_8: {
1184
1209
  callback?: ((data: any) => void) | undefined;
1185
1210
  color?: string | undefined;
1186
1211
  } | undefined;
1187
- tooltip?: string | undefined;
1212
+ header?: {
1213
+ tooltip?: string | undefined;
1214
+ group?: boolean | undefined;
1215
+ groupKey?: string | number | symbol | undefined;
1216
+ show?: boolean | undefined;
1217
+ } | undefined;
1188
1218
  } | undefined;
1189
1219
  rules?: any[] | boolean | undefined;
1190
1220
  text?: {
@@ -1215,6 +1245,7 @@ declare var __VLS_7: string, __VLS_8: {
1215
1245
  value?: any;
1216
1246
  children?: /*elided*/ any[] | undefined;
1217
1247
  disabled?: {
1248
+ table?: boolean | undefined;
1218
1249
  create?: boolean | undefined;
1219
1250
  update?: boolean | undefined;
1220
1251
  search?: boolean | undefined;
@@ -1254,6 +1285,7 @@ declare var __VLS_7: string, __VLS_8: {
1254
1285
  } | undefined;
1255
1286
  input?: {
1256
1287
  [x: string]: any;
1288
+ prepend?: string | ((item: any) => string) | undefined;
1257
1289
  on?: any;
1258
1290
  } | undefined;
1259
1291
  switch?: {
@@ -1340,6 +1372,7 @@ declare var __VLS_7: string, __VLS_8: {
1340
1372
  } | undefined;
1341
1373
  input?: {
1342
1374
  [x: string]: any;
1375
+ prepend?: string | ((item: any) => string) | undefined;
1343
1376
  on?: any;
1344
1377
  } | undefined;
1345
1378
  switch?: {
@@ -1426,6 +1459,7 @@ declare var __VLS_7: string, __VLS_8: {
1426
1459
  } | undefined;
1427
1460
  input?: {
1428
1461
  [x: string]: any;
1462
+ prepend?: string | ((item: any) => string) | undefined;
1429
1463
  on?: any;
1430
1464
  } | undefined;
1431
1465
  switch?: {
@@ -1496,6 +1530,7 @@ declare var __VLS_7: string, __VLS_8: {
1496
1530
  } | undefined;
1497
1531
  input?: {
1498
1532
  [x: string]: any;
1533
+ prepend?: string | ((item: any) => string) | undefined;
1499
1534
  on?: any;
1500
1535
  } | undefined;
1501
1536
  switch?: {
@@ -1584,7 +1619,12 @@ declare var __VLS_7: string, __VLS_8: {
1584
1619
  callback?: ((data: any) => void) | undefined;
1585
1620
  color?: string | undefined;
1586
1621
  } | undefined;
1587
- tooltip?: string | undefined;
1622
+ header?: {
1623
+ tooltip?: string | undefined;
1624
+ group?: boolean | undefined;
1625
+ groupKey?: string | number | symbol | undefined;
1626
+ show?: boolean | undefined;
1627
+ } | undefined;
1588
1628
  } | undefined;
1589
1629
  rules?: any[] | boolean | undefined;
1590
1630
  text?: {
@@ -1615,6 +1655,7 @@ declare var __VLS_7: string, __VLS_8: {
1615
1655
  value?: any;
1616
1656
  children?: /*elided*/ any[] | undefined;
1617
1657
  disabled?: {
1658
+ table?: boolean | undefined;
1618
1659
  create?: boolean | undefined;
1619
1660
  update?: boolean | undefined;
1620
1661
  search?: boolean | undefined;
@@ -1654,6 +1695,7 @@ declare var __VLS_7: string, __VLS_8: {
1654
1695
  } | undefined;
1655
1696
  input?: {
1656
1697
  [x: string]: any;
1698
+ prepend?: string | ((item: any) => string) | undefined;
1657
1699
  on?: any;
1658
1700
  } | undefined;
1659
1701
  switch?: {
@@ -1740,6 +1782,7 @@ declare var __VLS_7: string, __VLS_8: {
1740
1782
  } | undefined;
1741
1783
  input?: {
1742
1784
  [x: string]: any;
1785
+ prepend?: string | ((item: any) => string) | undefined;
1743
1786
  on?: any;
1744
1787
  } | undefined;
1745
1788
  switch?: {
@@ -1826,6 +1869,7 @@ declare var __VLS_7: string, __VLS_8: {
1826
1869
  } | undefined;
1827
1870
  input?: {
1828
1871
  [x: string]: any;
1872
+ prepend?: string | ((item: any) => string) | undefined;
1829
1873
  on?: any;
1830
1874
  } | undefined;
1831
1875
  switch?: {
@@ -1896,6 +1940,7 @@ declare var __VLS_7: string, __VLS_8: {
1896
1940
  } | undefined;
1897
1941
  input?: {
1898
1942
  [x: string]: any;
1943
+ prepend?: string | ((item: any) => string) | undefined;
1899
1944
  on?: any;
1900
1945
  } | undefined;
1901
1946
  switch?: {
@@ -1984,7 +2029,12 @@ declare var __VLS_7: string, __VLS_8: {
1984
2029
  callback?: ((data: any) => void) | undefined;
1985
2030
  color?: string | undefined;
1986
2031
  } | undefined;
1987
- tooltip?: string | undefined;
2032
+ header?: {
2033
+ tooltip?: string | undefined;
2034
+ group?: boolean | undefined;
2035
+ groupKey?: string | number | symbol | undefined;
2036
+ show?: boolean | undefined;
2037
+ } | undefined;
1988
2038
  } | undefined;
1989
2039
  rules?: any[] | boolean | undefined;
1990
2040
  text?: {
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;