@ecan-bi/datav 1.4.11 → 1.4.12
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 +4902 -4815
- 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/laboratory/pivotTable/PivotTableContainer.vue.d.ts +3 -0
- package/types/laboratory/pivotTable/index.d.ts +3 -0
package/package.json
CHANGED
|
@@ -308,6 +308,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
308
|
onCalculate: (item: any) => void;
|
|
309
309
|
onDeleteCalculate: (key: string) => void;
|
|
310
310
|
onFilter: (data: any) => void;
|
|
311
|
+
onSort: (data: any) => void;
|
|
312
|
+
onGetDimensionValues: (key: string, callback?: Function) => Promise<void>;
|
|
313
|
+
onGetTop: (data: any) => void;
|
|
311
314
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
312
315
|
graphicConfig: {
|
|
313
316
|
type?: import("vue").PropType<{
|
|
@@ -308,6 +308,9 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
|
|
|
308
308
|
onCalculate: (item: any) => void;
|
|
309
309
|
onDeleteCalculate: (key: string) => void;
|
|
310
310
|
onFilter: (data: any) => void;
|
|
311
|
+
onSort: (data: any) => void;
|
|
312
|
+
onGetDimensionValues: (key: string, callback?: Function) => Promise<void>;
|
|
313
|
+
onGetTop: (data: any) => void;
|
|
311
314
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
312
315
|
graphicConfig: {
|
|
313
316
|
type?: import("vue").PropType<{
|