@ecan-bi/datav 1.4.11 → 1.4.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -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<{