@ecan-bi/datav 1.5.12 → 1.5.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.5.12",
3
+ "version": "1.5.13",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -777,7 +777,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
777
777
  series: any[];
778
778
  }>;
779
779
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
780
- refreshData: () => void;
780
+ refreshData: () => Promise<void>;
781
781
  click: () => void;
782
782
  loading: import("vue").Ref<boolean>;
783
783
  onClose: () => void;
@@ -776,7 +776,7 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
776
776
  series: any[];
777
777
  }>;
778
778
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
779
- refreshData: () => void;
779
+ refreshData: () => Promise<void>;
780
780
  click: () => void;
781
781
  loading: import("vue").Ref<boolean>;
782
782
  onClose: () => void;