cc1-form 1.1.26 → 1.1.28

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.
@@ -47,7 +47,7 @@ declare const conf: {
47
47
  data?: {
48
48
  [x: string]: any;
49
49
  label: string;
50
- value: string;
50
+ value: any;
51
51
  }[] | undefined;
52
52
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
53
53
  dataApiConfig?: {
@@ -67,13 +67,13 @@ declare const conf: {
67
67
  list?: {
68
68
  on?: Record<string, any> | undefined;
69
69
  label?: string | undefined;
70
- value?: string | undefined;
71
- itemFields?: ({
72
- [x: string]: string;
70
+ value?: any;
71
+ itemFields?: {
72
+ [x: string]: any;
73
73
  label: string;
74
- value: string;
75
- } | undefined)[] | undefined;
76
- inputWidth?: string | undefined;
74
+ value: any;
75
+ }[] | undefined;
76
+ inputWidth?: any;
77
77
  inputClass?: string | undefined;
78
78
  } | undefined;
79
79
  radio?: {
@@ -82,7 +82,7 @@ declare const conf: {
82
82
  data?: {
83
83
  [x: string]: any;
84
84
  label: string;
85
- value: string;
85
+ value: any;
86
86
  }[] | undefined;
87
87
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
88
88
  dataApiConfig?: {
@@ -96,12 +96,14 @@ declare const conf: {
96
96
  labelWidth?: string | undefined;
97
97
  width?: string | undefined;
98
98
  span?: number | undefined;
99
+ spanCol?: boolean | undefined;
100
+ tipText?: string | undefined;
99
101
  } | undefined;
100
102
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
101
103
  table?: {
102
104
  table?: boolean | undefined;
103
- minWidth?: string | undefined;
104
- width?: string | undefined;
105
+ minWidth?: any;
106
+ width?: any;
105
107
  fixed?: "left" | "right" | undefined;
106
108
  align?: "center" | "left" | "right" | undefined;
107
109
  showOverflowTooltip?: boolean | undefined;
@@ -191,7 +193,7 @@ declare const conf: {
191
193
  data?: {
192
194
  [x: string]: any;
193
195
  label: string;
194
- value: string;
196
+ value: any;
195
197
  }[] | undefined;
196
198
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
197
199
  dataApiConfig?: {
@@ -211,13 +213,13 @@ declare const conf: {
211
213
  list?: {
212
214
  on?: Record<string, any> | undefined;
213
215
  label?: string | undefined;
214
- value?: string | undefined;
215
- itemFields?: ({
216
- [x: string]: string;
216
+ value?: any;
217
+ itemFields?: {
218
+ [x: string]: any;
217
219
  label: string;
218
- value: string;
219
- } | undefined)[] | undefined;
220
- inputWidth?: string | undefined;
220
+ value: any;
221
+ }[] | undefined;
222
+ inputWidth?: any;
221
223
  inputClass?: string | undefined;
222
224
  } | undefined;
223
225
  radio?: {
@@ -226,7 +228,7 @@ declare const conf: {
226
228
  data?: {
227
229
  [x: string]: any;
228
230
  label: string;
229
- value: string;
231
+ value: any;
230
232
  }[] | undefined;
231
233
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
232
234
  dataApiConfig?: {
@@ -240,12 +242,14 @@ declare const conf: {
240
242
  labelWidth?: string | undefined;
241
243
  width?: string | undefined;
242
244
  span?: number | undefined;
245
+ spanCol?: boolean | undefined;
246
+ tipText?: string | undefined;
243
247
  } | undefined;
244
248
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
245
249
  table?: {
246
250
  table?: boolean | undefined;
247
- minWidth?: string | undefined;
248
- width?: string | undefined;
251
+ minWidth?: any;
252
+ width?: any;
249
253
  fixed?: "left" | "right" | undefined;
250
254
  align?: "center" | "left" | "right" | undefined;
251
255
  showOverflowTooltip?: boolean | undefined;
@@ -352,7 +356,7 @@ declare const conf: {
352
356
  data?: {
353
357
  [x: string]: any;
354
358
  label: string;
355
- value: string;
359
+ value: any;
356
360
  }[] | undefined;
357
361
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
358
362
  dataApiConfig?: {
@@ -372,13 +376,13 @@ declare const conf: {
372
376
  list?: {
373
377
  on?: Record<string, any> | undefined;
374
378
  label?: string | undefined;
375
- value?: string | undefined;
376
- itemFields?: ({
377
- [x: string]: string;
379
+ value?: any;
380
+ itemFields?: {
381
+ [x: string]: any;
378
382
  label: string;
379
- value: string;
380
- } | undefined)[] | undefined;
381
- inputWidth?: string | undefined;
383
+ value: any;
384
+ }[] | undefined;
385
+ inputWidth?: any;
382
386
  inputClass?: string | undefined;
383
387
  } | undefined;
384
388
  radio?: {
@@ -387,7 +391,7 @@ declare const conf: {
387
391
  data?: {
388
392
  [x: string]: any;
389
393
  label: string;
390
- value: string;
394
+ value: any;
391
395
  }[] | undefined;
392
396
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
393
397
  dataApiConfig?: {
@@ -401,12 +405,14 @@ declare const conf: {
401
405
  labelWidth?: string | undefined;
402
406
  width?: string | undefined;
403
407
  span?: number | undefined;
408
+ spanCol?: boolean | undefined;
409
+ tipText?: string | undefined;
404
410
  } | undefined;
405
411
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
406
412
  table?: {
407
413
  table?: boolean | undefined;
408
- minWidth?: string | undefined;
409
- width?: string | undefined;
414
+ minWidth?: any;
415
+ width?: any;
410
416
  fixed?: "left" | "right" | undefined;
411
417
  align?: "center" | "left" | "right" | undefined;
412
418
  showOverflowTooltip?: boolean | undefined;
@@ -478,6 +484,7 @@ declare const conf: {
478
484
  initApiData: (tag: "update" | "init") => Promise<boolean>;
479
485
  initCurdConfig: () => void;
480
486
  initColumnOptions: () => void;
487
+ getColumnSpan: (column: import("./indexType").CurdFormColumn, itemConfig: import("./indexType").CurdFormColumn[]) => number | undefined;
481
488
  initColumnForm: () => void;
482
489
  }, switchConfirmRef: import("vue").Ref<any, any>, ruleFormRef: import("vue").Ref<import("element-plus").FormInstance | undefined, import("element-plus").FormInstance | undefined>;
483
490
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
@@ -531,7 +538,7 @@ declare var __VLS_1: {}, __VLS_7: {
531
538
  data?: {
532
539
  [x: string]: any;
533
540
  label: string;
534
- value: string;
541
+ value: any;
535
542
  }[] | undefined;
536
543
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
537
544
  dataApiConfig?: {
@@ -551,13 +558,13 @@ declare var __VLS_1: {}, __VLS_7: {
551
558
  list?: {
552
559
  on?: Record<string, any> | undefined;
553
560
  label?: string | undefined;
554
- value?: string | undefined;
555
- itemFields?: ({
556
- [x: string]: string;
561
+ value?: any;
562
+ itemFields?: {
563
+ [x: string]: any;
557
564
  label: string;
558
- value: string;
559
- } | undefined)[] | undefined;
560
- inputWidth?: string | undefined;
565
+ value: any;
566
+ }[] | undefined;
567
+ inputWidth?: any;
561
568
  inputClass?: string | undefined;
562
569
  } | undefined;
563
570
  radio?: {
@@ -566,7 +573,7 @@ declare var __VLS_1: {}, __VLS_7: {
566
573
  data?: {
567
574
  [x: string]: any;
568
575
  label: string;
569
- value: string;
576
+ value: any;
570
577
  }[] | undefined;
571
578
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
572
579
  dataApiConfig?: {
@@ -580,12 +587,14 @@ declare var __VLS_1: {}, __VLS_7: {
580
587
  labelWidth?: string | undefined;
581
588
  width?: string | undefined;
582
589
  span?: number | undefined;
590
+ spanCol?: boolean | undefined;
591
+ tipText?: string | undefined;
583
592
  } | undefined;
584
593
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
585
594
  table?: {
586
595
  table?: boolean | undefined;
587
- minWidth?: string | undefined;
588
- width?: string | undefined;
596
+ minWidth?: any;
597
+ width?: any;
589
598
  fixed?: "left" | "right" | undefined;
590
599
  align?: "center" | "left" | "right" | undefined;
591
600
  showOverflowTooltip?: boolean | undefined;
@@ -649,7 +658,7 @@ declare var __VLS_1: {}, __VLS_7: {
649
658
  data?: {
650
659
  [x: string]: any;
651
660
  label: string;
652
- value: string;
661
+ value: any;
653
662
  }[] | undefined;
654
663
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
655
664
  dataApiConfig?: {
@@ -669,13 +678,13 @@ declare var __VLS_1: {}, __VLS_7: {
669
678
  list?: {
670
679
  on?: Record<string, any> | undefined;
671
680
  label?: string | undefined;
672
- value?: string | undefined;
673
- itemFields?: ({
674
- [x: string]: string;
681
+ value?: any;
682
+ itemFields?: {
683
+ [x: string]: any;
675
684
  label: string;
676
- value: string;
677
- } | undefined)[] | undefined;
678
- inputWidth?: string | undefined;
685
+ value: any;
686
+ }[] | undefined;
687
+ inputWidth?: any;
679
688
  inputClass?: string | undefined;
680
689
  } | undefined;
681
690
  radio?: {
@@ -684,7 +693,7 @@ declare var __VLS_1: {}, __VLS_7: {
684
693
  data?: {
685
694
  [x: string]: any;
686
695
  label: string;
687
- value: string;
696
+ value: any;
688
697
  }[] | undefined;
689
698
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
690
699
  dataApiConfig?: {
@@ -698,12 +707,14 @@ declare var __VLS_1: {}, __VLS_7: {
698
707
  labelWidth?: string | undefined;
699
708
  width?: string | undefined;
700
709
  span?: number | undefined;
710
+ spanCol?: boolean | undefined;
711
+ tipText?: string | undefined;
701
712
  } | undefined;
702
713
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
703
714
  table?: {
704
715
  table?: boolean | undefined;
705
- minWidth?: string | undefined;
706
- width?: string | undefined;
716
+ minWidth?: any;
717
+ width?: any;
707
718
  fixed?: "left" | "right" | undefined;
708
719
  align?: "center" | "left" | "right" | undefined;
709
720
  showOverflowTooltip?: boolean | undefined;
@@ -767,7 +778,7 @@ declare var __VLS_1: {}, __VLS_7: {
767
778
  data?: {
768
779
  [x: string]: any;
769
780
  label: string;
770
- value: string;
781
+ value: any;
771
782
  }[] | undefined;
772
783
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
773
784
  dataApiConfig?: {
@@ -787,13 +798,13 @@ declare var __VLS_1: {}, __VLS_7: {
787
798
  list?: {
788
799
  on?: Record<string, any> | undefined;
789
800
  label?: string | undefined;
790
- value?: string | undefined;
791
- itemFields?: ({
792
- [x: string]: string;
801
+ value?: any;
802
+ itemFields?: {
803
+ [x: string]: any;
793
804
  label: string;
794
- value: string;
795
- } | undefined)[] | undefined;
796
- inputWidth?: string | undefined;
805
+ value: any;
806
+ }[] | undefined;
807
+ inputWidth?: any;
797
808
  inputClass?: string | undefined;
798
809
  } | undefined;
799
810
  radio?: {
@@ -802,7 +813,7 @@ declare var __VLS_1: {}, __VLS_7: {
802
813
  data?: {
803
814
  [x: string]: any;
804
815
  label: string;
805
- value: string;
816
+ value: any;
806
817
  }[] | undefined;
807
818
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
808
819
  dataApiConfig?: {
@@ -816,12 +827,14 @@ declare var __VLS_1: {}, __VLS_7: {
816
827
  labelWidth?: string | undefined;
817
828
  width?: string | undefined;
818
829
  span?: number | undefined;
830
+ spanCol?: boolean | undefined;
831
+ tipText?: string | undefined;
819
832
  } | undefined;
820
833
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
821
834
  table?: {
822
835
  table?: boolean | undefined;
823
- minWidth?: string | undefined;
824
- width?: string | undefined;
836
+ minWidth?: any;
837
+ width?: any;
825
838
  fixed?: "left" | "right" | undefined;
826
839
  align?: "center" | "left" | "right" | undefined;
827
840
  showOverflowTooltip?: boolean | undefined;
@@ -885,7 +898,7 @@ declare var __VLS_1: {}, __VLS_7: {
885
898
  data?: {
886
899
  [x: string]: any;
887
900
  label: string;
888
- value: string;
901
+ value: any;
889
902
  }[] | undefined;
890
903
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
891
904
  dataApiConfig?: {
@@ -905,13 +918,13 @@ declare var __VLS_1: {}, __VLS_7: {
905
918
  list?: {
906
919
  on?: Record<string, any> | undefined;
907
920
  label?: string | undefined;
908
- value?: string | undefined;
909
- itemFields?: ({
910
- [x: string]: string;
921
+ value?: any;
922
+ itemFields?: {
923
+ [x: string]: any;
911
924
  label: string;
912
- value: string;
913
- } | undefined)[] | undefined;
914
- inputWidth?: string | undefined;
925
+ value: any;
926
+ }[] | undefined;
927
+ inputWidth?: any;
915
928
  inputClass?: string | undefined;
916
929
  } | undefined;
917
930
  radio?: {
@@ -920,7 +933,7 @@ declare var __VLS_1: {}, __VLS_7: {
920
933
  data?: {
921
934
  [x: string]: any;
922
935
  label: string;
923
- value: string;
936
+ value: any;
924
937
  }[] | undefined;
925
938
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
926
939
  dataApiConfig?: {
@@ -934,12 +947,14 @@ declare var __VLS_1: {}, __VLS_7: {
934
947
  labelWidth?: string | undefined;
935
948
  width?: string | undefined;
936
949
  span?: number | undefined;
950
+ spanCol?: boolean | undefined;
951
+ tipText?: string | undefined;
937
952
  } | undefined;
938
953
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
939
954
  table?: {
940
955
  table?: boolean | undefined;
941
- minWidth?: string | undefined;
942
- width?: string | undefined;
956
+ minWidth?: any;
957
+ width?: any;
943
958
  fixed?: "left" | "right" | undefined;
944
959
  align?: "center" | "left" | "right" | undefined;
945
960
  showOverflowTooltip?: boolean | undefined;
@@ -1003,7 +1018,7 @@ declare var __VLS_1: {}, __VLS_7: {
1003
1018
  data?: {
1004
1019
  [x: string]: any;
1005
1020
  label: string;
1006
- value: string;
1021
+ value: any;
1007
1022
  }[] | undefined;
1008
1023
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1009
1024
  dataApiConfig?: {
@@ -1023,13 +1038,13 @@ declare var __VLS_1: {}, __VLS_7: {
1023
1038
  list?: {
1024
1039
  on?: Record<string, any> | undefined;
1025
1040
  label?: string | undefined;
1026
- value?: string | undefined;
1027
- itemFields?: ({
1028
- [x: string]: string;
1041
+ value?: any;
1042
+ itemFields?: {
1043
+ [x: string]: any;
1029
1044
  label: string;
1030
- value: string;
1031
- } | undefined)[] | undefined;
1032
- inputWidth?: string | undefined;
1045
+ value: any;
1046
+ }[] | undefined;
1047
+ inputWidth?: any;
1033
1048
  inputClass?: string | undefined;
1034
1049
  } | undefined;
1035
1050
  radio?: {
@@ -1038,7 +1053,7 @@ declare var __VLS_1: {}, __VLS_7: {
1038
1053
  data?: {
1039
1054
  [x: string]: any;
1040
1055
  label: string;
1041
- value: string;
1056
+ value: any;
1042
1057
  }[] | undefined;
1043
1058
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1044
1059
  dataApiConfig?: {
@@ -1052,12 +1067,14 @@ declare var __VLS_1: {}, __VLS_7: {
1052
1067
  labelWidth?: string | undefined;
1053
1068
  width?: string | undefined;
1054
1069
  span?: number | undefined;
1070
+ spanCol?: boolean | undefined;
1071
+ tipText?: string | undefined;
1055
1072
  } | undefined;
1056
1073
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1057
1074
  table?: {
1058
1075
  table?: boolean | undefined;
1059
- minWidth?: string | undefined;
1060
- width?: string | undefined;
1076
+ minWidth?: any;
1077
+ width?: any;
1061
1078
  fixed?: "left" | "right" | undefined;
1062
1079
  align?: "center" | "left" | "right" | undefined;
1063
1080
  showOverflowTooltip?: boolean | undefined;
@@ -1121,7 +1138,7 @@ declare var __VLS_1: {}, __VLS_7: {
1121
1138
  data?: {
1122
1139
  [x: string]: any;
1123
1140
  label: string;
1124
- value: string;
1141
+ value: any;
1125
1142
  }[] | undefined;
1126
1143
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1127
1144
  dataApiConfig?: {
@@ -1141,13 +1158,13 @@ declare var __VLS_1: {}, __VLS_7: {
1141
1158
  list?: {
1142
1159
  on?: Record<string, any> | undefined;
1143
1160
  label?: string | undefined;
1144
- value?: string | undefined;
1145
- itemFields?: ({
1146
- [x: string]: string;
1161
+ value?: any;
1162
+ itemFields?: {
1163
+ [x: string]: any;
1147
1164
  label: string;
1148
- value: string;
1149
- } | undefined)[] | undefined;
1150
- inputWidth?: string | undefined;
1165
+ value: any;
1166
+ }[] | undefined;
1167
+ inputWidth?: any;
1151
1168
  inputClass?: string | undefined;
1152
1169
  } | undefined;
1153
1170
  radio?: {
@@ -1156,7 +1173,7 @@ declare var __VLS_1: {}, __VLS_7: {
1156
1173
  data?: {
1157
1174
  [x: string]: any;
1158
1175
  label: string;
1159
- value: string;
1176
+ value: any;
1160
1177
  }[] | undefined;
1161
1178
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1162
1179
  dataApiConfig?: {
@@ -1170,12 +1187,14 @@ declare var __VLS_1: {}, __VLS_7: {
1170
1187
  labelWidth?: string | undefined;
1171
1188
  width?: string | undefined;
1172
1189
  span?: number | undefined;
1190
+ spanCol?: boolean | undefined;
1191
+ tipText?: string | undefined;
1173
1192
  } | undefined;
1174
1193
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1175
1194
  table?: {
1176
1195
  table?: boolean | undefined;
1177
- minWidth?: string | undefined;
1178
- width?: string | undefined;
1196
+ minWidth?: any;
1197
+ width?: any;
1179
1198
  fixed?: "left" | "right" | undefined;
1180
1199
  align?: "center" | "left" | "right" | undefined;
1181
1200
  showOverflowTooltip?: boolean | undefined;
@@ -1239,7 +1258,7 @@ declare var __VLS_1: {}, __VLS_7: {
1239
1258
  data?: {
1240
1259
  [x: string]: any;
1241
1260
  label: string;
1242
- value: string;
1261
+ value: any;
1243
1262
  }[] | undefined;
1244
1263
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1245
1264
  dataApiConfig?: {
@@ -1259,13 +1278,13 @@ declare var __VLS_1: {}, __VLS_7: {
1259
1278
  list?: {
1260
1279
  on?: Record<string, any> | undefined;
1261
1280
  label?: string | undefined;
1262
- value?: string | undefined;
1263
- itemFields?: ({
1264
- [x: string]: string;
1281
+ value?: any;
1282
+ itemFields?: {
1283
+ [x: string]: any;
1265
1284
  label: string;
1266
- value: string;
1267
- } | undefined)[] | undefined;
1268
- inputWidth?: string | undefined;
1285
+ value: any;
1286
+ }[] | undefined;
1287
+ inputWidth?: any;
1269
1288
  inputClass?: string | undefined;
1270
1289
  } | undefined;
1271
1290
  radio?: {
@@ -1274,7 +1293,7 @@ declare var __VLS_1: {}, __VLS_7: {
1274
1293
  data?: {
1275
1294
  [x: string]: any;
1276
1295
  label: string;
1277
- value: string;
1296
+ value: any;
1278
1297
  }[] | undefined;
1279
1298
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1280
1299
  dataApiConfig?: {
@@ -1288,12 +1307,14 @@ declare var __VLS_1: {}, __VLS_7: {
1288
1307
  labelWidth?: string | undefined;
1289
1308
  width?: string | undefined;
1290
1309
  span?: number | undefined;
1310
+ spanCol?: boolean | undefined;
1311
+ tipText?: string | undefined;
1291
1312
  } | undefined;
1292
1313
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1293
1314
  table?: {
1294
1315
  table?: boolean | undefined;
1295
- minWidth?: string | undefined;
1296
- width?: string | undefined;
1316
+ minWidth?: any;
1317
+ width?: any;
1297
1318
  fixed?: "left" | "right" | undefined;
1298
1319
  align?: "center" | "left" | "right" | undefined;
1299
1320
  showOverflowTooltip?: boolean | undefined;
@@ -1357,7 +1378,7 @@ declare var __VLS_1: {}, __VLS_7: {
1357
1378
  data?: {
1358
1379
  [x: string]: any;
1359
1380
  label: string;
1360
- value: string;
1381
+ value: any;
1361
1382
  }[] | undefined;
1362
1383
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1363
1384
  dataApiConfig?: {
@@ -1377,13 +1398,13 @@ declare var __VLS_1: {}, __VLS_7: {
1377
1398
  list?: {
1378
1399
  on?: Record<string, any> | undefined;
1379
1400
  label?: string | undefined;
1380
- value?: string | undefined;
1381
- itemFields?: ({
1382
- [x: string]: string;
1401
+ value?: any;
1402
+ itemFields?: {
1403
+ [x: string]: any;
1383
1404
  label: string;
1384
- value: string;
1385
- } | undefined)[] | undefined;
1386
- inputWidth?: string | undefined;
1405
+ value: any;
1406
+ }[] | undefined;
1407
+ inputWidth?: any;
1387
1408
  inputClass?: string | undefined;
1388
1409
  } | undefined;
1389
1410
  radio?: {
@@ -1392,7 +1413,7 @@ declare var __VLS_1: {}, __VLS_7: {
1392
1413
  data?: {
1393
1414
  [x: string]: any;
1394
1415
  label: string;
1395
- value: string;
1416
+ value: any;
1396
1417
  }[] | undefined;
1397
1418
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1398
1419
  dataApiConfig?: {
@@ -1406,12 +1427,14 @@ declare var __VLS_1: {}, __VLS_7: {
1406
1427
  labelWidth?: string | undefined;
1407
1428
  width?: string | undefined;
1408
1429
  span?: number | undefined;
1430
+ spanCol?: boolean | undefined;
1431
+ tipText?: string | undefined;
1409
1432
  } | undefined;
1410
1433
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1411
1434
  table?: {
1412
1435
  table?: boolean | undefined;
1413
- minWidth?: string | undefined;
1414
- width?: string | undefined;
1436
+ minWidth?: any;
1437
+ width?: any;
1415
1438
  fixed?: "left" | "right" | undefined;
1416
1439
  align?: "center" | "left" | "right" | undefined;
1417
1440
  showOverflowTooltip?: boolean | undefined;
@@ -1579,7 +1602,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1579
1602
  data?: {
1580
1603
  [x: string]: any;
1581
1604
  label: string;
1582
- value: string;
1605
+ value: any;
1583
1606
  }[] | undefined;
1584
1607
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1585
1608
  dataApiConfig?: {
@@ -1599,13 +1622,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1599
1622
  list?: {
1600
1623
  on?: Record<string, any> | undefined;
1601
1624
  label?: string | undefined;
1602
- value?: string | undefined;
1603
- itemFields?: ({
1604
- [x: string]: string;
1625
+ value?: any;
1626
+ itemFields?: {
1627
+ [x: string]: any;
1605
1628
  label: string;
1606
- value: string;
1607
- } | undefined)[] | undefined;
1608
- inputWidth?: string | undefined;
1629
+ value: any;
1630
+ }[] | undefined;
1631
+ inputWidth?: any;
1609
1632
  inputClass?: string | undefined;
1610
1633
  } | undefined;
1611
1634
  radio?: {
@@ -1614,7 +1637,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1614
1637
  data?: {
1615
1638
  [x: string]: any;
1616
1639
  label: string;
1617
- value: string;
1640
+ value: any;
1618
1641
  }[] | undefined;
1619
1642
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1620
1643
  dataApiConfig?: {
@@ -1628,12 +1651,14 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1628
1651
  labelWidth?: string | undefined;
1629
1652
  width?: string | undefined;
1630
1653
  span?: number | undefined;
1654
+ spanCol?: boolean | undefined;
1655
+ tipText?: string | undefined;
1631
1656
  } | undefined;
1632
1657
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1633
1658
  table?: {
1634
1659
  table?: boolean | undefined;
1635
- minWidth?: string | undefined;
1636
- width?: string | undefined;
1660
+ minWidth?: any;
1661
+ width?: any;
1637
1662
  fixed?: "left" | "right" | undefined;
1638
1663
  align?: "center" | "left" | "right" | undefined;
1639
1664
  showOverflowTooltip?: boolean | undefined;
@@ -1723,7 +1748,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1723
1748
  data?: {
1724
1749
  [x: string]: any;
1725
1750
  label: string;
1726
- value: string;
1751
+ value: any;
1727
1752
  }[] | undefined;
1728
1753
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1729
1754
  dataApiConfig?: {
@@ -1743,13 +1768,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1743
1768
  list?: {
1744
1769
  on?: Record<string, any> | undefined;
1745
1770
  label?: string | undefined;
1746
- value?: string | undefined;
1747
- itemFields?: ({
1748
- [x: string]: string;
1771
+ value?: any;
1772
+ itemFields?: {
1773
+ [x: string]: any;
1749
1774
  label: string;
1750
- value: string;
1751
- } | undefined)[] | undefined;
1752
- inputWidth?: string | undefined;
1775
+ value: any;
1776
+ }[] | undefined;
1777
+ inputWidth?: any;
1753
1778
  inputClass?: string | undefined;
1754
1779
  } | undefined;
1755
1780
  radio?: {
@@ -1758,7 +1783,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1758
1783
  data?: {
1759
1784
  [x: string]: any;
1760
1785
  label: string;
1761
- value: string;
1786
+ value: any;
1762
1787
  }[] | undefined;
1763
1788
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1764
1789
  dataApiConfig?: {
@@ -1772,12 +1797,14 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1772
1797
  labelWidth?: string | undefined;
1773
1798
  width?: string | undefined;
1774
1799
  span?: number | undefined;
1800
+ spanCol?: boolean | undefined;
1801
+ tipText?: string | undefined;
1775
1802
  } | undefined;
1776
1803
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1777
1804
  table?: {
1778
1805
  table?: boolean | undefined;
1779
- minWidth?: string | undefined;
1780
- width?: string | undefined;
1806
+ minWidth?: any;
1807
+ width?: any;
1781
1808
  fixed?: "left" | "right" | undefined;
1782
1809
  align?: "center" | "left" | "right" | undefined;
1783
1810
  showOverflowTooltip?: boolean | undefined;
@@ -1884,7 +1911,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1884
1911
  data?: {
1885
1912
  [x: string]: any;
1886
1913
  label: string;
1887
- value: string;
1914
+ value: any;
1888
1915
  }[] | undefined;
1889
1916
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1890
1917
  dataApiConfig?: {
@@ -1904,13 +1931,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1904
1931
  list?: {
1905
1932
  on?: Record<string, any> | undefined;
1906
1933
  label?: string | undefined;
1907
- value?: string | undefined;
1908
- itemFields?: ({
1909
- [x: string]: string;
1934
+ value?: any;
1935
+ itemFields?: {
1936
+ [x: string]: any;
1910
1937
  label: string;
1911
- value: string;
1912
- } | undefined)[] | undefined;
1913
- inputWidth?: string | undefined;
1938
+ value: any;
1939
+ }[] | undefined;
1940
+ inputWidth?: any;
1914
1941
  inputClass?: string | undefined;
1915
1942
  } | undefined;
1916
1943
  radio?: {
@@ -1919,7 +1946,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1919
1946
  data?: {
1920
1947
  [x: string]: any;
1921
1948
  label: string;
1922
- value: string;
1949
+ value: any;
1923
1950
  }[] | undefined;
1924
1951
  dataApi?: ((param?: any) => import("./indexType").CurdSelectData[] | Promise<import("./indexType").CurdSelectData[]> | boolean) | undefined;
1925
1952
  dataApiConfig?: {
@@ -1933,12 +1960,14 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
1933
1960
  labelWidth?: string | undefined;
1934
1961
  width?: string | undefined;
1935
1962
  span?: number | undefined;
1963
+ spanCol?: boolean | undefined;
1964
+ tipText?: string | undefined;
1936
1965
  } | undefined;
1937
1966
  type?: "input" | "select" | "switch" | "radio" | "checkbox" | "date" | "time" | "datetime" | "number" | "color" | "icon" | "slider" | "upload" | "editor" | "tree" | "tree-select" | "list" | undefined;
1938
1967
  table?: {
1939
1968
  table?: boolean | undefined;
1940
- minWidth?: string | undefined;
1941
- width?: string | undefined;
1969
+ minWidth?: any;
1970
+ width?: any;
1942
1971
  fixed?: "left" | "right" | undefined;
1943
1972
  align?: "center" | "left" | "right" | undefined;
1944
1973
  showOverflowTooltip?: boolean | undefined;
@@ -2010,6 +2039,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
2010
2039
  initApiData: (tag: "update" | "init") => Promise<boolean>;
2011
2040
  initCurdConfig: () => void;
2012
2041
  initColumnOptions: () => void;
2042
+ getColumnSpan: (column: import("./indexType").CurdFormColumn, itemConfig: import("./indexType").CurdFormColumn[]) => number | undefined;
2013
2043
  initColumnForm: () => void;
2014
2044
  };
2015
2045
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{