cc1-form 1.1.38 → 1.1.39
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 +1172 -1078
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +828 -176
- package/dist/components/TCurd/formColumn.vue.d.ts +50 -50
- package/dist/components/TCurd/index.d.ts +58 -70
- package/dist/components/TCurd/index.vue.d.ts +126 -150
- package/dist/components/TCurd/indexType.d.ts +9 -36
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@ declare const conf: {
|
|
|
83
83
|
label: string;
|
|
84
84
|
value: any;
|
|
85
85
|
}[] | undefined;
|
|
86
|
-
dataApi?: ((param
|
|
86
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
87
87
|
dataApiConfig?: {
|
|
88
88
|
once: boolean;
|
|
89
89
|
init: boolean;
|
|
@@ -118,7 +118,7 @@ declare const conf: {
|
|
|
118
118
|
label: string;
|
|
119
119
|
value: any;
|
|
120
120
|
}[] | undefined;
|
|
121
|
-
dataApi?: ((param
|
|
121
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
122
122
|
dataApiConfig?: {
|
|
123
123
|
once: boolean;
|
|
124
124
|
init: boolean;
|
|
@@ -148,7 +148,7 @@ declare const conf: {
|
|
|
148
148
|
label: string;
|
|
149
149
|
value: any;
|
|
150
150
|
}[] | undefined;
|
|
151
|
-
dataApi?: ((param
|
|
151
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
152
152
|
dataApiConfig?: {
|
|
153
153
|
once: boolean;
|
|
154
154
|
init: boolean;
|
|
@@ -183,7 +183,7 @@ declare const conf: {
|
|
|
183
183
|
label: string;
|
|
184
184
|
value: any;
|
|
185
185
|
}[] | undefined;
|
|
186
|
-
dataApi?: ((param
|
|
186
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
187
187
|
dataApiConfig?: {
|
|
188
188
|
once: boolean;
|
|
189
189
|
init: boolean;
|
|
@@ -213,7 +213,7 @@ declare const conf: {
|
|
|
213
213
|
label: string;
|
|
214
214
|
value: any;
|
|
215
215
|
}[] | undefined;
|
|
216
|
-
dataApi?: ((param
|
|
216
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
217
217
|
dataApiConfig?: {
|
|
218
218
|
once: boolean;
|
|
219
219
|
init: boolean;
|
|
@@ -248,7 +248,7 @@ declare const conf: {
|
|
|
248
248
|
label: string;
|
|
249
249
|
value: any;
|
|
250
250
|
}[] | undefined;
|
|
251
|
-
dataApi?: ((param
|
|
251
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
252
252
|
dataApiConfig?: {
|
|
253
253
|
once: boolean;
|
|
254
254
|
init: boolean;
|
|
@@ -276,7 +276,7 @@ declare const conf: {
|
|
|
276
276
|
label: string;
|
|
277
277
|
value: any;
|
|
278
278
|
}[] | undefined;
|
|
279
|
-
dataApi?: ((param
|
|
279
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
280
280
|
dataApiConfig?: {
|
|
281
281
|
once: boolean;
|
|
282
282
|
init: boolean;
|
|
@@ -311,7 +311,7 @@ declare const conf: {
|
|
|
311
311
|
label: string;
|
|
312
312
|
value: any;
|
|
313
313
|
}[] | undefined;
|
|
314
|
-
dataApi?: ((param
|
|
314
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
315
315
|
dataApiConfig?: {
|
|
316
316
|
once: boolean;
|
|
317
317
|
init: boolean;
|
|
@@ -344,8 +344,8 @@ declare const conf: {
|
|
|
344
344
|
rules?: any[] | boolean | undefined;
|
|
345
345
|
text?: {
|
|
346
346
|
search?: {
|
|
347
|
-
label
|
|
348
|
-
placeholder
|
|
347
|
+
label?: string | undefined;
|
|
348
|
+
placeholder?: string | undefined;
|
|
349
349
|
} | undefined;
|
|
350
350
|
form?: {
|
|
351
351
|
label?: string | undefined;
|
|
@@ -403,27 +403,11 @@ declare const conf: {
|
|
|
403
403
|
editAll?: boolean | undefined;
|
|
404
404
|
maxSpan?: number | undefined;
|
|
405
405
|
defaultSpan?: number | undefined;
|
|
406
|
-
openBefore?: ((data: any, update:
|
|
407
|
-
|
|
408
|
-
type: any;
|
|
409
|
-
form: any;
|
|
410
|
-
}) => any) | undefined;
|
|
411
|
-
openAfter?: ((data: any, update: {
|
|
412
|
-
title: string;
|
|
413
|
-
type: any;
|
|
414
|
-
form: any;
|
|
415
|
-
}) => any) | undefined;
|
|
406
|
+
openBefore?: ((data: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
407
|
+
openAfter?: ((data: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
416
408
|
closeBefore?: ((data: any) => any) | undefined;
|
|
417
|
-
submitBefore?: ((form: any, update:
|
|
418
|
-
|
|
419
|
-
type: any;
|
|
420
|
-
form: any;
|
|
421
|
-
}) => any) | undefined;
|
|
422
|
-
submitAfter?: ((form: any, update: {
|
|
423
|
-
title: string;
|
|
424
|
-
type: any;
|
|
425
|
-
form: any;
|
|
426
|
-
}) => any) | undefined;
|
|
409
|
+
submitBefore?: ((form: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
410
|
+
submitAfter?: ((form: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
427
411
|
} | undefined;
|
|
428
412
|
column: {
|
|
429
413
|
key: string;
|
|
@@ -460,7 +444,7 @@ declare const conf: {
|
|
|
460
444
|
label: string;
|
|
461
445
|
value: any;
|
|
462
446
|
}[] | undefined;
|
|
463
|
-
dataApi?: ((param
|
|
447
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
464
448
|
dataApiConfig?: {
|
|
465
449
|
once: boolean;
|
|
466
450
|
init: boolean;
|
|
@@ -495,7 +479,7 @@ declare const conf: {
|
|
|
495
479
|
label: string;
|
|
496
480
|
value: any;
|
|
497
481
|
}[] | undefined;
|
|
498
|
-
dataApi?: ((param
|
|
482
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
499
483
|
dataApiConfig?: {
|
|
500
484
|
once: boolean;
|
|
501
485
|
init: boolean;
|
|
@@ -525,7 +509,7 @@ declare const conf: {
|
|
|
525
509
|
label: string;
|
|
526
510
|
value: any;
|
|
527
511
|
}[] | undefined;
|
|
528
|
-
dataApi?: ((param
|
|
512
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
529
513
|
dataApiConfig?: {
|
|
530
514
|
once: boolean;
|
|
531
515
|
init: boolean;
|
|
@@ -560,7 +544,7 @@ declare const conf: {
|
|
|
560
544
|
label: string;
|
|
561
545
|
value: any;
|
|
562
546
|
}[] | undefined;
|
|
563
|
-
dataApi?: ((param
|
|
547
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
564
548
|
dataApiConfig?: {
|
|
565
549
|
once: boolean;
|
|
566
550
|
init: boolean;
|
|
@@ -590,7 +574,7 @@ declare const conf: {
|
|
|
590
574
|
label: string;
|
|
591
575
|
value: any;
|
|
592
576
|
}[] | undefined;
|
|
593
|
-
dataApi?: ((param
|
|
577
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
594
578
|
dataApiConfig?: {
|
|
595
579
|
once: boolean;
|
|
596
580
|
init: boolean;
|
|
@@ -625,7 +609,7 @@ declare const conf: {
|
|
|
625
609
|
label: string;
|
|
626
610
|
value: any;
|
|
627
611
|
}[] | undefined;
|
|
628
|
-
dataApi?: ((param
|
|
612
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
629
613
|
dataApiConfig?: {
|
|
630
614
|
once: boolean;
|
|
631
615
|
init: boolean;
|
|
@@ -653,7 +637,7 @@ declare const conf: {
|
|
|
653
637
|
label: string;
|
|
654
638
|
value: any;
|
|
655
639
|
}[] | undefined;
|
|
656
|
-
dataApi?: ((param
|
|
640
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
657
641
|
dataApiConfig?: {
|
|
658
642
|
once: boolean;
|
|
659
643
|
init: boolean;
|
|
@@ -688,7 +672,7 @@ declare const conf: {
|
|
|
688
672
|
label: string;
|
|
689
673
|
value: any;
|
|
690
674
|
}[] | undefined;
|
|
691
|
-
dataApi?: ((param
|
|
675
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
692
676
|
dataApiConfig?: {
|
|
693
677
|
once: boolean;
|
|
694
678
|
init: boolean;
|
|
@@ -721,8 +705,8 @@ declare const conf: {
|
|
|
721
705
|
rules?: any[] | boolean | undefined;
|
|
722
706
|
text?: {
|
|
723
707
|
search?: {
|
|
724
|
-
label
|
|
725
|
-
placeholder
|
|
708
|
+
label?: string | undefined;
|
|
709
|
+
placeholder?: string | undefined;
|
|
726
710
|
} | undefined;
|
|
727
711
|
form?: {
|
|
728
712
|
label?: string | undefined;
|
|
@@ -786,7 +770,7 @@ declare const conf: {
|
|
|
786
770
|
label: string;
|
|
787
771
|
value: any;
|
|
788
772
|
}[] | undefined;
|
|
789
|
-
dataApi?: ((param
|
|
773
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
790
774
|
dataApiConfig?: {
|
|
791
775
|
once: boolean;
|
|
792
776
|
init: boolean;
|
|
@@ -821,7 +805,7 @@ declare const conf: {
|
|
|
821
805
|
label: string;
|
|
822
806
|
value: any;
|
|
823
807
|
}[] | undefined;
|
|
824
|
-
dataApi?: ((param
|
|
808
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
825
809
|
dataApiConfig?: {
|
|
826
810
|
once: boolean;
|
|
827
811
|
init: boolean;
|
|
@@ -851,7 +835,7 @@ declare const conf: {
|
|
|
851
835
|
label: string;
|
|
852
836
|
value: any;
|
|
853
837
|
}[] | undefined;
|
|
854
|
-
dataApi?: ((param
|
|
838
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
855
839
|
dataApiConfig?: {
|
|
856
840
|
once: boolean;
|
|
857
841
|
init: boolean;
|
|
@@ -886,7 +870,7 @@ declare const conf: {
|
|
|
886
870
|
label: string;
|
|
887
871
|
value: any;
|
|
888
872
|
}[] | undefined;
|
|
889
|
-
dataApi?: ((param
|
|
873
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
890
874
|
dataApiConfig?: {
|
|
891
875
|
once: boolean;
|
|
892
876
|
init: boolean;
|
|
@@ -916,7 +900,7 @@ declare const conf: {
|
|
|
916
900
|
label: string;
|
|
917
901
|
value: any;
|
|
918
902
|
}[] | undefined;
|
|
919
|
-
dataApi?: ((param
|
|
903
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
920
904
|
dataApiConfig?: {
|
|
921
905
|
once: boolean;
|
|
922
906
|
init: boolean;
|
|
@@ -951,7 +935,7 @@ declare const conf: {
|
|
|
951
935
|
label: string;
|
|
952
936
|
value: any;
|
|
953
937
|
}[] | undefined;
|
|
954
|
-
dataApi?: ((param
|
|
938
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
955
939
|
dataApiConfig?: {
|
|
956
940
|
once: boolean;
|
|
957
941
|
init: boolean;
|
|
@@ -979,7 +963,7 @@ declare const conf: {
|
|
|
979
963
|
label: string;
|
|
980
964
|
value: any;
|
|
981
965
|
}[] | undefined;
|
|
982
|
-
dataApi?: ((param
|
|
966
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
983
967
|
dataApiConfig?: {
|
|
984
968
|
once: boolean;
|
|
985
969
|
init: boolean;
|
|
@@ -1014,7 +998,7 @@ declare const conf: {
|
|
|
1014
998
|
label: string;
|
|
1015
999
|
value: any;
|
|
1016
1000
|
}[] | undefined;
|
|
1017
|
-
dataApi?: ((param
|
|
1001
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1018
1002
|
dataApiConfig?: {
|
|
1019
1003
|
once: boolean;
|
|
1020
1004
|
init: boolean;
|
|
@@ -1047,8 +1031,8 @@ declare const conf: {
|
|
|
1047
1031
|
rules?: any[] | boolean | undefined;
|
|
1048
1032
|
text?: {
|
|
1049
1033
|
search?: {
|
|
1050
|
-
label
|
|
1051
|
-
placeholder
|
|
1034
|
+
label?: string | undefined;
|
|
1035
|
+
placeholder?: string | undefined;
|
|
1052
1036
|
} | undefined;
|
|
1053
1037
|
form?: {
|
|
1054
1038
|
label?: string | undefined;
|
|
@@ -1130,7 +1114,7 @@ declare const conf: {
|
|
|
1130
1114
|
label: string;
|
|
1131
1115
|
value: any;
|
|
1132
1116
|
}[] | undefined;
|
|
1133
|
-
dataApi?: ((param
|
|
1117
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1134
1118
|
dataApiConfig?: {
|
|
1135
1119
|
once: boolean;
|
|
1136
1120
|
init: boolean;
|
|
@@ -1165,7 +1149,7 @@ declare const conf: {
|
|
|
1165
1149
|
label: string;
|
|
1166
1150
|
value: any;
|
|
1167
1151
|
}[] | undefined;
|
|
1168
|
-
dataApi?: ((param
|
|
1152
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1169
1153
|
dataApiConfig?: {
|
|
1170
1154
|
once: boolean;
|
|
1171
1155
|
init: boolean;
|
|
@@ -1195,7 +1179,7 @@ declare const conf: {
|
|
|
1195
1179
|
label: string;
|
|
1196
1180
|
value: any;
|
|
1197
1181
|
}[] | undefined;
|
|
1198
|
-
dataApi?: ((param
|
|
1182
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1199
1183
|
dataApiConfig?: {
|
|
1200
1184
|
once: boolean;
|
|
1201
1185
|
init: boolean;
|
|
@@ -1230,7 +1214,7 @@ declare const conf: {
|
|
|
1230
1214
|
label: string;
|
|
1231
1215
|
value: any;
|
|
1232
1216
|
}[] | undefined;
|
|
1233
|
-
dataApi?: ((param
|
|
1217
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1234
1218
|
dataApiConfig?: {
|
|
1235
1219
|
once: boolean;
|
|
1236
1220
|
init: boolean;
|
|
@@ -1260,7 +1244,7 @@ declare const conf: {
|
|
|
1260
1244
|
label: string;
|
|
1261
1245
|
value: any;
|
|
1262
1246
|
}[] | undefined;
|
|
1263
|
-
dataApi?: ((param
|
|
1247
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1264
1248
|
dataApiConfig?: {
|
|
1265
1249
|
once: boolean;
|
|
1266
1250
|
init: boolean;
|
|
@@ -1295,7 +1279,7 @@ declare const conf: {
|
|
|
1295
1279
|
label: string;
|
|
1296
1280
|
value: any;
|
|
1297
1281
|
}[] | undefined;
|
|
1298
|
-
dataApi?: ((param
|
|
1282
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1299
1283
|
dataApiConfig?: {
|
|
1300
1284
|
once: boolean;
|
|
1301
1285
|
init: boolean;
|
|
@@ -1323,7 +1307,7 @@ declare const conf: {
|
|
|
1323
1307
|
label: string;
|
|
1324
1308
|
value: any;
|
|
1325
1309
|
}[] | undefined;
|
|
1326
|
-
dataApi?: ((param
|
|
1310
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1327
1311
|
dataApiConfig?: {
|
|
1328
1312
|
once: boolean;
|
|
1329
1313
|
init: boolean;
|
|
@@ -1358,7 +1342,7 @@ declare const conf: {
|
|
|
1358
1342
|
label: string;
|
|
1359
1343
|
value: any;
|
|
1360
1344
|
}[] | undefined;
|
|
1361
|
-
dataApi?: ((param
|
|
1345
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1362
1346
|
dataApiConfig?: {
|
|
1363
1347
|
once: boolean;
|
|
1364
1348
|
init: boolean;
|
|
@@ -1391,8 +1375,8 @@ declare const conf: {
|
|
|
1391
1375
|
rules?: any[] | boolean | undefined;
|
|
1392
1376
|
text?: {
|
|
1393
1377
|
search?: {
|
|
1394
|
-
label
|
|
1395
|
-
placeholder
|
|
1378
|
+
label?: string | undefined;
|
|
1379
|
+
placeholder?: string | undefined;
|
|
1396
1380
|
} | undefined;
|
|
1397
1381
|
form?: {
|
|
1398
1382
|
label?: string | undefined;
|
|
@@ -1484,7 +1468,7 @@ declare const conf: {
|
|
|
1484
1468
|
label: string;
|
|
1485
1469
|
value: any;
|
|
1486
1470
|
}[] | undefined;
|
|
1487
|
-
dataApi?: ((param
|
|
1471
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1488
1472
|
dataApiConfig?: {
|
|
1489
1473
|
once: boolean;
|
|
1490
1474
|
init: boolean;
|
|
@@ -1519,7 +1503,7 @@ declare const conf: {
|
|
|
1519
1503
|
label: string;
|
|
1520
1504
|
value: any;
|
|
1521
1505
|
}[] | undefined;
|
|
1522
|
-
dataApi?: ((param
|
|
1506
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1523
1507
|
dataApiConfig?: {
|
|
1524
1508
|
once: boolean;
|
|
1525
1509
|
init: boolean;
|
|
@@ -1549,7 +1533,7 @@ declare const conf: {
|
|
|
1549
1533
|
label: string;
|
|
1550
1534
|
value: any;
|
|
1551
1535
|
}[] | undefined;
|
|
1552
|
-
dataApi?: ((param
|
|
1536
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1553
1537
|
dataApiConfig?: {
|
|
1554
1538
|
once: boolean;
|
|
1555
1539
|
init: boolean;
|
|
@@ -1584,7 +1568,7 @@ declare const conf: {
|
|
|
1584
1568
|
label: string;
|
|
1585
1569
|
value: any;
|
|
1586
1570
|
}[] | undefined;
|
|
1587
|
-
dataApi?: ((param
|
|
1571
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1588
1572
|
dataApiConfig?: {
|
|
1589
1573
|
once: boolean;
|
|
1590
1574
|
init: boolean;
|
|
@@ -1614,7 +1598,7 @@ declare const conf: {
|
|
|
1614
1598
|
label: string;
|
|
1615
1599
|
value: any;
|
|
1616
1600
|
}[] | undefined;
|
|
1617
|
-
dataApi?: ((param
|
|
1601
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1618
1602
|
dataApiConfig?: {
|
|
1619
1603
|
once: boolean;
|
|
1620
1604
|
init: boolean;
|
|
@@ -1649,7 +1633,7 @@ declare const conf: {
|
|
|
1649
1633
|
label: string;
|
|
1650
1634
|
value: any;
|
|
1651
1635
|
}[] | undefined;
|
|
1652
|
-
dataApi?: ((param
|
|
1636
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1653
1637
|
dataApiConfig?: {
|
|
1654
1638
|
once: boolean;
|
|
1655
1639
|
init: boolean;
|
|
@@ -1677,7 +1661,7 @@ declare const conf: {
|
|
|
1677
1661
|
label: string;
|
|
1678
1662
|
value: any;
|
|
1679
1663
|
}[] | undefined;
|
|
1680
|
-
dataApi?: ((param
|
|
1664
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1681
1665
|
dataApiConfig?: {
|
|
1682
1666
|
once: boolean;
|
|
1683
1667
|
init: boolean;
|
|
@@ -1712,7 +1696,7 @@ declare const conf: {
|
|
|
1712
1696
|
label: string;
|
|
1713
1697
|
value: any;
|
|
1714
1698
|
}[] | undefined;
|
|
1715
|
-
dataApi?: ((param
|
|
1699
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1716
1700
|
dataApiConfig?: {
|
|
1717
1701
|
once: boolean;
|
|
1718
1702
|
init: boolean;
|
|
@@ -1745,8 +1729,8 @@ declare const conf: {
|
|
|
1745
1729
|
rules?: any[] | boolean | undefined;
|
|
1746
1730
|
text?: {
|
|
1747
1731
|
search?: {
|
|
1748
|
-
label
|
|
1749
|
-
placeholder
|
|
1732
|
+
label?: string | undefined;
|
|
1733
|
+
placeholder?: string | undefined;
|
|
1750
1734
|
} | undefined;
|
|
1751
1735
|
form?: {
|
|
1752
1736
|
label?: string | undefined;
|
|
@@ -1769,6 +1753,10 @@ declare const conf: {
|
|
|
1769
1753
|
getDisabled: (item: import("./indexType").CurdConfigColumn) => boolean | undefined;
|
|
1770
1754
|
getBind: (item: import("./indexType").CurdConfigColumn) => any;
|
|
1771
1755
|
getOn: (item: import("./indexType").CurdConfigColumn) => any;
|
|
1756
|
+
getBindOnByKey: <T = any>(key: string) => {
|
|
1757
|
+
bind: import("./indexType").CurdConfigColumn<T>["options"];
|
|
1758
|
+
on: any;
|
|
1759
|
+
};
|
|
1772
1760
|
edit: {
|
|
1773
1761
|
data: any;
|
|
1774
1762
|
getApiData: (form: any) => any;
|
|
@@ -1856,7 +1844,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
1856
1844
|
label: string;
|
|
1857
1845
|
value: any;
|
|
1858
1846
|
}[] | undefined;
|
|
1859
|
-
dataApi?: ((param
|
|
1847
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1860
1848
|
dataApiConfig?: {
|
|
1861
1849
|
once: boolean;
|
|
1862
1850
|
init: boolean;
|
|
@@ -1891,7 +1879,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
1891
1879
|
label: string;
|
|
1892
1880
|
value: any;
|
|
1893
1881
|
}[] | undefined;
|
|
1894
|
-
dataApi?: ((param
|
|
1882
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1895
1883
|
dataApiConfig?: {
|
|
1896
1884
|
once: boolean;
|
|
1897
1885
|
init: boolean;
|
|
@@ -1921,7 +1909,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
1921
1909
|
label: string;
|
|
1922
1910
|
value: any;
|
|
1923
1911
|
}[] | undefined;
|
|
1924
|
-
dataApi?: ((param
|
|
1912
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1925
1913
|
dataApiConfig?: {
|
|
1926
1914
|
once: boolean;
|
|
1927
1915
|
init: boolean;
|
|
@@ -1956,7 +1944,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
1956
1944
|
label: string;
|
|
1957
1945
|
value: any;
|
|
1958
1946
|
}[] | undefined;
|
|
1959
|
-
dataApi?: ((param
|
|
1947
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1960
1948
|
dataApiConfig?: {
|
|
1961
1949
|
once: boolean;
|
|
1962
1950
|
init: boolean;
|
|
@@ -1986,7 +1974,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
1986
1974
|
label: string;
|
|
1987
1975
|
value: any;
|
|
1988
1976
|
}[] | undefined;
|
|
1989
|
-
dataApi?: ((param
|
|
1977
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
1990
1978
|
dataApiConfig?: {
|
|
1991
1979
|
once: boolean;
|
|
1992
1980
|
init: boolean;
|
|
@@ -2021,7 +2009,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2021
2009
|
label: string;
|
|
2022
2010
|
value: any;
|
|
2023
2011
|
}[] | undefined;
|
|
2024
|
-
dataApi?: ((param
|
|
2012
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2025
2013
|
dataApiConfig?: {
|
|
2026
2014
|
once: boolean;
|
|
2027
2015
|
init: boolean;
|
|
@@ -2049,7 +2037,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2049
2037
|
label: string;
|
|
2050
2038
|
value: any;
|
|
2051
2039
|
}[] | undefined;
|
|
2052
|
-
dataApi?: ((param
|
|
2040
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2053
2041
|
dataApiConfig?: {
|
|
2054
2042
|
once: boolean;
|
|
2055
2043
|
init: boolean;
|
|
@@ -2084,7 +2072,7 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2084
2072
|
label: string;
|
|
2085
2073
|
value: any;
|
|
2086
2074
|
}[] | undefined;
|
|
2087
|
-
dataApi?: ((param
|
|
2075
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2088
2076
|
dataApiConfig?: {
|
|
2089
2077
|
once: boolean;
|
|
2090
2078
|
init: boolean;
|
|
@@ -2117,8 +2105,8 @@ declare var __VLS_1: {}, __VLS_7: {
|
|
|
2117
2105
|
rules?: any[] | boolean | undefined;
|
|
2118
2106
|
text?: {
|
|
2119
2107
|
search?: {
|
|
2120
|
-
label
|
|
2121
|
-
placeholder
|
|
2108
|
+
label?: string | undefined;
|
|
2109
|
+
placeholder?: string | undefined;
|
|
2122
2110
|
} | undefined;
|
|
2123
2111
|
form?: {
|
|
2124
2112
|
label?: string | undefined;
|
|
@@ -2293,7 +2281,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2293
2281
|
label: string;
|
|
2294
2282
|
value: any;
|
|
2295
2283
|
}[] | undefined;
|
|
2296
|
-
dataApi?: ((param
|
|
2284
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2297
2285
|
dataApiConfig?: {
|
|
2298
2286
|
once: boolean;
|
|
2299
2287
|
init: boolean;
|
|
@@ -2328,7 +2316,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2328
2316
|
label: string;
|
|
2329
2317
|
value: any;
|
|
2330
2318
|
}[] | undefined;
|
|
2331
|
-
dataApi?: ((param
|
|
2319
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2332
2320
|
dataApiConfig?: {
|
|
2333
2321
|
once: boolean;
|
|
2334
2322
|
init: boolean;
|
|
@@ -2358,7 +2346,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2358
2346
|
label: string;
|
|
2359
2347
|
value: any;
|
|
2360
2348
|
}[] | undefined;
|
|
2361
|
-
dataApi?: ((param
|
|
2349
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2362
2350
|
dataApiConfig?: {
|
|
2363
2351
|
once: boolean;
|
|
2364
2352
|
init: boolean;
|
|
@@ -2393,7 +2381,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2393
2381
|
label: string;
|
|
2394
2382
|
value: any;
|
|
2395
2383
|
}[] | undefined;
|
|
2396
|
-
dataApi?: ((param
|
|
2384
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2397
2385
|
dataApiConfig?: {
|
|
2398
2386
|
once: boolean;
|
|
2399
2387
|
init: boolean;
|
|
@@ -2423,7 +2411,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2423
2411
|
label: string;
|
|
2424
2412
|
value: any;
|
|
2425
2413
|
}[] | undefined;
|
|
2426
|
-
dataApi?: ((param
|
|
2414
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2427
2415
|
dataApiConfig?: {
|
|
2428
2416
|
once: boolean;
|
|
2429
2417
|
init: boolean;
|
|
@@ -2458,7 +2446,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2458
2446
|
label: string;
|
|
2459
2447
|
value: any;
|
|
2460
2448
|
}[] | undefined;
|
|
2461
|
-
dataApi?: ((param
|
|
2449
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2462
2450
|
dataApiConfig?: {
|
|
2463
2451
|
once: boolean;
|
|
2464
2452
|
init: boolean;
|
|
@@ -2486,7 +2474,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2486
2474
|
label: string;
|
|
2487
2475
|
value: any;
|
|
2488
2476
|
}[] | undefined;
|
|
2489
|
-
dataApi?: ((param
|
|
2477
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2490
2478
|
dataApiConfig?: {
|
|
2491
2479
|
once: boolean;
|
|
2492
2480
|
init: boolean;
|
|
@@ -2521,7 +2509,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2521
2509
|
label: string;
|
|
2522
2510
|
value: any;
|
|
2523
2511
|
}[] | undefined;
|
|
2524
|
-
dataApi?: ((param
|
|
2512
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2525
2513
|
dataApiConfig?: {
|
|
2526
2514
|
once: boolean;
|
|
2527
2515
|
init: boolean;
|
|
@@ -2554,8 +2542,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2554
2542
|
rules?: any[] | boolean | undefined;
|
|
2555
2543
|
text?: {
|
|
2556
2544
|
search?: {
|
|
2557
|
-
label
|
|
2558
|
-
placeholder
|
|
2545
|
+
label?: string | undefined;
|
|
2546
|
+
placeholder?: string | undefined;
|
|
2559
2547
|
} | undefined;
|
|
2560
2548
|
form?: {
|
|
2561
2549
|
label?: string | undefined;
|
|
@@ -2613,27 +2601,11 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2613
2601
|
editAll?: boolean | undefined;
|
|
2614
2602
|
maxSpan?: number | undefined;
|
|
2615
2603
|
defaultSpan?: number | undefined;
|
|
2616
|
-
openBefore?: ((data: any, update:
|
|
2617
|
-
|
|
2618
|
-
type: any;
|
|
2619
|
-
form: any;
|
|
2620
|
-
}) => any) | undefined;
|
|
2621
|
-
openAfter?: ((data: any, update: {
|
|
2622
|
-
title: string;
|
|
2623
|
-
type: any;
|
|
2624
|
-
form: any;
|
|
2625
|
-
}) => any) | undefined;
|
|
2604
|
+
openBefore?: ((data: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
2605
|
+
openAfter?: ((data: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
2626
2606
|
closeBefore?: ((data: any) => any) | undefined;
|
|
2627
|
-
submitBefore?: ((form: any, update:
|
|
2628
|
-
|
|
2629
|
-
type: any;
|
|
2630
|
-
form: any;
|
|
2631
|
-
}) => any) | undefined;
|
|
2632
|
-
submitAfter?: ((form: any, update: {
|
|
2633
|
-
title: string;
|
|
2634
|
-
type: any;
|
|
2635
|
-
form: any;
|
|
2636
|
-
}) => any) | undefined;
|
|
2607
|
+
submitBefore?: ((form: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
2608
|
+
submitAfter?: ((form: any, update: import(".").curdConfType["conf"]["update"]) => any) | undefined;
|
|
2637
2609
|
} | undefined;
|
|
2638
2610
|
column: {
|
|
2639
2611
|
key: string;
|
|
@@ -2670,7 +2642,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2670
2642
|
label: string;
|
|
2671
2643
|
value: any;
|
|
2672
2644
|
}[] | undefined;
|
|
2673
|
-
dataApi?: ((param
|
|
2645
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2674
2646
|
dataApiConfig?: {
|
|
2675
2647
|
once: boolean;
|
|
2676
2648
|
init: boolean;
|
|
@@ -2705,7 +2677,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2705
2677
|
label: string;
|
|
2706
2678
|
value: any;
|
|
2707
2679
|
}[] | undefined;
|
|
2708
|
-
dataApi?: ((param
|
|
2680
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2709
2681
|
dataApiConfig?: {
|
|
2710
2682
|
once: boolean;
|
|
2711
2683
|
init: boolean;
|
|
@@ -2735,7 +2707,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2735
2707
|
label: string;
|
|
2736
2708
|
value: any;
|
|
2737
2709
|
}[] | undefined;
|
|
2738
|
-
dataApi?: ((param
|
|
2710
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2739
2711
|
dataApiConfig?: {
|
|
2740
2712
|
once: boolean;
|
|
2741
2713
|
init: boolean;
|
|
@@ -2770,7 +2742,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2770
2742
|
label: string;
|
|
2771
2743
|
value: any;
|
|
2772
2744
|
}[] | undefined;
|
|
2773
|
-
dataApi?: ((param
|
|
2745
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2774
2746
|
dataApiConfig?: {
|
|
2775
2747
|
once: boolean;
|
|
2776
2748
|
init: boolean;
|
|
@@ -2800,7 +2772,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2800
2772
|
label: string;
|
|
2801
2773
|
value: any;
|
|
2802
2774
|
}[] | undefined;
|
|
2803
|
-
dataApi?: ((param
|
|
2775
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2804
2776
|
dataApiConfig?: {
|
|
2805
2777
|
once: boolean;
|
|
2806
2778
|
init: boolean;
|
|
@@ -2835,7 +2807,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2835
2807
|
label: string;
|
|
2836
2808
|
value: any;
|
|
2837
2809
|
}[] | undefined;
|
|
2838
|
-
dataApi?: ((param
|
|
2810
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2839
2811
|
dataApiConfig?: {
|
|
2840
2812
|
once: boolean;
|
|
2841
2813
|
init: boolean;
|
|
@@ -2863,7 +2835,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2863
2835
|
label: string;
|
|
2864
2836
|
value: any;
|
|
2865
2837
|
}[] | undefined;
|
|
2866
|
-
dataApi?: ((param
|
|
2838
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2867
2839
|
dataApiConfig?: {
|
|
2868
2840
|
once: boolean;
|
|
2869
2841
|
init: boolean;
|
|
@@ -2898,7 +2870,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2898
2870
|
label: string;
|
|
2899
2871
|
value: any;
|
|
2900
2872
|
}[] | undefined;
|
|
2901
|
-
dataApi?: ((param
|
|
2873
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
2902
2874
|
dataApiConfig?: {
|
|
2903
2875
|
once: boolean;
|
|
2904
2876
|
init: boolean;
|
|
@@ -2931,8 +2903,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2931
2903
|
rules?: any[] | boolean | undefined;
|
|
2932
2904
|
text?: {
|
|
2933
2905
|
search?: {
|
|
2934
|
-
label
|
|
2935
|
-
placeholder
|
|
2906
|
+
label?: string | undefined;
|
|
2907
|
+
placeholder?: string | undefined;
|
|
2936
2908
|
} | undefined;
|
|
2937
2909
|
form?: {
|
|
2938
2910
|
label?: string | undefined;
|
|
@@ -2996,7 +2968,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
2996
2968
|
label: string;
|
|
2997
2969
|
value: any;
|
|
2998
2970
|
}[] | undefined;
|
|
2999
|
-
dataApi?: ((param
|
|
2971
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3000
2972
|
dataApiConfig?: {
|
|
3001
2973
|
once: boolean;
|
|
3002
2974
|
init: boolean;
|
|
@@ -3031,7 +3003,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3031
3003
|
label: string;
|
|
3032
3004
|
value: any;
|
|
3033
3005
|
}[] | undefined;
|
|
3034
|
-
dataApi?: ((param
|
|
3006
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3035
3007
|
dataApiConfig?: {
|
|
3036
3008
|
once: boolean;
|
|
3037
3009
|
init: boolean;
|
|
@@ -3061,7 +3033,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3061
3033
|
label: string;
|
|
3062
3034
|
value: any;
|
|
3063
3035
|
}[] | undefined;
|
|
3064
|
-
dataApi?: ((param
|
|
3036
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3065
3037
|
dataApiConfig?: {
|
|
3066
3038
|
once: boolean;
|
|
3067
3039
|
init: boolean;
|
|
@@ -3096,7 +3068,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3096
3068
|
label: string;
|
|
3097
3069
|
value: any;
|
|
3098
3070
|
}[] | undefined;
|
|
3099
|
-
dataApi?: ((param
|
|
3071
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3100
3072
|
dataApiConfig?: {
|
|
3101
3073
|
once: boolean;
|
|
3102
3074
|
init: boolean;
|
|
@@ -3126,7 +3098,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3126
3098
|
label: string;
|
|
3127
3099
|
value: any;
|
|
3128
3100
|
}[] | undefined;
|
|
3129
|
-
dataApi?: ((param
|
|
3101
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3130
3102
|
dataApiConfig?: {
|
|
3131
3103
|
once: boolean;
|
|
3132
3104
|
init: boolean;
|
|
@@ -3161,7 +3133,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3161
3133
|
label: string;
|
|
3162
3134
|
value: any;
|
|
3163
3135
|
}[] | undefined;
|
|
3164
|
-
dataApi?: ((param
|
|
3136
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3165
3137
|
dataApiConfig?: {
|
|
3166
3138
|
once: boolean;
|
|
3167
3139
|
init: boolean;
|
|
@@ -3189,7 +3161,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3189
3161
|
label: string;
|
|
3190
3162
|
value: any;
|
|
3191
3163
|
}[] | undefined;
|
|
3192
|
-
dataApi?: ((param
|
|
3164
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3193
3165
|
dataApiConfig?: {
|
|
3194
3166
|
once: boolean;
|
|
3195
3167
|
init: boolean;
|
|
@@ -3224,7 +3196,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3224
3196
|
label: string;
|
|
3225
3197
|
value: any;
|
|
3226
3198
|
}[] | undefined;
|
|
3227
|
-
dataApi?: ((param
|
|
3199
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3228
3200
|
dataApiConfig?: {
|
|
3229
3201
|
once: boolean;
|
|
3230
3202
|
init: boolean;
|
|
@@ -3257,8 +3229,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3257
3229
|
rules?: any[] | boolean | undefined;
|
|
3258
3230
|
text?: {
|
|
3259
3231
|
search?: {
|
|
3260
|
-
label
|
|
3261
|
-
placeholder
|
|
3232
|
+
label?: string | undefined;
|
|
3233
|
+
placeholder?: string | undefined;
|
|
3262
3234
|
} | undefined;
|
|
3263
3235
|
form?: {
|
|
3264
3236
|
label?: string | undefined;
|
|
@@ -3340,7 +3312,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3340
3312
|
label: string;
|
|
3341
3313
|
value: any;
|
|
3342
3314
|
}[] | undefined;
|
|
3343
|
-
dataApi?: ((param
|
|
3315
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3344
3316
|
dataApiConfig?: {
|
|
3345
3317
|
once: boolean;
|
|
3346
3318
|
init: boolean;
|
|
@@ -3375,7 +3347,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3375
3347
|
label: string;
|
|
3376
3348
|
value: any;
|
|
3377
3349
|
}[] | undefined;
|
|
3378
|
-
dataApi?: ((param
|
|
3350
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3379
3351
|
dataApiConfig?: {
|
|
3380
3352
|
once: boolean;
|
|
3381
3353
|
init: boolean;
|
|
@@ -3405,7 +3377,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3405
3377
|
label: string;
|
|
3406
3378
|
value: any;
|
|
3407
3379
|
}[] | undefined;
|
|
3408
|
-
dataApi?: ((param
|
|
3380
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3409
3381
|
dataApiConfig?: {
|
|
3410
3382
|
once: boolean;
|
|
3411
3383
|
init: boolean;
|
|
@@ -3440,7 +3412,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3440
3412
|
label: string;
|
|
3441
3413
|
value: any;
|
|
3442
3414
|
}[] | undefined;
|
|
3443
|
-
dataApi?: ((param
|
|
3415
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3444
3416
|
dataApiConfig?: {
|
|
3445
3417
|
once: boolean;
|
|
3446
3418
|
init: boolean;
|
|
@@ -3470,7 +3442,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3470
3442
|
label: string;
|
|
3471
3443
|
value: any;
|
|
3472
3444
|
}[] | undefined;
|
|
3473
|
-
dataApi?: ((param
|
|
3445
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3474
3446
|
dataApiConfig?: {
|
|
3475
3447
|
once: boolean;
|
|
3476
3448
|
init: boolean;
|
|
@@ -3505,7 +3477,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3505
3477
|
label: string;
|
|
3506
3478
|
value: any;
|
|
3507
3479
|
}[] | undefined;
|
|
3508
|
-
dataApi?: ((param
|
|
3480
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3509
3481
|
dataApiConfig?: {
|
|
3510
3482
|
once: boolean;
|
|
3511
3483
|
init: boolean;
|
|
@@ -3533,7 +3505,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3533
3505
|
label: string;
|
|
3534
3506
|
value: any;
|
|
3535
3507
|
}[] | undefined;
|
|
3536
|
-
dataApi?: ((param
|
|
3508
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3537
3509
|
dataApiConfig?: {
|
|
3538
3510
|
once: boolean;
|
|
3539
3511
|
init: boolean;
|
|
@@ -3568,7 +3540,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3568
3540
|
label: string;
|
|
3569
3541
|
value: any;
|
|
3570
3542
|
}[] | undefined;
|
|
3571
|
-
dataApi?: ((param
|
|
3543
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3572
3544
|
dataApiConfig?: {
|
|
3573
3545
|
once: boolean;
|
|
3574
3546
|
init: boolean;
|
|
@@ -3601,8 +3573,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3601
3573
|
rules?: any[] | boolean | undefined;
|
|
3602
3574
|
text?: {
|
|
3603
3575
|
search?: {
|
|
3604
|
-
label
|
|
3605
|
-
placeholder
|
|
3576
|
+
label?: string | undefined;
|
|
3577
|
+
placeholder?: string | undefined;
|
|
3606
3578
|
} | undefined;
|
|
3607
3579
|
form?: {
|
|
3608
3580
|
label?: string | undefined;
|
|
@@ -3694,7 +3666,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3694
3666
|
label: string;
|
|
3695
3667
|
value: any;
|
|
3696
3668
|
}[] | undefined;
|
|
3697
|
-
dataApi?: ((param
|
|
3669
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3698
3670
|
dataApiConfig?: {
|
|
3699
3671
|
once: boolean;
|
|
3700
3672
|
init: boolean;
|
|
@@ -3729,7 +3701,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3729
3701
|
label: string;
|
|
3730
3702
|
value: any;
|
|
3731
3703
|
}[] | undefined;
|
|
3732
|
-
dataApi?: ((param
|
|
3704
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3733
3705
|
dataApiConfig?: {
|
|
3734
3706
|
once: boolean;
|
|
3735
3707
|
init: boolean;
|
|
@@ -3759,7 +3731,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3759
3731
|
label: string;
|
|
3760
3732
|
value: any;
|
|
3761
3733
|
}[] | undefined;
|
|
3762
|
-
dataApi?: ((param
|
|
3734
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3763
3735
|
dataApiConfig?: {
|
|
3764
3736
|
once: boolean;
|
|
3765
3737
|
init: boolean;
|
|
@@ -3794,7 +3766,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3794
3766
|
label: string;
|
|
3795
3767
|
value: any;
|
|
3796
3768
|
}[] | undefined;
|
|
3797
|
-
dataApi?: ((param
|
|
3769
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3798
3770
|
dataApiConfig?: {
|
|
3799
3771
|
once: boolean;
|
|
3800
3772
|
init: boolean;
|
|
@@ -3824,7 +3796,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3824
3796
|
label: string;
|
|
3825
3797
|
value: any;
|
|
3826
3798
|
}[] | undefined;
|
|
3827
|
-
dataApi?: ((param
|
|
3799
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3828
3800
|
dataApiConfig?: {
|
|
3829
3801
|
once: boolean;
|
|
3830
3802
|
init: boolean;
|
|
@@ -3859,7 +3831,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3859
3831
|
label: string;
|
|
3860
3832
|
value: any;
|
|
3861
3833
|
}[] | undefined;
|
|
3862
|
-
dataApi?: ((param
|
|
3834
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3863
3835
|
dataApiConfig?: {
|
|
3864
3836
|
once: boolean;
|
|
3865
3837
|
init: boolean;
|
|
@@ -3887,7 +3859,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3887
3859
|
label: string;
|
|
3888
3860
|
value: any;
|
|
3889
3861
|
}[] | undefined;
|
|
3890
|
-
dataApi?: ((param
|
|
3862
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3891
3863
|
dataApiConfig?: {
|
|
3892
3864
|
once: boolean;
|
|
3893
3865
|
init: boolean;
|
|
@@ -3922,7 +3894,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3922
3894
|
label: string;
|
|
3923
3895
|
value: any;
|
|
3924
3896
|
}[] | undefined;
|
|
3925
|
-
dataApi?: ((param
|
|
3897
|
+
dataApi?: ((param: any, type: "init" | "update") => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
|
|
3926
3898
|
dataApiConfig?: {
|
|
3927
3899
|
once: boolean;
|
|
3928
3900
|
init: boolean;
|
|
@@ -3955,8 +3927,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3955
3927
|
rules?: any[] | boolean | undefined;
|
|
3956
3928
|
text?: {
|
|
3957
3929
|
search?: {
|
|
3958
|
-
label
|
|
3959
|
-
placeholder
|
|
3930
|
+
label?: string | undefined;
|
|
3931
|
+
placeholder?: string | undefined;
|
|
3960
3932
|
} | undefined;
|
|
3961
3933
|
form?: {
|
|
3962
3934
|
label?: string | undefined;
|
|
@@ -3979,6 +3951,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
3979
3951
|
getDisabled: (item: import("./indexType").CurdConfigColumn) => boolean | undefined;
|
|
3980
3952
|
getBind: (item: import("./indexType").CurdConfigColumn) => any;
|
|
3981
3953
|
getOn: (item: import("./indexType").CurdConfigColumn) => any;
|
|
3954
|
+
getBindOnByKey: <T = any>(key: string) => {
|
|
3955
|
+
bind: import("./indexType").CurdConfigColumn<T>["options"];
|
|
3956
|
+
on: any;
|
|
3957
|
+
};
|
|
3982
3958
|
edit: {
|
|
3983
3959
|
data: any;
|
|
3984
3960
|
getApiData: (form: any) => any;
|