@ecan-bi/datav 1.6.39 → 1.6.40
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 +447 -366
- 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 +2 -3
- package/types/hooks/useIndicatorData.d.ts +1 -1
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +1 -1
- package/types/laboratory/pivotTable/index.d.ts +1 -1
- package/types/utils/indicatorBatch.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecan-bi/datav",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.40",
|
|
4
4
|
"main": "dist/index.umd.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"lint:fix": "eslint --fix ./src --ext .vue,.js,.ts,.jsx,.tsx",
|
|
27
27
|
"clean": "rimraf ./dist ./types ./es ./lib",
|
|
28
28
|
"test": "jest",
|
|
29
|
-
"module": "npm run clean && npm run compile"
|
|
30
|
-
"prepublishOnly": "npm run build"
|
|
29
|
+
"module": "npm run clean && npm run compile"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@sucrase/jest-plugin": "^2.2.0",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const useIndicatorData: (props?: {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}, callBack?: Function) => (otherParams?: any) => Promise<
|
|
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;
|