@ecan-bi/datav 1.6.32 → 1.6.34

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.6.32",
3
+ "version": "1.6.34",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@ecan-bi/indicator-library": "^1.1.1",
82
- "@ecan-bi/tools": "^1.0.73",
82
+ "@ecan-bi/tools": "^1.0.74",
83
83
  "@microsoft/fetch-event-source": "2.0.1",
84
84
  "@types/big.js": "^6.1.6",
85
85
  "ant-design-vue": "^3.1.1",
@@ -305,6 +305,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
305
305
  }>;
306
306
  isScroll: import("vue").ComputedRef<boolean>;
307
307
  formatSeq: (index: number) => any;
308
+ formatTooltip: (item: any, column: any) => any;
308
309
  wrapStyle: import("vue").ComputedRef<{
309
310
  height: string;
310
311
  } | {
@@ -305,6 +305,7 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
305
305
  }>;
306
306
  isScroll: import("vue").ComputedRef<boolean>;
307
307
  formatSeq: (index: number) => any;
308
+ formatTooltip: (item: any, column: any) => any;
308
309
  wrapStyle: import("vue").ComputedRef<{
309
310
  height: string;
310
311
  } | {