@ecan-bi/datav 1.3.93 → 1.3.95
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 +14987 -63838
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +41 -345
- 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 +9 -0
- package/types/graph/combo-graph/index.d.ts +9 -0
- package/types/graph/combo-graph/props.d.ts +5 -0
- package/types/graph/line/Line.vue.d.ts +9 -0
- package/types/graph/line/index.d.ts +9 -0
- package/types/graph/line/props.d.ts +6 -0
- package/types/graph/scatter/Scatter.vue.d.ts +9 -0
- package/types/graph/scatter/index.d.ts +9 -0
- package/types/graph/scatter/props.d.ts +5 -0
- package/types/laboratory/pivotTable/PivotTable.vue.d.ts +180 -0
- package/types/laboratory/pivotTable/index.d.ts +180 -0
- package/types/laboratory/pivotTable/props.d.ts +22 -0
|
@@ -15,6 +15,22 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}[];
|
|
17
17
|
};
|
|
18
|
+
dimensionList: {
|
|
19
|
+
type?: import("vue").PropType<{
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}[]>;
|
|
22
|
+
default?: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
}[];
|
|
25
|
+
};
|
|
26
|
+
indicatorList: {
|
|
27
|
+
type?: import("vue").PropType<{
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}[]>;
|
|
30
|
+
default?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
18
34
|
id: {
|
|
19
35
|
type?: import("vue").PropType<string>;
|
|
20
36
|
default?: string;
|
|
@@ -128,6 +144,154 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
128
144
|
default?: any;
|
|
129
145
|
};
|
|
130
146
|
}, {
|
|
147
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
148
|
+
graphicConfig: {
|
|
149
|
+
type?: import("vue").PropType<{
|
|
150
|
+
[key: string]: any;
|
|
151
|
+
}>;
|
|
152
|
+
default?: {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
data: {
|
|
157
|
+
type?: import("vue").PropType<{
|
|
158
|
+
[key: string]: any;
|
|
159
|
+
}[]>;
|
|
160
|
+
default?: {
|
|
161
|
+
[key: string]: any;
|
|
162
|
+
}[];
|
|
163
|
+
};
|
|
164
|
+
dimensionList: {
|
|
165
|
+
type?: import("vue").PropType<{
|
|
166
|
+
[key: string]: any;
|
|
167
|
+
}[]>;
|
|
168
|
+
default?: {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
}[];
|
|
171
|
+
};
|
|
172
|
+
indicatorList: {
|
|
173
|
+
type?: import("vue").PropType<{
|
|
174
|
+
[key: string]: any;
|
|
175
|
+
}[]>;
|
|
176
|
+
default?: {
|
|
177
|
+
[key: string]: any;
|
|
178
|
+
}[];
|
|
179
|
+
};
|
|
180
|
+
id: {
|
|
181
|
+
type?: import("vue").PropType<string>;
|
|
182
|
+
default?: string;
|
|
183
|
+
};
|
|
184
|
+
name: {
|
|
185
|
+
type?: import("vue").PropType<string>;
|
|
186
|
+
default?: string;
|
|
187
|
+
};
|
|
188
|
+
keyName: {
|
|
189
|
+
type?: import("vue").PropType<string>;
|
|
190
|
+
default?: string;
|
|
191
|
+
};
|
|
192
|
+
type: {
|
|
193
|
+
type?: import("vue").PropType<string>;
|
|
194
|
+
default?: string;
|
|
195
|
+
};
|
|
196
|
+
width: {
|
|
197
|
+
type?: import("vue").PropType<string>;
|
|
198
|
+
default?: string;
|
|
199
|
+
};
|
|
200
|
+
height: {
|
|
201
|
+
type?: import("vue").PropType<string>;
|
|
202
|
+
default?: string;
|
|
203
|
+
};
|
|
204
|
+
position: {
|
|
205
|
+
type?: import("vue").PropType<string>;
|
|
206
|
+
default?: string;
|
|
207
|
+
};
|
|
208
|
+
top: {
|
|
209
|
+
type?: import("vue").PropType<string>;
|
|
210
|
+
default?: string;
|
|
211
|
+
};
|
|
212
|
+
left: {
|
|
213
|
+
type?: import("vue").PropType<string>;
|
|
214
|
+
default?: string;
|
|
215
|
+
};
|
|
216
|
+
zIndex: {
|
|
217
|
+
type?: import("vue").PropType<number>;
|
|
218
|
+
default?: number;
|
|
219
|
+
};
|
|
220
|
+
rotate: {
|
|
221
|
+
type?: import("vue").PropType<string>;
|
|
222
|
+
default?: string;
|
|
223
|
+
};
|
|
224
|
+
isShow: {
|
|
225
|
+
type?: import("vue").PropType<boolean>;
|
|
226
|
+
default?: boolean;
|
|
227
|
+
};
|
|
228
|
+
isRender: {
|
|
229
|
+
type?: import("vue").PropType<boolean>;
|
|
230
|
+
default?: boolean;
|
|
231
|
+
};
|
|
232
|
+
events: {
|
|
233
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
234
|
+
default?: import("../../utils/props").Events;
|
|
235
|
+
};
|
|
236
|
+
requestUrl: {
|
|
237
|
+
type?: import("vue").PropType<string>;
|
|
238
|
+
default?: string;
|
|
239
|
+
};
|
|
240
|
+
requestMethod: {
|
|
241
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
242
|
+
default?: import("../../utils/props").RequestMethod;
|
|
243
|
+
};
|
|
244
|
+
requestHeaders: {
|
|
245
|
+
type?: import("vue").PropType<string>;
|
|
246
|
+
default?: string;
|
|
247
|
+
};
|
|
248
|
+
isOpenRequestTimer: {
|
|
249
|
+
type?: import("vue").PropType<boolean>;
|
|
250
|
+
default?: boolean;
|
|
251
|
+
};
|
|
252
|
+
isViewRedrawing: {
|
|
253
|
+
type?: import("vue").PropType<boolean>;
|
|
254
|
+
default?: boolean;
|
|
255
|
+
};
|
|
256
|
+
requestInterval: {
|
|
257
|
+
type?: import("vue").PropType<number>;
|
|
258
|
+
default?: number;
|
|
259
|
+
};
|
|
260
|
+
requestParams: {
|
|
261
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
262
|
+
default?: import("../../utils/props").RequestParams;
|
|
263
|
+
};
|
|
264
|
+
requestSort: {
|
|
265
|
+
type?: import("vue").PropType<number>;
|
|
266
|
+
default?: number;
|
|
267
|
+
};
|
|
268
|
+
dataType: {
|
|
269
|
+
type?: import("vue").PropType<"indicator" | "request" | "static">;
|
|
270
|
+
default?: "indicator" | "request" | "static";
|
|
271
|
+
};
|
|
272
|
+
scale?: {
|
|
273
|
+
type?: import("vue").PropType<number>;
|
|
274
|
+
default?: number;
|
|
275
|
+
};
|
|
276
|
+
requestParamsMode: {
|
|
277
|
+
type?: import("vue").PropType<"1" | "2">;
|
|
278
|
+
default?: "1" | "2";
|
|
279
|
+
};
|
|
280
|
+
customRequestParams: {
|
|
281
|
+
type?: import("vue").PropType<string>;
|
|
282
|
+
default?: string;
|
|
283
|
+
};
|
|
284
|
+
dataSetParam?: {
|
|
285
|
+
type?: import("vue").PropType<any>;
|
|
286
|
+
default?: any;
|
|
287
|
+
};
|
|
288
|
+
requestType?: {
|
|
289
|
+
type?: import("vue").PropType<any>;
|
|
290
|
+
default?: any;
|
|
291
|
+
};
|
|
292
|
+
}>> & {
|
|
293
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
294
|
+
}>>;
|
|
131
295
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
132
296
|
pageMode: string;
|
|
133
297
|
pivotTableRef: import("vue").Ref<any>;
|
|
@@ -149,6 +313,22 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
149
313
|
[key: string]: any;
|
|
150
314
|
}[];
|
|
151
315
|
};
|
|
316
|
+
dimensionList: {
|
|
317
|
+
type?: import("vue").PropType<{
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
}[]>;
|
|
320
|
+
default?: {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
}[];
|
|
323
|
+
};
|
|
324
|
+
indicatorList: {
|
|
325
|
+
type?: import("vue").PropType<{
|
|
326
|
+
[key: string]: any;
|
|
327
|
+
}[]>;
|
|
328
|
+
default?: {
|
|
329
|
+
[key: string]: any;
|
|
330
|
+
}[];
|
|
331
|
+
};
|
|
152
332
|
id: {
|
|
153
333
|
type?: import("vue").PropType<string>;
|
|
154
334
|
default?: string;
|
|
@@ -6,6 +6,12 @@ export interface PivotTableProps extends Props {
|
|
|
6
6
|
data: {
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}[];
|
|
9
|
+
dimensionList: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
}[];
|
|
12
|
+
indicatorList: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
}[];
|
|
9
15
|
}
|
|
10
16
|
export declare const pivotTableProps: PivotTableProps;
|
|
11
17
|
export declare const pivotTableComponentProps: {
|
|
@@ -25,6 +31,22 @@ export declare const pivotTableComponentProps: {
|
|
|
25
31
|
[key: string]: any;
|
|
26
32
|
}[];
|
|
27
33
|
};
|
|
34
|
+
dimensionList: {
|
|
35
|
+
type?: import("vue").PropType<{
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}[]>;
|
|
38
|
+
default?: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}[];
|
|
41
|
+
};
|
|
42
|
+
indicatorList: {
|
|
43
|
+
type?: import("vue").PropType<{
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
}[]>;
|
|
46
|
+
default?: {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
}[];
|
|
49
|
+
};
|
|
28
50
|
id: {
|
|
29
51
|
type?: import("vue").PropType<string>;
|
|
30
52
|
default?: string;
|