@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.
- package/dist/index.es.js +305 -234
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +304 -233
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +63 -54
- package/package.json +1 -1
- package/types/_utils/hooks/useValueFormatter.d.ts +1 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +0 -1
- package/types/container/border/index.d.ts +0 -1
- package/types/container/border/props.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/button/Button.vue.d.ts +36 -0
- package/types/control/button/index.d.ts +36 -0
- package/types/control/button/props.d.ts +20 -0
- package/types/control/index.d.ts +0 -1
- package/types/graph/bar/Bar.vue.d.ts +194 -129
- package/types/graph/bar/index.d.ts +65 -0
- package/types/graph/bar/props.d.ts +30 -0
- package/types/table/table/Table.vue.d.ts +351 -0
- package/types/table/table/index.d.ts +351 -0
- package/types/table/table/props.d.ts +181 -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,108 @@ 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;
|
|
341
|
+
}[];
|
|
342
|
+
};
|
|
343
|
+
fontSize: {
|
|
344
|
+
type?: undefined;
|
|
345
|
+
default?: undefined;
|
|
346
|
+
} | {
|
|
347
|
+
type: any;
|
|
348
|
+
default: string | number | boolean | Events | {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
} | import('../../_utils/props').RequestParams | {
|
|
351
|
+
[key: string]: any;
|
|
352
|
+
}[] | {
|
|
353
|
+
[key: string]: any;
|
|
354
|
+
chartType: "table";
|
|
355
|
+
plugin: "1";
|
|
356
|
+
layer: "1";
|
|
357
|
+
} | {
|
|
358
|
+
[key: string]: any;
|
|
359
|
+
}[] | {
|
|
360
|
+
[key: string]: any;
|
|
361
|
+
}[];
|
|
362
|
+
};
|
|
363
|
+
fontWeight: {
|
|
364
|
+
type?: undefined;
|
|
365
|
+
default?: undefined;
|
|
366
|
+
} | {
|
|
367
|
+
type: any;
|
|
368
|
+
default: string | number | boolean | Events | {
|
|
369
|
+
[key: string]: any;
|
|
370
|
+
} | import('../../_utils/props').RequestParams | {
|
|
371
|
+
[key: string]: any;
|
|
372
|
+
}[] | {
|
|
373
|
+
[key: string]: any;
|
|
374
|
+
chartType: "table";
|
|
375
|
+
plugin: "1";
|
|
376
|
+
layer: "1";
|
|
377
|
+
} | {
|
|
378
|
+
[key: string]: any;
|
|
379
|
+
}[] | {
|
|
380
|
+
[key: string]: any;
|
|
253
381
|
}[];
|
|
254
382
|
};
|
|
255
383
|
graphicConfig: {
|
|
@@ -268,6 +396,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
268
396
|
layer: "1";
|
|
269
397
|
} | {
|
|
270
398
|
[key: string]: any;
|
|
399
|
+
}[] | {
|
|
400
|
+
[key: string]: any;
|
|
271
401
|
}[];
|
|
272
402
|
};
|
|
273
403
|
id: {
|
|
@@ -286,6 +416,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
286
416
|
layer: "1";
|
|
287
417
|
} | {
|
|
288
418
|
[key: string]: any;
|
|
419
|
+
}[] | {
|
|
420
|
+
[key: string]: any;
|
|
289
421
|
}[];
|
|
290
422
|
};
|
|
291
423
|
name: {
|
|
@@ -304,6 +436,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
436
|
layer: "1";
|
|
305
437
|
} | {
|
|
306
438
|
[key: string]: any;
|
|
439
|
+
}[] | {
|
|
440
|
+
[key: string]: any;
|
|
307
441
|
}[];
|
|
308
442
|
};
|
|
309
443
|
keyName: {
|
|
@@ -322,6 +456,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
322
456
|
layer: "1";
|
|
323
457
|
} | {
|
|
324
458
|
[key: string]: any;
|
|
459
|
+
}[] | {
|
|
460
|
+
[key: string]: any;
|
|
325
461
|
}[];
|
|
326
462
|
};
|
|
327
463
|
type: {
|
|
@@ -340,6 +476,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
340
476
|
layer: "1";
|
|
341
477
|
} | {
|
|
342
478
|
[key: string]: any;
|
|
479
|
+
}[] | {
|
|
480
|
+
[key: string]: any;
|
|
343
481
|
}[];
|
|
344
482
|
};
|
|
345
483
|
width: {
|
|
@@ -358,6 +496,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
358
496
|
layer: "1";
|
|
359
497
|
} | {
|
|
360
498
|
[key: string]: any;
|
|
499
|
+
}[] | {
|
|
500
|
+
[key: string]: any;
|
|
361
501
|
}[];
|
|
362
502
|
};
|
|
363
503
|
height: {
|
|
@@ -376,6 +516,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
516
|
layer: "1";
|
|
377
517
|
} | {
|
|
378
518
|
[key: string]: any;
|
|
519
|
+
}[] | {
|
|
520
|
+
[key: string]: any;
|
|
379
521
|
}[];
|
|
380
522
|
};
|
|
381
523
|
position: {
|
|
@@ -394,6 +536,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
394
536
|
layer: "1";
|
|
395
537
|
} | {
|
|
396
538
|
[key: string]: any;
|
|
539
|
+
}[] | {
|
|
540
|
+
[key: string]: any;
|
|
397
541
|
}[];
|
|
398
542
|
};
|
|
399
543
|
top: {
|
|
@@ -412,6 +556,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
412
556
|
layer: "1";
|
|
413
557
|
} | {
|
|
414
558
|
[key: string]: any;
|
|
559
|
+
}[] | {
|
|
560
|
+
[key: string]: any;
|
|
415
561
|
}[];
|
|
416
562
|
};
|
|
417
563
|
left: {
|
|
@@ -430,6 +576,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
430
576
|
layer: "1";
|
|
431
577
|
} | {
|
|
432
578
|
[key: string]: any;
|
|
579
|
+
}[] | {
|
|
580
|
+
[key: string]: any;
|
|
433
581
|
}[];
|
|
434
582
|
};
|
|
435
583
|
zIndex: {
|
|
@@ -448,6 +596,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
448
596
|
layer: "1";
|
|
449
597
|
} | {
|
|
450
598
|
[key: string]: any;
|
|
599
|
+
}[] | {
|
|
600
|
+
[key: string]: any;
|
|
451
601
|
}[];
|
|
452
602
|
};
|
|
453
603
|
rotate: {
|
|
@@ -466,6 +616,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
466
616
|
layer: "1";
|
|
467
617
|
} | {
|
|
468
618
|
[key: string]: any;
|
|
619
|
+
}[] | {
|
|
620
|
+
[key: string]: any;
|
|
469
621
|
}[];
|
|
470
622
|
};
|
|
471
623
|
isShow: {
|
|
@@ -484,6 +636,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
484
636
|
layer: "1";
|
|
485
637
|
} | {
|
|
486
638
|
[key: string]: any;
|
|
639
|
+
}[] | {
|
|
640
|
+
[key: string]: any;
|
|
487
641
|
}[];
|
|
488
642
|
};
|
|
489
643
|
isRender: {
|
|
@@ -502,6 +656,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
502
656
|
layer: "1";
|
|
503
657
|
} | {
|
|
504
658
|
[key: string]: any;
|
|
659
|
+
}[] | {
|
|
660
|
+
[key: string]: any;
|
|
505
661
|
}[];
|
|
506
662
|
};
|
|
507
663
|
events: {
|
|
@@ -520,6 +676,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
520
676
|
layer: "1";
|
|
521
677
|
} | {
|
|
522
678
|
[key: string]: any;
|
|
679
|
+
}[] | {
|
|
680
|
+
[key: string]: any;
|
|
523
681
|
}[];
|
|
524
682
|
};
|
|
525
683
|
requestUrl: {
|
|
@@ -538,6 +696,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
538
696
|
layer: "1";
|
|
539
697
|
} | {
|
|
540
698
|
[key: string]: any;
|
|
699
|
+
}[] | {
|
|
700
|
+
[key: string]: any;
|
|
541
701
|
}[];
|
|
542
702
|
};
|
|
543
703
|
requestMethod: {
|
|
@@ -556,6 +716,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
556
716
|
layer: "1";
|
|
557
717
|
} | {
|
|
558
718
|
[key: string]: any;
|
|
719
|
+
}[] | {
|
|
720
|
+
[key: string]: any;
|
|
559
721
|
}[];
|
|
560
722
|
};
|
|
561
723
|
requestHeaders: {
|
|
@@ -574,6 +736,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
574
736
|
layer: "1";
|
|
575
737
|
} | {
|
|
576
738
|
[key: string]: any;
|
|
739
|
+
}[] | {
|
|
740
|
+
[key: string]: any;
|
|
577
741
|
}[];
|
|
578
742
|
};
|
|
579
743
|
isOpenRequestTimer: {
|
|
@@ -592,6 +756,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
592
756
|
layer: "1";
|
|
593
757
|
} | {
|
|
594
758
|
[key: string]: any;
|
|
759
|
+
}[] | {
|
|
760
|
+
[key: string]: any;
|
|
595
761
|
}[];
|
|
596
762
|
};
|
|
597
763
|
requestInterval: {
|
|
@@ -610,6 +776,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
610
776
|
layer: "1";
|
|
611
777
|
} | {
|
|
612
778
|
[key: string]: any;
|
|
779
|
+
}[] | {
|
|
780
|
+
[key: string]: any;
|
|
613
781
|
}[];
|
|
614
782
|
};
|
|
615
783
|
requestParams: {
|
|
@@ -628,6 +796,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
628
796
|
layer: "1";
|
|
629
797
|
} | {
|
|
630
798
|
[key: string]: any;
|
|
799
|
+
}[] | {
|
|
800
|
+
[key: string]: any;
|
|
631
801
|
}[];
|
|
632
802
|
};
|
|
633
803
|
requestSort: {
|
|
@@ -646,6 +816,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
646
816
|
layer: "1";
|
|
647
817
|
} | {
|
|
648
818
|
[key: string]: any;
|
|
819
|
+
}[] | {
|
|
820
|
+
[key: string]: any;
|
|
649
821
|
}[];
|
|
650
822
|
};
|
|
651
823
|
dataType: {
|
|
@@ -664,6 +836,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
664
836
|
layer: "1";
|
|
665
837
|
} | {
|
|
666
838
|
[key: string]: any;
|
|
839
|
+
}[] | {
|
|
840
|
+
[key: string]: any;
|
|
667
841
|
}[];
|
|
668
842
|
};
|
|
669
843
|
}, {
|
|
@@ -702,6 +876,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
702
876
|
[key: string]: any;
|
|
703
877
|
}[]>;
|
|
704
878
|
loading: import("vue").Ref<boolean>;
|
|
879
|
+
useVariablesInText: (text?: string, data?: {
|
|
880
|
+
[key: string]: any;
|
|
881
|
+
}) => string;
|
|
705
882
|
}, 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
883
|
columns: {
|
|
707
884
|
type?: undefined;
|
|
@@ -719,6 +896,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
719
896
|
layer: "1";
|
|
720
897
|
} | {
|
|
721
898
|
[key: string]: any;
|
|
899
|
+
}[] | {
|
|
900
|
+
[key: string]: any;
|
|
722
901
|
}[];
|
|
723
902
|
};
|
|
724
903
|
data: {
|
|
@@ -737,6 +916,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
737
916
|
layer: "1";
|
|
738
917
|
} | {
|
|
739
918
|
[key: string]: any;
|
|
919
|
+
}[] | {
|
|
920
|
+
[key: string]: any;
|
|
740
921
|
}[];
|
|
741
922
|
};
|
|
742
923
|
bordered: {
|
|
@@ -755,6 +936,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
755
936
|
layer: "1";
|
|
756
937
|
} | {
|
|
757
938
|
[key: string]: any;
|
|
939
|
+
}[] | {
|
|
940
|
+
[key: string]: any;
|
|
758
941
|
}[];
|
|
759
942
|
};
|
|
760
943
|
size: {
|
|
@@ -773,6 +956,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
773
956
|
layer: "1";
|
|
774
957
|
} | {
|
|
775
958
|
[key: string]: any;
|
|
959
|
+
}[] | {
|
|
960
|
+
[key: string]: any;
|
|
776
961
|
}[];
|
|
777
962
|
};
|
|
778
963
|
isUseSeq: {
|
|
@@ -791,6 +976,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
791
976
|
layer: "1";
|
|
792
977
|
} | {
|
|
793
978
|
[key: string]: any;
|
|
979
|
+
}[] | {
|
|
980
|
+
[key: string]: any;
|
|
794
981
|
}[];
|
|
795
982
|
};
|
|
796
983
|
columnsFixedNum: {
|
|
@@ -809,6 +996,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
809
996
|
layer: "1";
|
|
810
997
|
} | {
|
|
811
998
|
[key: string]: any;
|
|
999
|
+
}[] | {
|
|
1000
|
+
[key: string]: any;
|
|
812
1001
|
}[];
|
|
813
1002
|
};
|
|
814
1003
|
scrollX: {
|
|
@@ -827,6 +1016,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
827
1016
|
layer: "1";
|
|
828
1017
|
} | {
|
|
829
1018
|
[key: string]: any;
|
|
1019
|
+
}[] | {
|
|
1020
|
+
[key: string]: any;
|
|
830
1021
|
}[];
|
|
831
1022
|
};
|
|
832
1023
|
paginationShow: {
|
|
@@ -845,6 +1036,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
845
1036
|
layer: "1";
|
|
846
1037
|
} | {
|
|
847
1038
|
[key: string]: any;
|
|
1039
|
+
}[] | {
|
|
1040
|
+
[key: string]: any;
|
|
848
1041
|
}[];
|
|
849
1042
|
};
|
|
850
1043
|
paginationPosition: {
|
|
@@ -863,6 +1056,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
863
1056
|
layer: "1";
|
|
864
1057
|
} | {
|
|
865
1058
|
[key: string]: any;
|
|
1059
|
+
}[] | {
|
|
1060
|
+
[key: string]: any;
|
|
866
1061
|
}[];
|
|
867
1062
|
};
|
|
868
1063
|
simple: {
|
|
@@ -881,6 +1076,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
881
1076
|
layer: "1";
|
|
882
1077
|
} | {
|
|
883
1078
|
[key: string]: any;
|
|
1079
|
+
}[] | {
|
|
1080
|
+
[key: string]: any;
|
|
884
1081
|
}[];
|
|
885
1082
|
};
|
|
886
1083
|
headerCellBackgroundColor: {
|
|
@@ -899,6 +1096,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
899
1096
|
layer: "1";
|
|
900
1097
|
} | {
|
|
901
1098
|
[key: string]: any;
|
|
1099
|
+
}[] | {
|
|
1100
|
+
[key: string]: any;
|
|
902
1101
|
}[];
|
|
903
1102
|
};
|
|
904
1103
|
cellBackgroundColor: {
|
|
@@ -917,6 +1116,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
917
1116
|
layer: "1";
|
|
918
1117
|
} | {
|
|
919
1118
|
[key: string]: any;
|
|
1119
|
+
}[] | {
|
|
1120
|
+
[key: string]: any;
|
|
920
1121
|
}[];
|
|
921
1122
|
};
|
|
922
1123
|
borderColor: {
|
|
@@ -935,6 +1136,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
935
1136
|
layer: "1";
|
|
936
1137
|
} | {
|
|
937
1138
|
[key: string]: any;
|
|
1139
|
+
}[] | {
|
|
1140
|
+
[key: string]: any;
|
|
938
1141
|
}[];
|
|
939
1142
|
};
|
|
940
1143
|
paginationPageSize: {
|
|
@@ -953,6 +1156,108 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
953
1156
|
layer: "1";
|
|
954
1157
|
} | {
|
|
955
1158
|
[key: string]: any;
|
|
1159
|
+
}[] | {
|
|
1160
|
+
[key: string]: any;
|
|
1161
|
+
}[];
|
|
1162
|
+
};
|
|
1163
|
+
isUseAction: {
|
|
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;
|
|
1181
|
+
}[];
|
|
1182
|
+
};
|
|
1183
|
+
actionColumnWidth: {
|
|
1184
|
+
type?: undefined;
|
|
1185
|
+
default?: undefined;
|
|
1186
|
+
} | {
|
|
1187
|
+
type: any;
|
|
1188
|
+
default: string | number | boolean | Events | {
|
|
1189
|
+
[key: string]: any;
|
|
1190
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1191
|
+
[key: string]: any;
|
|
1192
|
+
}[] | {
|
|
1193
|
+
[key: string]: any;
|
|
1194
|
+
chartType: "table";
|
|
1195
|
+
plugin: "1";
|
|
1196
|
+
layer: "1";
|
|
1197
|
+
} | {
|
|
1198
|
+
[key: string]: any;
|
|
1199
|
+
}[] | {
|
|
1200
|
+
[key: string]: any;
|
|
1201
|
+
}[];
|
|
1202
|
+
};
|
|
1203
|
+
actionList: {
|
|
1204
|
+
type?: undefined;
|
|
1205
|
+
default?: undefined;
|
|
1206
|
+
} | {
|
|
1207
|
+
type: any;
|
|
1208
|
+
default: string | number | boolean | Events | {
|
|
1209
|
+
[key: string]: any;
|
|
1210
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1211
|
+
[key: string]: any;
|
|
1212
|
+
}[] | {
|
|
1213
|
+
[key: string]: any;
|
|
1214
|
+
chartType: "table";
|
|
1215
|
+
plugin: "1";
|
|
1216
|
+
layer: "1";
|
|
1217
|
+
} | {
|
|
1218
|
+
[key: string]: any;
|
|
1219
|
+
}[] | {
|
|
1220
|
+
[key: string]: any;
|
|
1221
|
+
}[];
|
|
1222
|
+
};
|
|
1223
|
+
fontSize: {
|
|
1224
|
+
type?: undefined;
|
|
1225
|
+
default?: undefined;
|
|
1226
|
+
} | {
|
|
1227
|
+
type: any;
|
|
1228
|
+
default: string | number | boolean | Events | {
|
|
1229
|
+
[key: string]: any;
|
|
1230
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1231
|
+
[key: string]: any;
|
|
1232
|
+
}[] | {
|
|
1233
|
+
[key: string]: any;
|
|
1234
|
+
chartType: "table";
|
|
1235
|
+
plugin: "1";
|
|
1236
|
+
layer: "1";
|
|
1237
|
+
} | {
|
|
1238
|
+
[key: string]: any;
|
|
1239
|
+
}[] | {
|
|
1240
|
+
[key: string]: any;
|
|
1241
|
+
}[];
|
|
1242
|
+
};
|
|
1243
|
+
fontWeight: {
|
|
1244
|
+
type?: undefined;
|
|
1245
|
+
default?: undefined;
|
|
1246
|
+
} | {
|
|
1247
|
+
type: any;
|
|
1248
|
+
default: string | number | boolean | Events | {
|
|
1249
|
+
[key: string]: any;
|
|
1250
|
+
} | import('../../_utils/props').RequestParams | {
|
|
1251
|
+
[key: string]: any;
|
|
1252
|
+
}[] | {
|
|
1253
|
+
[key: string]: any;
|
|
1254
|
+
chartType: "table";
|
|
1255
|
+
plugin: "1";
|
|
1256
|
+
layer: "1";
|
|
1257
|
+
} | {
|
|
1258
|
+
[key: string]: any;
|
|
1259
|
+
}[] | {
|
|
1260
|
+
[key: string]: any;
|
|
956
1261
|
}[];
|
|
957
1262
|
};
|
|
958
1263
|
graphicConfig: {
|
|
@@ -971,6 +1276,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
971
1276
|
layer: "1";
|
|
972
1277
|
} | {
|
|
973
1278
|
[key: string]: any;
|
|
1279
|
+
}[] | {
|
|
1280
|
+
[key: string]: any;
|
|
974
1281
|
}[];
|
|
975
1282
|
};
|
|
976
1283
|
id: {
|
|
@@ -989,6 +1296,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
989
1296
|
layer: "1";
|
|
990
1297
|
} | {
|
|
991
1298
|
[key: string]: any;
|
|
1299
|
+
}[] | {
|
|
1300
|
+
[key: string]: any;
|
|
992
1301
|
}[];
|
|
993
1302
|
};
|
|
994
1303
|
name: {
|
|
@@ -1007,6 +1316,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1007
1316
|
layer: "1";
|
|
1008
1317
|
} | {
|
|
1009
1318
|
[key: string]: any;
|
|
1319
|
+
}[] | {
|
|
1320
|
+
[key: string]: any;
|
|
1010
1321
|
}[];
|
|
1011
1322
|
};
|
|
1012
1323
|
keyName: {
|
|
@@ -1025,6 +1336,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1025
1336
|
layer: "1";
|
|
1026
1337
|
} | {
|
|
1027
1338
|
[key: string]: any;
|
|
1339
|
+
}[] | {
|
|
1340
|
+
[key: string]: any;
|
|
1028
1341
|
}[];
|
|
1029
1342
|
};
|
|
1030
1343
|
type: {
|
|
@@ -1043,6 +1356,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1043
1356
|
layer: "1";
|
|
1044
1357
|
} | {
|
|
1045
1358
|
[key: string]: any;
|
|
1359
|
+
}[] | {
|
|
1360
|
+
[key: string]: any;
|
|
1046
1361
|
}[];
|
|
1047
1362
|
};
|
|
1048
1363
|
width: {
|
|
@@ -1061,6 +1376,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1061
1376
|
layer: "1";
|
|
1062
1377
|
} | {
|
|
1063
1378
|
[key: string]: any;
|
|
1379
|
+
}[] | {
|
|
1380
|
+
[key: string]: any;
|
|
1064
1381
|
}[];
|
|
1065
1382
|
};
|
|
1066
1383
|
height: {
|
|
@@ -1079,6 +1396,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1079
1396
|
layer: "1";
|
|
1080
1397
|
} | {
|
|
1081
1398
|
[key: string]: any;
|
|
1399
|
+
}[] | {
|
|
1400
|
+
[key: string]: any;
|
|
1082
1401
|
}[];
|
|
1083
1402
|
};
|
|
1084
1403
|
position: {
|
|
@@ -1097,6 +1416,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1097
1416
|
layer: "1";
|
|
1098
1417
|
} | {
|
|
1099
1418
|
[key: string]: any;
|
|
1419
|
+
}[] | {
|
|
1420
|
+
[key: string]: any;
|
|
1100
1421
|
}[];
|
|
1101
1422
|
};
|
|
1102
1423
|
top: {
|
|
@@ -1115,6 +1436,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1115
1436
|
layer: "1";
|
|
1116
1437
|
} | {
|
|
1117
1438
|
[key: string]: any;
|
|
1439
|
+
}[] | {
|
|
1440
|
+
[key: string]: any;
|
|
1118
1441
|
}[];
|
|
1119
1442
|
};
|
|
1120
1443
|
left: {
|
|
@@ -1133,6 +1456,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1133
1456
|
layer: "1";
|
|
1134
1457
|
} | {
|
|
1135
1458
|
[key: string]: any;
|
|
1459
|
+
}[] | {
|
|
1460
|
+
[key: string]: any;
|
|
1136
1461
|
}[];
|
|
1137
1462
|
};
|
|
1138
1463
|
zIndex: {
|
|
@@ -1151,6 +1476,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1151
1476
|
layer: "1";
|
|
1152
1477
|
} | {
|
|
1153
1478
|
[key: string]: any;
|
|
1479
|
+
}[] | {
|
|
1480
|
+
[key: string]: any;
|
|
1154
1481
|
}[];
|
|
1155
1482
|
};
|
|
1156
1483
|
rotate: {
|
|
@@ -1169,6 +1496,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1169
1496
|
layer: "1";
|
|
1170
1497
|
} | {
|
|
1171
1498
|
[key: string]: any;
|
|
1499
|
+
}[] | {
|
|
1500
|
+
[key: string]: any;
|
|
1172
1501
|
}[];
|
|
1173
1502
|
};
|
|
1174
1503
|
isShow: {
|
|
@@ -1187,6 +1516,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1187
1516
|
layer: "1";
|
|
1188
1517
|
} | {
|
|
1189
1518
|
[key: string]: any;
|
|
1519
|
+
}[] | {
|
|
1520
|
+
[key: string]: any;
|
|
1190
1521
|
}[];
|
|
1191
1522
|
};
|
|
1192
1523
|
isRender: {
|
|
@@ -1205,6 +1536,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1205
1536
|
layer: "1";
|
|
1206
1537
|
} | {
|
|
1207
1538
|
[key: string]: any;
|
|
1539
|
+
}[] | {
|
|
1540
|
+
[key: string]: any;
|
|
1208
1541
|
}[];
|
|
1209
1542
|
};
|
|
1210
1543
|
events: {
|
|
@@ -1223,6 +1556,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1223
1556
|
layer: "1";
|
|
1224
1557
|
} | {
|
|
1225
1558
|
[key: string]: any;
|
|
1559
|
+
}[] | {
|
|
1560
|
+
[key: string]: any;
|
|
1226
1561
|
}[];
|
|
1227
1562
|
};
|
|
1228
1563
|
requestUrl: {
|
|
@@ -1241,6 +1576,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1241
1576
|
layer: "1";
|
|
1242
1577
|
} | {
|
|
1243
1578
|
[key: string]: any;
|
|
1579
|
+
}[] | {
|
|
1580
|
+
[key: string]: any;
|
|
1244
1581
|
}[];
|
|
1245
1582
|
};
|
|
1246
1583
|
requestMethod: {
|
|
@@ -1259,6 +1596,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1259
1596
|
layer: "1";
|
|
1260
1597
|
} | {
|
|
1261
1598
|
[key: string]: any;
|
|
1599
|
+
}[] | {
|
|
1600
|
+
[key: string]: any;
|
|
1262
1601
|
}[];
|
|
1263
1602
|
};
|
|
1264
1603
|
requestHeaders: {
|
|
@@ -1277,6 +1616,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1277
1616
|
layer: "1";
|
|
1278
1617
|
} | {
|
|
1279
1618
|
[key: string]: any;
|
|
1619
|
+
}[] | {
|
|
1620
|
+
[key: string]: any;
|
|
1280
1621
|
}[];
|
|
1281
1622
|
};
|
|
1282
1623
|
isOpenRequestTimer: {
|
|
@@ -1295,6 +1636,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1295
1636
|
layer: "1";
|
|
1296
1637
|
} | {
|
|
1297
1638
|
[key: string]: any;
|
|
1639
|
+
}[] | {
|
|
1640
|
+
[key: string]: any;
|
|
1298
1641
|
}[];
|
|
1299
1642
|
};
|
|
1300
1643
|
requestInterval: {
|
|
@@ -1313,6 +1656,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1313
1656
|
layer: "1";
|
|
1314
1657
|
} | {
|
|
1315
1658
|
[key: string]: any;
|
|
1659
|
+
}[] | {
|
|
1660
|
+
[key: string]: any;
|
|
1316
1661
|
}[];
|
|
1317
1662
|
};
|
|
1318
1663
|
requestParams: {
|
|
@@ -1331,6 +1676,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1331
1676
|
layer: "1";
|
|
1332
1677
|
} | {
|
|
1333
1678
|
[key: string]: any;
|
|
1679
|
+
}[] | {
|
|
1680
|
+
[key: string]: any;
|
|
1334
1681
|
}[];
|
|
1335
1682
|
};
|
|
1336
1683
|
requestSort: {
|
|
@@ -1349,6 +1696,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1349
1696
|
layer: "1";
|
|
1350
1697
|
} | {
|
|
1351
1698
|
[key: string]: any;
|
|
1699
|
+
}[] | {
|
|
1700
|
+
[key: string]: any;
|
|
1352
1701
|
}[];
|
|
1353
1702
|
};
|
|
1354
1703
|
dataType: {
|
|
@@ -1367,6 +1716,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1367
1716
|
layer: "1";
|
|
1368
1717
|
} | {
|
|
1369
1718
|
[key: string]: any;
|
|
1719
|
+
}[] | {
|
|
1720
|
+
[key: string]: any;
|
|
1370
1721
|
}[];
|
|
1371
1722
|
};
|
|
1372
1723
|
}>>, {}>;
|