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.
- package/dist/cc1-form.js +442 -443
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +196 -70
- package/dist/components/TCurd/formColumn.vue.d.ts +140 -40
- package/dist/components/TCurd/index.d.ts +140 -45
- package/dist/components/TCurd/index.vue.d.ts +308 -98
- package/dist/components/TCurd/indexType.d.ts +12 -4
- package/dist/utils/TFormConfig.d.ts +4 -0
- package/package.json +1 -1
|
@@ -57,12 +57,17 @@ 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
|
-
|
|
63
|
+
activeText?: string | undefined;
|
|
63
64
|
inactiveValue?: any;
|
|
64
|
-
|
|
65
|
+
inactiveText?: string | undefined;
|
|
65
66
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
67
|
+
tableConfig?: {
|
|
68
|
+
confirm?: boolean | undefined;
|
|
69
|
+
loadList?: boolean | undefined;
|
|
70
|
+
} | undefined;
|
|
66
71
|
} | undefined;
|
|
67
72
|
select?: {
|
|
68
73
|
[x: string]: any;
|
|
@@ -136,12 +141,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
136
141
|
on?: any;
|
|
137
142
|
} | undefined;
|
|
138
143
|
switch?: {
|
|
144
|
+
[x: string]: any;
|
|
139
145
|
on?: Record<string, any> | undefined;
|
|
140
146
|
activeValue?: any;
|
|
141
|
-
|
|
147
|
+
activeText?: string | undefined;
|
|
142
148
|
inactiveValue?: any;
|
|
143
|
-
|
|
149
|
+
inactiveText?: string | undefined;
|
|
144
150
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
151
|
+
tableConfig?: {
|
|
152
|
+
confirm?: boolean | undefined;
|
|
153
|
+
loadList?: boolean | undefined;
|
|
154
|
+
} | undefined;
|
|
145
155
|
} | undefined;
|
|
146
156
|
select?: {
|
|
147
157
|
[x: string]: any;
|
|
@@ -215,12 +225,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
215
225
|
on?: any;
|
|
216
226
|
} | undefined;
|
|
217
227
|
switch?: {
|
|
228
|
+
[x: string]: any;
|
|
218
229
|
on?: Record<string, any> | undefined;
|
|
219
230
|
activeValue?: any;
|
|
220
|
-
|
|
231
|
+
activeText?: string | undefined;
|
|
221
232
|
inactiveValue?: any;
|
|
222
|
-
|
|
233
|
+
inactiveText?: string | undefined;
|
|
223
234
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
235
|
+
tableConfig?: {
|
|
236
|
+
confirm?: boolean | undefined;
|
|
237
|
+
loadList?: boolean | undefined;
|
|
238
|
+
} | undefined;
|
|
224
239
|
} | undefined;
|
|
225
240
|
select?: {
|
|
226
241
|
[x: string]: any;
|
|
@@ -278,12 +293,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
278
293
|
on?: any;
|
|
279
294
|
} | undefined;
|
|
280
295
|
switch?: {
|
|
296
|
+
[x: string]: any;
|
|
281
297
|
on?: Record<string, any> | undefined;
|
|
282
298
|
activeValue?: any;
|
|
283
|
-
|
|
299
|
+
activeText?: string | undefined;
|
|
284
300
|
inactiveValue?: any;
|
|
285
|
-
|
|
301
|
+
inactiveText?: string | undefined;
|
|
286
302
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
303
|
+
tableConfig?: {
|
|
304
|
+
confirm?: boolean | undefined;
|
|
305
|
+
loadList?: boolean | undefined;
|
|
306
|
+
} | undefined;
|
|
287
307
|
} | undefined;
|
|
288
308
|
select?: {
|
|
289
309
|
[x: string]: any;
|
|
@@ -429,12 +449,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
429
449
|
on?: any;
|
|
430
450
|
} | undefined;
|
|
431
451
|
switch?: {
|
|
452
|
+
[x: string]: any;
|
|
432
453
|
on?: Record<string, any> | undefined;
|
|
433
454
|
activeValue?: any;
|
|
434
|
-
|
|
455
|
+
activeText?: string | undefined;
|
|
435
456
|
inactiveValue?: any;
|
|
436
|
-
|
|
457
|
+
inactiveText?: string | undefined;
|
|
437
458
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
459
|
+
tableConfig?: {
|
|
460
|
+
confirm?: boolean | undefined;
|
|
461
|
+
loadList?: boolean | undefined;
|
|
462
|
+
} | undefined;
|
|
438
463
|
} | undefined;
|
|
439
464
|
select?: {
|
|
440
465
|
[x: string]: any;
|
|
@@ -508,12 +533,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
508
533
|
on?: any;
|
|
509
534
|
} | undefined;
|
|
510
535
|
switch?: {
|
|
536
|
+
[x: string]: any;
|
|
511
537
|
on?: Record<string, any> | undefined;
|
|
512
538
|
activeValue?: any;
|
|
513
|
-
|
|
539
|
+
activeText?: string | undefined;
|
|
514
540
|
inactiveValue?: any;
|
|
515
|
-
|
|
541
|
+
inactiveText?: string | undefined;
|
|
516
542
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
543
|
+
tableConfig?: {
|
|
544
|
+
confirm?: boolean | undefined;
|
|
545
|
+
loadList?: boolean | undefined;
|
|
546
|
+
} | undefined;
|
|
517
547
|
} | undefined;
|
|
518
548
|
select?: {
|
|
519
549
|
[x: string]: any;
|
|
@@ -587,12 +617,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
587
617
|
on?: any;
|
|
588
618
|
} | undefined;
|
|
589
619
|
switch?: {
|
|
620
|
+
[x: string]: any;
|
|
590
621
|
on?: Record<string, any> | undefined;
|
|
591
622
|
activeValue?: any;
|
|
592
|
-
|
|
623
|
+
activeText?: string | undefined;
|
|
593
624
|
inactiveValue?: any;
|
|
594
|
-
|
|
625
|
+
inactiveText?: string | undefined;
|
|
595
626
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
627
|
+
tableConfig?: {
|
|
628
|
+
confirm?: boolean | undefined;
|
|
629
|
+
loadList?: boolean | undefined;
|
|
630
|
+
} | undefined;
|
|
596
631
|
} | undefined;
|
|
597
632
|
select?: {
|
|
598
633
|
[x: string]: any;
|
|
@@ -650,12 +685,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
650
685
|
on?: any;
|
|
651
686
|
} | undefined;
|
|
652
687
|
switch?: {
|
|
688
|
+
[x: string]: any;
|
|
653
689
|
on?: Record<string, any> | undefined;
|
|
654
690
|
activeValue?: any;
|
|
655
|
-
|
|
691
|
+
activeText?: string | undefined;
|
|
656
692
|
inactiveValue?: any;
|
|
657
|
-
|
|
693
|
+
inactiveText?: string | undefined;
|
|
658
694
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
695
|
+
tableConfig?: {
|
|
696
|
+
confirm?: boolean | undefined;
|
|
697
|
+
loadList?: boolean | undefined;
|
|
698
|
+
} | undefined;
|
|
659
699
|
} | undefined;
|
|
660
700
|
select?: {
|
|
661
701
|
[x: string]: any;
|
|
@@ -801,12 +841,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
801
841
|
on?: any;
|
|
802
842
|
} | undefined;
|
|
803
843
|
switch?: {
|
|
844
|
+
[x: string]: any;
|
|
804
845
|
on?: Record<string, any> | undefined;
|
|
805
846
|
activeValue?: any;
|
|
806
|
-
|
|
847
|
+
activeText?: string | undefined;
|
|
807
848
|
inactiveValue?: any;
|
|
808
|
-
|
|
849
|
+
inactiveText?: string | undefined;
|
|
809
850
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
851
|
+
tableConfig?: {
|
|
852
|
+
confirm?: boolean | undefined;
|
|
853
|
+
loadList?: boolean | undefined;
|
|
854
|
+
} | undefined;
|
|
810
855
|
} | undefined;
|
|
811
856
|
select?: {
|
|
812
857
|
[x: string]: any;
|
|
@@ -880,12 +925,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
880
925
|
on?: any;
|
|
881
926
|
} | undefined;
|
|
882
927
|
switch?: {
|
|
928
|
+
[x: string]: any;
|
|
883
929
|
on?: Record<string, any> | undefined;
|
|
884
930
|
activeValue?: any;
|
|
885
|
-
|
|
931
|
+
activeText?: string | undefined;
|
|
886
932
|
inactiveValue?: any;
|
|
887
|
-
|
|
933
|
+
inactiveText?: string | undefined;
|
|
888
934
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
935
|
+
tableConfig?: {
|
|
936
|
+
confirm?: boolean | undefined;
|
|
937
|
+
loadList?: boolean | undefined;
|
|
938
|
+
} | undefined;
|
|
889
939
|
} | undefined;
|
|
890
940
|
select?: {
|
|
891
941
|
[x: string]: any;
|
|
@@ -959,12 +1009,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
959
1009
|
on?: any;
|
|
960
1010
|
} | undefined;
|
|
961
1011
|
switch?: {
|
|
1012
|
+
[x: string]: any;
|
|
962
1013
|
on?: Record<string, any> | undefined;
|
|
963
1014
|
activeValue?: any;
|
|
964
|
-
|
|
1015
|
+
activeText?: string | undefined;
|
|
965
1016
|
inactiveValue?: any;
|
|
966
|
-
|
|
1017
|
+
inactiveText?: string | undefined;
|
|
967
1018
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1019
|
+
tableConfig?: {
|
|
1020
|
+
confirm?: boolean | undefined;
|
|
1021
|
+
loadList?: boolean | undefined;
|
|
1022
|
+
} | undefined;
|
|
968
1023
|
} | undefined;
|
|
969
1024
|
select?: {
|
|
970
1025
|
[x: string]: any;
|
|
@@ -1022,12 +1077,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1022
1077
|
on?: any;
|
|
1023
1078
|
} | undefined;
|
|
1024
1079
|
switch?: {
|
|
1080
|
+
[x: string]: any;
|
|
1025
1081
|
on?: Record<string, any> | undefined;
|
|
1026
1082
|
activeValue?: any;
|
|
1027
|
-
|
|
1083
|
+
activeText?: string | undefined;
|
|
1028
1084
|
inactiveValue?: any;
|
|
1029
|
-
|
|
1085
|
+
inactiveText?: string | undefined;
|
|
1030
1086
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1087
|
+
tableConfig?: {
|
|
1088
|
+
confirm?: boolean | undefined;
|
|
1089
|
+
loadList?: boolean | undefined;
|
|
1090
|
+
} | undefined;
|
|
1031
1091
|
} | undefined;
|
|
1032
1092
|
select?: {
|
|
1033
1093
|
[x: string]: any;
|
|
@@ -1173,12 +1233,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1173
1233
|
on?: any;
|
|
1174
1234
|
} | undefined;
|
|
1175
1235
|
switch?: {
|
|
1236
|
+
[x: string]: any;
|
|
1176
1237
|
on?: Record<string, any> | undefined;
|
|
1177
1238
|
activeValue?: any;
|
|
1178
|
-
|
|
1239
|
+
activeText?: string | undefined;
|
|
1179
1240
|
inactiveValue?: any;
|
|
1180
|
-
|
|
1241
|
+
inactiveText?: string | undefined;
|
|
1181
1242
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1243
|
+
tableConfig?: {
|
|
1244
|
+
confirm?: boolean | undefined;
|
|
1245
|
+
loadList?: boolean | undefined;
|
|
1246
|
+
} | undefined;
|
|
1182
1247
|
} | undefined;
|
|
1183
1248
|
select?: {
|
|
1184
1249
|
[x: string]: any;
|
|
@@ -1252,12 +1317,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1252
1317
|
on?: any;
|
|
1253
1318
|
} | undefined;
|
|
1254
1319
|
switch?: {
|
|
1320
|
+
[x: string]: any;
|
|
1255
1321
|
on?: Record<string, any> | undefined;
|
|
1256
1322
|
activeValue?: any;
|
|
1257
|
-
|
|
1323
|
+
activeText?: string | undefined;
|
|
1258
1324
|
inactiveValue?: any;
|
|
1259
|
-
|
|
1325
|
+
inactiveText?: string | undefined;
|
|
1260
1326
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1327
|
+
tableConfig?: {
|
|
1328
|
+
confirm?: boolean | undefined;
|
|
1329
|
+
loadList?: boolean | undefined;
|
|
1330
|
+
} | undefined;
|
|
1261
1331
|
} | undefined;
|
|
1262
1332
|
select?: {
|
|
1263
1333
|
[x: string]: any;
|
|
@@ -1331,12 +1401,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1331
1401
|
on?: any;
|
|
1332
1402
|
} | undefined;
|
|
1333
1403
|
switch?: {
|
|
1404
|
+
[x: string]: any;
|
|
1334
1405
|
on?: Record<string, any> | undefined;
|
|
1335
1406
|
activeValue?: any;
|
|
1336
|
-
|
|
1407
|
+
activeText?: string | undefined;
|
|
1337
1408
|
inactiveValue?: any;
|
|
1338
|
-
|
|
1409
|
+
inactiveText?: string | undefined;
|
|
1339
1410
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1411
|
+
tableConfig?: {
|
|
1412
|
+
confirm?: boolean | undefined;
|
|
1413
|
+
loadList?: boolean | undefined;
|
|
1414
|
+
} | undefined;
|
|
1340
1415
|
} | undefined;
|
|
1341
1416
|
select?: {
|
|
1342
1417
|
[x: string]: any;
|
|
@@ -1394,12 +1469,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1394
1469
|
on?: any;
|
|
1395
1470
|
} | undefined;
|
|
1396
1471
|
switch?: {
|
|
1472
|
+
[x: string]: any;
|
|
1397
1473
|
on?: Record<string, any> | undefined;
|
|
1398
1474
|
activeValue?: any;
|
|
1399
|
-
|
|
1475
|
+
activeText?: string | undefined;
|
|
1400
1476
|
inactiveValue?: any;
|
|
1401
|
-
|
|
1477
|
+
inactiveText?: string | undefined;
|
|
1402
1478
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1479
|
+
tableConfig?: {
|
|
1480
|
+
confirm?: boolean | undefined;
|
|
1481
|
+
loadList?: boolean | undefined;
|
|
1482
|
+
} | undefined;
|
|
1403
1483
|
} | undefined;
|
|
1404
1484
|
select?: {
|
|
1405
1485
|
[x: string]: any;
|
|
@@ -1545,12 +1625,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1545
1625
|
on?: any;
|
|
1546
1626
|
} | undefined;
|
|
1547
1627
|
switch?: {
|
|
1628
|
+
[x: string]: any;
|
|
1548
1629
|
on?: Record<string, any> | undefined;
|
|
1549
1630
|
activeValue?: any;
|
|
1550
|
-
|
|
1631
|
+
activeText?: string | undefined;
|
|
1551
1632
|
inactiveValue?: any;
|
|
1552
|
-
|
|
1633
|
+
inactiveText?: string | undefined;
|
|
1553
1634
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1635
|
+
tableConfig?: {
|
|
1636
|
+
confirm?: boolean | undefined;
|
|
1637
|
+
loadList?: boolean | undefined;
|
|
1638
|
+
} | undefined;
|
|
1554
1639
|
} | undefined;
|
|
1555
1640
|
select?: {
|
|
1556
1641
|
[x: string]: any;
|
|
@@ -1624,12 +1709,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1624
1709
|
on?: any;
|
|
1625
1710
|
} | undefined;
|
|
1626
1711
|
switch?: {
|
|
1712
|
+
[x: string]: any;
|
|
1627
1713
|
on?: Record<string, any> | undefined;
|
|
1628
1714
|
activeValue?: any;
|
|
1629
|
-
|
|
1715
|
+
activeText?: string | undefined;
|
|
1630
1716
|
inactiveValue?: any;
|
|
1631
|
-
|
|
1717
|
+
inactiveText?: string | undefined;
|
|
1632
1718
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1719
|
+
tableConfig?: {
|
|
1720
|
+
confirm?: boolean | undefined;
|
|
1721
|
+
loadList?: boolean | undefined;
|
|
1722
|
+
} | undefined;
|
|
1633
1723
|
} | undefined;
|
|
1634
1724
|
select?: {
|
|
1635
1725
|
[x: string]: any;
|
|
@@ -1703,12 +1793,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1703
1793
|
on?: any;
|
|
1704
1794
|
} | undefined;
|
|
1705
1795
|
switch?: {
|
|
1796
|
+
[x: string]: any;
|
|
1706
1797
|
on?: Record<string, any> | undefined;
|
|
1707
1798
|
activeValue?: any;
|
|
1708
|
-
|
|
1799
|
+
activeText?: string | undefined;
|
|
1709
1800
|
inactiveValue?: any;
|
|
1710
|
-
|
|
1801
|
+
inactiveText?: string | undefined;
|
|
1711
1802
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1803
|
+
tableConfig?: {
|
|
1804
|
+
confirm?: boolean | undefined;
|
|
1805
|
+
loadList?: boolean | undefined;
|
|
1806
|
+
} | undefined;
|
|
1712
1807
|
} | undefined;
|
|
1713
1808
|
select?: {
|
|
1714
1809
|
[x: string]: any;
|
|
@@ -1766,12 +1861,17 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1766
1861
|
on?: any;
|
|
1767
1862
|
} | undefined;
|
|
1768
1863
|
switch?: {
|
|
1864
|
+
[x: string]: any;
|
|
1769
1865
|
on?: Record<string, any> | undefined;
|
|
1770
1866
|
activeValue?: any;
|
|
1771
|
-
|
|
1867
|
+
activeText?: string | undefined;
|
|
1772
1868
|
inactiveValue?: any;
|
|
1773
|
-
|
|
1869
|
+
inactiveText?: string | undefined;
|
|
1774
1870
|
tableBeforeChange?: ((key: string, data: any) => any) | undefined;
|
|
1871
|
+
tableConfig?: {
|
|
1872
|
+
confirm?: boolean | undefined;
|
|
1873
|
+
loadList?: boolean | undefined;
|
|
1874
|
+
} | undefined;
|
|
1775
1875
|
} | undefined;
|
|
1776
1876
|
select?: {
|
|
1777
1877
|
[x: string]: any;
|