@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
|
@@ -16,6 +16,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
layer: "1";
|
|
17
17
|
} | {
|
|
18
18
|
[key: string]: any;
|
|
19
|
+
}[] | {
|
|
20
|
+
[key: string]: any;
|
|
19
21
|
}[];
|
|
20
22
|
};
|
|
21
23
|
data: {
|
|
@@ -34,6 +36,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
36
|
layer: "1";
|
|
35
37
|
} | {
|
|
36
38
|
[key: string]: any;
|
|
39
|
+
}[] | {
|
|
40
|
+
[key: string]: any;
|
|
37
41
|
}[];
|
|
38
42
|
};
|
|
39
43
|
bordered: {
|
|
@@ -52,6 +56,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
56
|
layer: "1";
|
|
53
57
|
} | {
|
|
54
58
|
[key: string]: any;
|
|
59
|
+
}[] | {
|
|
60
|
+
[key: string]: any;
|
|
55
61
|
}[];
|
|
56
62
|
};
|
|
57
63
|
size: {
|
|
@@ -70,6 +76,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
76
|
layer: "1";
|
|
71
77
|
} | {
|
|
72
78
|
[key: string]: any;
|
|
79
|
+
}[] | {
|
|
80
|
+
[key: string]: any;
|
|
73
81
|
}[];
|
|
74
82
|
};
|
|
75
83
|
isUseSeq: {
|
|
@@ -88,6 +96,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
88
96
|
layer: "1";
|
|
89
97
|
} | {
|
|
90
98
|
[key: string]: any;
|
|
99
|
+
}[] | {
|
|
100
|
+
[key: string]: any;
|
|
91
101
|
}[];
|
|
92
102
|
};
|
|
93
103
|
columnsFixedNum: {
|
|
@@ -106,6 +116,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
116
|
layer: "1";
|
|
107
117
|
} | {
|
|
108
118
|
[key: string]: any;
|
|
119
|
+
}[] | {
|
|
120
|
+
[key: string]: any;
|
|
109
121
|
}[];
|
|
110
122
|
};
|
|
111
123
|
scrollX: {
|
|
@@ -124,6 +136,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
136
|
layer: "1";
|
|
125
137
|
} | {
|
|
126
138
|
[key: string]: any;
|
|
139
|
+
}[] | {
|
|
140
|
+
[key: string]: any;
|
|
127
141
|
}[];
|
|
128
142
|
};
|
|
129
143
|
paginationShow: {
|
|
@@ -142,6 +156,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
142
156
|
layer: "1";
|
|
143
157
|
} | {
|
|
144
158
|
[key: string]: any;
|
|
159
|
+
}[] | {
|
|
160
|
+
[key: string]: any;
|
|
145
161
|
}[];
|
|
146
162
|
};
|
|
147
163
|
paginationPosition: {
|
|
@@ -160,6 +176,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
160
176
|
layer: "1";
|
|
161
177
|
} | {
|
|
162
178
|
[key: string]: any;
|
|
179
|
+
}[] | {
|
|
180
|
+
[key: string]: any;
|
|
163
181
|
}[];
|
|
164
182
|
};
|
|
165
183
|
simple: {
|
|
@@ -178,6 +196,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
178
196
|
layer: "1";
|
|
179
197
|
} | {
|
|
180
198
|
[key: string]: any;
|
|
199
|
+
}[] | {
|
|
200
|
+
[key: string]: any;
|
|
181
201
|
}[];
|
|
182
202
|
};
|
|
183
203
|
headerCellBackgroundColor: {
|
|
@@ -196,6 +216,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
196
216
|
layer: "1";
|
|
197
217
|
} | {
|
|
198
218
|
[key: string]: any;
|
|
219
|
+
}[] | {
|
|
220
|
+
[key: string]: any;
|
|
199
221
|
}[];
|
|
200
222
|
};
|
|
201
223
|
cellBackgroundColor: {
|
|
@@ -214,6 +236,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
236
|
layer: "1";
|
|
215
237
|
} | {
|
|
216
238
|
[key: string]: any;
|
|
239
|
+
}[] | {
|
|
240
|
+
[key: string]: any;
|
|
217
241
|
}[];
|
|
218
242
|
};
|
|
219
243
|
borderColor: {
|
|
@@ -232,6 +256,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
232
256
|
layer: "1";
|
|
233
257
|
} | {
|
|
234
258
|
[key: string]: any;
|
|
259
|
+
}[] | {
|
|
260
|
+
[key: string]: any;
|
|
235
261
|
}[];
|
|
236
262
|
};
|
|
237
263
|
paginationPageSize: {
|
|
@@ -250,6 +276,68 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
250
276
|
layer: "1";
|
|
251
277
|
} | {
|
|
252
278
|
[key: string]: any;
|
|
279
|
+
}[] | {
|
|
280
|
+
[key: string]: any;
|
|
281
|
+
}[];
|
|
282
|
+
};
|
|
283
|
+
isUseAction: {
|
|
284
|
+
type?: undefined;
|
|
285
|
+
default?: undefined;
|
|
286
|
+
} | {
|
|
287
|
+
type: any;
|
|
288
|
+
default: string | number | boolean | Events | {
|
|
289
|
+
[key: string]: any;
|
|
290
|
+
} | import('../../_utils/props').RequestParams | {
|
|
291
|
+
[key: string]: any;
|
|
292
|
+
}[] | {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
chartType: "table";
|
|
295
|
+
plugin: "1";
|
|
296
|
+
layer: "1";
|
|
297
|
+
} | {
|
|
298
|
+
[key: string]: any;
|
|
299
|
+
}[] | {
|
|
300
|
+
[key: string]: any;
|
|
301
|
+
}[];
|
|
302
|
+
};
|
|
303
|
+
actionColumnWidth: {
|
|
304
|
+
type?: undefined;
|
|
305
|
+
default?: undefined;
|
|
306
|
+
} | {
|
|
307
|
+
type: any;
|
|
308
|
+
default: string | number | boolean | Events | {
|
|
309
|
+
[key: string]: any;
|
|
310
|
+
} | import('../../_utils/props').RequestParams | {
|
|
311
|
+
[key: string]: any;
|
|
312
|
+
}[] | {
|
|
313
|
+
[key: string]: any;
|
|
314
|
+
chartType: "table";
|
|
315
|
+
plugin: "1";
|
|
316
|
+
layer: "1";
|
|
317
|
+
} | {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
}[] | {
|
|
320
|
+
[key: string]: any;
|
|
321
|
+
}[];
|
|
322
|
+
};
|
|
323
|
+
actionList: {
|
|
324
|
+
type?: undefined;
|
|
325
|
+
default?: undefined;
|
|
326
|
+
} | {
|
|
327
|
+
type: any;
|
|
328
|
+
default: string | number | boolean | Events | {
|
|
329
|
+
[key: string]: any;
|
|
330
|
+
} | import('../../_utils/props').RequestParams | {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
}[] | {
|
|
333
|
+
[key: string]: any;
|
|
334
|
+
chartType: "table";
|
|
335
|
+
plugin: "1";
|
|
336
|
+
layer: "1";
|
|
337
|
+
} | {
|
|
338
|
+
[key: string]: any;
|
|
339
|
+
}[] | {
|
|
340
|
+
[key: string]: any;
|
|
253
341
|
}[];
|
|
254
342
|
};
|
|
255
343
|
graphicConfig: {
|
|
@@ -268,6 +356,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
268
356
|
layer: "1";
|
|
269
357
|
} | {
|
|
270
358
|
[key: string]: any;
|
|
359
|
+
}[] | {
|
|
360
|
+
[key: string]: any;
|
|
271
361
|
}[];
|
|
272
362
|
};
|
|
273
363
|
id: {
|
|
@@ -286,6 +376,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
286
376
|
layer: "1";
|
|
287
377
|
} | {
|
|
288
378
|
[key: string]: any;
|
|
379
|
+
}[] | {
|
|
380
|
+
[key: string]: any;
|
|
289
381
|
}[];
|
|
290
382
|
};
|
|
291
383
|
name: {
|
|
@@ -304,6 +396,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
396
|
layer: "1";
|
|
305
397
|
} | {
|
|
306
398
|
[key: string]: any;
|
|
399
|
+
}[] | {
|
|
400
|
+
[key: string]: any;
|
|
307
401
|
}[];
|
|
308
402
|
};
|
|
309
403
|
keyName: {
|
|
@@ -322,6 +416,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
322
416
|
layer: "1";
|
|
323
417
|
} | {
|
|
324
418
|
[key: string]: any;
|
|
419
|
+
}[] | {
|
|
420
|
+
[key: string]: any;
|
|
325
421
|
}[];
|
|
326
422
|
};
|
|
327
423
|
type: {
|
|
@@ -340,6 +436,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
340
436
|
layer: "1";
|
|
341
437
|
} | {
|
|
342
438
|
[key: string]: any;
|
|
439
|
+
}[] | {
|
|
440
|
+
[key: string]: any;
|
|
343
441
|
}[];
|
|
344
442
|
};
|
|
345
443
|
width: {
|
|
@@ -358,6 +456,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
358
456
|
layer: "1";
|
|
359
457
|
} | {
|
|
360
458
|
[key: string]: any;
|
|
459
|
+
}[] | {
|
|
460
|
+
[key: string]: any;
|
|
361
461
|
}[];
|
|
362
462
|
};
|
|
363
463
|
height: {
|
|
@@ -376,6 +476,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
476
|
layer: "1";
|
|
377
477
|
} | {
|
|
378
478
|
[key: string]: any;
|
|
479
|
+
}[] | {
|
|
480
|
+
[key: string]: any;
|
|
379
481
|
}[];
|
|
380
482
|
};
|
|
381
483
|
position: {
|
|
@@ -394,6 +496,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
394
496
|
layer: "1";
|
|
395
497
|
} | {
|
|
396
498
|
[key: string]: any;
|
|
499
|
+
}[] | {
|
|
500
|
+
[key: string]: any;
|
|
397
501
|
}[];
|
|
398
502
|
};
|
|
399
503
|
top: {
|
|
@@ -412,6 +516,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
412
516
|
layer: "1";
|
|
413
517
|
} | {
|
|
414
518
|
[key: string]: any;
|
|
519
|
+
}[] | {
|
|
520
|
+
[key: string]: any;
|
|
415
521
|
}[];
|
|
416
522
|
};
|
|
417
523
|
left: {
|
|
@@ -430,6 +536,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
430
536
|
layer: "1";
|
|
431
537
|
} | {
|
|
432
538
|
[key: string]: any;
|
|
539
|
+
}[] | {
|
|
540
|
+
[key: string]: any;
|
|
433
541
|
}[];
|
|
434
542
|
};
|
|
435
543
|
zIndex: {
|
|
@@ -448,6 +556,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
448
556
|
layer: "1";
|
|
449
557
|
} | {
|
|
450
558
|
[key: string]: any;
|
|
559
|
+
}[] | {
|
|
560
|
+
[key: string]: any;
|
|
451
561
|
}[];
|
|
452
562
|
};
|
|
453
563
|
rotate: {
|
|
@@ -466,6 +576,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
466
576
|
layer: "1";
|
|
467
577
|
} | {
|
|
468
578
|
[key: string]: any;
|
|
579
|
+
}[] | {
|
|
580
|
+
[key: string]: any;
|
|
469
581
|
}[];
|
|
470
582
|
};
|
|
471
583
|
isShow: {
|
|
@@ -484,6 +596,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
484
596
|
layer: "1";
|
|
485
597
|
} | {
|
|
486
598
|
[key: string]: any;
|
|
599
|
+
}[] | {
|
|
600
|
+
[key: string]: any;
|
|
487
601
|
}[];
|
|
488
602
|
};
|
|
489
603
|
isRender: {
|
|
@@ -502,6 +616,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
502
616
|
layer: "1";
|
|
503
617
|
} | {
|
|
504
618
|
[key: string]: any;
|
|
619
|
+
}[] | {
|
|
620
|
+
[key: string]: any;
|
|
505
621
|
}[];
|
|
506
622
|
};
|
|
507
623
|
events: {
|
|
@@ -520,6 +636,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
520
636
|
layer: "1";
|
|
521
637
|
} | {
|
|
522
638
|
[key: string]: any;
|
|
639
|
+
}[] | {
|
|
640
|
+
[key: string]: any;
|
|
523
641
|
}[];
|
|
524
642
|
};
|
|
525
643
|
requestUrl: {
|
|
@@ -538,6 +656,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
538
656
|
layer: "1";
|
|
539
657
|
} | {
|
|
540
658
|
[key: string]: any;
|
|
659
|
+
}[] | {
|
|
660
|
+
[key: string]: any;
|
|
541
661
|
}[];
|
|
542
662
|
};
|
|
543
663
|
requestMethod: {
|
|
@@ -556,6 +676,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
556
676
|
layer: "1";
|
|
557
677
|
} | {
|
|
558
678
|
[key: string]: any;
|
|
679
|
+
}[] | {
|
|
680
|
+
[key: string]: any;
|
|
559
681
|
}[];
|
|
560
682
|
};
|
|
561
683
|
requestHeaders: {
|
|
@@ -574,6 +696,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
574
696
|
layer: "1";
|
|
575
697
|
} | {
|
|
576
698
|
[key: string]: any;
|
|
699
|
+
}[] | {
|
|
700
|
+
[key: string]: any;
|
|
577
701
|
}[];
|
|
578
702
|
};
|
|
579
703
|
isOpenRequestTimer: {
|
|
@@ -592,6 +716,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
592
716
|
layer: "1";
|
|
593
717
|
} | {
|
|
594
718
|
[key: string]: any;
|
|
719
|
+
}[] | {
|
|
720
|
+
[key: string]: any;
|
|
595
721
|
}[];
|
|
596
722
|
};
|
|
597
723
|
requestInterval: {
|
|
@@ -610,6 +736,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
610
736
|
layer: "1";
|
|
611
737
|
} | {
|
|
612
738
|
[key: string]: any;
|
|
739
|
+
}[] | {
|
|
740
|
+
[key: string]: any;
|
|
613
741
|
}[];
|
|
614
742
|
};
|
|
615
743
|
requestParams: {
|
|
@@ -628,6 +756,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
628
756
|
layer: "1";
|
|
629
757
|
} | {
|
|
630
758
|
[key: string]: any;
|
|
759
|
+
}[] | {
|
|
760
|
+
[key: string]: any;
|
|
631
761
|
}[];
|
|
632
762
|
};
|
|
633
763
|
requestSort: {
|
|
@@ -646,6 +776,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
646
776
|
layer: "1";
|
|
647
777
|
} | {
|
|
648
778
|
[key: string]: any;
|
|
779
|
+
}[] | {
|
|
780
|
+
[key: string]: any;
|
|
649
781
|
}[];
|
|
650
782
|
};
|
|
651
783
|
dataType: {
|
|
@@ -664,6 +796,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
664
796
|
layer: "1";
|
|
665
797
|
} | {
|
|
666
798
|
[key: string]: any;
|
|
799
|
+
}[] | {
|
|
800
|
+
[key: string]: any;
|
|
667
801
|
}[];
|
|
668
802
|
};
|
|
669
803
|
}, {
|
|
@@ -702,6 +836,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
702
836
|
[key: string]: any;
|
|
703
837
|
}[]>;
|
|
704
838
|
loading: import("vue").Ref<boolean>;
|
|
839
|
+
useVariablesInText: (text?: string, data?: {
|
|
840
|
+
[key: string]: any;
|
|
841
|
+
}) => string;
|
|
705
842
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
706
843
|
columns: {
|
|
707
844
|
type?: undefined;
|
|
@@ -719,6 +856,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
719
856
|
layer: "1";
|
|
720
857
|
} | {
|
|
721
858
|
[key: string]: any;
|
|
859
|
+
}[] | {
|
|
860
|
+
[key: string]: any;
|
|
722
861
|
}[];
|
|
723
862
|
};
|
|
724
863
|
data: {
|
|
@@ -737,6 +876,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
737
876
|
layer: "1";
|
|
738
877
|
} | {
|
|
739
878
|
[key: string]: any;
|
|
879
|
+
}[] | {
|
|
880
|
+
[key: string]: any;
|
|
740
881
|
}[];
|
|
741
882
|
};
|
|
742
883
|
bordered: {
|
|
@@ -755,6 +896,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
755
896
|
layer: "1";
|
|
756
897
|
} | {
|
|
757
898
|
[key: string]: any;
|
|
899
|
+
}[] | {
|
|
900
|
+
[key: string]: any;
|
|
758
901
|
}[];
|
|
759
902
|
};
|
|
760
903
|
size: {
|
|
@@ -773,6 +916,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
773
916
|
layer: "1";
|
|
774
917
|
} | {
|
|
775
918
|
[key: string]: any;
|
|
919
|
+
}[] | {
|
|
920
|
+
[key: string]: any;
|
|
776
921
|
}[];
|
|
777
922
|
};
|
|
778
923
|
isUseSeq: {
|
|
@@ -791,6 +936,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
791
936
|
layer: "1";
|
|
792
937
|
} | {
|
|
793
938
|
[key: string]: any;
|
|
939
|
+
}[] | {
|
|
940
|
+
[key: string]: any;
|
|
794
941
|
}[];
|
|
795
942
|
};
|
|
796
943
|
columnsFixedNum: {
|
|
@@ -809,6 +956,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
809
956
|
layer: "1";
|
|
810
957
|
} | {
|
|
811
958
|
[key: string]: any;
|
|
959
|
+
}[] | {
|
|
960
|
+
[key: string]: any;
|
|
812
961
|
}[];
|
|
813
962
|
};
|
|
814
963
|
scrollX: {
|
|
@@ -827,6 +976,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
827
976
|
layer: "1";
|
|
828
977
|
} | {
|
|
829
978
|
[key: string]: any;
|
|
979
|
+
}[] | {
|
|
980
|
+
[key: string]: any;
|
|
830
981
|
}[];
|
|
831
982
|
};
|
|
832
983
|
paginationShow: {
|
|
@@ -845,6 +996,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
845
996
|
layer: "1";
|
|
846
997
|
} | {
|
|
847
998
|
[key: string]: any;
|
|
999
|
+
}[] | {
|
|
1000
|
+
[key: string]: any;
|
|
848
1001
|
}[];
|
|
849
1002
|
};
|
|
850
1003
|
paginationPosition: {
|
|
@@ -863,6 +1016,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
863
1016
|
layer: "1";
|
|
864
1017
|
} | {
|
|
865
1018
|
[key: string]: any;
|
|
1019
|
+
}[] | {
|
|
1020
|
+
[key: string]: any;
|
|
866
1021
|
}[];
|
|
867
1022
|
};
|
|
868
1023
|
simple: {
|
|
@@ -881,6 +1036,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
881
1036
|
layer: "1";
|
|
882
1037
|
} | {
|
|
883
1038
|
[key: string]: any;
|
|
1039
|
+
}[] | {
|
|
1040
|
+
[key: string]: any;
|
|
884
1041
|
}[];
|
|
885
1042
|
};
|
|
886
1043
|
headerCellBackgroundColor: {
|
|
@@ -899,6 +1056,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
899
1056
|
layer: "1";
|
|
900
1057
|
} | {
|
|
901
1058
|
[key: string]: any;
|
|
1059
|
+
}[] | {
|
|
1060
|
+
[key: string]: any;
|
|
902
1061
|
}[];
|
|
903
1062
|
};
|
|
904
1063
|
cellBackgroundColor: {
|
|
@@ -917,6 +1076,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
917
1076
|
layer: "1";
|
|
918
1077
|
} | {
|
|
919
1078
|
[key: string]: any;
|
|
1079
|
+
}[] | {
|
|
1080
|
+
[key: string]: any;
|
|
920
1081
|
}[];
|
|
921
1082
|
};
|
|
922
1083
|
borderColor: {
|
|
@@ -935,6 +1096,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
935
1096
|
layer: "1";
|
|
936
1097
|
} | {
|
|
937
1098
|
[key: string]: any;
|
|
1099
|
+
}[] | {
|
|
1100
|
+
[key: string]: any;
|
|
938
1101
|
}[];
|
|
939
1102
|
};
|
|
940
1103
|
paginationPageSize: {
|
|
@@ -953,6 +1116,68 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
953
1116
|
layer: "1";
|
|
954
1117
|
} | {
|
|
955
1118
|
[key: string]: any;
|
|
1119
|
+
}[] | {
|
|
1120
|
+
[key: string]: any;
|
|
1121
|
+
}[];
|
|
1122
|
+
};
|
|
1123
|
+
isUseAction: {
|
|
1124
|
+
type?: undefined;
|
|
1125
|
+
default?: undefined;
|
|
1126
|
+
} | {
|
|
1127
|
+
type: any;
|
|
1128
|
+
default: string | number | boolean | Events | {
|
|
1129
|
+
[key: string]: any;
|
|
1130
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1131
|
+
[key: string]: any;
|
|
1132
|
+
}[] | {
|
|
1133
|
+
[key: string]: any;
|
|
1134
|
+
chartType: "table";
|
|
1135
|
+
plugin: "1";
|
|
1136
|
+
layer: "1";
|
|
1137
|
+
} | {
|
|
1138
|
+
[key: string]: any;
|
|
1139
|
+
}[] | {
|
|
1140
|
+
[key: string]: any;
|
|
1141
|
+
}[];
|
|
1142
|
+
};
|
|
1143
|
+
actionColumnWidth: {
|
|
1144
|
+
type?: undefined;
|
|
1145
|
+
default?: undefined;
|
|
1146
|
+
} | {
|
|
1147
|
+
type: any;
|
|
1148
|
+
default: string | number | boolean | Events | {
|
|
1149
|
+
[key: string]: any;
|
|
1150
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1151
|
+
[key: string]: any;
|
|
1152
|
+
}[] | {
|
|
1153
|
+
[key: string]: any;
|
|
1154
|
+
chartType: "table";
|
|
1155
|
+
plugin: "1";
|
|
1156
|
+
layer: "1";
|
|
1157
|
+
} | {
|
|
1158
|
+
[key: string]: any;
|
|
1159
|
+
}[] | {
|
|
1160
|
+
[key: string]: any;
|
|
1161
|
+
}[];
|
|
1162
|
+
};
|
|
1163
|
+
actionList: {
|
|
1164
|
+
type?: undefined;
|
|
1165
|
+
default?: undefined;
|
|
1166
|
+
} | {
|
|
1167
|
+
type: any;
|
|
1168
|
+
default: string | number | boolean | Events | {
|
|
1169
|
+
[key: string]: any;
|
|
1170
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1171
|
+
[key: string]: any;
|
|
1172
|
+
}[] | {
|
|
1173
|
+
[key: string]: any;
|
|
1174
|
+
chartType: "table";
|
|
1175
|
+
plugin: "1";
|
|
1176
|
+
layer: "1";
|
|
1177
|
+
} | {
|
|
1178
|
+
[key: string]: any;
|
|
1179
|
+
}[] | {
|
|
1180
|
+
[key: string]: any;
|
|
956
1181
|
}[];
|
|
957
1182
|
};
|
|
958
1183
|
graphicConfig: {
|
|
@@ -971,6 +1196,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
971
1196
|
layer: "1";
|
|
972
1197
|
} | {
|
|
973
1198
|
[key: string]: any;
|
|
1199
|
+
}[] | {
|
|
1200
|
+
[key: string]: any;
|
|
974
1201
|
}[];
|
|
975
1202
|
};
|
|
976
1203
|
id: {
|
|
@@ -989,6 +1216,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
989
1216
|
layer: "1";
|
|
990
1217
|
} | {
|
|
991
1218
|
[key: string]: any;
|
|
1219
|
+
}[] | {
|
|
1220
|
+
[key: string]: any;
|
|
992
1221
|
}[];
|
|
993
1222
|
};
|
|
994
1223
|
name: {
|
|
@@ -1007,6 +1236,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1007
1236
|
layer: "1";
|
|
1008
1237
|
} | {
|
|
1009
1238
|
[key: string]: any;
|
|
1239
|
+
}[] | {
|
|
1240
|
+
[key: string]: any;
|
|
1010
1241
|
}[];
|
|
1011
1242
|
};
|
|
1012
1243
|
keyName: {
|
|
@@ -1025,6 +1256,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1025
1256
|
layer: "1";
|
|
1026
1257
|
} | {
|
|
1027
1258
|
[key: string]: any;
|
|
1259
|
+
}[] | {
|
|
1260
|
+
[key: string]: any;
|
|
1028
1261
|
}[];
|
|
1029
1262
|
};
|
|
1030
1263
|
type: {
|
|
@@ -1043,6 +1276,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1043
1276
|
layer: "1";
|
|
1044
1277
|
} | {
|
|
1045
1278
|
[key: string]: any;
|
|
1279
|
+
}[] | {
|
|
1280
|
+
[key: string]: any;
|
|
1046
1281
|
}[];
|
|
1047
1282
|
};
|
|
1048
1283
|
width: {
|
|
@@ -1061,6 +1296,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1061
1296
|
layer: "1";
|
|
1062
1297
|
} | {
|
|
1063
1298
|
[key: string]: any;
|
|
1299
|
+
}[] | {
|
|
1300
|
+
[key: string]: any;
|
|
1064
1301
|
}[];
|
|
1065
1302
|
};
|
|
1066
1303
|
height: {
|
|
@@ -1079,6 +1316,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1079
1316
|
layer: "1";
|
|
1080
1317
|
} | {
|
|
1081
1318
|
[key: string]: any;
|
|
1319
|
+
}[] | {
|
|
1320
|
+
[key: string]: any;
|
|
1082
1321
|
}[];
|
|
1083
1322
|
};
|
|
1084
1323
|
position: {
|
|
@@ -1097,6 +1336,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1097
1336
|
layer: "1";
|
|
1098
1337
|
} | {
|
|
1099
1338
|
[key: string]: any;
|
|
1339
|
+
}[] | {
|
|
1340
|
+
[key: string]: any;
|
|
1100
1341
|
}[];
|
|
1101
1342
|
};
|
|
1102
1343
|
top: {
|
|
@@ -1115,6 +1356,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1115
1356
|
layer: "1";
|
|
1116
1357
|
} | {
|
|
1117
1358
|
[key: string]: any;
|
|
1359
|
+
}[] | {
|
|
1360
|
+
[key: string]: any;
|
|
1118
1361
|
}[];
|
|
1119
1362
|
};
|
|
1120
1363
|
left: {
|
|
@@ -1133,6 +1376,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1133
1376
|
layer: "1";
|
|
1134
1377
|
} | {
|
|
1135
1378
|
[key: string]: any;
|
|
1379
|
+
}[] | {
|
|
1380
|
+
[key: string]: any;
|
|
1136
1381
|
}[];
|
|
1137
1382
|
};
|
|
1138
1383
|
zIndex: {
|
|
@@ -1151,6 +1396,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1151
1396
|
layer: "1";
|
|
1152
1397
|
} | {
|
|
1153
1398
|
[key: string]: any;
|
|
1399
|
+
}[] | {
|
|
1400
|
+
[key: string]: any;
|
|
1154
1401
|
}[];
|
|
1155
1402
|
};
|
|
1156
1403
|
rotate: {
|
|
@@ -1169,6 +1416,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1169
1416
|
layer: "1";
|
|
1170
1417
|
} | {
|
|
1171
1418
|
[key: string]: any;
|
|
1419
|
+
}[] | {
|
|
1420
|
+
[key: string]: any;
|
|
1172
1421
|
}[];
|
|
1173
1422
|
};
|
|
1174
1423
|
isShow: {
|
|
@@ -1187,6 +1436,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1187
1436
|
layer: "1";
|
|
1188
1437
|
} | {
|
|
1189
1438
|
[key: string]: any;
|
|
1439
|
+
}[] | {
|
|
1440
|
+
[key: string]: any;
|
|
1190
1441
|
}[];
|
|
1191
1442
|
};
|
|
1192
1443
|
isRender: {
|
|
@@ -1205,6 +1456,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1205
1456
|
layer: "1";
|
|
1206
1457
|
} | {
|
|
1207
1458
|
[key: string]: any;
|
|
1459
|
+
}[] | {
|
|
1460
|
+
[key: string]: any;
|
|
1208
1461
|
}[];
|
|
1209
1462
|
};
|
|
1210
1463
|
events: {
|
|
@@ -1223,6 +1476,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1223
1476
|
layer: "1";
|
|
1224
1477
|
} | {
|
|
1225
1478
|
[key: string]: any;
|
|
1479
|
+
}[] | {
|
|
1480
|
+
[key: string]: any;
|
|
1226
1481
|
}[];
|
|
1227
1482
|
};
|
|
1228
1483
|
requestUrl: {
|
|
@@ -1241,6 +1496,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1241
1496
|
layer: "1";
|
|
1242
1497
|
} | {
|
|
1243
1498
|
[key: string]: any;
|
|
1499
|
+
}[] | {
|
|
1500
|
+
[key: string]: any;
|
|
1244
1501
|
}[];
|
|
1245
1502
|
};
|
|
1246
1503
|
requestMethod: {
|
|
@@ -1259,6 +1516,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1259
1516
|
layer: "1";
|
|
1260
1517
|
} | {
|
|
1261
1518
|
[key: string]: any;
|
|
1519
|
+
}[] | {
|
|
1520
|
+
[key: string]: any;
|
|
1262
1521
|
}[];
|
|
1263
1522
|
};
|
|
1264
1523
|
requestHeaders: {
|
|
@@ -1277,6 +1536,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1277
1536
|
layer: "1";
|
|
1278
1537
|
} | {
|
|
1279
1538
|
[key: string]: any;
|
|
1539
|
+
}[] | {
|
|
1540
|
+
[key: string]: any;
|
|
1280
1541
|
}[];
|
|
1281
1542
|
};
|
|
1282
1543
|
isOpenRequestTimer: {
|
|
@@ -1295,6 +1556,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1295
1556
|
layer: "1";
|
|
1296
1557
|
} | {
|
|
1297
1558
|
[key: string]: any;
|
|
1559
|
+
}[] | {
|
|
1560
|
+
[key: string]: any;
|
|
1298
1561
|
}[];
|
|
1299
1562
|
};
|
|
1300
1563
|
requestInterval: {
|
|
@@ -1313,6 +1576,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1313
1576
|
layer: "1";
|
|
1314
1577
|
} | {
|
|
1315
1578
|
[key: string]: any;
|
|
1579
|
+
}[] | {
|
|
1580
|
+
[key: string]: any;
|
|
1316
1581
|
}[];
|
|
1317
1582
|
};
|
|
1318
1583
|
requestParams: {
|
|
@@ -1331,6 +1596,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1331
1596
|
layer: "1";
|
|
1332
1597
|
} | {
|
|
1333
1598
|
[key: string]: any;
|
|
1599
|
+
}[] | {
|
|
1600
|
+
[key: string]: any;
|
|
1334
1601
|
}[];
|
|
1335
1602
|
};
|
|
1336
1603
|
requestSort: {
|
|
@@ -1349,6 +1616,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1349
1616
|
layer: "1";
|
|
1350
1617
|
} | {
|
|
1351
1618
|
[key: string]: any;
|
|
1619
|
+
}[] | {
|
|
1620
|
+
[key: string]: any;
|
|
1352
1621
|
}[];
|
|
1353
1622
|
};
|
|
1354
1623
|
dataType: {
|
|
@@ -1367,6 +1636,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1367
1636
|
layer: "1";
|
|
1368
1637
|
} | {
|
|
1369
1638
|
[key: string]: any;
|
|
1639
|
+
}[] | {
|
|
1640
|
+
[key: string]: any;
|
|
1370
1641
|
}[];
|
|
1371
1642
|
};
|
|
1372
1643
|
}>>, {}>;
|