cc1-form 1.2.14 → 1.2.16
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 +742 -723
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +28 -0
- package/dist/components/TCurd/com/searchField.vue.d.ts +7 -0
- package/dist/components/TCurd/formColumn.vue.d.ts +20 -0
- package/dist/components/TCurd/index.d.ts +20 -0
- package/dist/components/TCurd/index.vue.d.ts +72 -34
- package/dist/components/TCurd/indexType.d.ts +2 -0
- package/package.json +1 -1
|
@@ -58,6 +58,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
58
58
|
prepend?: string | ((item: any) => string) | undefined;
|
|
59
59
|
on?: any;
|
|
60
60
|
} | undefined;
|
|
61
|
+
type?: any;
|
|
61
62
|
switch?: {
|
|
62
63
|
[x: string]: any;
|
|
63
64
|
on?: Record<string, any> | undefined;
|
|
@@ -145,6 +146,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
145
146
|
prepend?: string | ((item: any) => string) | undefined;
|
|
146
147
|
on?: any;
|
|
147
148
|
} | undefined;
|
|
149
|
+
type?: any;
|
|
148
150
|
switch?: {
|
|
149
151
|
[x: string]: any;
|
|
150
152
|
on?: Record<string, any> | undefined;
|
|
@@ -232,6 +234,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
232
234
|
prepend?: string | ((item: any) => string) | undefined;
|
|
233
235
|
on?: any;
|
|
234
236
|
} | undefined;
|
|
237
|
+
type?: any;
|
|
235
238
|
switch?: {
|
|
236
239
|
[x: string]: any;
|
|
237
240
|
on?: Record<string, any> | undefined;
|
|
@@ -303,6 +306,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
303
306
|
prepend?: string | ((item: any) => string) | undefined;
|
|
304
307
|
on?: any;
|
|
305
308
|
} | undefined;
|
|
309
|
+
type?: any;
|
|
306
310
|
switch?: {
|
|
307
311
|
[x: string]: any;
|
|
308
312
|
on?: Record<string, any> | undefined;
|
|
@@ -468,6 +472,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
468
472
|
prepend?: string | ((item: any) => string) | undefined;
|
|
469
473
|
on?: any;
|
|
470
474
|
} | undefined;
|
|
475
|
+
type?: any;
|
|
471
476
|
switch?: {
|
|
472
477
|
[x: string]: any;
|
|
473
478
|
on?: Record<string, any> | undefined;
|
|
@@ -555,6 +560,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
555
560
|
prepend?: string | ((item: any) => string) | undefined;
|
|
556
561
|
on?: any;
|
|
557
562
|
} | undefined;
|
|
563
|
+
type?: any;
|
|
558
564
|
switch?: {
|
|
559
565
|
[x: string]: any;
|
|
560
566
|
on?: Record<string, any> | undefined;
|
|
@@ -642,6 +648,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
642
648
|
prepend?: string | ((item: any) => string) | undefined;
|
|
643
649
|
on?: any;
|
|
644
650
|
} | undefined;
|
|
651
|
+
type?: any;
|
|
645
652
|
switch?: {
|
|
646
653
|
[x: string]: any;
|
|
647
654
|
on?: Record<string, any> | undefined;
|
|
@@ -713,6 +720,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
713
720
|
prepend?: string | ((item: any) => string) | undefined;
|
|
714
721
|
on?: any;
|
|
715
722
|
} | undefined;
|
|
723
|
+
type?: any;
|
|
716
724
|
switch?: {
|
|
717
725
|
[x: string]: any;
|
|
718
726
|
on?: Record<string, any> | undefined;
|
|
@@ -878,6 +886,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
878
886
|
prepend?: string | ((item: any) => string) | undefined;
|
|
879
887
|
on?: any;
|
|
880
888
|
} | undefined;
|
|
889
|
+
type?: any;
|
|
881
890
|
switch?: {
|
|
882
891
|
[x: string]: any;
|
|
883
892
|
on?: Record<string, any> | undefined;
|
|
@@ -965,6 +974,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
965
974
|
prepend?: string | ((item: any) => string) | undefined;
|
|
966
975
|
on?: any;
|
|
967
976
|
} | undefined;
|
|
977
|
+
type?: any;
|
|
968
978
|
switch?: {
|
|
969
979
|
[x: string]: any;
|
|
970
980
|
on?: Record<string, any> | undefined;
|
|
@@ -1052,6 +1062,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1052
1062
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1053
1063
|
on?: any;
|
|
1054
1064
|
} | undefined;
|
|
1065
|
+
type?: any;
|
|
1055
1066
|
switch?: {
|
|
1056
1067
|
[x: string]: any;
|
|
1057
1068
|
on?: Record<string, any> | undefined;
|
|
@@ -1123,6 +1134,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1123
1134
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1124
1135
|
on?: any;
|
|
1125
1136
|
} | undefined;
|
|
1137
|
+
type?: any;
|
|
1126
1138
|
switch?: {
|
|
1127
1139
|
[x: string]: any;
|
|
1128
1140
|
on?: Record<string, any> | undefined;
|
|
@@ -1288,6 +1300,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1288
1300
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1289
1301
|
on?: any;
|
|
1290
1302
|
} | undefined;
|
|
1303
|
+
type?: any;
|
|
1291
1304
|
switch?: {
|
|
1292
1305
|
[x: string]: any;
|
|
1293
1306
|
on?: Record<string, any> | undefined;
|
|
@@ -1375,6 +1388,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1375
1388
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1376
1389
|
on?: any;
|
|
1377
1390
|
} | undefined;
|
|
1391
|
+
type?: any;
|
|
1378
1392
|
switch?: {
|
|
1379
1393
|
[x: string]: any;
|
|
1380
1394
|
on?: Record<string, any> | undefined;
|
|
@@ -1462,6 +1476,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1462
1476
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1463
1477
|
on?: any;
|
|
1464
1478
|
} | undefined;
|
|
1479
|
+
type?: any;
|
|
1465
1480
|
switch?: {
|
|
1466
1481
|
[x: string]: any;
|
|
1467
1482
|
on?: Record<string, any> | undefined;
|
|
@@ -1533,6 +1548,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1533
1548
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1534
1549
|
on?: any;
|
|
1535
1550
|
} | undefined;
|
|
1551
|
+
type?: any;
|
|
1536
1552
|
switch?: {
|
|
1537
1553
|
[x: string]: any;
|
|
1538
1554
|
on?: Record<string, any> | undefined;
|
|
@@ -1698,6 +1714,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1698
1714
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1699
1715
|
on?: any;
|
|
1700
1716
|
} | undefined;
|
|
1717
|
+
type?: any;
|
|
1701
1718
|
switch?: {
|
|
1702
1719
|
[x: string]: any;
|
|
1703
1720
|
on?: Record<string, any> | undefined;
|
|
@@ -1785,6 +1802,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1785
1802
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1786
1803
|
on?: any;
|
|
1787
1804
|
} | undefined;
|
|
1805
|
+
type?: any;
|
|
1788
1806
|
switch?: {
|
|
1789
1807
|
[x: string]: any;
|
|
1790
1808
|
on?: Record<string, any> | undefined;
|
|
@@ -1872,6 +1890,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1872
1890
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1873
1891
|
on?: any;
|
|
1874
1892
|
} | undefined;
|
|
1893
|
+
type?: any;
|
|
1875
1894
|
switch?: {
|
|
1876
1895
|
[x: string]: any;
|
|
1877
1896
|
on?: Record<string, any> | undefined;
|
|
@@ -1943,6 +1962,7 @@ declare var __VLS_7: string, __VLS_8: {
|
|
|
1943
1962
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1944
1963
|
on?: any;
|
|
1945
1964
|
} | undefined;
|
|
1965
|
+
type?: any;
|
|
1946
1966
|
switch?: {
|
|
1947
1967
|
[x: string]: any;
|
|
1948
1968
|
on?: Record<string, any> | undefined;
|
|
@@ -112,6 +112,7 @@ export declare const curdConf: (props: {
|
|
|
112
112
|
prepend?: string | ((item: any) => string) | undefined;
|
|
113
113
|
on?: any;
|
|
114
114
|
} | undefined;
|
|
115
|
+
type?: any;
|
|
115
116
|
switch?: {
|
|
116
117
|
[x: string]: any;
|
|
117
118
|
on?: Record<string, any> | undefined;
|
|
@@ -199,6 +200,7 @@ export declare const curdConf: (props: {
|
|
|
199
200
|
prepend?: string | ((item: any) => string) | undefined;
|
|
200
201
|
on?: any;
|
|
201
202
|
} | undefined;
|
|
203
|
+
type?: any;
|
|
202
204
|
switch?: {
|
|
203
205
|
[x: string]: any;
|
|
204
206
|
on?: Record<string, any> | undefined;
|
|
@@ -286,6 +288,7 @@ export declare const curdConf: (props: {
|
|
|
286
288
|
prepend?: string | ((item: any) => string) | undefined;
|
|
287
289
|
on?: any;
|
|
288
290
|
} | undefined;
|
|
291
|
+
type?: any;
|
|
289
292
|
switch?: {
|
|
290
293
|
[x: string]: any;
|
|
291
294
|
on?: Record<string, any> | undefined;
|
|
@@ -357,6 +360,7 @@ export declare const curdConf: (props: {
|
|
|
357
360
|
prepend?: string | ((item: any) => string) | undefined;
|
|
358
361
|
on?: any;
|
|
359
362
|
} | undefined;
|
|
363
|
+
type?: any;
|
|
360
364
|
switch?: {
|
|
361
365
|
[x: string]: any;
|
|
362
366
|
on?: Record<string, any> | undefined;
|
|
@@ -577,6 +581,7 @@ export declare const curdConf: (props: {
|
|
|
577
581
|
prepend?: string | ((item: any) => string) | undefined;
|
|
578
582
|
on?: any;
|
|
579
583
|
} | undefined;
|
|
584
|
+
type?: any;
|
|
580
585
|
switch?: {
|
|
581
586
|
[x: string]: any;
|
|
582
587
|
on?: Record<string, any> | undefined;
|
|
@@ -664,6 +669,7 @@ export declare const curdConf: (props: {
|
|
|
664
669
|
prepend?: string | ((item: any) => string) | undefined;
|
|
665
670
|
on?: any;
|
|
666
671
|
} | undefined;
|
|
672
|
+
type?: any;
|
|
667
673
|
switch?: {
|
|
668
674
|
[x: string]: any;
|
|
669
675
|
on?: Record<string, any> | undefined;
|
|
@@ -751,6 +757,7 @@ export declare const curdConf: (props: {
|
|
|
751
757
|
prepend?: string | ((item: any) => string) | undefined;
|
|
752
758
|
on?: any;
|
|
753
759
|
} | undefined;
|
|
760
|
+
type?: any;
|
|
754
761
|
switch?: {
|
|
755
762
|
[x: string]: any;
|
|
756
763
|
on?: Record<string, any> | undefined;
|
|
@@ -822,6 +829,7 @@ export declare const curdConf: (props: {
|
|
|
822
829
|
prepend?: string | ((item: any) => string) | undefined;
|
|
823
830
|
on?: any;
|
|
824
831
|
} | undefined;
|
|
832
|
+
type?: any;
|
|
825
833
|
switch?: {
|
|
826
834
|
[x: string]: any;
|
|
827
835
|
on?: Record<string, any> | undefined;
|
|
@@ -997,6 +1005,7 @@ export declare const curdConf: (props: {
|
|
|
997
1005
|
prepend?: string | ((item: any) => string) | undefined;
|
|
998
1006
|
on?: any;
|
|
999
1007
|
} | undefined;
|
|
1008
|
+
type?: any;
|
|
1000
1009
|
switch?: {
|
|
1001
1010
|
[x: string]: any;
|
|
1002
1011
|
on?: Record<string, any> | undefined;
|
|
@@ -1084,6 +1093,7 @@ export declare const curdConf: (props: {
|
|
|
1084
1093
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1085
1094
|
on?: any;
|
|
1086
1095
|
} | undefined;
|
|
1096
|
+
type?: any;
|
|
1087
1097
|
switch?: {
|
|
1088
1098
|
[x: string]: any;
|
|
1089
1099
|
on?: Record<string, any> | undefined;
|
|
@@ -1171,6 +1181,7 @@ export declare const curdConf: (props: {
|
|
|
1171
1181
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1172
1182
|
on?: any;
|
|
1173
1183
|
} | undefined;
|
|
1184
|
+
type?: any;
|
|
1174
1185
|
switch?: {
|
|
1175
1186
|
[x: string]: any;
|
|
1176
1187
|
on?: Record<string, any> | undefined;
|
|
@@ -1242,6 +1253,7 @@ export declare const curdConf: (props: {
|
|
|
1242
1253
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1243
1254
|
on?: any;
|
|
1244
1255
|
} | undefined;
|
|
1256
|
+
type?: any;
|
|
1245
1257
|
switch?: {
|
|
1246
1258
|
[x: string]: any;
|
|
1247
1259
|
on?: Record<string, any> | undefined;
|
|
@@ -1439,6 +1451,7 @@ export declare const curdConf: (props: {
|
|
|
1439
1451
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1440
1452
|
on?: any;
|
|
1441
1453
|
} | undefined;
|
|
1454
|
+
type?: any;
|
|
1442
1455
|
switch?: {
|
|
1443
1456
|
[x: string]: any;
|
|
1444
1457
|
on?: Record<string, any> | undefined;
|
|
@@ -1526,6 +1539,7 @@ export declare const curdConf: (props: {
|
|
|
1526
1539
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1527
1540
|
on?: any;
|
|
1528
1541
|
} | undefined;
|
|
1542
|
+
type?: any;
|
|
1529
1543
|
switch?: {
|
|
1530
1544
|
[x: string]: any;
|
|
1531
1545
|
on?: Record<string, any> | undefined;
|
|
@@ -1613,6 +1627,7 @@ export declare const curdConf: (props: {
|
|
|
1613
1627
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1614
1628
|
on?: any;
|
|
1615
1629
|
} | undefined;
|
|
1630
|
+
type?: any;
|
|
1616
1631
|
switch?: {
|
|
1617
1632
|
[x: string]: any;
|
|
1618
1633
|
on?: Record<string, any> | undefined;
|
|
@@ -1684,6 +1699,7 @@ export declare const curdConf: (props: {
|
|
|
1684
1699
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1685
1700
|
on?: any;
|
|
1686
1701
|
} | undefined;
|
|
1702
|
+
type?: any;
|
|
1687
1703
|
switch?: {
|
|
1688
1704
|
[x: string]: any;
|
|
1689
1705
|
on?: Record<string, any> | undefined;
|
|
@@ -1894,6 +1910,7 @@ export declare const curdConf: (props: {
|
|
|
1894
1910
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1895
1911
|
on?: any;
|
|
1896
1912
|
} | undefined;
|
|
1913
|
+
type?: any;
|
|
1897
1914
|
switch?: {
|
|
1898
1915
|
[x: string]: any;
|
|
1899
1916
|
on?: Record<string, any> | undefined;
|
|
@@ -1981,6 +1998,7 @@ export declare const curdConf: (props: {
|
|
|
1981
1998
|
prepend?: string | ((item: any) => string) | undefined;
|
|
1982
1999
|
on?: any;
|
|
1983
2000
|
} | undefined;
|
|
2001
|
+
type?: any;
|
|
1984
2002
|
switch?: {
|
|
1985
2003
|
[x: string]: any;
|
|
1986
2004
|
on?: Record<string, any> | undefined;
|
|
@@ -2068,6 +2086,7 @@ export declare const curdConf: (props: {
|
|
|
2068
2086
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2069
2087
|
on?: any;
|
|
2070
2088
|
} | undefined;
|
|
2089
|
+
type?: any;
|
|
2071
2090
|
switch?: {
|
|
2072
2091
|
[x: string]: any;
|
|
2073
2092
|
on?: Record<string, any> | undefined;
|
|
@@ -2139,6 +2158,7 @@ export declare const curdConf: (props: {
|
|
|
2139
2158
|
prepend?: string | ((item: any) => string) | undefined;
|
|
2140
2159
|
on?: any;
|
|
2141
2160
|
} | undefined;
|
|
2161
|
+
type?: any;
|
|
2142
2162
|
switch?: {
|
|
2143
2163
|
[x: string]: any;
|
|
2144
2164
|
on?: Record<string, any> | undefined;
|