@ecan-bi/datav 1.4.13 → 1.4.15
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 +3138 -3072
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +19 -19
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +28 -6
- package/types/laboratory/pivotTable/index.d.ts +28 -6
- package/types/laboratory/pivotTable/props.d.ts +11 -0
package/package.json
CHANGED
|
@@ -31,6 +31,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}[];
|
|
33
33
|
};
|
|
34
|
+
styleConfig: {
|
|
35
|
+
type?: import("vue").PropType<{
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>;
|
|
38
|
+
default?: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
34
42
|
id: {
|
|
35
43
|
type?: import("vue").PropType<string>;
|
|
36
44
|
default?: string;
|
|
@@ -181,6 +189,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
189
|
[key: string]: any;
|
|
182
190
|
}[];
|
|
183
191
|
};
|
|
192
|
+
styleConfig: {
|
|
193
|
+
type?: import("vue").PropType<{
|
|
194
|
+
[key: string]: any;
|
|
195
|
+
}>;
|
|
196
|
+
default?: {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
184
200
|
id: {
|
|
185
201
|
type?: import("vue").PropType<string>;
|
|
186
202
|
default?: string;
|
|
@@ -305,12 +321,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
305
321
|
pivotTableRef: import("vue").Ref<any>;
|
|
306
322
|
calculateList: import("vue").Ref<any[]>;
|
|
307
323
|
click: () => void;
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
onGetDimensionValues: (key: string, callback?: Function) => Promise<void>;
|
|
313
|
-
onGetTop: (data: any) => void;
|
|
324
|
+
onTableChange: ({ type, data }: {
|
|
325
|
+
type: any;
|
|
326
|
+
data: any;
|
|
327
|
+
}) => void;
|
|
314
328
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
315
329
|
graphicConfig: {
|
|
316
330
|
type?: import("vue").PropType<{
|
|
@@ -344,6 +358,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
344
358
|
[key: string]: any;
|
|
345
359
|
}[];
|
|
346
360
|
};
|
|
361
|
+
styleConfig: {
|
|
362
|
+
type?: import("vue").PropType<{
|
|
363
|
+
[key: string]: any;
|
|
364
|
+
}>;
|
|
365
|
+
default?: {
|
|
366
|
+
[key: string]: any;
|
|
367
|
+
};
|
|
368
|
+
};
|
|
347
369
|
id: {
|
|
348
370
|
type?: import("vue").PropType<string>;
|
|
349
371
|
default?: string;
|
|
@@ -31,6 +31,14 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}[];
|
|
33
33
|
};
|
|
34
|
+
styleConfig: {
|
|
35
|
+
type?: import("vue").PropType<{
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>;
|
|
38
|
+
default?: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
34
42
|
id: {
|
|
35
43
|
type?: import("vue").PropType<string>;
|
|
36
44
|
default?: string;
|
|
@@ -181,6 +189,14 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
181
189
|
[key: string]: any;
|
|
182
190
|
}[];
|
|
183
191
|
};
|
|
192
|
+
styleConfig: {
|
|
193
|
+
type?: import("vue").PropType<{
|
|
194
|
+
[key: string]: any;
|
|
195
|
+
}>;
|
|
196
|
+
default?: {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
184
200
|
id: {
|
|
185
201
|
type?: import("vue").PropType<string>;
|
|
186
202
|
default?: string;
|
|
@@ -305,12 +321,10 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
305
321
|
pivotTableRef: import("vue").Ref<any>;
|
|
306
322
|
calculateList: import("vue").Ref<any[]>;
|
|
307
323
|
click: () => void;
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
onGetDimensionValues: (key: string, callback?: Function) => Promise<void>;
|
|
313
|
-
onGetTop: (data: any) => void;
|
|
324
|
+
onTableChange: ({ type, data }: {
|
|
325
|
+
type: any;
|
|
326
|
+
data: any;
|
|
327
|
+
}) => void;
|
|
314
328
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
315
329
|
graphicConfig: {
|
|
316
330
|
type?: import("vue").PropType<{
|
|
@@ -344,6 +358,14 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
344
358
|
[key: string]: any;
|
|
345
359
|
}[];
|
|
346
360
|
};
|
|
361
|
+
styleConfig: {
|
|
362
|
+
type?: import("vue").PropType<{
|
|
363
|
+
[key: string]: any;
|
|
364
|
+
}>;
|
|
365
|
+
default?: {
|
|
366
|
+
[key: string]: any;
|
|
367
|
+
};
|
|
368
|
+
};
|
|
347
369
|
id: {
|
|
348
370
|
type?: import("vue").PropType<string>;
|
|
349
371
|
default?: string;
|
|
@@ -12,6 +12,9 @@ export interface PivotTableProps extends Props {
|
|
|
12
12
|
indicatorList: {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}[];
|
|
15
|
+
styleConfig: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
15
18
|
}
|
|
16
19
|
export declare const pivotTableProps: PivotTableProps;
|
|
17
20
|
export declare const pivotTableComponentProps: {
|
|
@@ -47,6 +50,14 @@ export declare const pivotTableComponentProps: {
|
|
|
47
50
|
[key: string]: any;
|
|
48
51
|
}[];
|
|
49
52
|
};
|
|
53
|
+
styleConfig: {
|
|
54
|
+
type?: import("vue").PropType<{
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
}>;
|
|
57
|
+
default?: {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
50
61
|
id: {
|
|
51
62
|
type?: import("vue").PropType<string>;
|
|
52
63
|
default?: string;
|