@ecan-bi/datav 1.2.28 → 1.2.30
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 +2993 -2864
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +25 -25
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +98 -0
- package/types/graph/combo-graph/index.d.ts +98 -0
- package/types/graph/combo-graph/props.d.ts +55 -0
- package/types/graph/line/Line.vue.d.ts +32 -0
- package/types/graph/line/index.d.ts +32 -0
- package/types/graph/line/props.d.ts +24 -0
- package/types/graph/pie/Pie.vue.d.ts +1 -0
- package/types/graph/pie/index.d.ts +1 -0
- package/types/graph/radar/Radar.vue.d.ts +11 -0
- package/types/graph/radar/index.d.ts +11 -0
- package/types/graph/radar/props.d.ts +6 -0
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +5 -0
|
@@ -201,6 +201,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
201
201
|
type?: import("vue").PropType<string>;
|
|
202
202
|
default?: string;
|
|
203
203
|
};
|
|
204
|
+
axisNameColor: {
|
|
205
|
+
type?: import("vue").PropType<string>;
|
|
206
|
+
default?: string;
|
|
207
|
+
};
|
|
204
208
|
position: {
|
|
205
209
|
type?: import("vue").PropType<string>;
|
|
206
210
|
default?: string;
|
|
@@ -302,6 +306,9 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
302
306
|
};
|
|
303
307
|
radar: {
|
|
304
308
|
indicator: any[];
|
|
309
|
+
axisName: {
|
|
310
|
+
color: string;
|
|
311
|
+
};
|
|
305
312
|
};
|
|
306
313
|
legend: {
|
|
307
314
|
show: boolean;
|
|
@@ -533,6 +540,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
533
540
|
type?: import("vue").PropType<string>;
|
|
534
541
|
default?: string;
|
|
535
542
|
};
|
|
543
|
+
axisNameColor: {
|
|
544
|
+
type?: import("vue").PropType<string>;
|
|
545
|
+
default?: string;
|
|
546
|
+
};
|
|
536
547
|
position: {
|
|
537
548
|
type?: import("vue").PropType<string>;
|
|
538
549
|
default?: string;
|
|
@@ -36,6 +36,7 @@ export interface RadarProps extends Props {
|
|
|
36
36
|
labelFontSize: string;
|
|
37
37
|
labelPosition: 'inside' | 'top' | 'bottom' | 'right' | 'left';
|
|
38
38
|
labelColor: string;
|
|
39
|
+
axisNameColor: string;
|
|
39
40
|
}
|
|
40
41
|
export declare const radarProps: {
|
|
41
42
|
id: string;
|
|
@@ -94,6 +95,7 @@ export declare const radarProps: {
|
|
|
94
95
|
labelFontSize: string;
|
|
95
96
|
labelPosition: string;
|
|
96
97
|
labelColor: string;
|
|
98
|
+
axisNameColor: string;
|
|
97
99
|
position: string;
|
|
98
100
|
zIndex: number;
|
|
99
101
|
isShow: boolean;
|
|
@@ -313,6 +315,10 @@ export declare const radarComponentProps: {
|
|
|
313
315
|
type?: import("vue").PropType<string>;
|
|
314
316
|
default?: string;
|
|
315
317
|
};
|
|
318
|
+
axisNameColor: {
|
|
319
|
+
type?: import("vue").PropType<string>;
|
|
320
|
+
default?: string;
|
|
321
|
+
};
|
|
316
322
|
position: {
|
|
317
323
|
type?: import("vue").PropType<string>;
|
|
318
324
|
default?: string;
|
|
@@ -127,6 +127,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
127
127
|
type?: import("vue").PropType<boolean>;
|
|
128
128
|
default?: boolean;
|
|
129
129
|
};
|
|
130
|
+
stripedColor: {
|
|
131
|
+
type?: import("vue").PropType<string>;
|
|
132
|
+
default?: string;
|
|
133
|
+
};
|
|
130
134
|
id: {
|
|
131
135
|
type?: import("vue").PropType<string>;
|
|
132
136
|
default?: string;
|
|
@@ -395,6 +399,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
395
399
|
type?: import("vue").PropType<boolean>;
|
|
396
400
|
default?: boolean;
|
|
397
401
|
};
|
|
402
|
+
stripedColor: {
|
|
403
|
+
type?: import("vue").PropType<string>;
|
|
404
|
+
default?: string;
|
|
405
|
+
};
|
|
398
406
|
id: {
|
|
399
407
|
type?: import("vue").PropType<string>;
|
|
400
408
|
default?: string;
|
|
@@ -127,6 +127,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
127
127
|
type?: import("vue").PropType<boolean>;
|
|
128
128
|
default?: boolean;
|
|
129
129
|
};
|
|
130
|
+
stripedColor: {
|
|
131
|
+
type?: import("vue").PropType<string>;
|
|
132
|
+
default?: string;
|
|
133
|
+
};
|
|
130
134
|
id: {
|
|
131
135
|
type?: import("vue").PropType<string>;
|
|
132
136
|
default?: string;
|
|
@@ -395,6 +399,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
395
399
|
type?: import("vue").PropType<boolean>;
|
|
396
400
|
default?: boolean;
|
|
397
401
|
};
|
|
402
|
+
stripedColor: {
|
|
403
|
+
type?: import("vue").PropType<string>;
|
|
404
|
+
default?: string;
|
|
405
|
+
};
|
|
398
406
|
id: {
|
|
399
407
|
type?: import("vue").PropType<string>;
|
|
400
408
|
default?: string;
|
|
@@ -36,6 +36,7 @@ export interface TableProps extends Props {
|
|
|
36
36
|
};
|
|
37
37
|
headerBackgroundColor: string;
|
|
38
38
|
stripedShow: boolean;
|
|
39
|
+
stripedColor: string;
|
|
39
40
|
}
|
|
40
41
|
export declare const tableProps: TableProps;
|
|
41
42
|
export declare const tableComponentProps: {
|
|
@@ -167,6 +168,10 @@ export declare const tableComponentProps: {
|
|
|
167
168
|
type?: import("vue").PropType<boolean>;
|
|
168
169
|
default?: boolean;
|
|
169
170
|
};
|
|
171
|
+
stripedColor: {
|
|
172
|
+
type?: import("vue").PropType<string>;
|
|
173
|
+
default?: string;
|
|
174
|
+
};
|
|
170
175
|
id: {
|
|
171
176
|
type?: import("vue").PropType<string>;
|
|
172
177
|
default?: string;
|