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.
@@ -101,12 +101,17 @@ declare const conf: {
101
101
  on?: any;
102
102
  } | undefined;
103
103
  switch?: {
104
+ [x: string]: any;
104
105
  on?: Record<string, any> | undefined;
105
106
  activeValue?: any;
106
- activeLabel?: string | undefined;
107
+ activeText?: string | undefined;
107
108
  inactiveValue?: any;
108
- inactiveLabel?: string | undefined;
109
+ inactiveText?: string | undefined;
109
110
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
111
+ tableConfig?: {
112
+ confirm?: boolean | undefined;
113
+ loadList?: boolean | undefined;
114
+ } | undefined;
110
115
  } | undefined;
111
116
  select?: {
112
117
  [x: string]: any;
@@ -180,12 +185,17 @@ declare const conf: {
180
185
  on?: any;
181
186
  } | undefined;
182
187
  switch?: {
188
+ [x: string]: any;
183
189
  on?: Record<string, any> | undefined;
184
190
  activeValue?: any;
185
- activeLabel?: string | undefined;
191
+ activeText?: string | undefined;
186
192
  inactiveValue?: any;
187
- inactiveLabel?: string | undefined;
193
+ inactiveText?: string | undefined;
188
194
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
195
+ tableConfig?: {
196
+ confirm?: boolean | undefined;
197
+ loadList?: boolean | undefined;
198
+ } | undefined;
189
199
  } | undefined;
190
200
  select?: {
191
201
  [x: string]: any;
@@ -259,12 +269,17 @@ declare const conf: {
259
269
  on?: any;
260
270
  } | undefined;
261
271
  switch?: {
272
+ [x: string]: any;
262
273
  on?: Record<string, any> | undefined;
263
274
  activeValue?: any;
264
- activeLabel?: string | undefined;
275
+ activeText?: string | undefined;
265
276
  inactiveValue?: any;
266
- inactiveLabel?: string | undefined;
277
+ inactiveText?: string | undefined;
267
278
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
279
+ tableConfig?: {
280
+ confirm?: boolean | undefined;
281
+ loadList?: boolean | undefined;
282
+ } | undefined;
268
283
  } | undefined;
269
284
  select?: {
270
285
  [x: string]: any;
@@ -322,12 +337,17 @@ declare const conf: {
322
337
  on?: any;
323
338
  } | undefined;
324
339
  switch?: {
340
+ [x: string]: any;
325
341
  on?: Record<string, any> | undefined;
326
342
  activeValue?: any;
327
- activeLabel?: string | undefined;
343
+ activeText?: string | undefined;
328
344
  inactiveValue?: any;
329
- inactiveLabel?: string | undefined;
345
+ inactiveText?: string | undefined;
330
346
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
347
+ tableConfig?: {
348
+ confirm?: boolean | undefined;
349
+ loadList?: boolean | undefined;
350
+ } | undefined;
331
351
  } | undefined;
332
352
  select?: {
333
353
  [x: string]: any;
@@ -526,12 +546,17 @@ declare const conf: {
526
546
  on?: any;
527
547
  } | undefined;
528
548
  switch?: {
549
+ [x: string]: any;
529
550
  on?: Record<string, any> | undefined;
530
551
  activeValue?: any;
531
- activeLabel?: string | undefined;
552
+ activeText?: string | undefined;
532
553
  inactiveValue?: any;
533
- inactiveLabel?: string | undefined;
554
+ inactiveText?: string | undefined;
534
555
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
556
+ tableConfig?: {
557
+ confirm?: boolean | undefined;
558
+ loadList?: boolean | undefined;
559
+ } | undefined;
535
560
  } | undefined;
536
561
  select?: {
537
562
  [x: string]: any;
@@ -605,12 +630,17 @@ declare const conf: {
605
630
  on?: any;
606
631
  } | undefined;
607
632
  switch?: {
633
+ [x: string]: any;
608
634
  on?: Record<string, any> | undefined;
609
635
  activeValue?: any;
610
- activeLabel?: string | undefined;
636
+ activeText?: string | undefined;
611
637
  inactiveValue?: any;
612
- inactiveLabel?: string | undefined;
638
+ inactiveText?: string | undefined;
613
639
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
640
+ tableConfig?: {
641
+ confirm?: boolean | undefined;
642
+ loadList?: boolean | undefined;
643
+ } | undefined;
614
644
  } | undefined;
615
645
  select?: {
616
646
  [x: string]: any;
@@ -684,12 +714,17 @@ declare const conf: {
684
714
  on?: any;
685
715
  } | undefined;
686
716
  switch?: {
717
+ [x: string]: any;
687
718
  on?: Record<string, any> | undefined;
688
719
  activeValue?: any;
689
- activeLabel?: string | undefined;
720
+ activeText?: string | undefined;
690
721
  inactiveValue?: any;
691
- inactiveLabel?: string | undefined;
722
+ inactiveText?: string | undefined;
692
723
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
724
+ tableConfig?: {
725
+ confirm?: boolean | undefined;
726
+ loadList?: boolean | undefined;
727
+ } | undefined;
693
728
  } | undefined;
694
729
  select?: {
695
730
  [x: string]: any;
@@ -747,12 +782,17 @@ declare const conf: {
747
782
  on?: any;
748
783
  } | undefined;
749
784
  switch?: {
785
+ [x: string]: any;
750
786
  on?: Record<string, any> | undefined;
751
787
  activeValue?: any;
752
- activeLabel?: string | undefined;
788
+ activeText?: string | undefined;
753
789
  inactiveValue?: any;
754
- inactiveLabel?: string | undefined;
790
+ inactiveText?: string | undefined;
755
791
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
792
+ tableConfig?: {
793
+ confirm?: boolean | undefined;
794
+ loadList?: boolean | undefined;
795
+ } | undefined;
756
796
  } | undefined;
757
797
  select?: {
758
798
  [x: string]: any;
@@ -908,12 +948,17 @@ declare const conf: {
908
948
  on?: any;
909
949
  } | undefined;
910
950
  switch?: {
951
+ [x: string]: any;
911
952
  on?: Record<string, any> | undefined;
912
953
  activeValue?: any;
913
- activeLabel?: string | undefined;
954
+ activeText?: string | undefined;
914
955
  inactiveValue?: any;
915
- inactiveLabel?: string | undefined;
956
+ inactiveText?: string | undefined;
916
957
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
958
+ tableConfig?: {
959
+ confirm?: boolean | undefined;
960
+ loadList?: boolean | undefined;
961
+ } | undefined;
917
962
  } | undefined;
918
963
  select?: {
919
964
  [x: string]: any;
@@ -987,12 +1032,17 @@ declare const conf: {
987
1032
  on?: any;
988
1033
  } | undefined;
989
1034
  switch?: {
1035
+ [x: string]: any;
990
1036
  on?: Record<string, any> | undefined;
991
1037
  activeValue?: any;
992
- activeLabel?: string | undefined;
1038
+ activeText?: string | undefined;
993
1039
  inactiveValue?: any;
994
- inactiveLabel?: string | undefined;
1040
+ inactiveText?: string | undefined;
995
1041
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1042
+ tableConfig?: {
1043
+ confirm?: boolean | undefined;
1044
+ loadList?: boolean | undefined;
1045
+ } | undefined;
996
1046
  } | undefined;
997
1047
  select?: {
998
1048
  [x: string]: any;
@@ -1066,12 +1116,17 @@ declare const conf: {
1066
1116
  on?: any;
1067
1117
  } | undefined;
1068
1118
  switch?: {
1119
+ [x: string]: any;
1069
1120
  on?: Record<string, any> | undefined;
1070
1121
  activeValue?: any;
1071
- activeLabel?: string | undefined;
1122
+ activeText?: string | undefined;
1072
1123
  inactiveValue?: any;
1073
- inactiveLabel?: string | undefined;
1124
+ inactiveText?: string | undefined;
1074
1125
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1126
+ tableConfig?: {
1127
+ confirm?: boolean | undefined;
1128
+ loadList?: boolean | undefined;
1129
+ } | undefined;
1075
1130
  } | undefined;
1076
1131
  select?: {
1077
1132
  [x: string]: any;
@@ -1129,12 +1184,17 @@ declare const conf: {
1129
1184
  on?: any;
1130
1185
  } | undefined;
1131
1186
  switch?: {
1187
+ [x: string]: any;
1132
1188
  on?: Record<string, any> | undefined;
1133
1189
  activeValue?: any;
1134
- activeLabel?: string | undefined;
1190
+ activeText?: string | undefined;
1135
1191
  inactiveValue?: any;
1136
- inactiveLabel?: string | undefined;
1192
+ inactiveText?: string | undefined;
1137
1193
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1194
+ tableConfig?: {
1195
+ confirm?: boolean | undefined;
1196
+ loadList?: boolean | undefined;
1197
+ } | undefined;
1138
1198
  } | undefined;
1139
1199
  select?: {
1140
1200
  [x: string]: any;
@@ -1312,12 +1372,17 @@ declare const conf: {
1312
1372
  on?: any;
1313
1373
  } | undefined;
1314
1374
  switch?: {
1375
+ [x: string]: any;
1315
1376
  on?: Record<string, any> | undefined;
1316
1377
  activeValue?: any;
1317
- activeLabel?: string | undefined;
1378
+ activeText?: string | undefined;
1318
1379
  inactiveValue?: any;
1319
- inactiveLabel?: string | undefined;
1380
+ inactiveText?: string | undefined;
1320
1381
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1382
+ tableConfig?: {
1383
+ confirm?: boolean | undefined;
1384
+ loadList?: boolean | undefined;
1385
+ } | undefined;
1321
1386
  } | undefined;
1322
1387
  select?: {
1323
1388
  [x: string]: any;
@@ -1391,12 +1456,17 @@ declare const conf: {
1391
1456
  on?: any;
1392
1457
  } | undefined;
1393
1458
  switch?: {
1459
+ [x: string]: any;
1394
1460
  on?: Record<string, any> | undefined;
1395
1461
  activeValue?: any;
1396
- activeLabel?: string | undefined;
1462
+ activeText?: string | undefined;
1397
1463
  inactiveValue?: any;
1398
- inactiveLabel?: string | undefined;
1464
+ inactiveText?: string | undefined;
1399
1465
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1466
+ tableConfig?: {
1467
+ confirm?: boolean | undefined;
1468
+ loadList?: boolean | undefined;
1469
+ } | undefined;
1400
1470
  } | undefined;
1401
1471
  select?: {
1402
1472
  [x: string]: any;
@@ -1470,12 +1540,17 @@ declare const conf: {
1470
1540
  on?: any;
1471
1541
  } | undefined;
1472
1542
  switch?: {
1543
+ [x: string]: any;
1473
1544
  on?: Record<string, any> | undefined;
1474
1545
  activeValue?: any;
1475
- activeLabel?: string | undefined;
1546
+ activeText?: string | undefined;
1476
1547
  inactiveValue?: any;
1477
- inactiveLabel?: string | undefined;
1548
+ inactiveText?: string | undefined;
1478
1549
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1550
+ tableConfig?: {
1551
+ confirm?: boolean | undefined;
1552
+ loadList?: boolean | undefined;
1553
+ } | undefined;
1479
1554
  } | undefined;
1480
1555
  select?: {
1481
1556
  [x: string]: any;
@@ -1533,12 +1608,17 @@ declare const conf: {
1533
1608
  on?: any;
1534
1609
  } | undefined;
1535
1610
  switch?: {
1611
+ [x: string]: any;
1536
1612
  on?: Record<string, any> | undefined;
1537
1613
  activeValue?: any;
1538
- activeLabel?: string | undefined;
1614
+ activeText?: string | undefined;
1539
1615
  inactiveValue?: any;
1540
- inactiveLabel?: string | undefined;
1616
+ inactiveText?: string | undefined;
1541
1617
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1618
+ tableConfig?: {
1619
+ confirm?: boolean | undefined;
1620
+ loadList?: boolean | undefined;
1621
+ } | undefined;
1542
1622
  } | undefined;
1543
1623
  select?: {
1544
1624
  [x: string]: any;
@@ -1722,12 +1802,17 @@ declare const conf: {
1722
1802
  on?: any;
1723
1803
  } | undefined;
1724
1804
  switch?: {
1805
+ [x: string]: any;
1725
1806
  on?: Record<string, any> | undefined;
1726
1807
  activeValue?: any;
1727
- activeLabel?: string | undefined;
1808
+ activeText?: string | undefined;
1728
1809
  inactiveValue?: any;
1729
- inactiveLabel?: string | undefined;
1810
+ inactiveText?: string | undefined;
1730
1811
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1812
+ tableConfig?: {
1813
+ confirm?: boolean | undefined;
1814
+ loadList?: boolean | undefined;
1815
+ } | undefined;
1731
1816
  } | undefined;
1732
1817
  select?: {
1733
1818
  [x: string]: any;
@@ -1801,12 +1886,17 @@ declare const conf: {
1801
1886
  on?: any;
1802
1887
  } | undefined;
1803
1888
  switch?: {
1889
+ [x: string]: any;
1804
1890
  on?: Record<string, any> | undefined;
1805
1891
  activeValue?: any;
1806
- activeLabel?: string | undefined;
1892
+ activeText?: string | undefined;
1807
1893
  inactiveValue?: any;
1808
- inactiveLabel?: string | undefined;
1894
+ inactiveText?: string | undefined;
1809
1895
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1896
+ tableConfig?: {
1897
+ confirm?: boolean | undefined;
1898
+ loadList?: boolean | undefined;
1899
+ } | undefined;
1810
1900
  } | undefined;
1811
1901
  select?: {
1812
1902
  [x: string]: any;
@@ -1880,12 +1970,17 @@ declare const conf: {
1880
1970
  on?: any;
1881
1971
  } | undefined;
1882
1972
  switch?: {
1973
+ [x: string]: any;
1883
1974
  on?: Record<string, any> | undefined;
1884
1975
  activeValue?: any;
1885
- activeLabel?: string | undefined;
1976
+ activeText?: string | undefined;
1886
1977
  inactiveValue?: any;
1887
- inactiveLabel?: string | undefined;
1978
+ inactiveText?: string | undefined;
1888
1979
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1980
+ tableConfig?: {
1981
+ confirm?: boolean | undefined;
1982
+ loadList?: boolean | undefined;
1983
+ } | undefined;
1889
1984
  } | undefined;
1890
1985
  select?: {
1891
1986
  [x: string]: any;
@@ -1943,12 +2038,17 @@ declare const conf: {
1943
2038
  on?: any;
1944
2039
  } | undefined;
1945
2040
  switch?: {
2041
+ [x: string]: any;
1946
2042
  on?: Record<string, any> | undefined;
1947
2043
  activeValue?: any;
1948
- activeLabel?: string | undefined;
2044
+ activeText?: string | undefined;
1949
2045
  inactiveValue?: any;
1950
- inactiveLabel?: string | undefined;
2046
+ inactiveText?: string | undefined;
1951
2047
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2048
+ tableConfig?: {
2049
+ confirm?: boolean | undefined;
2050
+ loadList?: boolean | undefined;
2051
+ } | undefined;
1952
2052
  } | undefined;
1953
2053
  select?: {
1954
2054
  [x: string]: any;
@@ -2063,11 +2163,6 @@ declare const conf: {
2063
2163
  submit: () => void;
2064
2164
  close: () => void;
2065
2165
  };
2066
- inlineEdit: {
2067
- data: any;
2068
- open: (row: any) => void;
2069
- close: () => void;
2070
- };
2071
2166
  remove: {
2072
2167
  title: string;
2073
2168
  show: boolean;
@@ -2154,12 +2249,17 @@ declare var __VLS_1: {}, __VLS_7: {
2154
2249
  on?: any;
2155
2250
  } | undefined;
2156
2251
  switch?: {
2252
+ [x: string]: any;
2157
2253
  on?: Record<string, any> | undefined;
2158
2254
  activeValue?: any;
2159
- activeLabel?: string | undefined;
2255
+ activeText?: string | undefined;
2160
2256
  inactiveValue?: any;
2161
- inactiveLabel?: string | undefined;
2257
+ inactiveText?: string | undefined;
2162
2258
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2259
+ tableConfig?: {
2260
+ confirm?: boolean | undefined;
2261
+ loadList?: boolean | undefined;
2262
+ } | undefined;
2163
2263
  } | undefined;
2164
2264
  select?: {
2165
2265
  [x: string]: any;
@@ -2233,12 +2333,17 @@ declare var __VLS_1: {}, __VLS_7: {
2233
2333
  on?: any;
2234
2334
  } | undefined;
2235
2335
  switch?: {
2336
+ [x: string]: any;
2236
2337
  on?: Record<string, any> | undefined;
2237
2338
  activeValue?: any;
2238
- activeLabel?: string | undefined;
2339
+ activeText?: string | undefined;
2239
2340
  inactiveValue?: any;
2240
- inactiveLabel?: string | undefined;
2341
+ inactiveText?: string | undefined;
2241
2342
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2343
+ tableConfig?: {
2344
+ confirm?: boolean | undefined;
2345
+ loadList?: boolean | undefined;
2346
+ } | undefined;
2242
2347
  } | undefined;
2243
2348
  select?: {
2244
2349
  [x: string]: any;
@@ -2312,12 +2417,17 @@ declare var __VLS_1: {}, __VLS_7: {
2312
2417
  on?: any;
2313
2418
  } | undefined;
2314
2419
  switch?: {
2420
+ [x: string]: any;
2315
2421
  on?: Record<string, any> | undefined;
2316
2422
  activeValue?: any;
2317
- activeLabel?: string | undefined;
2423
+ activeText?: string | undefined;
2318
2424
  inactiveValue?: any;
2319
- inactiveLabel?: string | undefined;
2425
+ inactiveText?: string | undefined;
2320
2426
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2427
+ tableConfig?: {
2428
+ confirm?: boolean | undefined;
2429
+ loadList?: boolean | undefined;
2430
+ } | undefined;
2321
2431
  } | undefined;
2322
2432
  select?: {
2323
2433
  [x: string]: any;
@@ -2375,12 +2485,17 @@ declare var __VLS_1: {}, __VLS_7: {
2375
2485
  on?: any;
2376
2486
  } | undefined;
2377
2487
  switch?: {
2488
+ [x: string]: any;
2378
2489
  on?: Record<string, any> | undefined;
2379
2490
  activeValue?: any;
2380
- activeLabel?: string | undefined;
2491
+ activeText?: string | undefined;
2381
2492
  inactiveValue?: any;
2382
- inactiveLabel?: string | undefined;
2493
+ inactiveText?: string | undefined;
2383
2494
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2495
+ tableConfig?: {
2496
+ confirm?: boolean | undefined;
2497
+ loadList?: boolean | undefined;
2498
+ } | undefined;
2384
2499
  } | undefined;
2385
2500
  select?: {
2386
2501
  [x: string]: any;
@@ -2652,12 +2767,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2652
2767
  on?: any;
2653
2768
  } | undefined;
2654
2769
  switch?: {
2770
+ [x: string]: any;
2655
2771
  on?: Record<string, any> | undefined;
2656
2772
  activeValue?: any;
2657
- activeLabel?: string | undefined;
2773
+ activeText?: string | undefined;
2658
2774
  inactiveValue?: any;
2659
- inactiveLabel?: string | undefined;
2775
+ inactiveText?: string | undefined;
2660
2776
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2777
+ tableConfig?: {
2778
+ confirm?: boolean | undefined;
2779
+ loadList?: boolean | undefined;
2780
+ } | undefined;
2661
2781
  } | undefined;
2662
2782
  select?: {
2663
2783
  [x: string]: any;
@@ -2731,12 +2851,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2731
2851
  on?: any;
2732
2852
  } | undefined;
2733
2853
  switch?: {
2854
+ [x: string]: any;
2734
2855
  on?: Record<string, any> | undefined;
2735
2856
  activeValue?: any;
2736
- activeLabel?: string | undefined;
2857
+ activeText?: string | undefined;
2737
2858
  inactiveValue?: any;
2738
- inactiveLabel?: string | undefined;
2859
+ inactiveText?: string | undefined;
2739
2860
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2861
+ tableConfig?: {
2862
+ confirm?: boolean | undefined;
2863
+ loadList?: boolean | undefined;
2864
+ } | undefined;
2740
2865
  } | undefined;
2741
2866
  select?: {
2742
2867
  [x: string]: any;
@@ -2810,12 +2935,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2810
2935
  on?: any;
2811
2936
  } | undefined;
2812
2937
  switch?: {
2938
+ [x: string]: any;
2813
2939
  on?: Record<string, any> | undefined;
2814
2940
  activeValue?: any;
2815
- activeLabel?: string | undefined;
2941
+ activeText?: string | undefined;
2816
2942
  inactiveValue?: any;
2817
- inactiveLabel?: string | undefined;
2943
+ inactiveText?: string | undefined;
2818
2944
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
2945
+ tableConfig?: {
2946
+ confirm?: boolean | undefined;
2947
+ loadList?: boolean | undefined;
2948
+ } | undefined;
2819
2949
  } | undefined;
2820
2950
  select?: {
2821
2951
  [x: string]: any;
@@ -2873,12 +3003,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2873
3003
  on?: any;
2874
3004
  } | undefined;
2875
3005
  switch?: {
3006
+ [x: string]: any;
2876
3007
  on?: Record<string, any> | undefined;
2877
3008
  activeValue?: any;
2878
- activeLabel?: string | undefined;
3009
+ activeText?: string | undefined;
2879
3010
  inactiveValue?: any;
2880
- inactiveLabel?: string | undefined;
3011
+ inactiveText?: string | undefined;
2881
3012
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3013
+ tableConfig?: {
3014
+ confirm?: boolean | undefined;
3015
+ loadList?: boolean | undefined;
3016
+ } | undefined;
2882
3017
  } | undefined;
2883
3018
  select?: {
2884
3019
  [x: string]: any;
@@ -3077,12 +3212,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3077
3212
  on?: any;
3078
3213
  } | undefined;
3079
3214
  switch?: {
3215
+ [x: string]: any;
3080
3216
  on?: Record<string, any> | undefined;
3081
3217
  activeValue?: any;
3082
- activeLabel?: string | undefined;
3218
+ activeText?: string | undefined;
3083
3219
  inactiveValue?: any;
3084
- inactiveLabel?: string | undefined;
3220
+ inactiveText?: string | undefined;
3085
3221
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3222
+ tableConfig?: {
3223
+ confirm?: boolean | undefined;
3224
+ loadList?: boolean | undefined;
3225
+ } | undefined;
3086
3226
  } | undefined;
3087
3227
  select?: {
3088
3228
  [x: string]: any;
@@ -3156,12 +3296,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3156
3296
  on?: any;
3157
3297
  } | undefined;
3158
3298
  switch?: {
3299
+ [x: string]: any;
3159
3300
  on?: Record<string, any> | undefined;
3160
3301
  activeValue?: any;
3161
- activeLabel?: string | undefined;
3302
+ activeText?: string | undefined;
3162
3303
  inactiveValue?: any;
3163
- inactiveLabel?: string | undefined;
3304
+ inactiveText?: string | undefined;
3164
3305
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3306
+ tableConfig?: {
3307
+ confirm?: boolean | undefined;
3308
+ loadList?: boolean | undefined;
3309
+ } | undefined;
3165
3310
  } | undefined;
3166
3311
  select?: {
3167
3312
  [x: string]: any;
@@ -3235,12 +3380,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3235
3380
  on?: any;
3236
3381
  } | undefined;
3237
3382
  switch?: {
3383
+ [x: string]: any;
3238
3384
  on?: Record<string, any> | undefined;
3239
3385
  activeValue?: any;
3240
- activeLabel?: string | undefined;
3386
+ activeText?: string | undefined;
3241
3387
  inactiveValue?: any;
3242
- inactiveLabel?: string | undefined;
3388
+ inactiveText?: string | undefined;
3243
3389
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3390
+ tableConfig?: {
3391
+ confirm?: boolean | undefined;
3392
+ loadList?: boolean | undefined;
3393
+ } | undefined;
3244
3394
  } | undefined;
3245
3395
  select?: {
3246
3396
  [x: string]: any;
@@ -3298,12 +3448,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3298
3448
  on?: any;
3299
3449
  } | undefined;
3300
3450
  switch?: {
3451
+ [x: string]: any;
3301
3452
  on?: Record<string, any> | undefined;
3302
3453
  activeValue?: any;
3303
- activeLabel?: string | undefined;
3454
+ activeText?: string | undefined;
3304
3455
  inactiveValue?: any;
3305
- inactiveLabel?: string | undefined;
3456
+ inactiveText?: string | undefined;
3306
3457
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3458
+ tableConfig?: {
3459
+ confirm?: boolean | undefined;
3460
+ loadList?: boolean | undefined;
3461
+ } | undefined;
3307
3462
  } | undefined;
3308
3463
  select?: {
3309
3464
  [x: string]: any;
@@ -3459,12 +3614,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3459
3614
  on?: any;
3460
3615
  } | undefined;
3461
3616
  switch?: {
3617
+ [x: string]: any;
3462
3618
  on?: Record<string, any> | undefined;
3463
3619
  activeValue?: any;
3464
- activeLabel?: string | undefined;
3620
+ activeText?: string | undefined;
3465
3621
  inactiveValue?: any;
3466
- inactiveLabel?: string | undefined;
3622
+ inactiveText?: string | undefined;
3467
3623
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3624
+ tableConfig?: {
3625
+ confirm?: boolean | undefined;
3626
+ loadList?: boolean | undefined;
3627
+ } | undefined;
3468
3628
  } | undefined;
3469
3629
  select?: {
3470
3630
  [x: string]: any;
@@ -3538,12 +3698,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3538
3698
  on?: any;
3539
3699
  } | undefined;
3540
3700
  switch?: {
3701
+ [x: string]: any;
3541
3702
  on?: Record<string, any> | undefined;
3542
3703
  activeValue?: any;
3543
- activeLabel?: string | undefined;
3704
+ activeText?: string | undefined;
3544
3705
  inactiveValue?: any;
3545
- inactiveLabel?: string | undefined;
3706
+ inactiveText?: string | undefined;
3546
3707
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3708
+ tableConfig?: {
3709
+ confirm?: boolean | undefined;
3710
+ loadList?: boolean | undefined;
3711
+ } | undefined;
3547
3712
  } | undefined;
3548
3713
  select?: {
3549
3714
  [x: string]: any;
@@ -3617,12 +3782,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3617
3782
  on?: any;
3618
3783
  } | undefined;
3619
3784
  switch?: {
3785
+ [x: string]: any;
3620
3786
  on?: Record<string, any> | undefined;
3621
3787
  activeValue?: any;
3622
- activeLabel?: string | undefined;
3788
+ activeText?: string | undefined;
3623
3789
  inactiveValue?: any;
3624
- inactiveLabel?: string | undefined;
3790
+ inactiveText?: string | undefined;
3625
3791
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3792
+ tableConfig?: {
3793
+ confirm?: boolean | undefined;
3794
+ loadList?: boolean | undefined;
3795
+ } | undefined;
3626
3796
  } | undefined;
3627
3797
  select?: {
3628
3798
  [x: string]: any;
@@ -3680,12 +3850,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3680
3850
  on?: any;
3681
3851
  } | undefined;
3682
3852
  switch?: {
3853
+ [x: string]: any;
3683
3854
  on?: Record<string, any> | undefined;
3684
3855
  activeValue?: any;
3685
- activeLabel?: string | undefined;
3856
+ activeText?: string | undefined;
3686
3857
  inactiveValue?: any;
3687
- inactiveLabel?: string | undefined;
3858
+ inactiveText?: string | undefined;
3688
3859
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
3860
+ tableConfig?: {
3861
+ confirm?: boolean | undefined;
3862
+ loadList?: boolean | undefined;
3863
+ } | undefined;
3689
3864
  } | undefined;
3690
3865
  select?: {
3691
3866
  [x: string]: any;
@@ -3863,12 +4038,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3863
4038
  on?: any;
3864
4039
  } | undefined;
3865
4040
  switch?: {
4041
+ [x: string]: any;
3866
4042
  on?: Record<string, any> | undefined;
3867
4043
  activeValue?: any;
3868
- activeLabel?: string | undefined;
4044
+ activeText?: string | undefined;
3869
4045
  inactiveValue?: any;
3870
- inactiveLabel?: string | undefined;
4046
+ inactiveText?: string | undefined;
3871
4047
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4048
+ tableConfig?: {
4049
+ confirm?: boolean | undefined;
4050
+ loadList?: boolean | undefined;
4051
+ } | undefined;
3872
4052
  } | undefined;
3873
4053
  select?: {
3874
4054
  [x: string]: any;
@@ -3942,12 +4122,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
3942
4122
  on?: any;
3943
4123
  } | undefined;
3944
4124
  switch?: {
4125
+ [x: string]: any;
3945
4126
  on?: Record<string, any> | undefined;
3946
4127
  activeValue?: any;
3947
- activeLabel?: string | undefined;
4128
+ activeText?: string | undefined;
3948
4129
  inactiveValue?: any;
3949
- inactiveLabel?: string | undefined;
4130
+ inactiveText?: string | undefined;
3950
4131
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4132
+ tableConfig?: {
4133
+ confirm?: boolean | undefined;
4134
+ loadList?: boolean | undefined;
4135
+ } | undefined;
3951
4136
  } | undefined;
3952
4137
  select?: {
3953
4138
  [x: string]: any;
@@ -4021,12 +4206,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4021
4206
  on?: any;
4022
4207
  } | undefined;
4023
4208
  switch?: {
4209
+ [x: string]: any;
4024
4210
  on?: Record<string, any> | undefined;
4025
4211
  activeValue?: any;
4026
- activeLabel?: string | undefined;
4212
+ activeText?: string | undefined;
4027
4213
  inactiveValue?: any;
4028
- inactiveLabel?: string | undefined;
4214
+ inactiveText?: string | undefined;
4029
4215
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4216
+ tableConfig?: {
4217
+ confirm?: boolean | undefined;
4218
+ loadList?: boolean | undefined;
4219
+ } | undefined;
4030
4220
  } | undefined;
4031
4221
  select?: {
4032
4222
  [x: string]: any;
@@ -4084,12 +4274,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4084
4274
  on?: any;
4085
4275
  } | undefined;
4086
4276
  switch?: {
4277
+ [x: string]: any;
4087
4278
  on?: Record<string, any> | undefined;
4088
4279
  activeValue?: any;
4089
- activeLabel?: string | undefined;
4280
+ activeText?: string | undefined;
4090
4281
  inactiveValue?: any;
4091
- inactiveLabel?: string | undefined;
4282
+ inactiveText?: string | undefined;
4092
4283
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4284
+ tableConfig?: {
4285
+ confirm?: boolean | undefined;
4286
+ loadList?: boolean | undefined;
4287
+ } | undefined;
4093
4288
  } | undefined;
4094
4289
  select?: {
4095
4290
  [x: string]: any;
@@ -4273,12 +4468,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4273
4468
  on?: any;
4274
4469
  } | undefined;
4275
4470
  switch?: {
4471
+ [x: string]: any;
4276
4472
  on?: Record<string, any> | undefined;
4277
4473
  activeValue?: any;
4278
- activeLabel?: string | undefined;
4474
+ activeText?: string | undefined;
4279
4475
  inactiveValue?: any;
4280
- inactiveLabel?: string | undefined;
4476
+ inactiveText?: string | undefined;
4281
4477
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4478
+ tableConfig?: {
4479
+ confirm?: boolean | undefined;
4480
+ loadList?: boolean | undefined;
4481
+ } | undefined;
4282
4482
  } | undefined;
4283
4483
  select?: {
4284
4484
  [x: string]: any;
@@ -4352,12 +4552,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4352
4552
  on?: any;
4353
4553
  } | undefined;
4354
4554
  switch?: {
4555
+ [x: string]: any;
4355
4556
  on?: Record<string, any> | undefined;
4356
4557
  activeValue?: any;
4357
- activeLabel?: string | undefined;
4558
+ activeText?: string | undefined;
4358
4559
  inactiveValue?: any;
4359
- inactiveLabel?: string | undefined;
4560
+ inactiveText?: string | undefined;
4360
4561
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4562
+ tableConfig?: {
4563
+ confirm?: boolean | undefined;
4564
+ loadList?: boolean | undefined;
4565
+ } | undefined;
4361
4566
  } | undefined;
4362
4567
  select?: {
4363
4568
  [x: string]: any;
@@ -4431,12 +4636,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4431
4636
  on?: any;
4432
4637
  } | undefined;
4433
4638
  switch?: {
4639
+ [x: string]: any;
4434
4640
  on?: Record<string, any> | undefined;
4435
4641
  activeValue?: any;
4436
- activeLabel?: string | undefined;
4642
+ activeText?: string | undefined;
4437
4643
  inactiveValue?: any;
4438
- inactiveLabel?: string | undefined;
4644
+ inactiveText?: string | undefined;
4439
4645
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4646
+ tableConfig?: {
4647
+ confirm?: boolean | undefined;
4648
+ loadList?: boolean | undefined;
4649
+ } | undefined;
4440
4650
  } | undefined;
4441
4651
  select?: {
4442
4652
  [x: string]: any;
@@ -4494,12 +4704,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4494
4704
  on?: any;
4495
4705
  } | undefined;
4496
4706
  switch?: {
4707
+ [x: string]: any;
4497
4708
  on?: Record<string, any> | undefined;
4498
4709
  activeValue?: any;
4499
- activeLabel?: string | undefined;
4710
+ activeText?: string | undefined;
4500
4711
  inactiveValue?: any;
4501
- inactiveLabel?: string | undefined;
4712
+ inactiveText?: string | undefined;
4502
4713
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
4714
+ tableConfig?: {
4715
+ confirm?: boolean | undefined;
4716
+ loadList?: boolean | undefined;
4717
+ } | undefined;
4503
4718
  } | undefined;
4504
4719
  select?: {
4505
4720
  [x: string]: any;
@@ -4614,11 +4829,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
4614
4829
  submit: () => void;
4615
4830
  close: () => void;
4616
4831
  };
4617
- inlineEdit: {
4618
- data: any;
4619
- open: (row: any) => void;
4620
- close: () => void;
4621
- };
4622
4832
  remove: {
4623
4833
  title: string;
4624
4834
  show: boolean;