cc1-form 1.2.3 → 1.2.5
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.css +1 -1
- package/dist/cc1-form.js +992 -1016
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +28 -28
- package/dist/components/TCurd/formColumn.vue.d.ts +20 -20
- package/dist/components/TCurd/index.d.ts +21 -21
- package/dist/components/TCurd/index.vue.d.ts +46 -46
- package/dist/components/TCurd/indexType.d.ts +3 -3
- package/package.json +1 -1
|
@@ -68,7 +68,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
68
68
|
change?: boolean | undefined;
|
|
69
69
|
confirm?: boolean | undefined;
|
|
70
70
|
loadList?: boolean | undefined;
|
|
71
|
-
api?: ((data: any) => any) | undefined;
|
|
71
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
72
72
|
} | undefined;
|
|
73
73
|
} | undefined;
|
|
74
74
|
select?: {
|
|
@@ -154,7 +154,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
154
154
|
change?: boolean | undefined;
|
|
155
155
|
confirm?: boolean | undefined;
|
|
156
156
|
loadList?: boolean | undefined;
|
|
157
|
-
api?: ((data: any) => any) | undefined;
|
|
157
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
158
158
|
} | undefined;
|
|
159
159
|
} | undefined;
|
|
160
160
|
select?: {
|
|
@@ -240,7 +240,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
240
240
|
change?: boolean | undefined;
|
|
241
241
|
confirm?: boolean | undefined;
|
|
242
242
|
loadList?: boolean | undefined;
|
|
243
|
-
api?: ((data: any) => any) | undefined;
|
|
243
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
244
244
|
} | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
select?: {
|
|
@@ -310,7 +310,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
310
310
|
change?: boolean | undefined;
|
|
311
311
|
confirm?: boolean | undefined;
|
|
312
312
|
loadList?: boolean | undefined;
|
|
313
|
-
api?: ((data: any) => any) | undefined;
|
|
313
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
314
314
|
} | undefined;
|
|
315
315
|
} | undefined;
|
|
316
316
|
select?: {
|
|
@@ -468,7 +468,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
468
468
|
change?: boolean | undefined;
|
|
469
469
|
confirm?: boolean | undefined;
|
|
470
470
|
loadList?: boolean | undefined;
|
|
471
|
-
api?: ((data: any) => any) | undefined;
|
|
471
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
472
472
|
} | undefined;
|
|
473
473
|
} | undefined;
|
|
474
474
|
select?: {
|
|
@@ -554,7 +554,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
554
554
|
change?: boolean | undefined;
|
|
555
555
|
confirm?: boolean | undefined;
|
|
556
556
|
loadList?: boolean | undefined;
|
|
557
|
-
api?: ((data: any) => any) | undefined;
|
|
557
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
558
558
|
} | undefined;
|
|
559
559
|
} | undefined;
|
|
560
560
|
select?: {
|
|
@@ -640,7 +640,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
640
640
|
change?: boolean | undefined;
|
|
641
641
|
confirm?: boolean | undefined;
|
|
642
642
|
loadList?: boolean | undefined;
|
|
643
|
-
api?: ((data: any) => any) | undefined;
|
|
643
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
644
644
|
} | undefined;
|
|
645
645
|
} | undefined;
|
|
646
646
|
select?: {
|
|
@@ -710,7 +710,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
710
710
|
change?: boolean | undefined;
|
|
711
711
|
confirm?: boolean | undefined;
|
|
712
712
|
loadList?: boolean | undefined;
|
|
713
|
-
api?: ((data: any) => any) | undefined;
|
|
713
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
714
714
|
} | undefined;
|
|
715
715
|
} | undefined;
|
|
716
716
|
select?: {
|
|
@@ -868,7 +868,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
868
868
|
change?: boolean | undefined;
|
|
869
869
|
confirm?: boolean | undefined;
|
|
870
870
|
loadList?: boolean | undefined;
|
|
871
|
-
api?: ((data: any) => any) | undefined;
|
|
871
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
872
872
|
} | undefined;
|
|
873
873
|
} | undefined;
|
|
874
874
|
select?: {
|
|
@@ -954,7 +954,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
954
954
|
change?: boolean | undefined;
|
|
955
955
|
confirm?: boolean | undefined;
|
|
956
956
|
loadList?: boolean | undefined;
|
|
957
|
-
api?: ((data: any) => any) | undefined;
|
|
957
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
} | undefined;
|
|
960
960
|
select?: {
|
|
@@ -1040,7 +1040,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1040
1040
|
change?: boolean | undefined;
|
|
1041
1041
|
confirm?: boolean | undefined;
|
|
1042
1042
|
loadList?: boolean | undefined;
|
|
1043
|
-
api?: ((data: any) => any) | undefined;
|
|
1043
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1044
1044
|
} | undefined;
|
|
1045
1045
|
} | undefined;
|
|
1046
1046
|
select?: {
|
|
@@ -1110,7 +1110,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1110
1110
|
change?: boolean | undefined;
|
|
1111
1111
|
confirm?: boolean | undefined;
|
|
1112
1112
|
loadList?: boolean | undefined;
|
|
1113
|
-
api?: ((data: any) => any) | undefined;
|
|
1113
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1114
1114
|
} | undefined;
|
|
1115
1115
|
} | undefined;
|
|
1116
1116
|
select?: {
|
|
@@ -1268,7 +1268,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1268
1268
|
change?: boolean | undefined;
|
|
1269
1269
|
confirm?: boolean | undefined;
|
|
1270
1270
|
loadList?: boolean | undefined;
|
|
1271
|
-
api?: ((data: any) => any) | undefined;
|
|
1271
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1272
1272
|
} | undefined;
|
|
1273
1273
|
} | undefined;
|
|
1274
1274
|
select?: {
|
|
@@ -1354,7 +1354,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1354
1354
|
change?: boolean | undefined;
|
|
1355
1355
|
confirm?: boolean | undefined;
|
|
1356
1356
|
loadList?: boolean | undefined;
|
|
1357
|
-
api?: ((data: any) => any) | undefined;
|
|
1357
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1358
1358
|
} | undefined;
|
|
1359
1359
|
} | undefined;
|
|
1360
1360
|
select?: {
|
|
@@ -1440,7 +1440,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1440
1440
|
change?: boolean | undefined;
|
|
1441
1441
|
confirm?: boolean | undefined;
|
|
1442
1442
|
loadList?: boolean | undefined;
|
|
1443
|
-
api?: ((data: any) => any) | undefined;
|
|
1443
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1444
1444
|
} | undefined;
|
|
1445
1445
|
} | undefined;
|
|
1446
1446
|
select?: {
|
|
@@ -1510,7 +1510,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1510
1510
|
change?: boolean | undefined;
|
|
1511
1511
|
confirm?: boolean | undefined;
|
|
1512
1512
|
loadList?: boolean | undefined;
|
|
1513
|
-
api?: ((data: any) => any) | undefined;
|
|
1513
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1514
1514
|
} | undefined;
|
|
1515
1515
|
} | undefined;
|
|
1516
1516
|
select?: {
|
|
@@ -1668,7 +1668,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1668
1668
|
change?: boolean | undefined;
|
|
1669
1669
|
confirm?: boolean | undefined;
|
|
1670
1670
|
loadList?: boolean | undefined;
|
|
1671
|
-
api?: ((data: any) => any) | undefined;
|
|
1671
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1672
1672
|
} | undefined;
|
|
1673
1673
|
} | undefined;
|
|
1674
1674
|
select?: {
|
|
@@ -1754,7 +1754,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1754
1754
|
change?: boolean | undefined;
|
|
1755
1755
|
confirm?: boolean | undefined;
|
|
1756
1756
|
loadList?: boolean | undefined;
|
|
1757
|
-
api?: ((data: any) => any) | undefined;
|
|
1757
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1758
1758
|
} | undefined;
|
|
1759
1759
|
} | undefined;
|
|
1760
1760
|
select?: {
|
|
@@ -1840,7 +1840,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1840
1840
|
change?: boolean | undefined;
|
|
1841
1841
|
confirm?: boolean | undefined;
|
|
1842
1842
|
loadList?: boolean | undefined;
|
|
1843
|
-
api?: ((data: any) => any) | undefined;
|
|
1843
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1844
1844
|
} | undefined;
|
|
1845
1845
|
} | undefined;
|
|
1846
1846
|
select?: {
|
|
@@ -1910,7 +1910,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1910
1910
|
change?: boolean | undefined;
|
|
1911
1911
|
confirm?: boolean | undefined;
|
|
1912
1912
|
loadList?: boolean | undefined;
|
|
1913
|
-
api?: ((data: any) => any) | undefined;
|
|
1913
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1914
1914
|
} | undefined;
|
|
1915
1915
|
} | undefined;
|
|
1916
1916
|
select?: {
|
|
@@ -108,7 +108,7 @@ export declare const curdConf: (props: {
|
|
|
108
108
|
change?: boolean | undefined;
|
|
109
109
|
confirm?: boolean | undefined;
|
|
110
110
|
loadList?: boolean | undefined;
|
|
111
|
-
api?: ((data: any) => any) | undefined;
|
|
111
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
112
112
|
} | undefined;
|
|
113
113
|
} | undefined;
|
|
114
114
|
select?: {
|
|
@@ -194,7 +194,7 @@ export declare const curdConf: (props: {
|
|
|
194
194
|
change?: boolean | undefined;
|
|
195
195
|
confirm?: boolean | undefined;
|
|
196
196
|
loadList?: boolean | undefined;
|
|
197
|
-
api?: ((data: any) => any) | undefined;
|
|
197
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
198
198
|
} | undefined;
|
|
199
199
|
} | undefined;
|
|
200
200
|
select?: {
|
|
@@ -280,7 +280,7 @@ export declare const curdConf: (props: {
|
|
|
280
280
|
change?: boolean | undefined;
|
|
281
281
|
confirm?: boolean | undefined;
|
|
282
282
|
loadList?: boolean | undefined;
|
|
283
|
-
api?: ((data: any) => any) | undefined;
|
|
283
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
284
284
|
} | undefined;
|
|
285
285
|
} | undefined;
|
|
286
286
|
select?: {
|
|
@@ -350,7 +350,7 @@ export declare const curdConf: (props: {
|
|
|
350
350
|
change?: boolean | undefined;
|
|
351
351
|
confirm?: boolean | undefined;
|
|
352
352
|
loadList?: boolean | undefined;
|
|
353
|
-
api?: ((data: any) => any) | undefined;
|
|
353
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
354
354
|
} | undefined;
|
|
355
355
|
} | undefined;
|
|
356
356
|
select?: {
|
|
@@ -561,7 +561,7 @@ export declare const curdConf: (props: {
|
|
|
561
561
|
change?: boolean | undefined;
|
|
562
562
|
confirm?: boolean | undefined;
|
|
563
563
|
loadList?: boolean | undefined;
|
|
564
|
-
api?: ((data: any) => any) | undefined;
|
|
564
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
565
565
|
} | undefined;
|
|
566
566
|
} | undefined;
|
|
567
567
|
select?: {
|
|
@@ -647,7 +647,7 @@ export declare const curdConf: (props: {
|
|
|
647
647
|
change?: boolean | undefined;
|
|
648
648
|
confirm?: boolean | undefined;
|
|
649
649
|
loadList?: boolean | undefined;
|
|
650
|
-
api?: ((data: any) => any) | undefined;
|
|
650
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
651
651
|
} | undefined;
|
|
652
652
|
} | undefined;
|
|
653
653
|
select?: {
|
|
@@ -733,7 +733,7 @@ export declare const curdConf: (props: {
|
|
|
733
733
|
change?: boolean | undefined;
|
|
734
734
|
confirm?: boolean | undefined;
|
|
735
735
|
loadList?: boolean | undefined;
|
|
736
|
-
api?: ((data: any) => any) | undefined;
|
|
736
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
737
737
|
} | undefined;
|
|
738
738
|
} | undefined;
|
|
739
739
|
select?: {
|
|
@@ -803,7 +803,7 @@ export declare const curdConf: (props: {
|
|
|
803
803
|
change?: boolean | undefined;
|
|
804
804
|
confirm?: boolean | undefined;
|
|
805
805
|
loadList?: boolean | undefined;
|
|
806
|
-
api?: ((data: any) => any) | undefined;
|
|
806
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
807
807
|
} | undefined;
|
|
808
808
|
} | undefined;
|
|
809
809
|
select?: {
|
|
@@ -903,7 +903,7 @@ export declare const curdConf: (props: {
|
|
|
903
903
|
api: {
|
|
904
904
|
list: (param?: any) => any;
|
|
905
905
|
create?: ((param?: any) => any) | undefined;
|
|
906
|
-
update?: ((param?: any) => any) | undefined;
|
|
906
|
+
update?: ((param?: any, type?: "switch") => any) | undefined;
|
|
907
907
|
delete?: ((param?: ({
|
|
908
908
|
items: any[];
|
|
909
909
|
} & Record<string, any>) | undefined) => any) | undefined;
|
|
@@ -971,7 +971,7 @@ export declare const curdConf: (props: {
|
|
|
971
971
|
change?: boolean | undefined;
|
|
972
972
|
confirm?: boolean | undefined;
|
|
973
973
|
loadList?: boolean | undefined;
|
|
974
|
-
api?: ((data: any) => any) | undefined;
|
|
974
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
975
975
|
} | undefined;
|
|
976
976
|
} | undefined;
|
|
977
977
|
select?: {
|
|
@@ -1057,7 +1057,7 @@ export declare const curdConf: (props: {
|
|
|
1057
1057
|
change?: boolean | undefined;
|
|
1058
1058
|
confirm?: boolean | undefined;
|
|
1059
1059
|
loadList?: boolean | undefined;
|
|
1060
|
-
api?: ((data: any) => any) | undefined;
|
|
1060
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
} | undefined;
|
|
1063
1063
|
select?: {
|
|
@@ -1143,7 +1143,7 @@ export declare const curdConf: (props: {
|
|
|
1143
1143
|
change?: boolean | undefined;
|
|
1144
1144
|
confirm?: boolean | undefined;
|
|
1145
1145
|
loadList?: boolean | undefined;
|
|
1146
|
-
api?: ((data: any) => any) | undefined;
|
|
1146
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1147
1147
|
} | undefined;
|
|
1148
1148
|
} | undefined;
|
|
1149
1149
|
select?: {
|
|
@@ -1213,7 +1213,7 @@ export declare const curdConf: (props: {
|
|
|
1213
1213
|
change?: boolean | undefined;
|
|
1214
1214
|
confirm?: boolean | undefined;
|
|
1215
1215
|
loadList?: boolean | undefined;
|
|
1216
|
-
api?: ((data: any) => any) | undefined;
|
|
1216
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1217
1217
|
} | undefined;
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
select?: {
|
|
@@ -1403,7 +1403,7 @@ export declare const curdConf: (props: {
|
|
|
1403
1403
|
change?: boolean | undefined;
|
|
1404
1404
|
confirm?: boolean | undefined;
|
|
1405
1405
|
loadList?: boolean | undefined;
|
|
1406
|
-
api?: ((data: any) => any) | undefined;
|
|
1406
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1407
1407
|
} | undefined;
|
|
1408
1408
|
} | undefined;
|
|
1409
1409
|
select?: {
|
|
@@ -1489,7 +1489,7 @@ export declare const curdConf: (props: {
|
|
|
1489
1489
|
change?: boolean | undefined;
|
|
1490
1490
|
confirm?: boolean | undefined;
|
|
1491
1491
|
loadList?: boolean | undefined;
|
|
1492
|
-
api?: ((data: any) => any) | undefined;
|
|
1492
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1493
1493
|
} | undefined;
|
|
1494
1494
|
} | undefined;
|
|
1495
1495
|
select?: {
|
|
@@ -1575,7 +1575,7 @@ export declare const curdConf: (props: {
|
|
|
1575
1575
|
change?: boolean | undefined;
|
|
1576
1576
|
confirm?: boolean | undefined;
|
|
1577
1577
|
loadList?: boolean | undefined;
|
|
1578
|
-
api?: ((data: any) => any) | undefined;
|
|
1578
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
select?: {
|
|
@@ -1645,7 +1645,7 @@ export declare const curdConf: (props: {
|
|
|
1645
1645
|
change?: boolean | undefined;
|
|
1646
1646
|
confirm?: boolean | undefined;
|
|
1647
1647
|
loadList?: boolean | undefined;
|
|
1648
|
-
api?: ((data: any) => any) | undefined;
|
|
1648
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1649
1649
|
} | undefined;
|
|
1650
1650
|
} | undefined;
|
|
1651
1651
|
select?: {
|
|
@@ -1841,7 +1841,7 @@ export declare const curdConf: (props: {
|
|
|
1841
1841
|
change?: boolean | undefined;
|
|
1842
1842
|
confirm?: boolean | undefined;
|
|
1843
1843
|
loadList?: boolean | undefined;
|
|
1844
|
-
api?: ((data: any) => any) | undefined;
|
|
1844
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1845
1845
|
} | undefined;
|
|
1846
1846
|
} | undefined;
|
|
1847
1847
|
select?: {
|
|
@@ -1927,7 +1927,7 @@ export declare const curdConf: (props: {
|
|
|
1927
1927
|
change?: boolean | undefined;
|
|
1928
1928
|
confirm?: boolean | undefined;
|
|
1929
1929
|
loadList?: boolean | undefined;
|
|
1930
|
-
api?: ((data: any) => any) | undefined;
|
|
1930
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
1931
1931
|
} | undefined;
|
|
1932
1932
|
} | undefined;
|
|
1933
1933
|
select?: {
|
|
@@ -2013,7 +2013,7 @@ export declare const curdConf: (props: {
|
|
|
2013
2013
|
change?: boolean | undefined;
|
|
2014
2014
|
confirm?: boolean | undefined;
|
|
2015
2015
|
loadList?: boolean | undefined;
|
|
2016
|
-
api?: ((data: any) => any) | undefined;
|
|
2016
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
2017
2017
|
} | undefined;
|
|
2018
2018
|
} | undefined;
|
|
2019
2019
|
select?: {
|
|
@@ -2083,7 +2083,7 @@ export declare const curdConf: (props: {
|
|
|
2083
2083
|
change?: boolean | undefined;
|
|
2084
2084
|
confirm?: boolean | undefined;
|
|
2085
2085
|
loadList?: boolean | undefined;
|
|
2086
|
-
api?: ((data: any) => any) | undefined;
|
|
2086
|
+
api?: ((data: any, type: "switch") => any) | undefined;
|
|
2087
2087
|
} | undefined;
|
|
2088
2088
|
} | undefined;
|
|
2089
2089
|
select?: {
|