cc1-form 1.2.6 → 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.
@@ -64,6 +64,7 @@ declare const conf: {
64
64
  } | undefined;
65
65
  input?: {
66
66
  [x: string]: any;
67
+ prepend?: string | ((item: any) => string) | undefined;
67
68
  on?: any;
68
69
  } | undefined;
69
70
  switch?: {
@@ -150,6 +151,7 @@ declare const conf: {
150
151
  } | undefined;
151
152
  input?: {
152
153
  [x: string]: any;
154
+ prepend?: string | ((item: any) => string) | undefined;
153
155
  on?: any;
154
156
  } | undefined;
155
157
  switch?: {
@@ -236,6 +238,7 @@ declare const conf: {
236
238
  } | undefined;
237
239
  input?: {
238
240
  [x: string]: any;
241
+ prepend?: string | ((item: any) => string) | undefined;
239
242
  on?: any;
240
243
  } | undefined;
241
244
  switch?: {
@@ -306,6 +309,7 @@ declare const conf: {
306
309
  } | undefined;
307
310
  input?: {
308
311
  [x: string]: any;
312
+ prepend?: string | ((item: any) => string) | undefined;
309
313
  on?: any;
310
314
  } | undefined;
311
315
  switch?: {
@@ -394,7 +398,12 @@ declare const conf: {
394
398
  callback?: ((data: any) => void) | undefined;
395
399
  color?: string | undefined;
396
400
  } | undefined;
397
- 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;
398
407
  } | undefined;
399
408
  rules?: any[] | boolean | undefined;
400
409
  text?: {
@@ -487,6 +496,7 @@ declare var __VLS_7: {
487
496
  } | undefined;
488
497
  input?: {
489
498
  [x: string]: any;
499
+ prepend?: string | ((item: any) => string) | undefined;
490
500
  on?: any;
491
501
  } | undefined;
492
502
  switch?: {
@@ -573,6 +583,7 @@ declare var __VLS_7: {
573
583
  } | undefined;
574
584
  input?: {
575
585
  [x: string]: any;
586
+ prepend?: string | ((item: any) => string) | undefined;
576
587
  on?: any;
577
588
  } | undefined;
578
589
  switch?: {
@@ -659,6 +670,7 @@ declare var __VLS_7: {
659
670
  } | undefined;
660
671
  input?: {
661
672
  [x: string]: any;
673
+ prepend?: string | ((item: any) => string) | undefined;
662
674
  on?: any;
663
675
  } | undefined;
664
676
  switch?: {
@@ -729,6 +741,7 @@ declare var __VLS_7: {
729
741
  } | undefined;
730
742
  input?: {
731
743
  [x: string]: any;
744
+ prepend?: string | ((item: any) => string) | undefined;
732
745
  on?: any;
733
746
  } | undefined;
734
747
  switch?: {
@@ -817,7 +830,12 @@ declare var __VLS_7: {
817
830
  callback?: ((data: any) => void) | undefined;
818
831
  color?: string | undefined;
819
832
  } | undefined;
820
- 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;
821
839
  } | undefined;
822
840
  rules?: any[] | boolean | undefined;
823
841
  text?: {
@@ -888,6 +906,7 @@ declare var __VLS_7: {
888
906
  } | undefined;
889
907
  input?: {
890
908
  [x: string]: any;
909
+ prepend?: string | ((item: any) => string) | undefined;
891
910
  on?: any;
892
911
  } | undefined;
893
912
  switch?: {
@@ -974,6 +993,7 @@ declare var __VLS_7: {
974
993
  } | undefined;
975
994
  input?: {
976
995
  [x: string]: any;
996
+ prepend?: string | ((item: any) => string) | undefined;
977
997
  on?: any;
978
998
  } | undefined;
979
999
  switch?: {
@@ -1060,6 +1080,7 @@ declare var __VLS_7: {
1060
1080
  } | undefined;
1061
1081
  input?: {
1062
1082
  [x: string]: any;
1083
+ prepend?: string | ((item: any) => string) | undefined;
1063
1084
  on?: any;
1064
1085
  } | undefined;
1065
1086
  switch?: {
@@ -1130,6 +1151,7 @@ declare var __VLS_7: {
1130
1151
  } | undefined;
1131
1152
  input?: {
1132
1153
  [x: string]: any;
1154
+ prepend?: string | ((item: any) => string) | undefined;
1133
1155
  on?: any;
1134
1156
  } | undefined;
1135
1157
  switch?: {
@@ -1218,7 +1240,12 @@ declare var __VLS_7: {
1218
1240
  callback?: ((data: any) => void) | undefined;
1219
1241
  color?: string | undefined;
1220
1242
  } | undefined;
1221
- 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;
1222
1249
  } | undefined;
1223
1250
  rules?: any[] | boolean | undefined;
1224
1251
  text?: {
@@ -1289,6 +1316,7 @@ declare var __VLS_7: {
1289
1316
  } | undefined;
1290
1317
  input?: {
1291
1318
  [x: string]: any;
1319
+ prepend?: string | ((item: any) => string) | undefined;
1292
1320
  on?: any;
1293
1321
  } | undefined;
1294
1322
  switch?: {
@@ -1375,6 +1403,7 @@ declare var __VLS_7: {
1375
1403
  } | undefined;
1376
1404
  input?: {
1377
1405
  [x: string]: any;
1406
+ prepend?: string | ((item: any) => string) | undefined;
1378
1407
  on?: any;
1379
1408
  } | undefined;
1380
1409
  switch?: {
@@ -1461,6 +1490,7 @@ declare var __VLS_7: {
1461
1490
  } | undefined;
1462
1491
  input?: {
1463
1492
  [x: string]: any;
1493
+ prepend?: string | ((item: any) => string) | undefined;
1464
1494
  on?: any;
1465
1495
  } | undefined;
1466
1496
  switch?: {
@@ -1531,6 +1561,7 @@ declare var __VLS_7: {
1531
1561
  } | undefined;
1532
1562
  input?: {
1533
1563
  [x: string]: any;
1564
+ prepend?: string | ((item: any) => string) | undefined;
1534
1565
  on?: any;
1535
1566
  } | undefined;
1536
1567
  switch?: {
@@ -1619,7 +1650,12 @@ declare var __VLS_7: {
1619
1650
  callback?: ((data: any) => void) | undefined;
1620
1651
  color?: string | undefined;
1621
1652
  } | undefined;
1622
- 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;
1623
1659
  } | undefined;
1624
1660
  rules?: any[] | boolean | undefined;
1625
1661
  text?: {
@@ -1690,6 +1726,7 @@ declare var __VLS_7: {
1690
1726
  } | undefined;
1691
1727
  input?: {
1692
1728
  [x: string]: any;
1729
+ prepend?: string | ((item: any) => string) | undefined;
1693
1730
  on?: any;
1694
1731
  } | undefined;
1695
1732
  switch?: {
@@ -1776,6 +1813,7 @@ declare var __VLS_7: {
1776
1813
  } | undefined;
1777
1814
  input?: {
1778
1815
  [x: string]: any;
1816
+ prepend?: string | ((item: any) => string) | undefined;
1779
1817
  on?: any;
1780
1818
  } | undefined;
1781
1819
  switch?: {
@@ -1862,6 +1900,7 @@ declare var __VLS_7: {
1862
1900
  } | undefined;
1863
1901
  input?: {
1864
1902
  [x: string]: any;
1903
+ prepend?: string | ((item: any) => string) | undefined;
1865
1904
  on?: any;
1866
1905
  } | undefined;
1867
1906
  switch?: {
@@ -1932,6 +1971,7 @@ declare var __VLS_7: {
1932
1971
  } | undefined;
1933
1972
  input?: {
1934
1973
  [x: string]: any;
1974
+ prepend?: string | ((item: any) => string) | undefined;
1935
1975
  on?: any;
1936
1976
  } | undefined;
1937
1977
  switch?: {
@@ -2020,7 +2060,12 @@ declare var __VLS_7: {
2020
2060
  callback?: ((data: any) => void) | undefined;
2021
2061
  color?: string | undefined;
2022
2062
  } | undefined;
2023
- 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;
2024
2069
  } | undefined;
2025
2070
  rules?: any[] | boolean | undefined;
2026
2071
  text?: {
@@ -2091,6 +2136,7 @@ declare var __VLS_7: {
2091
2136
  } | undefined;
2092
2137
  input?: {
2093
2138
  [x: string]: any;
2139
+ prepend?: string | ((item: any) => string) | undefined;
2094
2140
  on?: any;
2095
2141
  } | undefined;
2096
2142
  switch?: {
@@ -2177,6 +2223,7 @@ declare var __VLS_7: {
2177
2223
  } | undefined;
2178
2224
  input?: {
2179
2225
  [x: string]: any;
2226
+ prepend?: string | ((item: any) => string) | undefined;
2180
2227
  on?: any;
2181
2228
  } | undefined;
2182
2229
  switch?: {
@@ -2263,6 +2310,7 @@ declare var __VLS_7: {
2263
2310
  } | undefined;
2264
2311
  input?: {
2265
2312
  [x: string]: any;
2313
+ prepend?: string | ((item: any) => string) | undefined;
2266
2314
  on?: any;
2267
2315
  } | undefined;
2268
2316
  switch?: {
@@ -2333,6 +2381,7 @@ declare var __VLS_7: {
2333
2381
  } | undefined;
2334
2382
  input?: {
2335
2383
  [x: string]: any;
2384
+ prepend?: string | ((item: any) => string) | undefined;
2336
2385
  on?: any;
2337
2386
  } | undefined;
2338
2387
  switch?: {
@@ -2421,7 +2470,12 @@ declare var __VLS_7: {
2421
2470
  callback?: ((data: any) => void) | undefined;
2422
2471
  color?: string | undefined;
2423
2472
  } | undefined;
2424
- 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;
2425
2479
  } | undefined;
2426
2480
  rules?: any[] | boolean | undefined;
2427
2481
  text?: {
@@ -2608,6 +2662,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2608
2662
  } | undefined;
2609
2663
  input?: {
2610
2664
  [x: string]: any;
2665
+ prepend?: string | ((item: any) => string) | undefined;
2611
2666
  on?: any;
2612
2667
  } | undefined;
2613
2668
  switch?: {
@@ -2694,6 +2749,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2694
2749
  } | undefined;
2695
2750
  input?: {
2696
2751
  [x: string]: any;
2752
+ prepend?: string | ((item: any) => string) | undefined;
2697
2753
  on?: any;
2698
2754
  } | undefined;
2699
2755
  switch?: {
@@ -2780,6 +2836,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2780
2836
  } | undefined;
2781
2837
  input?: {
2782
2838
  [x: string]: any;
2839
+ prepend?: string | ((item: any) => string) | undefined;
2783
2840
  on?: any;
2784
2841
  } | undefined;
2785
2842
  switch?: {
@@ -2850,6 +2907,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2850
2907
  } | undefined;
2851
2908
  input?: {
2852
2909
  [x: string]: any;
2910
+ prepend?: string | ((item: any) => string) | undefined;
2853
2911
  on?: any;
2854
2912
  } | undefined;
2855
2913
  switch?: {
@@ -2938,7 +2996,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2938
2996
  callback?: ((data: any) => void) | undefined;
2939
2997
  color?: string | undefined;
2940
2998
  } | undefined;
2941
- 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;
2942
3005
  } | undefined;
2943
3006
  rules?: any[] | boolean | undefined;
2944
3007
  text?: {
@@ -55,6 +55,7 @@ declare var __VLS_7: string, __VLS_8: {
55
55
  } | undefined;
56
56
  input?: {
57
57
  [x: string]: any;
58
+ prepend?: string | ((item: any) => string) | undefined;
58
59
  on?: any;
59
60
  } | undefined;
60
61
  switch?: {
@@ -141,6 +142,7 @@ declare var __VLS_7: string, __VLS_8: {
141
142
  } | undefined;
142
143
  input?: {
143
144
  [x: string]: any;
145
+ prepend?: string | ((item: any) => string) | undefined;
144
146
  on?: any;
145
147
  } | undefined;
146
148
  switch?: {
@@ -227,6 +229,7 @@ declare var __VLS_7: string, __VLS_8: {
227
229
  } | undefined;
228
230
  input?: {
229
231
  [x: string]: any;
232
+ prepend?: string | ((item: any) => string) | undefined;
230
233
  on?: any;
231
234
  } | undefined;
232
235
  switch?: {
@@ -297,6 +300,7 @@ declare var __VLS_7: string, __VLS_8: {
297
300
  } | undefined;
298
301
  input?: {
299
302
  [x: string]: any;
303
+ prepend?: string | ((item: any) => string) | undefined;
300
304
  on?: any;
301
305
  } | undefined;
302
306
  switch?: {
@@ -385,7 +389,12 @@ declare var __VLS_7: string, __VLS_8: {
385
389
  callback?: ((data: any) => void) | undefined;
386
390
  color?: string | undefined;
387
391
  } | undefined;
388
- 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;
389
398
  } | undefined;
390
399
  rules?: any[] | boolean | undefined;
391
400
  text?: {
@@ -456,6 +465,7 @@ declare var __VLS_7: string, __VLS_8: {
456
465
  } | undefined;
457
466
  input?: {
458
467
  [x: string]: any;
468
+ prepend?: string | ((item: any) => string) | undefined;
459
469
  on?: any;
460
470
  } | undefined;
461
471
  switch?: {
@@ -542,6 +552,7 @@ declare var __VLS_7: string, __VLS_8: {
542
552
  } | undefined;
543
553
  input?: {
544
554
  [x: string]: any;
555
+ prepend?: string | ((item: any) => string) | undefined;
545
556
  on?: any;
546
557
  } | undefined;
547
558
  switch?: {
@@ -628,6 +639,7 @@ declare var __VLS_7: string, __VLS_8: {
628
639
  } | undefined;
629
640
  input?: {
630
641
  [x: string]: any;
642
+ prepend?: string | ((item: any) => string) | undefined;
631
643
  on?: any;
632
644
  } | undefined;
633
645
  switch?: {
@@ -698,6 +710,7 @@ declare var __VLS_7: string, __VLS_8: {
698
710
  } | undefined;
699
711
  input?: {
700
712
  [x: string]: any;
713
+ prepend?: string | ((item: any) => string) | undefined;
701
714
  on?: any;
702
715
  } | undefined;
703
716
  switch?: {
@@ -786,7 +799,12 @@ declare var __VLS_7: string, __VLS_8: {
786
799
  callback?: ((data: any) => void) | undefined;
787
800
  color?: string | undefined;
788
801
  } | undefined;
789
- 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;
790
808
  } | undefined;
791
809
  rules?: any[] | boolean | undefined;
792
810
  text?: {
@@ -857,6 +875,7 @@ declare var __VLS_7: string, __VLS_8: {
857
875
  } | undefined;
858
876
  input?: {
859
877
  [x: string]: any;
878
+ prepend?: string | ((item: any) => string) | undefined;
860
879
  on?: any;
861
880
  } | undefined;
862
881
  switch?: {
@@ -943,6 +962,7 @@ declare var __VLS_7: string, __VLS_8: {
943
962
  } | undefined;
944
963
  input?: {
945
964
  [x: string]: any;
965
+ prepend?: string | ((item: any) => string) | undefined;
946
966
  on?: any;
947
967
  } | undefined;
948
968
  switch?: {
@@ -1029,6 +1049,7 @@ declare var __VLS_7: string, __VLS_8: {
1029
1049
  } | undefined;
1030
1050
  input?: {
1031
1051
  [x: string]: any;
1052
+ prepend?: string | ((item: any) => string) | undefined;
1032
1053
  on?: any;
1033
1054
  } | undefined;
1034
1055
  switch?: {
@@ -1099,6 +1120,7 @@ declare var __VLS_7: string, __VLS_8: {
1099
1120
  } | undefined;
1100
1121
  input?: {
1101
1122
  [x: string]: any;
1123
+ prepend?: string | ((item: any) => string) | undefined;
1102
1124
  on?: any;
1103
1125
  } | undefined;
1104
1126
  switch?: {
@@ -1187,7 +1209,12 @@ declare var __VLS_7: string, __VLS_8: {
1187
1209
  callback?: ((data: any) => void) | undefined;
1188
1210
  color?: string | undefined;
1189
1211
  } | undefined;
1190
- 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;
1191
1218
  } | undefined;
1192
1219
  rules?: any[] | boolean | undefined;
1193
1220
  text?: {
@@ -1258,6 +1285,7 @@ declare var __VLS_7: string, __VLS_8: {
1258
1285
  } | undefined;
1259
1286
  input?: {
1260
1287
  [x: string]: any;
1288
+ prepend?: string | ((item: any) => string) | undefined;
1261
1289
  on?: any;
1262
1290
  } | undefined;
1263
1291
  switch?: {
@@ -1344,6 +1372,7 @@ declare var __VLS_7: string, __VLS_8: {
1344
1372
  } | undefined;
1345
1373
  input?: {
1346
1374
  [x: string]: any;
1375
+ prepend?: string | ((item: any) => string) | undefined;
1347
1376
  on?: any;
1348
1377
  } | undefined;
1349
1378
  switch?: {
@@ -1430,6 +1459,7 @@ declare var __VLS_7: string, __VLS_8: {
1430
1459
  } | undefined;
1431
1460
  input?: {
1432
1461
  [x: string]: any;
1462
+ prepend?: string | ((item: any) => string) | undefined;
1433
1463
  on?: any;
1434
1464
  } | undefined;
1435
1465
  switch?: {
@@ -1500,6 +1530,7 @@ declare var __VLS_7: string, __VLS_8: {
1500
1530
  } | undefined;
1501
1531
  input?: {
1502
1532
  [x: string]: any;
1533
+ prepend?: string | ((item: any) => string) | undefined;
1503
1534
  on?: any;
1504
1535
  } | undefined;
1505
1536
  switch?: {
@@ -1588,7 +1619,12 @@ declare var __VLS_7: string, __VLS_8: {
1588
1619
  callback?: ((data: any) => void) | undefined;
1589
1620
  color?: string | undefined;
1590
1621
  } | undefined;
1591
- 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;
1592
1628
  } | undefined;
1593
1629
  rules?: any[] | boolean | undefined;
1594
1630
  text?: {
@@ -1659,6 +1695,7 @@ declare var __VLS_7: string, __VLS_8: {
1659
1695
  } | undefined;
1660
1696
  input?: {
1661
1697
  [x: string]: any;
1698
+ prepend?: string | ((item: any) => string) | undefined;
1662
1699
  on?: any;
1663
1700
  } | undefined;
1664
1701
  switch?: {
@@ -1745,6 +1782,7 @@ declare var __VLS_7: string, __VLS_8: {
1745
1782
  } | undefined;
1746
1783
  input?: {
1747
1784
  [x: string]: any;
1785
+ prepend?: string | ((item: any) => string) | undefined;
1748
1786
  on?: any;
1749
1787
  } | undefined;
1750
1788
  switch?: {
@@ -1831,6 +1869,7 @@ declare var __VLS_7: string, __VLS_8: {
1831
1869
  } | undefined;
1832
1870
  input?: {
1833
1871
  [x: string]: any;
1872
+ prepend?: string | ((item: any) => string) | undefined;
1834
1873
  on?: any;
1835
1874
  } | undefined;
1836
1875
  switch?: {
@@ -1901,6 +1940,7 @@ declare var __VLS_7: string, __VLS_8: {
1901
1940
  } | undefined;
1902
1941
  input?: {
1903
1942
  [x: string]: any;
1943
+ prepend?: string | ((item: any) => string) | undefined;
1904
1944
  on?: any;
1905
1945
  } | undefined;
1906
1946
  switch?: {
@@ -1989,7 +2029,12 @@ declare var __VLS_7: string, __VLS_8: {
1989
2029
  callback?: ((data: any) => void) | undefined;
1990
2030
  color?: string | undefined;
1991
2031
  } | undefined;
1992
- 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;
1993
2038
  } | undefined;
1994
2039
  rules?: any[] | boolean | undefined;
1995
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;