@ecan-bi/datav 1.6.39 → 1.6.41

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.39",
3
+ "version": "1.6.41",
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.75",
82
+ "@ecan-bi/tools": "^1.0.76",
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",
@@ -1,4 +1,4 @@
1
1
  export declare const useIndicatorData: (props?: {
2
2
  [key: string]: any;
3
- }, callBack?: Function) => (otherParams?: any) => Promise<import("axios").AxiosResponse<any, any>>;
3
+ }, callBack?: Function) => (otherParams?: any) => Promise<any>;
4
4
  export default useIndicatorData;
@@ -415,6 +415,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
415
415
  requestUrl: string;
416
416
  requestMethod: import("../../utils/props").RequestMethod;
417
417
  requestHeaders: string;
418
+ requestSort: number;
418
419
  events: import("../../utils/props").Events;
419
420
  type: string;
420
421
  graphicConfig: {
@@ -423,7 +424,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
423
424
  isOpenRequestTimer: boolean;
424
425
  requestInterval: number;
425
426
  requestParams: import("../../utils/props").RequestParams;
426
- requestSort: number;
427
427
  position: string;
428
428
  top: string;
429
429
  left: string;
@@ -415,6 +415,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
415
415
  requestUrl: string;
416
416
  requestMethod: import("../../utils/props").RequestMethod;
417
417
  requestHeaders: string;
418
+ requestSort: number;
418
419
  events: import("../../utils/props").Events;
419
420
  type: string;
420
421
  graphicConfig: {
@@ -423,7 +424,6 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
423
424
  isOpenRequestTimer: boolean;
424
425
  requestInterval: number;
425
426
  requestParams: import("../../utils/props").RequestParams;
426
- requestSort: number;
427
427
  position: string;
428
428
  top: string;
429
429
  left: string;
@@ -0,0 +1,2 @@
1
+ export declare const enqueueIndicatorRequest: (sortNum: number, requestConfig: any) => Promise<any>;
2
+ export declare const flushIndicatorBatch: (sortNum: number) => void;