cc1-form 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,12 +57,19 @@ declare var __VLS_7: string, __VLS_8: {
57
57
  on?: any;
58
58
  } | undefined;
59
59
  switch?: {
60
+ [x: string]: any;
60
61
  on?: Record<string, any> | undefined;
61
62
  activeValue?: any;
62
- activeLabel?: string | undefined;
63
+ activeText?: string | undefined;
63
64
  inactiveValue?: any;
64
- inactiveLabel?: string | undefined;
65
+ inactiveText?: string | undefined;
65
66
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
67
+ tableConfig?: {
68
+ change?: boolean | undefined;
69
+ confirm?: boolean | undefined;
70
+ loadList?: boolean | undefined;
71
+ api?: ((data: any) => any) | undefined;
72
+ } | undefined;
66
73
  } | undefined;
67
74
  select?: {
68
75
  [x: string]: any;
@@ -136,12 +143,19 @@ declare var __VLS_7: string, __VLS_8: {
136
143
  on?: any;
137
144
  } | undefined;
138
145
  switch?: {
146
+ [x: string]: any;
139
147
  on?: Record<string, any> | undefined;
140
148
  activeValue?: any;
141
- activeLabel?: string | undefined;
149
+ activeText?: string | undefined;
142
150
  inactiveValue?: any;
143
- inactiveLabel?: string | undefined;
151
+ inactiveText?: string | undefined;
144
152
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
153
+ tableConfig?: {
154
+ change?: boolean | undefined;
155
+ confirm?: boolean | undefined;
156
+ loadList?: boolean | undefined;
157
+ api?: ((data: any) => any) | undefined;
158
+ } | undefined;
145
159
  } | undefined;
146
160
  select?: {
147
161
  [x: string]: any;
@@ -215,12 +229,19 @@ declare var __VLS_7: string, __VLS_8: {
215
229
  on?: any;
216
230
  } | undefined;
217
231
  switch?: {
232
+ [x: string]: any;
218
233
  on?: Record<string, any> | undefined;
219
234
  activeValue?: any;
220
- activeLabel?: string | undefined;
235
+ activeText?: string | undefined;
221
236
  inactiveValue?: any;
222
- inactiveLabel?: string | undefined;
237
+ inactiveText?: string | undefined;
223
238
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
239
+ tableConfig?: {
240
+ change?: boolean | undefined;
241
+ confirm?: boolean | undefined;
242
+ loadList?: boolean | undefined;
243
+ api?: ((data: any) => any) | undefined;
244
+ } | undefined;
224
245
  } | undefined;
225
246
  select?: {
226
247
  [x: string]: any;
@@ -278,12 +299,19 @@ declare var __VLS_7: string, __VLS_8: {
278
299
  on?: any;
279
300
  } | undefined;
280
301
  switch?: {
302
+ [x: string]: any;
281
303
  on?: Record<string, any> | undefined;
282
304
  activeValue?: any;
283
- activeLabel?: string | undefined;
305
+ activeText?: string | undefined;
284
306
  inactiveValue?: any;
285
- inactiveLabel?: string | undefined;
307
+ inactiveText?: string | undefined;
286
308
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
309
+ tableConfig?: {
310
+ change?: boolean | undefined;
311
+ confirm?: boolean | undefined;
312
+ loadList?: boolean | undefined;
313
+ api?: ((data: any) => any) | undefined;
314
+ } | undefined;
287
315
  } | undefined;
288
316
  select?: {
289
317
  [x: string]: any;
@@ -429,12 +457,19 @@ declare var __VLS_7: string, __VLS_8: {
429
457
  on?: any;
430
458
  } | undefined;
431
459
  switch?: {
460
+ [x: string]: any;
432
461
  on?: Record<string, any> | undefined;
433
462
  activeValue?: any;
434
- activeLabel?: string | undefined;
463
+ activeText?: string | undefined;
435
464
  inactiveValue?: any;
436
- inactiveLabel?: string | undefined;
465
+ inactiveText?: string | undefined;
437
466
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
467
+ tableConfig?: {
468
+ change?: boolean | undefined;
469
+ confirm?: boolean | undefined;
470
+ loadList?: boolean | undefined;
471
+ api?: ((data: any) => any) | undefined;
472
+ } | undefined;
438
473
  } | undefined;
439
474
  select?: {
440
475
  [x: string]: any;
@@ -508,12 +543,19 @@ declare var __VLS_7: string, __VLS_8: {
508
543
  on?: any;
509
544
  } | undefined;
510
545
  switch?: {
546
+ [x: string]: any;
511
547
  on?: Record<string, any> | undefined;
512
548
  activeValue?: any;
513
- activeLabel?: string | undefined;
549
+ activeText?: string | undefined;
514
550
  inactiveValue?: any;
515
- inactiveLabel?: string | undefined;
551
+ inactiveText?: string | undefined;
516
552
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
553
+ tableConfig?: {
554
+ change?: boolean | undefined;
555
+ confirm?: boolean | undefined;
556
+ loadList?: boolean | undefined;
557
+ api?: ((data: any) => any) | undefined;
558
+ } | undefined;
517
559
  } | undefined;
518
560
  select?: {
519
561
  [x: string]: any;
@@ -587,12 +629,19 @@ declare var __VLS_7: string, __VLS_8: {
587
629
  on?: any;
588
630
  } | undefined;
589
631
  switch?: {
632
+ [x: string]: any;
590
633
  on?: Record<string, any> | undefined;
591
634
  activeValue?: any;
592
- activeLabel?: string | undefined;
635
+ activeText?: string | undefined;
593
636
  inactiveValue?: any;
594
- inactiveLabel?: string | undefined;
637
+ inactiveText?: string | undefined;
595
638
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
639
+ tableConfig?: {
640
+ change?: boolean | undefined;
641
+ confirm?: boolean | undefined;
642
+ loadList?: boolean | undefined;
643
+ api?: ((data: any) => any) | undefined;
644
+ } | undefined;
596
645
  } | undefined;
597
646
  select?: {
598
647
  [x: string]: any;
@@ -650,12 +699,19 @@ declare var __VLS_7: string, __VLS_8: {
650
699
  on?: any;
651
700
  } | undefined;
652
701
  switch?: {
702
+ [x: string]: any;
653
703
  on?: Record<string, any> | undefined;
654
704
  activeValue?: any;
655
- activeLabel?: string | undefined;
705
+ activeText?: string | undefined;
656
706
  inactiveValue?: any;
657
- inactiveLabel?: string | undefined;
707
+ inactiveText?: string | undefined;
658
708
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
709
+ tableConfig?: {
710
+ change?: boolean | undefined;
711
+ confirm?: boolean | undefined;
712
+ loadList?: boolean | undefined;
713
+ api?: ((data: any) => any) | undefined;
714
+ } | undefined;
659
715
  } | undefined;
660
716
  select?: {
661
717
  [x: string]: any;
@@ -801,12 +857,19 @@ declare var __VLS_7: string, __VLS_8: {
801
857
  on?: any;
802
858
  } | undefined;
803
859
  switch?: {
860
+ [x: string]: any;
804
861
  on?: Record<string, any> | undefined;
805
862
  activeValue?: any;
806
- activeLabel?: string | undefined;
863
+ activeText?: string | undefined;
807
864
  inactiveValue?: any;
808
- inactiveLabel?: string | undefined;
865
+ inactiveText?: string | undefined;
809
866
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
867
+ tableConfig?: {
868
+ change?: boolean | undefined;
869
+ confirm?: boolean | undefined;
870
+ loadList?: boolean | undefined;
871
+ api?: ((data: any) => any) | undefined;
872
+ } | undefined;
810
873
  } | undefined;
811
874
  select?: {
812
875
  [x: string]: any;
@@ -880,12 +943,19 @@ declare var __VLS_7: string, __VLS_8: {
880
943
  on?: any;
881
944
  } | undefined;
882
945
  switch?: {
946
+ [x: string]: any;
883
947
  on?: Record<string, any> | undefined;
884
948
  activeValue?: any;
885
- activeLabel?: string | undefined;
949
+ activeText?: string | undefined;
886
950
  inactiveValue?: any;
887
- inactiveLabel?: string | undefined;
951
+ inactiveText?: string | undefined;
888
952
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
953
+ tableConfig?: {
954
+ change?: boolean | undefined;
955
+ confirm?: boolean | undefined;
956
+ loadList?: boolean | undefined;
957
+ api?: ((data: any) => any) | undefined;
958
+ } | undefined;
889
959
  } | undefined;
890
960
  select?: {
891
961
  [x: string]: any;
@@ -959,12 +1029,19 @@ declare var __VLS_7: string, __VLS_8: {
959
1029
  on?: any;
960
1030
  } | undefined;
961
1031
  switch?: {
1032
+ [x: string]: any;
962
1033
  on?: Record<string, any> | undefined;
963
1034
  activeValue?: any;
964
- activeLabel?: string | undefined;
1035
+ activeText?: string | undefined;
965
1036
  inactiveValue?: any;
966
- inactiveLabel?: string | undefined;
1037
+ inactiveText?: string | undefined;
967
1038
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1039
+ tableConfig?: {
1040
+ change?: boolean | undefined;
1041
+ confirm?: boolean | undefined;
1042
+ loadList?: boolean | undefined;
1043
+ api?: ((data: any) => any) | undefined;
1044
+ } | undefined;
968
1045
  } | undefined;
969
1046
  select?: {
970
1047
  [x: string]: any;
@@ -1022,12 +1099,19 @@ declare var __VLS_7: string, __VLS_8: {
1022
1099
  on?: any;
1023
1100
  } | undefined;
1024
1101
  switch?: {
1102
+ [x: string]: any;
1025
1103
  on?: Record<string, any> | undefined;
1026
1104
  activeValue?: any;
1027
- activeLabel?: string | undefined;
1105
+ activeText?: string | undefined;
1028
1106
  inactiveValue?: any;
1029
- inactiveLabel?: string | undefined;
1107
+ inactiveText?: string | undefined;
1030
1108
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1109
+ tableConfig?: {
1110
+ change?: boolean | undefined;
1111
+ confirm?: boolean | undefined;
1112
+ loadList?: boolean | undefined;
1113
+ api?: ((data: any) => any) | undefined;
1114
+ } | undefined;
1031
1115
  } | undefined;
1032
1116
  select?: {
1033
1117
  [x: string]: any;
@@ -1173,12 +1257,19 @@ declare var __VLS_7: string, __VLS_8: {
1173
1257
  on?: any;
1174
1258
  } | undefined;
1175
1259
  switch?: {
1260
+ [x: string]: any;
1176
1261
  on?: Record<string, any> | undefined;
1177
1262
  activeValue?: any;
1178
- activeLabel?: string | undefined;
1263
+ activeText?: string | undefined;
1179
1264
  inactiveValue?: any;
1180
- inactiveLabel?: string | undefined;
1265
+ inactiveText?: string | undefined;
1181
1266
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1267
+ tableConfig?: {
1268
+ change?: boolean | undefined;
1269
+ confirm?: boolean | undefined;
1270
+ loadList?: boolean | undefined;
1271
+ api?: ((data: any) => any) | undefined;
1272
+ } | undefined;
1182
1273
  } | undefined;
1183
1274
  select?: {
1184
1275
  [x: string]: any;
@@ -1252,12 +1343,19 @@ declare var __VLS_7: string, __VLS_8: {
1252
1343
  on?: any;
1253
1344
  } | undefined;
1254
1345
  switch?: {
1346
+ [x: string]: any;
1255
1347
  on?: Record<string, any> | undefined;
1256
1348
  activeValue?: any;
1257
- activeLabel?: string | undefined;
1349
+ activeText?: string | undefined;
1258
1350
  inactiveValue?: any;
1259
- inactiveLabel?: string | undefined;
1351
+ inactiveText?: string | undefined;
1260
1352
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1353
+ tableConfig?: {
1354
+ change?: boolean | undefined;
1355
+ confirm?: boolean | undefined;
1356
+ loadList?: boolean | undefined;
1357
+ api?: ((data: any) => any) | undefined;
1358
+ } | undefined;
1261
1359
  } | undefined;
1262
1360
  select?: {
1263
1361
  [x: string]: any;
@@ -1331,12 +1429,19 @@ declare var __VLS_7: string, __VLS_8: {
1331
1429
  on?: any;
1332
1430
  } | undefined;
1333
1431
  switch?: {
1432
+ [x: string]: any;
1334
1433
  on?: Record<string, any> | undefined;
1335
1434
  activeValue?: any;
1336
- activeLabel?: string | undefined;
1435
+ activeText?: string | undefined;
1337
1436
  inactiveValue?: any;
1338
- inactiveLabel?: string | undefined;
1437
+ inactiveText?: string | undefined;
1339
1438
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1439
+ tableConfig?: {
1440
+ change?: boolean | undefined;
1441
+ confirm?: boolean | undefined;
1442
+ loadList?: boolean | undefined;
1443
+ api?: ((data: any) => any) | undefined;
1444
+ } | undefined;
1340
1445
  } | undefined;
1341
1446
  select?: {
1342
1447
  [x: string]: any;
@@ -1394,12 +1499,19 @@ declare var __VLS_7: string, __VLS_8: {
1394
1499
  on?: any;
1395
1500
  } | undefined;
1396
1501
  switch?: {
1502
+ [x: string]: any;
1397
1503
  on?: Record<string, any> | undefined;
1398
1504
  activeValue?: any;
1399
- activeLabel?: string | undefined;
1505
+ activeText?: string | undefined;
1400
1506
  inactiveValue?: any;
1401
- inactiveLabel?: string | undefined;
1507
+ inactiveText?: string | undefined;
1402
1508
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1509
+ tableConfig?: {
1510
+ change?: boolean | undefined;
1511
+ confirm?: boolean | undefined;
1512
+ loadList?: boolean | undefined;
1513
+ api?: ((data: any) => any) | undefined;
1514
+ } | undefined;
1403
1515
  } | undefined;
1404
1516
  select?: {
1405
1517
  [x: string]: any;
@@ -1545,12 +1657,19 @@ declare var __VLS_7: string, __VLS_8: {
1545
1657
  on?: any;
1546
1658
  } | undefined;
1547
1659
  switch?: {
1660
+ [x: string]: any;
1548
1661
  on?: Record<string, any> | undefined;
1549
1662
  activeValue?: any;
1550
- activeLabel?: string | undefined;
1663
+ activeText?: string | undefined;
1551
1664
  inactiveValue?: any;
1552
- inactiveLabel?: string | undefined;
1665
+ inactiveText?: string | undefined;
1553
1666
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1667
+ tableConfig?: {
1668
+ change?: boolean | undefined;
1669
+ confirm?: boolean | undefined;
1670
+ loadList?: boolean | undefined;
1671
+ api?: ((data: any) => any) | undefined;
1672
+ } | undefined;
1554
1673
  } | undefined;
1555
1674
  select?: {
1556
1675
  [x: string]: any;
@@ -1624,12 +1743,19 @@ declare var __VLS_7: string, __VLS_8: {
1624
1743
  on?: any;
1625
1744
  } | undefined;
1626
1745
  switch?: {
1746
+ [x: string]: any;
1627
1747
  on?: Record<string, any> | undefined;
1628
1748
  activeValue?: any;
1629
- activeLabel?: string | undefined;
1749
+ activeText?: string | undefined;
1630
1750
  inactiveValue?: any;
1631
- inactiveLabel?: string | undefined;
1751
+ inactiveText?: string | undefined;
1632
1752
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1753
+ tableConfig?: {
1754
+ change?: boolean | undefined;
1755
+ confirm?: boolean | undefined;
1756
+ loadList?: boolean | undefined;
1757
+ api?: ((data: any) => any) | undefined;
1758
+ } | undefined;
1633
1759
  } | undefined;
1634
1760
  select?: {
1635
1761
  [x: string]: any;
@@ -1703,12 +1829,19 @@ declare var __VLS_7: string, __VLS_8: {
1703
1829
  on?: any;
1704
1830
  } | undefined;
1705
1831
  switch?: {
1832
+ [x: string]: any;
1706
1833
  on?: Record<string, any> | undefined;
1707
1834
  activeValue?: any;
1708
- activeLabel?: string | undefined;
1835
+ activeText?: string | undefined;
1709
1836
  inactiveValue?: any;
1710
- inactiveLabel?: string | undefined;
1837
+ inactiveText?: string | undefined;
1711
1838
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1839
+ tableConfig?: {
1840
+ change?: boolean | undefined;
1841
+ confirm?: boolean | undefined;
1842
+ loadList?: boolean | undefined;
1843
+ api?: ((data: any) => any) | undefined;
1844
+ } | undefined;
1712
1845
  } | undefined;
1713
1846
  select?: {
1714
1847
  [x: string]: any;
@@ -1766,12 +1899,19 @@ declare var __VLS_7: string, __VLS_8: {
1766
1899
  on?: any;
1767
1900
  } | undefined;
1768
1901
  switch?: {
1902
+ [x: string]: any;
1769
1903
  on?: Record<string, any> | undefined;
1770
1904
  activeValue?: any;
1771
- activeLabel?: string | undefined;
1905
+ activeText?: string | undefined;
1772
1906
  inactiveValue?: any;
1773
- inactiveLabel?: string | undefined;
1907
+ inactiveText?: string | undefined;
1774
1908
  tableBeforeChange?: ((key: string, data: any) => any) | undefined;
1909
+ tableConfig?: {
1910
+ change?: boolean | undefined;
1911
+ confirm?: boolean | undefined;
1912
+ loadList?: boolean | undefined;
1913
+ api?: ((data: any) => any) | undefined;
1914
+ } | undefined;
1775
1915
  } | undefined;
1776
1916
  select?: {
1777
1917
  [x: string]: any;