@ecan-bi/datav 1.2.29 → 1.2.31
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 +1335 -1262
- 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/bar/Bar.vue.d.ts +9 -0
- package/types/graph/bar/index.d.ts +9 -0
- package/types/graph/bar/props.d.ts +5 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +32 -0
- package/types/graph/combo-graph/index.d.ts +32 -0
- package/types/graph/combo-graph/props.d.ts +20 -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/text/text/Text.vue.d.ts +56 -0
- package/types/text/text/index.d.ts +56 -0
- package/types/text/text/props.d.ts +35 -0
|
@@ -87,6 +87,34 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
87
87
|
type?: import("vue").PropType<boolean>;
|
|
88
88
|
default?: boolean;
|
|
89
89
|
};
|
|
90
|
+
unitShow: {
|
|
91
|
+
type?: import("vue").PropType<boolean>;
|
|
92
|
+
default?: boolean;
|
|
93
|
+
};
|
|
94
|
+
unitText: {
|
|
95
|
+
type?: import("vue").PropType<string>;
|
|
96
|
+
default?: string;
|
|
97
|
+
};
|
|
98
|
+
unitFontSize: {
|
|
99
|
+
type?: import("vue").PropType<string>;
|
|
100
|
+
default?: string;
|
|
101
|
+
};
|
|
102
|
+
unitFontWeight: {
|
|
103
|
+
type?: import("vue").PropType<number>;
|
|
104
|
+
default?: number;
|
|
105
|
+
};
|
|
106
|
+
unitColor: {
|
|
107
|
+
type?: import("vue").PropType<string>;
|
|
108
|
+
default?: string;
|
|
109
|
+
};
|
|
110
|
+
unitTop: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
114
|
+
unitLeft: {
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
117
|
+
};
|
|
90
118
|
id: {
|
|
91
119
|
type?: import("vue").PropType<string>;
|
|
92
120
|
default?: string;
|
|
@@ -275,6 +303,34 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
275
303
|
type?: import("vue").PropType<boolean>;
|
|
276
304
|
default?: boolean;
|
|
277
305
|
};
|
|
306
|
+
unitShow: {
|
|
307
|
+
type?: import("vue").PropType<boolean>;
|
|
308
|
+
default?: boolean;
|
|
309
|
+
};
|
|
310
|
+
unitText: {
|
|
311
|
+
type?: import("vue").PropType<string>;
|
|
312
|
+
default?: string;
|
|
313
|
+
};
|
|
314
|
+
unitFontSize: {
|
|
315
|
+
type?: import("vue").PropType<string>;
|
|
316
|
+
default?: string;
|
|
317
|
+
};
|
|
318
|
+
unitFontWeight: {
|
|
319
|
+
type?: import("vue").PropType<number>;
|
|
320
|
+
default?: number;
|
|
321
|
+
};
|
|
322
|
+
unitColor: {
|
|
323
|
+
type?: import("vue").PropType<string>;
|
|
324
|
+
default?: string;
|
|
325
|
+
};
|
|
326
|
+
unitTop: {
|
|
327
|
+
type?: import("vue").PropType<string>;
|
|
328
|
+
default?: string;
|
|
329
|
+
};
|
|
330
|
+
unitLeft: {
|
|
331
|
+
type?: import("vue").PropType<string>;
|
|
332
|
+
default?: string;
|
|
333
|
+
};
|
|
278
334
|
id: {
|
|
279
335
|
type?: import("vue").PropType<string>;
|
|
280
336
|
default?: string;
|
|
@@ -87,6 +87,34 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
87
87
|
type?: import("vue").PropType<boolean>;
|
|
88
88
|
default?: boolean;
|
|
89
89
|
};
|
|
90
|
+
unitShow: {
|
|
91
|
+
type?: import("vue").PropType<boolean>;
|
|
92
|
+
default?: boolean;
|
|
93
|
+
};
|
|
94
|
+
unitText: {
|
|
95
|
+
type?: import("vue").PropType<string>;
|
|
96
|
+
default?: string;
|
|
97
|
+
};
|
|
98
|
+
unitFontSize: {
|
|
99
|
+
type?: import("vue").PropType<string>;
|
|
100
|
+
default?: string;
|
|
101
|
+
};
|
|
102
|
+
unitFontWeight: {
|
|
103
|
+
type?: import("vue").PropType<number>;
|
|
104
|
+
default?: number;
|
|
105
|
+
};
|
|
106
|
+
unitColor: {
|
|
107
|
+
type?: import("vue").PropType<string>;
|
|
108
|
+
default?: string;
|
|
109
|
+
};
|
|
110
|
+
unitTop: {
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
113
|
+
};
|
|
114
|
+
unitLeft: {
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
117
|
+
};
|
|
90
118
|
id: {
|
|
91
119
|
type?: import("vue").PropType<string>;
|
|
92
120
|
default?: string;
|
|
@@ -275,6 +303,34 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
275
303
|
type?: import("vue").PropType<boolean>;
|
|
276
304
|
default?: boolean;
|
|
277
305
|
};
|
|
306
|
+
unitShow: {
|
|
307
|
+
type?: import("vue").PropType<boolean>;
|
|
308
|
+
default?: boolean;
|
|
309
|
+
};
|
|
310
|
+
unitText: {
|
|
311
|
+
type?: import("vue").PropType<string>;
|
|
312
|
+
default?: string;
|
|
313
|
+
};
|
|
314
|
+
unitFontSize: {
|
|
315
|
+
type?: import("vue").PropType<string>;
|
|
316
|
+
default?: string;
|
|
317
|
+
};
|
|
318
|
+
unitFontWeight: {
|
|
319
|
+
type?: import("vue").PropType<number>;
|
|
320
|
+
default?: number;
|
|
321
|
+
};
|
|
322
|
+
unitColor: {
|
|
323
|
+
type?: import("vue").PropType<string>;
|
|
324
|
+
default?: string;
|
|
325
|
+
};
|
|
326
|
+
unitTop: {
|
|
327
|
+
type?: import("vue").PropType<string>;
|
|
328
|
+
default?: string;
|
|
329
|
+
};
|
|
330
|
+
unitLeft: {
|
|
331
|
+
type?: import("vue").PropType<string>;
|
|
332
|
+
default?: string;
|
|
333
|
+
};
|
|
278
334
|
id: {
|
|
279
335
|
type?: import("vue").PropType<string>;
|
|
280
336
|
default?: string;
|
|
@@ -23,6 +23,13 @@ export interface TextProps extends Props {
|
|
|
23
23
|
increaseColor: string;
|
|
24
24
|
declineColor: string;
|
|
25
25
|
minusSignShow: boolean;
|
|
26
|
+
unitShow: boolean;
|
|
27
|
+
unitText: string;
|
|
28
|
+
unitFontSize: string;
|
|
29
|
+
unitFontWeight: number;
|
|
30
|
+
unitColor: string;
|
|
31
|
+
unitTop: string;
|
|
32
|
+
unitLeft: string;
|
|
26
33
|
}
|
|
27
34
|
export declare const textProps: TextProps;
|
|
28
35
|
export declare const textComponentProps: {
|
|
@@ -114,6 +121,34 @@ export declare const textComponentProps: {
|
|
|
114
121
|
type?: import("vue").PropType<boolean>;
|
|
115
122
|
default?: boolean;
|
|
116
123
|
};
|
|
124
|
+
unitShow: {
|
|
125
|
+
type?: import("vue").PropType<boolean>;
|
|
126
|
+
default?: boolean;
|
|
127
|
+
};
|
|
128
|
+
unitText: {
|
|
129
|
+
type?: import("vue").PropType<string>;
|
|
130
|
+
default?: string;
|
|
131
|
+
};
|
|
132
|
+
unitFontSize: {
|
|
133
|
+
type?: import("vue").PropType<string>;
|
|
134
|
+
default?: string;
|
|
135
|
+
};
|
|
136
|
+
unitFontWeight: {
|
|
137
|
+
type?: import("vue").PropType<number>;
|
|
138
|
+
default?: number;
|
|
139
|
+
};
|
|
140
|
+
unitColor: {
|
|
141
|
+
type?: import("vue").PropType<string>;
|
|
142
|
+
default?: string;
|
|
143
|
+
};
|
|
144
|
+
unitTop: {
|
|
145
|
+
type?: import("vue").PropType<string>;
|
|
146
|
+
default?: string;
|
|
147
|
+
};
|
|
148
|
+
unitLeft: {
|
|
149
|
+
type?: import("vue").PropType<string>;
|
|
150
|
+
default?: string;
|
|
151
|
+
};
|
|
117
152
|
id: {
|
|
118
153
|
type?: import("vue").PropType<string>;
|
|
119
154
|
default?: string;
|