@ecan-bi/datav 1.0.61 → 1.0.62
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 +68 -44
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +68 -44
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +29 -28
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +18 -15
- package/types/container/border/index.d.ts +18 -15
- package/types/container/border/props.d.ts +10 -0
- package/types/graph/line/Line.vue.d.ts +14 -0
- package/types/graph/line/index.d.ts +14 -0
- package/types/graph/line/props.d.ts +8 -0
- package/types/text/text/Text.vue.d.ts +22 -0
- package/types/text/text/index.d.ts +22 -0
- package/types/text/text/props.d.ts +12 -0
package/dist/style.css
CHANGED
|
@@ -23,10 +23,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
background-size: cover;
|
|
25
25
|
}
|
|
26
|
-
.skeleton-wrapper[data-v-
|
|
26
|
+
.skeleton-wrapper[data-v-5edeea14] {
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
}
|
|
29
|
-
.ecan-text[data-v-
|
|
29
|
+
.ecan-text[data-v-5edeea14] {
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
display: flex;
|
|
32
32
|
}
|
|
@@ -478,15 +478,15 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
478
478
|
.full-modal .ant-modal-body {
|
|
479
479
|
padding: 45px 30px 0;
|
|
480
480
|
}
|
|
481
|
-
.top-title[data-v-
|
|
482
|
-
.no-title[data-v-
|
|
481
|
+
.top-title[data-v-5b5d22c3],
|
|
482
|
+
.no-title[data-v-5b5d22c3] {
|
|
483
483
|
position: relative;
|
|
484
484
|
box-sizing: border-box;
|
|
485
485
|
width: 100%;
|
|
486
486
|
height: 100%;
|
|
487
487
|
}
|
|
488
|
-
.top-title .border-item[data-v-
|
|
489
|
-
.no-title .border-item[data-v-
|
|
488
|
+
.top-title .border-item[data-v-5b5d22c3],
|
|
489
|
+
.no-title .border-item[data-v-5b5d22c3] {
|
|
490
490
|
position: absolute;
|
|
491
491
|
z-index: 2;
|
|
492
492
|
border-color: #50FCFC;
|
|
@@ -494,8 +494,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
494
494
|
width: 13px;
|
|
495
495
|
height: 11px;
|
|
496
496
|
}
|
|
497
|
-
.top-title .top-left[data-v-
|
|
498
|
-
.no-title .top-left[data-v-
|
|
497
|
+
.top-title .top-left[data-v-5b5d22c3],
|
|
498
|
+
.no-title .top-left[data-v-5b5d22c3] {
|
|
499
499
|
top: 0;
|
|
500
500
|
left: 0;
|
|
501
501
|
border-top-width: 1px;
|
|
@@ -503,8 +503,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
503
503
|
border-bottom-width: 0;
|
|
504
504
|
border-left-width: 1px;
|
|
505
505
|
}
|
|
506
|
-
.top-title .top-right[data-v-
|
|
507
|
-
.no-title .top-right[data-v-
|
|
506
|
+
.top-title .top-right[data-v-5b5d22c3],
|
|
507
|
+
.no-title .top-right[data-v-5b5d22c3] {
|
|
508
508
|
top: 0;
|
|
509
509
|
right: -2px;
|
|
510
510
|
border-top-width: 1px;
|
|
@@ -512,8 +512,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
512
512
|
border-bottom-width: 0;
|
|
513
513
|
border-left-width: 0;
|
|
514
514
|
}
|
|
515
|
-
.top-title .bottom-left[data-v-
|
|
516
|
-
.no-title .bottom-left[data-v-
|
|
515
|
+
.top-title .bottom-left[data-v-5b5d22c3],
|
|
516
|
+
.no-title .bottom-left[data-v-5b5d22c3] {
|
|
517
517
|
bottom: -2px;
|
|
518
518
|
left: 0;
|
|
519
519
|
border-top-width: 0;
|
|
@@ -521,8 +521,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
521
521
|
border-bottom-width: 1px;
|
|
522
522
|
border-left-width: 1px;
|
|
523
523
|
}
|
|
524
|
-
.top-title .bottom-right[data-v-
|
|
525
|
-
.no-title .bottom-right[data-v-
|
|
524
|
+
.top-title .bottom-right[data-v-5b5d22c3],
|
|
525
|
+
.no-title .bottom-right[data-v-5b5d22c3] {
|
|
526
526
|
bottom: -2px;
|
|
527
527
|
right: -2px;
|
|
528
528
|
border-top-width: 0;
|
|
@@ -530,8 +530,8 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
530
530
|
border-bottom-width: 1px;
|
|
531
531
|
border-left-width: 0;
|
|
532
532
|
}
|
|
533
|
-
.top-title .title-item-wrapper[data-v-
|
|
534
|
-
.no-title .title-item-wrapper[data-v-
|
|
533
|
+
.top-title .title-item-wrapper[data-v-5b5d22c3],
|
|
534
|
+
.no-title .title-item-wrapper[data-v-5b5d22c3] {
|
|
535
535
|
width: 100%;
|
|
536
536
|
padding: 5px 0;
|
|
537
537
|
background-image: url("data:image/png;base64,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");
|
|
@@ -539,37 +539,37 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
539
539
|
display: grid;
|
|
540
540
|
place-content: center;
|
|
541
541
|
}
|
|
542
|
-
.top-title .title-item[data-v-
|
|
543
|
-
.no-title .title-item[data-v-
|
|
542
|
+
.top-title .title-item[data-v-5b5d22c3],
|
|
543
|
+
.no-title .title-item[data-v-5b5d22c3] {
|
|
544
544
|
display: flex;
|
|
545
545
|
align-items: center;
|
|
546
546
|
}
|
|
547
|
-
.top-title .title[data-v-
|
|
548
|
-
.no-title .title[data-v-
|
|
547
|
+
.top-title .title[data-v-5b5d22c3],
|
|
548
|
+
.no-title .title[data-v-5b5d22c3] {
|
|
549
549
|
padding: 0 17px;
|
|
550
550
|
color: #d5fdfd;
|
|
551
551
|
background: linear-gradient(0deg, #01aaff, #00eaff);
|
|
552
552
|
-webkit-background-clip: text;
|
|
553
553
|
-webkit-text-fill-color: transparent;
|
|
554
554
|
}
|
|
555
|
-
.top-title .title-decoration-left[data-v-
|
|
556
|
-
.no-title .title-decoration-left[data-v-
|
|
555
|
+
.top-title .title-decoration-left[data-v-5b5d22c3],
|
|
556
|
+
.no-title .title-decoration-left[data-v-5b5d22c3] {
|
|
557
557
|
width: 58px;
|
|
558
558
|
height: 14px;
|
|
559
559
|
}
|
|
560
|
-
.top-title .title-decoration-right[data-v-
|
|
561
|
-
.no-title .title-decoration-right[data-v-
|
|
560
|
+
.top-title .title-decoration-right[data-v-5b5d22c3],
|
|
561
|
+
.no-title .title-decoration-right[data-v-5b5d22c3] {
|
|
562
562
|
width: 58px;
|
|
563
563
|
height: 14px;
|
|
564
564
|
}
|
|
565
|
-
.left-title[data-v-
|
|
565
|
+
.left-title[data-v-5b5d22c3] {
|
|
566
566
|
position: relative;
|
|
567
567
|
width: 100%;
|
|
568
568
|
height: 100%;
|
|
569
569
|
border: 2px solid #375A8899;
|
|
570
570
|
border-radius: 0;
|
|
571
571
|
}
|
|
572
|
-
.left-title .title[data-v-
|
|
572
|
+
.left-title .title[data-v-5b5d22c3] {
|
|
573
573
|
position: absolute;
|
|
574
574
|
left: -33px;
|
|
575
575
|
top: -14px;
|
|
@@ -584,7 +584,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
584
584
|
font-weight: 500;
|
|
585
585
|
text-align: center;
|
|
586
586
|
}
|
|
587
|
-
.left-title .title span[data-v-
|
|
587
|
+
.left-title .title span[data-v-5b5d22c3] {
|
|
588
588
|
writing-mode: vertical-lr;
|
|
589
589
|
}
|
|
590
590
|
.contain[data-v-378919f0] {
|
|
@@ -657,13 +657,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
657
657
|
.tabs-content[data-v-ee8e9884] {
|
|
658
658
|
flex: 1;
|
|
659
659
|
}
|
|
660
|
-
.image-placeholder[data-v-
|
|
660
|
+
.image-placeholder[data-v-4511899d] {
|
|
661
661
|
display: grid;
|
|
662
662
|
place-content: center;
|
|
663
663
|
border: 1px solid #d9d9d9;
|
|
664
664
|
font-size: 16px;
|
|
665
665
|
color: #333;
|
|
666
666
|
width: 100%;
|
|
667
|
+
overflow: hidden;
|
|
667
668
|
}
|
|
668
669
|
.table[data-v-227ea2a0] {
|
|
669
670
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -99,6 +99,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
99
99
|
[key: string]: any;
|
|
100
100
|
} | import('../../_utils/props').RequestParams;
|
|
101
101
|
};
|
|
102
|
+
textShadow: {
|
|
103
|
+
type?: undefined;
|
|
104
|
+
default?: undefined;
|
|
105
|
+
} | {
|
|
106
|
+
type: any;
|
|
107
|
+
default: string | number | boolean | Events | {
|
|
108
|
+
[key: string]: any;
|
|
109
|
+
} | import('../../_utils/props').RequestParams;
|
|
110
|
+
};
|
|
102
111
|
id: {
|
|
103
112
|
type?: undefined;
|
|
104
113
|
default?: undefined;
|
|
@@ -301,21 +310,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
301
310
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
302
311
|
click: () => void;
|
|
303
312
|
borderStyle: import("vue").ComputedRef<{
|
|
304
|
-
borderWidth: string | number | boolean | {
|
|
305
|
-
[key: string]: any;
|
|
306
|
-
};
|
|
307
|
-
borderStyle: string | number | boolean | {
|
|
308
|
-
[key: string]: any;
|
|
309
|
-
};
|
|
310
|
-
borderRadius: string | number | boolean | {
|
|
311
|
-
[key: string]: any;
|
|
312
|
-
};
|
|
313
|
-
borderColor: string | number | boolean | {
|
|
314
|
-
[key: string]: any;
|
|
315
|
-
};
|
|
316
|
-
backgroundColor: string | number | boolean | {
|
|
317
|
-
[key: string]: any;
|
|
318
|
-
};
|
|
319
313
|
width: string;
|
|
320
314
|
height: string;
|
|
321
315
|
}>;
|
|
@@ -420,6 +414,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
420
414
|
[key: string]: any;
|
|
421
415
|
} | import('../../_utils/props').RequestParams;
|
|
422
416
|
};
|
|
417
|
+
textShadow: {
|
|
418
|
+
type?: undefined;
|
|
419
|
+
default?: undefined;
|
|
420
|
+
} | {
|
|
421
|
+
type: any;
|
|
422
|
+
default: string | number | boolean | Events | {
|
|
423
|
+
[key: string]: any;
|
|
424
|
+
} | import('../../_utils/props').RequestParams;
|
|
425
|
+
};
|
|
423
426
|
id: {
|
|
424
427
|
type?: undefined;
|
|
425
428
|
default?: undefined;
|
|
@@ -98,6 +98,15 @@ export declare const EcanBorder: import('../../_utils/withInstall').SFCWithInsta
|
|
|
98
98
|
[key: string]: any;
|
|
99
99
|
} | import("../../_utils/props").RequestParams;
|
|
100
100
|
};
|
|
101
|
+
textShadow: {
|
|
102
|
+
type?: undefined;
|
|
103
|
+
default?: undefined;
|
|
104
|
+
} | {
|
|
105
|
+
type: any;
|
|
106
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
} | import("../../_utils/props").RequestParams;
|
|
109
|
+
};
|
|
101
110
|
id: {
|
|
102
111
|
type?: undefined;
|
|
103
112
|
default?: undefined;
|
|
@@ -300,21 +309,6 @@ export declare const EcanBorder: import('../../_utils/withInstall').SFCWithInsta
|
|
|
300
309
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
301
310
|
click: () => void;
|
|
302
311
|
borderStyle: import("vue").ComputedRef<{
|
|
303
|
-
borderWidth: string | number | boolean | {
|
|
304
|
-
[key: string]: any;
|
|
305
|
-
};
|
|
306
|
-
borderStyle: string | number | boolean | {
|
|
307
|
-
[key: string]: any;
|
|
308
|
-
};
|
|
309
|
-
borderRadius: string | number | boolean | {
|
|
310
|
-
[key: string]: any;
|
|
311
|
-
};
|
|
312
|
-
borderColor: string | number | boolean | {
|
|
313
|
-
[key: string]: any;
|
|
314
|
-
};
|
|
315
|
-
backgroundColor: string | number | boolean | {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
};
|
|
318
312
|
width: string;
|
|
319
313
|
height: string;
|
|
320
314
|
}>;
|
|
@@ -419,6 +413,15 @@ export declare const EcanBorder: import('../../_utils/withInstall').SFCWithInsta
|
|
|
419
413
|
[key: string]: any;
|
|
420
414
|
} | import("../../_utils/props").RequestParams;
|
|
421
415
|
};
|
|
416
|
+
textShadow: {
|
|
417
|
+
type?: undefined;
|
|
418
|
+
default?: undefined;
|
|
419
|
+
} | {
|
|
420
|
+
type: any;
|
|
421
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
422
|
+
[key: string]: any;
|
|
423
|
+
} | import("../../_utils/props").RequestParams;
|
|
424
|
+
};
|
|
422
425
|
id: {
|
|
423
426
|
type?: undefined;
|
|
424
427
|
default?: undefined;
|
|
@@ -11,6 +11,7 @@ export interface BorderProps extends Props {
|
|
|
11
11
|
borderWidth: string;
|
|
12
12
|
backgroundColor: string;
|
|
13
13
|
useBorderModify: boolean;
|
|
14
|
+
textShadow: string;
|
|
14
15
|
}
|
|
15
16
|
export declare const borderProps: BorderProps;
|
|
16
17
|
export declare const borderComponentProps: {
|
|
@@ -113,6 +114,15 @@ export declare const borderComponentProps: {
|
|
|
113
114
|
[key: string]: any;
|
|
114
115
|
} | import('../../_utils/props').RequestParams;
|
|
115
116
|
};
|
|
117
|
+
textShadow: {
|
|
118
|
+
type?: undefined;
|
|
119
|
+
default?: undefined;
|
|
120
|
+
} | {
|
|
121
|
+
type: any;
|
|
122
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
123
|
+
[key: string]: any;
|
|
124
|
+
} | import('../../_utils/props').RequestParams;
|
|
125
|
+
};
|
|
116
126
|
id: {
|
|
117
127
|
type?: undefined;
|
|
118
128
|
default?: undefined;
|
|
@@ -279,6 +279,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
279
279
|
type: any;
|
|
280
280
|
default: any;
|
|
281
281
|
};
|
|
282
|
+
areaStyleOpacity: {
|
|
283
|
+
type?: undefined;
|
|
284
|
+
default?: undefined;
|
|
285
|
+
} | {
|
|
286
|
+
type: any;
|
|
287
|
+
default: any;
|
|
288
|
+
};
|
|
282
289
|
id: {
|
|
283
290
|
type?: undefined;
|
|
284
291
|
default?: undefined;
|
|
@@ -815,6 +822,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
815
822
|
type: any;
|
|
816
823
|
default: any;
|
|
817
824
|
};
|
|
825
|
+
areaStyleOpacity: {
|
|
826
|
+
type?: undefined;
|
|
827
|
+
default?: undefined;
|
|
828
|
+
} | {
|
|
829
|
+
type: any;
|
|
830
|
+
default: any;
|
|
831
|
+
};
|
|
818
832
|
id: {
|
|
819
833
|
type?: undefined;
|
|
820
834
|
default?: undefined;
|
|
@@ -279,6 +279,13 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
279
279
|
type: any;
|
|
280
280
|
default: any;
|
|
281
281
|
};
|
|
282
|
+
areaStyleOpacity: {
|
|
283
|
+
type?: undefined;
|
|
284
|
+
default?: undefined;
|
|
285
|
+
} | {
|
|
286
|
+
type: any;
|
|
287
|
+
default: any;
|
|
288
|
+
};
|
|
282
289
|
id: {
|
|
283
290
|
type?: undefined;
|
|
284
291
|
default?: undefined;
|
|
@@ -815,6 +822,13 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
815
822
|
type: any;
|
|
816
823
|
default: any;
|
|
817
824
|
};
|
|
825
|
+
areaStyleOpacity: {
|
|
826
|
+
type?: undefined;
|
|
827
|
+
default?: undefined;
|
|
828
|
+
} | {
|
|
829
|
+
type: any;
|
|
830
|
+
default: any;
|
|
831
|
+
};
|
|
818
832
|
id: {
|
|
819
833
|
type?: undefined;
|
|
820
834
|
default?: undefined;
|
|
@@ -40,6 +40,7 @@ export interface LineProps extends Props {
|
|
|
40
40
|
toolboxIconStyleBorderColor: string;
|
|
41
41
|
toolboxDownloadUrl: string;
|
|
42
42
|
toolboxInfoText: string;
|
|
43
|
+
areaStyleOpacity: number;
|
|
43
44
|
}
|
|
44
45
|
export declare const lineProps: LineProps;
|
|
45
46
|
export declare const lineComponentProps: {
|
|
@@ -323,6 +324,13 @@ export declare const lineComponentProps: {
|
|
|
323
324
|
type: any;
|
|
324
325
|
default: any;
|
|
325
326
|
};
|
|
327
|
+
areaStyleOpacity: {
|
|
328
|
+
type?: undefined;
|
|
329
|
+
default?: undefined;
|
|
330
|
+
} | {
|
|
331
|
+
type: any;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
326
334
|
id: {
|
|
327
335
|
type?: undefined;
|
|
328
336
|
default?: undefined;
|
|
@@ -132,6 +132,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
132
132
|
[key: string]: any;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
|
+
format: {
|
|
136
|
+
type?: undefined;
|
|
137
|
+
default?: undefined;
|
|
138
|
+
} | {
|
|
139
|
+
type: any;
|
|
140
|
+
default: string | number | boolean | Events | {
|
|
141
|
+
[key: string]: any;
|
|
142
|
+
} | import('../../_utils/props').RequestParams | {
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
135
146
|
id: {
|
|
136
147
|
type?: undefined;
|
|
137
148
|
default?: undefined;
|
|
@@ -512,6 +523,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
512
523
|
[key: string]: any;
|
|
513
524
|
};
|
|
514
525
|
};
|
|
526
|
+
format: {
|
|
527
|
+
type?: undefined;
|
|
528
|
+
default?: undefined;
|
|
529
|
+
} | {
|
|
530
|
+
type: any;
|
|
531
|
+
default: string | number | boolean | Events | {
|
|
532
|
+
[key: string]: any;
|
|
533
|
+
} | import('../../_utils/props').RequestParams | {
|
|
534
|
+
[key: string]: any;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
515
537
|
id: {
|
|
516
538
|
type?: undefined;
|
|
517
539
|
default?: undefined;
|
|
@@ -131,6 +131,17 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
131
131
|
[key: string]: any;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
|
+
format: {
|
|
135
|
+
type?: undefined;
|
|
136
|
+
default?: undefined;
|
|
137
|
+
} | {
|
|
138
|
+
type: any;
|
|
139
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
140
|
+
[key: string]: any;
|
|
141
|
+
} | import("../../_utils/props").RequestParams | {
|
|
142
|
+
[key: string]: any;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
id: {
|
|
135
146
|
type?: undefined;
|
|
136
147
|
default?: undefined;
|
|
@@ -511,6 +522,17 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
511
522
|
[key: string]: any;
|
|
512
523
|
};
|
|
513
524
|
};
|
|
525
|
+
format: {
|
|
526
|
+
type?: undefined;
|
|
527
|
+
default?: undefined;
|
|
528
|
+
} | {
|
|
529
|
+
type: any;
|
|
530
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
531
|
+
[key: string]: any;
|
|
532
|
+
} | import("../../_utils/props").RequestParams | {
|
|
533
|
+
[key: string]: any;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
514
536
|
id: {
|
|
515
537
|
type?: undefined;
|
|
516
538
|
default?: undefined;
|
|
@@ -14,6 +14,7 @@ export interface TextProps extends Props {
|
|
|
14
14
|
variableColor: string;
|
|
15
15
|
variableFontSize: string;
|
|
16
16
|
variableDefaultValue: string;
|
|
17
|
+
format: '' | 'percentage';
|
|
17
18
|
}
|
|
18
19
|
export declare const textProps: TextProps;
|
|
19
20
|
export declare const textComponentProps: {
|
|
@@ -149,6 +150,17 @@ export declare const textComponentProps: {
|
|
|
149
150
|
[key: string]: any;
|
|
150
151
|
};
|
|
151
152
|
};
|
|
153
|
+
format: {
|
|
154
|
+
type?: undefined;
|
|
155
|
+
default?: undefined;
|
|
156
|
+
} | {
|
|
157
|
+
type: any;
|
|
158
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
159
|
+
[key: string]: any;
|
|
160
|
+
} | import('../../_utils/props').RequestParams | {
|
|
161
|
+
[key: string]: any;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
152
164
|
id: {
|
|
153
165
|
type?: undefined;
|
|
154
166
|
default?: undefined;
|