@ecan-bi/datav 1.0.48 → 1.0.51
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/index.es.js +238 -206
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +237 -205
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +41 -34
- package/package.json +1 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +1 -1
- package/types/container/index.d.ts +1 -0
- package/types/{control → container}/tabs/Tabs.vue.d.ts +0 -0
- package/types/{control → container}/tabs/index.d.ts +0 -0
- package/types/{control → container}/tabs/props.d.ts +0 -0
- package/types/control/index.d.ts +0 -1
- package/types/table/table/Table.vue.d.ts +271 -0
- package/types/table/table/index.d.ts +271 -0
- package/types/table/table/props.d.ts +139 -0
|
@@ -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,68 @@ 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;
|
|
252
340
|
}[];
|
|
253
341
|
};
|
|
254
342
|
graphicConfig: {
|
|
@@ -267,6 +355,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
267
355
|
layer: "1";
|
|
268
356
|
} | {
|
|
269
357
|
[key: string]: any;
|
|
358
|
+
}[] | {
|
|
359
|
+
[key: string]: any;
|
|
270
360
|
}[];
|
|
271
361
|
};
|
|
272
362
|
id: {
|
|
@@ -285,6 +375,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
285
375
|
layer: "1";
|
|
286
376
|
} | {
|
|
287
377
|
[key: string]: any;
|
|
378
|
+
}[] | {
|
|
379
|
+
[key: string]: any;
|
|
288
380
|
}[];
|
|
289
381
|
};
|
|
290
382
|
name: {
|
|
@@ -303,6 +395,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
303
395
|
layer: "1";
|
|
304
396
|
} | {
|
|
305
397
|
[key: string]: any;
|
|
398
|
+
}[] | {
|
|
399
|
+
[key: string]: any;
|
|
306
400
|
}[];
|
|
307
401
|
};
|
|
308
402
|
keyName: {
|
|
@@ -321,6 +415,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
321
415
|
layer: "1";
|
|
322
416
|
} | {
|
|
323
417
|
[key: string]: any;
|
|
418
|
+
}[] | {
|
|
419
|
+
[key: string]: any;
|
|
324
420
|
}[];
|
|
325
421
|
};
|
|
326
422
|
type: {
|
|
@@ -339,6 +435,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
339
435
|
layer: "1";
|
|
340
436
|
} | {
|
|
341
437
|
[key: string]: any;
|
|
438
|
+
}[] | {
|
|
439
|
+
[key: string]: any;
|
|
342
440
|
}[];
|
|
343
441
|
};
|
|
344
442
|
width: {
|
|
@@ -357,6 +455,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
357
455
|
layer: "1";
|
|
358
456
|
} | {
|
|
359
457
|
[key: string]: any;
|
|
458
|
+
}[] | {
|
|
459
|
+
[key: string]: any;
|
|
360
460
|
}[];
|
|
361
461
|
};
|
|
362
462
|
height: {
|
|
@@ -375,6 +475,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
375
475
|
layer: "1";
|
|
376
476
|
} | {
|
|
377
477
|
[key: string]: any;
|
|
478
|
+
}[] | {
|
|
479
|
+
[key: string]: any;
|
|
378
480
|
}[];
|
|
379
481
|
};
|
|
380
482
|
position: {
|
|
@@ -393,6 +495,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
393
495
|
layer: "1";
|
|
394
496
|
} | {
|
|
395
497
|
[key: string]: any;
|
|
498
|
+
}[] | {
|
|
499
|
+
[key: string]: any;
|
|
396
500
|
}[];
|
|
397
501
|
};
|
|
398
502
|
top: {
|
|
@@ -411,6 +515,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
411
515
|
layer: "1";
|
|
412
516
|
} | {
|
|
413
517
|
[key: string]: any;
|
|
518
|
+
}[] | {
|
|
519
|
+
[key: string]: any;
|
|
414
520
|
}[];
|
|
415
521
|
};
|
|
416
522
|
left: {
|
|
@@ -429,6 +535,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
429
535
|
layer: "1";
|
|
430
536
|
} | {
|
|
431
537
|
[key: string]: any;
|
|
538
|
+
}[] | {
|
|
539
|
+
[key: string]: any;
|
|
432
540
|
}[];
|
|
433
541
|
};
|
|
434
542
|
zIndex: {
|
|
@@ -447,6 +555,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
447
555
|
layer: "1";
|
|
448
556
|
} | {
|
|
449
557
|
[key: string]: any;
|
|
558
|
+
}[] | {
|
|
559
|
+
[key: string]: any;
|
|
450
560
|
}[];
|
|
451
561
|
};
|
|
452
562
|
rotate: {
|
|
@@ -465,6 +575,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
465
575
|
layer: "1";
|
|
466
576
|
} | {
|
|
467
577
|
[key: string]: any;
|
|
578
|
+
}[] | {
|
|
579
|
+
[key: string]: any;
|
|
468
580
|
}[];
|
|
469
581
|
};
|
|
470
582
|
isShow: {
|
|
@@ -483,6 +595,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
483
595
|
layer: "1";
|
|
484
596
|
} | {
|
|
485
597
|
[key: string]: any;
|
|
598
|
+
}[] | {
|
|
599
|
+
[key: string]: any;
|
|
486
600
|
}[];
|
|
487
601
|
};
|
|
488
602
|
isRender: {
|
|
@@ -501,6 +615,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
501
615
|
layer: "1";
|
|
502
616
|
} | {
|
|
503
617
|
[key: string]: any;
|
|
618
|
+
}[] | {
|
|
619
|
+
[key: string]: any;
|
|
504
620
|
}[];
|
|
505
621
|
};
|
|
506
622
|
events: {
|
|
@@ -519,6 +635,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
519
635
|
layer: "1";
|
|
520
636
|
} | {
|
|
521
637
|
[key: string]: any;
|
|
638
|
+
}[] | {
|
|
639
|
+
[key: string]: any;
|
|
522
640
|
}[];
|
|
523
641
|
};
|
|
524
642
|
requestUrl: {
|
|
@@ -537,6 +655,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
537
655
|
layer: "1";
|
|
538
656
|
} | {
|
|
539
657
|
[key: string]: any;
|
|
658
|
+
}[] | {
|
|
659
|
+
[key: string]: any;
|
|
540
660
|
}[];
|
|
541
661
|
};
|
|
542
662
|
requestMethod: {
|
|
@@ -555,6 +675,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
555
675
|
layer: "1";
|
|
556
676
|
} | {
|
|
557
677
|
[key: string]: any;
|
|
678
|
+
}[] | {
|
|
679
|
+
[key: string]: any;
|
|
558
680
|
}[];
|
|
559
681
|
};
|
|
560
682
|
requestHeaders: {
|
|
@@ -573,6 +695,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
573
695
|
layer: "1";
|
|
574
696
|
} | {
|
|
575
697
|
[key: string]: any;
|
|
698
|
+
}[] | {
|
|
699
|
+
[key: string]: any;
|
|
576
700
|
}[];
|
|
577
701
|
};
|
|
578
702
|
isOpenRequestTimer: {
|
|
@@ -591,6 +715,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
591
715
|
layer: "1";
|
|
592
716
|
} | {
|
|
593
717
|
[key: string]: any;
|
|
718
|
+
}[] | {
|
|
719
|
+
[key: string]: any;
|
|
594
720
|
}[];
|
|
595
721
|
};
|
|
596
722
|
requestInterval: {
|
|
@@ -609,6 +735,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
609
735
|
layer: "1";
|
|
610
736
|
} | {
|
|
611
737
|
[key: string]: any;
|
|
738
|
+
}[] | {
|
|
739
|
+
[key: string]: any;
|
|
612
740
|
}[];
|
|
613
741
|
};
|
|
614
742
|
requestParams: {
|
|
@@ -627,6 +755,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
627
755
|
layer: "1";
|
|
628
756
|
} | {
|
|
629
757
|
[key: string]: any;
|
|
758
|
+
}[] | {
|
|
759
|
+
[key: string]: any;
|
|
630
760
|
}[];
|
|
631
761
|
};
|
|
632
762
|
requestSort: {
|
|
@@ -645,6 +775,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
645
775
|
layer: "1";
|
|
646
776
|
} | {
|
|
647
777
|
[key: string]: any;
|
|
778
|
+
}[] | {
|
|
779
|
+
[key: string]: any;
|
|
648
780
|
}[];
|
|
649
781
|
};
|
|
650
782
|
dataType: {
|
|
@@ -663,6 +795,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
663
795
|
layer: "1";
|
|
664
796
|
} | {
|
|
665
797
|
[key: string]: any;
|
|
798
|
+
}[] | {
|
|
799
|
+
[key: string]: any;
|
|
666
800
|
}[];
|
|
667
801
|
};
|
|
668
802
|
}, {
|
|
@@ -701,6 +835,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
701
835
|
[key: string]: any;
|
|
702
836
|
}[]>;
|
|
703
837
|
loading: import("vue").Ref<boolean>;
|
|
838
|
+
useVariablesInText: (text?: string, data?: {
|
|
839
|
+
[key: string]: any;
|
|
840
|
+
}) => string;
|
|
704
841
|
}, 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
842
|
columns: {
|
|
706
843
|
type?: undefined;
|
|
@@ -718,6 +855,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
718
855
|
layer: "1";
|
|
719
856
|
} | {
|
|
720
857
|
[key: string]: any;
|
|
858
|
+
}[] | {
|
|
859
|
+
[key: string]: any;
|
|
721
860
|
}[];
|
|
722
861
|
};
|
|
723
862
|
data: {
|
|
@@ -736,6 +875,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
736
875
|
layer: "1";
|
|
737
876
|
} | {
|
|
738
877
|
[key: string]: any;
|
|
878
|
+
}[] | {
|
|
879
|
+
[key: string]: any;
|
|
739
880
|
}[];
|
|
740
881
|
};
|
|
741
882
|
bordered: {
|
|
@@ -754,6 +895,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
754
895
|
layer: "1";
|
|
755
896
|
} | {
|
|
756
897
|
[key: string]: any;
|
|
898
|
+
}[] | {
|
|
899
|
+
[key: string]: any;
|
|
757
900
|
}[];
|
|
758
901
|
};
|
|
759
902
|
size: {
|
|
@@ -772,6 +915,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
772
915
|
layer: "1";
|
|
773
916
|
} | {
|
|
774
917
|
[key: string]: any;
|
|
918
|
+
}[] | {
|
|
919
|
+
[key: string]: any;
|
|
775
920
|
}[];
|
|
776
921
|
};
|
|
777
922
|
isUseSeq: {
|
|
@@ -790,6 +935,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
790
935
|
layer: "1";
|
|
791
936
|
} | {
|
|
792
937
|
[key: string]: any;
|
|
938
|
+
}[] | {
|
|
939
|
+
[key: string]: any;
|
|
793
940
|
}[];
|
|
794
941
|
};
|
|
795
942
|
columnsFixedNum: {
|
|
@@ -808,6 +955,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
808
955
|
layer: "1";
|
|
809
956
|
} | {
|
|
810
957
|
[key: string]: any;
|
|
958
|
+
}[] | {
|
|
959
|
+
[key: string]: any;
|
|
811
960
|
}[];
|
|
812
961
|
};
|
|
813
962
|
scrollX: {
|
|
@@ -826,6 +975,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
826
975
|
layer: "1";
|
|
827
976
|
} | {
|
|
828
977
|
[key: string]: any;
|
|
978
|
+
}[] | {
|
|
979
|
+
[key: string]: any;
|
|
829
980
|
}[];
|
|
830
981
|
};
|
|
831
982
|
paginationShow: {
|
|
@@ -844,6 +995,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
844
995
|
layer: "1";
|
|
845
996
|
} | {
|
|
846
997
|
[key: string]: any;
|
|
998
|
+
}[] | {
|
|
999
|
+
[key: string]: any;
|
|
847
1000
|
}[];
|
|
848
1001
|
};
|
|
849
1002
|
paginationPosition: {
|
|
@@ -862,6 +1015,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
862
1015
|
layer: "1";
|
|
863
1016
|
} | {
|
|
864
1017
|
[key: string]: any;
|
|
1018
|
+
}[] | {
|
|
1019
|
+
[key: string]: any;
|
|
865
1020
|
}[];
|
|
866
1021
|
};
|
|
867
1022
|
simple: {
|
|
@@ -880,6 +1035,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
880
1035
|
layer: "1";
|
|
881
1036
|
} | {
|
|
882
1037
|
[key: string]: any;
|
|
1038
|
+
}[] | {
|
|
1039
|
+
[key: string]: any;
|
|
883
1040
|
}[];
|
|
884
1041
|
};
|
|
885
1042
|
headerCellBackgroundColor: {
|
|
@@ -898,6 +1055,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
898
1055
|
layer: "1";
|
|
899
1056
|
} | {
|
|
900
1057
|
[key: string]: any;
|
|
1058
|
+
}[] | {
|
|
1059
|
+
[key: string]: any;
|
|
901
1060
|
}[];
|
|
902
1061
|
};
|
|
903
1062
|
cellBackgroundColor: {
|
|
@@ -916,6 +1075,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
916
1075
|
layer: "1";
|
|
917
1076
|
} | {
|
|
918
1077
|
[key: string]: any;
|
|
1078
|
+
}[] | {
|
|
1079
|
+
[key: string]: any;
|
|
919
1080
|
}[];
|
|
920
1081
|
};
|
|
921
1082
|
borderColor: {
|
|
@@ -934,6 +1095,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
934
1095
|
layer: "1";
|
|
935
1096
|
} | {
|
|
936
1097
|
[key: string]: any;
|
|
1098
|
+
}[] | {
|
|
1099
|
+
[key: string]: any;
|
|
937
1100
|
}[];
|
|
938
1101
|
};
|
|
939
1102
|
paginationPageSize: {
|
|
@@ -952,6 +1115,68 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
952
1115
|
layer: "1";
|
|
953
1116
|
} | {
|
|
954
1117
|
[key: string]: any;
|
|
1118
|
+
}[] | {
|
|
1119
|
+
[key: string]: any;
|
|
1120
|
+
}[];
|
|
1121
|
+
};
|
|
1122
|
+
isUseAction: {
|
|
1123
|
+
type?: undefined;
|
|
1124
|
+
default?: undefined;
|
|
1125
|
+
} | {
|
|
1126
|
+
type: any;
|
|
1127
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
1128
|
+
[key: string]: any;
|
|
1129
|
+
} | import("../../_utils/props").RequestParams | {
|
|
1130
|
+
[key: string]: any;
|
|
1131
|
+
}[] | {
|
|
1132
|
+
[key: string]: any;
|
|
1133
|
+
chartType: "table";
|
|
1134
|
+
plugin: "1";
|
|
1135
|
+
layer: "1";
|
|
1136
|
+
} | {
|
|
1137
|
+
[key: string]: any;
|
|
1138
|
+
}[] | {
|
|
1139
|
+
[key: string]: any;
|
|
1140
|
+
}[];
|
|
1141
|
+
};
|
|
1142
|
+
actionColumnWidth: {
|
|
1143
|
+
type?: undefined;
|
|
1144
|
+
default?: undefined;
|
|
1145
|
+
} | {
|
|
1146
|
+
type: any;
|
|
1147
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
1148
|
+
[key: string]: any;
|
|
1149
|
+
} | import("../../_utils/props").RequestParams | {
|
|
1150
|
+
[key: string]: any;
|
|
1151
|
+
}[] | {
|
|
1152
|
+
[key: string]: any;
|
|
1153
|
+
chartType: "table";
|
|
1154
|
+
plugin: "1";
|
|
1155
|
+
layer: "1";
|
|
1156
|
+
} | {
|
|
1157
|
+
[key: string]: any;
|
|
1158
|
+
}[] | {
|
|
1159
|
+
[key: string]: any;
|
|
1160
|
+
}[];
|
|
1161
|
+
};
|
|
1162
|
+
actionList: {
|
|
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;
|
|
955
1180
|
}[];
|
|
956
1181
|
};
|
|
957
1182
|
graphicConfig: {
|
|
@@ -970,6 +1195,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
970
1195
|
layer: "1";
|
|
971
1196
|
} | {
|
|
972
1197
|
[key: string]: any;
|
|
1198
|
+
}[] | {
|
|
1199
|
+
[key: string]: any;
|
|
973
1200
|
}[];
|
|
974
1201
|
};
|
|
975
1202
|
id: {
|
|
@@ -988,6 +1215,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
988
1215
|
layer: "1";
|
|
989
1216
|
} | {
|
|
990
1217
|
[key: string]: any;
|
|
1218
|
+
}[] | {
|
|
1219
|
+
[key: string]: any;
|
|
991
1220
|
}[];
|
|
992
1221
|
};
|
|
993
1222
|
name: {
|
|
@@ -1006,6 +1235,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1006
1235
|
layer: "1";
|
|
1007
1236
|
} | {
|
|
1008
1237
|
[key: string]: any;
|
|
1238
|
+
}[] | {
|
|
1239
|
+
[key: string]: any;
|
|
1009
1240
|
}[];
|
|
1010
1241
|
};
|
|
1011
1242
|
keyName: {
|
|
@@ -1024,6 +1255,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1024
1255
|
layer: "1";
|
|
1025
1256
|
} | {
|
|
1026
1257
|
[key: string]: any;
|
|
1258
|
+
}[] | {
|
|
1259
|
+
[key: string]: any;
|
|
1027
1260
|
}[];
|
|
1028
1261
|
};
|
|
1029
1262
|
type: {
|
|
@@ -1042,6 +1275,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1042
1275
|
layer: "1";
|
|
1043
1276
|
} | {
|
|
1044
1277
|
[key: string]: any;
|
|
1278
|
+
}[] | {
|
|
1279
|
+
[key: string]: any;
|
|
1045
1280
|
}[];
|
|
1046
1281
|
};
|
|
1047
1282
|
width: {
|
|
@@ -1060,6 +1295,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1060
1295
|
layer: "1";
|
|
1061
1296
|
} | {
|
|
1062
1297
|
[key: string]: any;
|
|
1298
|
+
}[] | {
|
|
1299
|
+
[key: string]: any;
|
|
1063
1300
|
}[];
|
|
1064
1301
|
};
|
|
1065
1302
|
height: {
|
|
@@ -1078,6 +1315,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1078
1315
|
layer: "1";
|
|
1079
1316
|
} | {
|
|
1080
1317
|
[key: string]: any;
|
|
1318
|
+
}[] | {
|
|
1319
|
+
[key: string]: any;
|
|
1081
1320
|
}[];
|
|
1082
1321
|
};
|
|
1083
1322
|
position: {
|
|
@@ -1096,6 +1335,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1096
1335
|
layer: "1";
|
|
1097
1336
|
} | {
|
|
1098
1337
|
[key: string]: any;
|
|
1338
|
+
}[] | {
|
|
1339
|
+
[key: string]: any;
|
|
1099
1340
|
}[];
|
|
1100
1341
|
};
|
|
1101
1342
|
top: {
|
|
@@ -1114,6 +1355,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1114
1355
|
layer: "1";
|
|
1115
1356
|
} | {
|
|
1116
1357
|
[key: string]: any;
|
|
1358
|
+
}[] | {
|
|
1359
|
+
[key: string]: any;
|
|
1117
1360
|
}[];
|
|
1118
1361
|
};
|
|
1119
1362
|
left: {
|
|
@@ -1132,6 +1375,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1132
1375
|
layer: "1";
|
|
1133
1376
|
} | {
|
|
1134
1377
|
[key: string]: any;
|
|
1378
|
+
}[] | {
|
|
1379
|
+
[key: string]: any;
|
|
1135
1380
|
}[];
|
|
1136
1381
|
};
|
|
1137
1382
|
zIndex: {
|
|
@@ -1150,6 +1395,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1150
1395
|
layer: "1";
|
|
1151
1396
|
} | {
|
|
1152
1397
|
[key: string]: any;
|
|
1398
|
+
}[] | {
|
|
1399
|
+
[key: string]: any;
|
|
1153
1400
|
}[];
|
|
1154
1401
|
};
|
|
1155
1402
|
rotate: {
|
|
@@ -1168,6 +1415,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1168
1415
|
layer: "1";
|
|
1169
1416
|
} | {
|
|
1170
1417
|
[key: string]: any;
|
|
1418
|
+
}[] | {
|
|
1419
|
+
[key: string]: any;
|
|
1171
1420
|
}[];
|
|
1172
1421
|
};
|
|
1173
1422
|
isShow: {
|
|
@@ -1186,6 +1435,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1186
1435
|
layer: "1";
|
|
1187
1436
|
} | {
|
|
1188
1437
|
[key: string]: any;
|
|
1438
|
+
}[] | {
|
|
1439
|
+
[key: string]: any;
|
|
1189
1440
|
}[];
|
|
1190
1441
|
};
|
|
1191
1442
|
isRender: {
|
|
@@ -1204,6 +1455,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1204
1455
|
layer: "1";
|
|
1205
1456
|
} | {
|
|
1206
1457
|
[key: string]: any;
|
|
1458
|
+
}[] | {
|
|
1459
|
+
[key: string]: any;
|
|
1207
1460
|
}[];
|
|
1208
1461
|
};
|
|
1209
1462
|
events: {
|
|
@@ -1222,6 +1475,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1222
1475
|
layer: "1";
|
|
1223
1476
|
} | {
|
|
1224
1477
|
[key: string]: any;
|
|
1478
|
+
}[] | {
|
|
1479
|
+
[key: string]: any;
|
|
1225
1480
|
}[];
|
|
1226
1481
|
};
|
|
1227
1482
|
requestUrl: {
|
|
@@ -1240,6 +1495,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1240
1495
|
layer: "1";
|
|
1241
1496
|
} | {
|
|
1242
1497
|
[key: string]: any;
|
|
1498
|
+
}[] | {
|
|
1499
|
+
[key: string]: any;
|
|
1243
1500
|
}[];
|
|
1244
1501
|
};
|
|
1245
1502
|
requestMethod: {
|
|
@@ -1258,6 +1515,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1258
1515
|
layer: "1";
|
|
1259
1516
|
} | {
|
|
1260
1517
|
[key: string]: any;
|
|
1518
|
+
}[] | {
|
|
1519
|
+
[key: string]: any;
|
|
1261
1520
|
}[];
|
|
1262
1521
|
};
|
|
1263
1522
|
requestHeaders: {
|
|
@@ -1276,6 +1535,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1276
1535
|
layer: "1";
|
|
1277
1536
|
} | {
|
|
1278
1537
|
[key: string]: any;
|
|
1538
|
+
}[] | {
|
|
1539
|
+
[key: string]: any;
|
|
1279
1540
|
}[];
|
|
1280
1541
|
};
|
|
1281
1542
|
isOpenRequestTimer: {
|
|
@@ -1294,6 +1555,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1294
1555
|
layer: "1";
|
|
1295
1556
|
} | {
|
|
1296
1557
|
[key: string]: any;
|
|
1558
|
+
}[] | {
|
|
1559
|
+
[key: string]: any;
|
|
1297
1560
|
}[];
|
|
1298
1561
|
};
|
|
1299
1562
|
requestInterval: {
|
|
@@ -1312,6 +1575,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1312
1575
|
layer: "1";
|
|
1313
1576
|
} | {
|
|
1314
1577
|
[key: string]: any;
|
|
1578
|
+
}[] | {
|
|
1579
|
+
[key: string]: any;
|
|
1315
1580
|
}[];
|
|
1316
1581
|
};
|
|
1317
1582
|
requestParams: {
|
|
@@ -1330,6 +1595,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1330
1595
|
layer: "1";
|
|
1331
1596
|
} | {
|
|
1332
1597
|
[key: string]: any;
|
|
1598
|
+
}[] | {
|
|
1599
|
+
[key: string]: any;
|
|
1333
1600
|
}[];
|
|
1334
1601
|
};
|
|
1335
1602
|
requestSort: {
|
|
@@ -1348,6 +1615,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1348
1615
|
layer: "1";
|
|
1349
1616
|
} | {
|
|
1350
1617
|
[key: string]: any;
|
|
1618
|
+
}[] | {
|
|
1619
|
+
[key: string]: any;
|
|
1351
1620
|
}[];
|
|
1352
1621
|
};
|
|
1353
1622
|
dataType: {
|
|
@@ -1366,6 +1635,8 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
|
|
|
1366
1635
|
layer: "1";
|
|
1367
1636
|
} | {
|
|
1368
1637
|
[key: string]: any;
|
|
1638
|
+
}[] | {
|
|
1639
|
+
[key: string]: any;
|
|
1369
1640
|
}[];
|
|
1370
1641
|
};
|
|
1371
1642
|
}>>, {}>> & Record<string, any>;
|