@ecan-bi/datav 1.0.49 → 1.0.52

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.
@@ -15,6 +15,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
15
15
  layer: "1";
16
16
  } | {
17
17
  [key: string]: any;
18
+ }[] | {
19
+ [key: string]: any;
18
20
  }[];
19
21
  };
20
22
  data: {
@@ -33,6 +35,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
33
35
  layer: "1";
34
36
  } | {
35
37
  [key: string]: any;
38
+ }[] | {
39
+ [key: string]: any;
36
40
  }[];
37
41
  };
38
42
  bordered: {
@@ -51,6 +55,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
51
55
  layer: "1";
52
56
  } | {
53
57
  [key: string]: any;
58
+ }[] | {
59
+ [key: string]: any;
54
60
  }[];
55
61
  };
56
62
  size: {
@@ -69,6 +75,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
69
75
  layer: "1";
70
76
  } | {
71
77
  [key: string]: any;
78
+ }[] | {
79
+ [key: string]: any;
72
80
  }[];
73
81
  };
74
82
  isUseSeq: {
@@ -87,6 +95,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
87
95
  layer: "1";
88
96
  } | {
89
97
  [key: string]: any;
98
+ }[] | {
99
+ [key: string]: any;
90
100
  }[];
91
101
  };
92
102
  columnsFixedNum: {
@@ -105,6 +115,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
105
115
  layer: "1";
106
116
  } | {
107
117
  [key: string]: any;
118
+ }[] | {
119
+ [key: string]: any;
108
120
  }[];
109
121
  };
110
122
  scrollX: {
@@ -123,6 +135,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
123
135
  layer: "1";
124
136
  } | {
125
137
  [key: string]: any;
138
+ }[] | {
139
+ [key: string]: any;
126
140
  }[];
127
141
  };
128
142
  paginationShow: {
@@ -141,6 +155,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
141
155
  layer: "1";
142
156
  } | {
143
157
  [key: string]: any;
158
+ }[] | {
159
+ [key: string]: any;
144
160
  }[];
145
161
  };
146
162
  paginationPosition: {
@@ -159,6 +175,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
159
175
  layer: "1";
160
176
  } | {
161
177
  [key: string]: any;
178
+ }[] | {
179
+ [key: string]: any;
162
180
  }[];
163
181
  };
164
182
  simple: {
@@ -177,6 +195,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
177
195
  layer: "1";
178
196
  } | {
179
197
  [key: string]: any;
198
+ }[] | {
199
+ [key: string]: any;
180
200
  }[];
181
201
  };
182
202
  headerCellBackgroundColor: {
@@ -195,6 +215,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
195
215
  layer: "1";
196
216
  } | {
197
217
  [key: string]: any;
218
+ }[] | {
219
+ [key: string]: any;
198
220
  }[];
199
221
  };
200
222
  cellBackgroundColor: {
@@ -213,6 +235,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
213
235
  layer: "1";
214
236
  } | {
215
237
  [key: string]: any;
238
+ }[] | {
239
+ [key: string]: any;
216
240
  }[];
217
241
  };
218
242
  borderColor: {
@@ -231,6 +255,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
231
255
  layer: "1";
232
256
  } | {
233
257
  [key: string]: any;
258
+ }[] | {
259
+ [key: string]: any;
234
260
  }[];
235
261
  };
236
262
  paginationPageSize: {
@@ -249,6 +275,108 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
249
275
  layer: "1";
250
276
  } | {
251
277
  [key: string]: any;
278
+ }[] | {
279
+ [key: string]: any;
280
+ }[];
281
+ };
282
+ isUseAction: {
283
+ type?: undefined;
284
+ default?: undefined;
285
+ } | {
286
+ type: any;
287
+ default: string | number | boolean | import("../../_utils/props").Events | {
288
+ [key: string]: any;
289
+ } | import("../../_utils/props").RequestParams | {
290
+ [key: string]: any;
291
+ }[] | {
292
+ [key: string]: any;
293
+ chartType: "table";
294
+ plugin: "1";
295
+ layer: "1";
296
+ } | {
297
+ [key: string]: any;
298
+ }[] | {
299
+ [key: string]: any;
300
+ }[];
301
+ };
302
+ actionColumnWidth: {
303
+ type?: undefined;
304
+ default?: undefined;
305
+ } | {
306
+ type: any;
307
+ default: string | number | boolean | import("../../_utils/props").Events | {
308
+ [key: string]: any;
309
+ } | import("../../_utils/props").RequestParams | {
310
+ [key: string]: any;
311
+ }[] | {
312
+ [key: string]: any;
313
+ chartType: "table";
314
+ plugin: "1";
315
+ layer: "1";
316
+ } | {
317
+ [key: string]: any;
318
+ }[] | {
319
+ [key: string]: any;
320
+ }[];
321
+ };
322
+ actionList: {
323
+ type?: undefined;
324
+ default?: undefined;
325
+ } | {
326
+ type: any;
327
+ default: string | number | boolean | import("../../_utils/props").Events | {
328
+ [key: string]: any;
329
+ } | import("../../_utils/props").RequestParams | {
330
+ [key: string]: any;
331
+ }[] | {
332
+ [key: string]: any;
333
+ chartType: "table";
334
+ plugin: "1";
335
+ layer: "1";
336
+ } | {
337
+ [key: string]: any;
338
+ }[] | {
339
+ [key: string]: any;
340
+ }[];
341
+ };
342
+ fontSize: {
343
+ type?: undefined;
344
+ default?: undefined;
345
+ } | {
346
+ type: any;
347
+ default: string | number | boolean | import("../../_utils/props").Events | {
348
+ [key: string]: any;
349
+ } | import("../../_utils/props").RequestParams | {
350
+ [key: string]: any;
351
+ }[] | {
352
+ [key: string]: any;
353
+ chartType: "table";
354
+ plugin: "1";
355
+ layer: "1";
356
+ } | {
357
+ [key: string]: any;
358
+ }[] | {
359
+ [key: string]: any;
360
+ }[];
361
+ };
362
+ fontWeight: {
363
+ type?: undefined;
364
+ default?: undefined;
365
+ } | {
366
+ type: any;
367
+ default: string | number | boolean | import("../../_utils/props").Events | {
368
+ [key: string]: any;
369
+ } | import("../../_utils/props").RequestParams | {
370
+ [key: string]: any;
371
+ }[] | {
372
+ [key: string]: any;
373
+ chartType: "table";
374
+ plugin: "1";
375
+ layer: "1";
376
+ } | {
377
+ [key: string]: any;
378
+ }[] | {
379
+ [key: string]: any;
252
380
  }[];
253
381
  };
254
382
  graphicConfig: {
@@ -267,6 +395,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
267
395
  layer: "1";
268
396
  } | {
269
397
  [key: string]: any;
398
+ }[] | {
399
+ [key: string]: any;
270
400
  }[];
271
401
  };
272
402
  id: {
@@ -285,6 +415,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
285
415
  layer: "1";
286
416
  } | {
287
417
  [key: string]: any;
418
+ }[] | {
419
+ [key: string]: any;
288
420
  }[];
289
421
  };
290
422
  name: {
@@ -303,6 +435,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
303
435
  layer: "1";
304
436
  } | {
305
437
  [key: string]: any;
438
+ }[] | {
439
+ [key: string]: any;
306
440
  }[];
307
441
  };
308
442
  keyName: {
@@ -321,6 +455,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
321
455
  layer: "1";
322
456
  } | {
323
457
  [key: string]: any;
458
+ }[] | {
459
+ [key: string]: any;
324
460
  }[];
325
461
  };
326
462
  type: {
@@ -339,6 +475,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
339
475
  layer: "1";
340
476
  } | {
341
477
  [key: string]: any;
478
+ }[] | {
479
+ [key: string]: any;
342
480
  }[];
343
481
  };
344
482
  width: {
@@ -357,6 +495,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
357
495
  layer: "1";
358
496
  } | {
359
497
  [key: string]: any;
498
+ }[] | {
499
+ [key: string]: any;
360
500
  }[];
361
501
  };
362
502
  height: {
@@ -375,6 +515,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
375
515
  layer: "1";
376
516
  } | {
377
517
  [key: string]: any;
518
+ }[] | {
519
+ [key: string]: any;
378
520
  }[];
379
521
  };
380
522
  position: {
@@ -393,6 +535,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
393
535
  layer: "1";
394
536
  } | {
395
537
  [key: string]: any;
538
+ }[] | {
539
+ [key: string]: any;
396
540
  }[];
397
541
  };
398
542
  top: {
@@ -411,6 +555,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
411
555
  layer: "1";
412
556
  } | {
413
557
  [key: string]: any;
558
+ }[] | {
559
+ [key: string]: any;
414
560
  }[];
415
561
  };
416
562
  left: {
@@ -429,6 +575,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
429
575
  layer: "1";
430
576
  } | {
431
577
  [key: string]: any;
578
+ }[] | {
579
+ [key: string]: any;
432
580
  }[];
433
581
  };
434
582
  zIndex: {
@@ -447,6 +595,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
447
595
  layer: "1";
448
596
  } | {
449
597
  [key: string]: any;
598
+ }[] | {
599
+ [key: string]: any;
450
600
  }[];
451
601
  };
452
602
  rotate: {
@@ -465,6 +615,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
465
615
  layer: "1";
466
616
  } | {
467
617
  [key: string]: any;
618
+ }[] | {
619
+ [key: string]: any;
468
620
  }[];
469
621
  };
470
622
  isShow: {
@@ -483,6 +635,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
483
635
  layer: "1";
484
636
  } | {
485
637
  [key: string]: any;
638
+ }[] | {
639
+ [key: string]: any;
486
640
  }[];
487
641
  };
488
642
  isRender: {
@@ -501,6 +655,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
501
655
  layer: "1";
502
656
  } | {
503
657
  [key: string]: any;
658
+ }[] | {
659
+ [key: string]: any;
504
660
  }[];
505
661
  };
506
662
  events: {
@@ -519,6 +675,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
519
675
  layer: "1";
520
676
  } | {
521
677
  [key: string]: any;
678
+ }[] | {
679
+ [key: string]: any;
522
680
  }[];
523
681
  };
524
682
  requestUrl: {
@@ -537,6 +695,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
537
695
  layer: "1";
538
696
  } | {
539
697
  [key: string]: any;
698
+ }[] | {
699
+ [key: string]: any;
540
700
  }[];
541
701
  };
542
702
  requestMethod: {
@@ -555,6 +715,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
555
715
  layer: "1";
556
716
  } | {
557
717
  [key: string]: any;
718
+ }[] | {
719
+ [key: string]: any;
558
720
  }[];
559
721
  };
560
722
  requestHeaders: {
@@ -573,6 +735,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
573
735
  layer: "1";
574
736
  } | {
575
737
  [key: string]: any;
738
+ }[] | {
739
+ [key: string]: any;
576
740
  }[];
577
741
  };
578
742
  isOpenRequestTimer: {
@@ -591,6 +755,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
591
755
  layer: "1";
592
756
  } | {
593
757
  [key: string]: any;
758
+ }[] | {
759
+ [key: string]: any;
594
760
  }[];
595
761
  };
596
762
  requestInterval: {
@@ -609,6 +775,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
609
775
  layer: "1";
610
776
  } | {
611
777
  [key: string]: any;
778
+ }[] | {
779
+ [key: string]: any;
612
780
  }[];
613
781
  };
614
782
  requestParams: {
@@ -627,6 +795,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
627
795
  layer: "1";
628
796
  } | {
629
797
  [key: string]: any;
798
+ }[] | {
799
+ [key: string]: any;
630
800
  }[];
631
801
  };
632
802
  requestSort: {
@@ -645,6 +815,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
645
815
  layer: "1";
646
816
  } | {
647
817
  [key: string]: any;
818
+ }[] | {
819
+ [key: string]: any;
648
820
  }[];
649
821
  };
650
822
  dataType: {
@@ -663,6 +835,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
663
835
  layer: "1";
664
836
  } | {
665
837
  [key: string]: any;
838
+ }[] | {
839
+ [key: string]: any;
666
840
  }[];
667
841
  };
668
842
  }, {
@@ -701,6 +875,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
701
875
  [key: string]: any;
702
876
  }[]>;
703
877
  loading: import("vue").Ref<boolean>;
878
+ useVariablesInText: (text?: string, data?: {
879
+ [key: string]: any;
880
+ }) => string;
704
881
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
705
882
  columns: {
706
883
  type?: undefined;
@@ -718,6 +895,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
718
895
  layer: "1";
719
896
  } | {
720
897
  [key: string]: any;
898
+ }[] | {
899
+ [key: string]: any;
721
900
  }[];
722
901
  };
723
902
  data: {
@@ -736,6 +915,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
736
915
  layer: "1";
737
916
  } | {
738
917
  [key: string]: any;
918
+ }[] | {
919
+ [key: string]: any;
739
920
  }[];
740
921
  };
741
922
  bordered: {
@@ -754,6 +935,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
754
935
  layer: "1";
755
936
  } | {
756
937
  [key: string]: any;
938
+ }[] | {
939
+ [key: string]: any;
757
940
  }[];
758
941
  };
759
942
  size: {
@@ -772,6 +955,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
772
955
  layer: "1";
773
956
  } | {
774
957
  [key: string]: any;
958
+ }[] | {
959
+ [key: string]: any;
775
960
  }[];
776
961
  };
777
962
  isUseSeq: {
@@ -790,6 +975,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
790
975
  layer: "1";
791
976
  } | {
792
977
  [key: string]: any;
978
+ }[] | {
979
+ [key: string]: any;
793
980
  }[];
794
981
  };
795
982
  columnsFixedNum: {
@@ -808,6 +995,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
808
995
  layer: "1";
809
996
  } | {
810
997
  [key: string]: any;
998
+ }[] | {
999
+ [key: string]: any;
811
1000
  }[];
812
1001
  };
813
1002
  scrollX: {
@@ -826,6 +1015,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
826
1015
  layer: "1";
827
1016
  } | {
828
1017
  [key: string]: any;
1018
+ }[] | {
1019
+ [key: string]: any;
829
1020
  }[];
830
1021
  };
831
1022
  paginationShow: {
@@ -844,6 +1035,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
844
1035
  layer: "1";
845
1036
  } | {
846
1037
  [key: string]: any;
1038
+ }[] | {
1039
+ [key: string]: any;
847
1040
  }[];
848
1041
  };
849
1042
  paginationPosition: {
@@ -862,6 +1055,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
862
1055
  layer: "1";
863
1056
  } | {
864
1057
  [key: string]: any;
1058
+ }[] | {
1059
+ [key: string]: any;
865
1060
  }[];
866
1061
  };
867
1062
  simple: {
@@ -880,6 +1075,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
880
1075
  layer: "1";
881
1076
  } | {
882
1077
  [key: string]: any;
1078
+ }[] | {
1079
+ [key: string]: any;
883
1080
  }[];
884
1081
  };
885
1082
  headerCellBackgroundColor: {
@@ -898,6 +1095,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
898
1095
  layer: "1";
899
1096
  } | {
900
1097
  [key: string]: any;
1098
+ }[] | {
1099
+ [key: string]: any;
901
1100
  }[];
902
1101
  };
903
1102
  cellBackgroundColor: {
@@ -916,6 +1115,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
916
1115
  layer: "1";
917
1116
  } | {
918
1117
  [key: string]: any;
1118
+ }[] | {
1119
+ [key: string]: any;
919
1120
  }[];
920
1121
  };
921
1122
  borderColor: {
@@ -934,6 +1135,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
934
1135
  layer: "1";
935
1136
  } | {
936
1137
  [key: string]: any;
1138
+ }[] | {
1139
+ [key: string]: any;
937
1140
  }[];
938
1141
  };
939
1142
  paginationPageSize: {
@@ -952,6 +1155,108 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
952
1155
  layer: "1";
953
1156
  } | {
954
1157
  [key: string]: any;
1158
+ }[] | {
1159
+ [key: string]: any;
1160
+ }[];
1161
+ };
1162
+ isUseAction: {
1163
+ type?: undefined;
1164
+ default?: undefined;
1165
+ } | {
1166
+ type: any;
1167
+ default: string | number | boolean | import("../../_utils/props").Events | {
1168
+ [key: string]: any;
1169
+ } | import("../../_utils/props").RequestParams | {
1170
+ [key: string]: any;
1171
+ }[] | {
1172
+ [key: string]: any;
1173
+ chartType: "table";
1174
+ plugin: "1";
1175
+ layer: "1";
1176
+ } | {
1177
+ [key: string]: any;
1178
+ }[] | {
1179
+ [key: string]: any;
1180
+ }[];
1181
+ };
1182
+ actionColumnWidth: {
1183
+ type?: undefined;
1184
+ default?: undefined;
1185
+ } | {
1186
+ type: any;
1187
+ default: string | number | boolean | import("../../_utils/props").Events | {
1188
+ [key: string]: any;
1189
+ } | import("../../_utils/props").RequestParams | {
1190
+ [key: string]: any;
1191
+ }[] | {
1192
+ [key: string]: any;
1193
+ chartType: "table";
1194
+ plugin: "1";
1195
+ layer: "1";
1196
+ } | {
1197
+ [key: string]: any;
1198
+ }[] | {
1199
+ [key: string]: any;
1200
+ }[];
1201
+ };
1202
+ actionList: {
1203
+ type?: undefined;
1204
+ default?: undefined;
1205
+ } | {
1206
+ type: any;
1207
+ default: string | number | boolean | import("../../_utils/props").Events | {
1208
+ [key: string]: any;
1209
+ } | import("../../_utils/props").RequestParams | {
1210
+ [key: string]: any;
1211
+ }[] | {
1212
+ [key: string]: any;
1213
+ chartType: "table";
1214
+ plugin: "1";
1215
+ layer: "1";
1216
+ } | {
1217
+ [key: string]: any;
1218
+ }[] | {
1219
+ [key: string]: any;
1220
+ }[];
1221
+ };
1222
+ fontSize: {
1223
+ type?: undefined;
1224
+ default?: undefined;
1225
+ } | {
1226
+ type: any;
1227
+ default: string | number | boolean | import("../../_utils/props").Events | {
1228
+ [key: string]: any;
1229
+ } | import("../../_utils/props").RequestParams | {
1230
+ [key: string]: any;
1231
+ }[] | {
1232
+ [key: string]: any;
1233
+ chartType: "table";
1234
+ plugin: "1";
1235
+ layer: "1";
1236
+ } | {
1237
+ [key: string]: any;
1238
+ }[] | {
1239
+ [key: string]: any;
1240
+ }[];
1241
+ };
1242
+ fontWeight: {
1243
+ type?: undefined;
1244
+ default?: undefined;
1245
+ } | {
1246
+ type: any;
1247
+ default: string | number | boolean | import("../../_utils/props").Events | {
1248
+ [key: string]: any;
1249
+ } | import("../../_utils/props").RequestParams | {
1250
+ [key: string]: any;
1251
+ }[] | {
1252
+ [key: string]: any;
1253
+ chartType: "table";
1254
+ plugin: "1";
1255
+ layer: "1";
1256
+ } | {
1257
+ [key: string]: any;
1258
+ }[] | {
1259
+ [key: string]: any;
955
1260
  }[];
956
1261
  };
957
1262
  graphicConfig: {
@@ -970,6 +1275,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
970
1275
  layer: "1";
971
1276
  } | {
972
1277
  [key: string]: any;
1278
+ }[] | {
1279
+ [key: string]: any;
973
1280
  }[];
974
1281
  };
975
1282
  id: {
@@ -988,6 +1295,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
988
1295
  layer: "1";
989
1296
  } | {
990
1297
  [key: string]: any;
1298
+ }[] | {
1299
+ [key: string]: any;
991
1300
  }[];
992
1301
  };
993
1302
  name: {
@@ -1006,6 +1315,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1006
1315
  layer: "1";
1007
1316
  } | {
1008
1317
  [key: string]: any;
1318
+ }[] | {
1319
+ [key: string]: any;
1009
1320
  }[];
1010
1321
  };
1011
1322
  keyName: {
@@ -1024,6 +1335,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1024
1335
  layer: "1";
1025
1336
  } | {
1026
1337
  [key: string]: any;
1338
+ }[] | {
1339
+ [key: string]: any;
1027
1340
  }[];
1028
1341
  };
1029
1342
  type: {
@@ -1042,6 +1355,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1042
1355
  layer: "1";
1043
1356
  } | {
1044
1357
  [key: string]: any;
1358
+ }[] | {
1359
+ [key: string]: any;
1045
1360
  }[];
1046
1361
  };
1047
1362
  width: {
@@ -1060,6 +1375,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1060
1375
  layer: "1";
1061
1376
  } | {
1062
1377
  [key: string]: any;
1378
+ }[] | {
1379
+ [key: string]: any;
1063
1380
  }[];
1064
1381
  };
1065
1382
  height: {
@@ -1078,6 +1395,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1078
1395
  layer: "1";
1079
1396
  } | {
1080
1397
  [key: string]: any;
1398
+ }[] | {
1399
+ [key: string]: any;
1081
1400
  }[];
1082
1401
  };
1083
1402
  position: {
@@ -1096,6 +1415,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1096
1415
  layer: "1";
1097
1416
  } | {
1098
1417
  [key: string]: any;
1418
+ }[] | {
1419
+ [key: string]: any;
1099
1420
  }[];
1100
1421
  };
1101
1422
  top: {
@@ -1114,6 +1435,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1114
1435
  layer: "1";
1115
1436
  } | {
1116
1437
  [key: string]: any;
1438
+ }[] | {
1439
+ [key: string]: any;
1117
1440
  }[];
1118
1441
  };
1119
1442
  left: {
@@ -1132,6 +1455,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1132
1455
  layer: "1";
1133
1456
  } | {
1134
1457
  [key: string]: any;
1458
+ }[] | {
1459
+ [key: string]: any;
1135
1460
  }[];
1136
1461
  };
1137
1462
  zIndex: {
@@ -1150,6 +1475,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1150
1475
  layer: "1";
1151
1476
  } | {
1152
1477
  [key: string]: any;
1478
+ }[] | {
1479
+ [key: string]: any;
1153
1480
  }[];
1154
1481
  };
1155
1482
  rotate: {
@@ -1168,6 +1495,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1168
1495
  layer: "1";
1169
1496
  } | {
1170
1497
  [key: string]: any;
1498
+ }[] | {
1499
+ [key: string]: any;
1171
1500
  }[];
1172
1501
  };
1173
1502
  isShow: {
@@ -1186,6 +1515,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1186
1515
  layer: "1";
1187
1516
  } | {
1188
1517
  [key: string]: any;
1518
+ }[] | {
1519
+ [key: string]: any;
1189
1520
  }[];
1190
1521
  };
1191
1522
  isRender: {
@@ -1204,6 +1535,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1204
1535
  layer: "1";
1205
1536
  } | {
1206
1537
  [key: string]: any;
1538
+ }[] | {
1539
+ [key: string]: any;
1207
1540
  }[];
1208
1541
  };
1209
1542
  events: {
@@ -1222,6 +1555,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1222
1555
  layer: "1";
1223
1556
  } | {
1224
1557
  [key: string]: any;
1558
+ }[] | {
1559
+ [key: string]: any;
1225
1560
  }[];
1226
1561
  };
1227
1562
  requestUrl: {
@@ -1240,6 +1575,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1240
1575
  layer: "1";
1241
1576
  } | {
1242
1577
  [key: string]: any;
1578
+ }[] | {
1579
+ [key: string]: any;
1243
1580
  }[];
1244
1581
  };
1245
1582
  requestMethod: {
@@ -1258,6 +1595,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1258
1595
  layer: "1";
1259
1596
  } | {
1260
1597
  [key: string]: any;
1598
+ }[] | {
1599
+ [key: string]: any;
1261
1600
  }[];
1262
1601
  };
1263
1602
  requestHeaders: {
@@ -1276,6 +1615,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1276
1615
  layer: "1";
1277
1616
  } | {
1278
1617
  [key: string]: any;
1618
+ }[] | {
1619
+ [key: string]: any;
1279
1620
  }[];
1280
1621
  };
1281
1622
  isOpenRequestTimer: {
@@ -1294,6 +1635,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1294
1635
  layer: "1";
1295
1636
  } | {
1296
1637
  [key: string]: any;
1638
+ }[] | {
1639
+ [key: string]: any;
1297
1640
  }[];
1298
1641
  };
1299
1642
  requestInterval: {
@@ -1312,6 +1655,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1312
1655
  layer: "1";
1313
1656
  } | {
1314
1657
  [key: string]: any;
1658
+ }[] | {
1659
+ [key: string]: any;
1315
1660
  }[];
1316
1661
  };
1317
1662
  requestParams: {
@@ -1330,6 +1675,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1330
1675
  layer: "1";
1331
1676
  } | {
1332
1677
  [key: string]: any;
1678
+ }[] | {
1679
+ [key: string]: any;
1333
1680
  }[];
1334
1681
  };
1335
1682
  requestSort: {
@@ -1348,6 +1695,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1348
1695
  layer: "1";
1349
1696
  } | {
1350
1697
  [key: string]: any;
1698
+ }[] | {
1699
+ [key: string]: any;
1351
1700
  }[];
1352
1701
  };
1353
1702
  dataType: {
@@ -1366,6 +1715,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1366
1715
  layer: "1";
1367
1716
  } | {
1368
1717
  [key: string]: any;
1718
+ }[] | {
1719
+ [key: string]: any;
1369
1720
  }[];
1370
1721
  };
1371
1722
  }>>, {}>> & Record<string, any>;