@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/dist/index.es.js +1111 -1098
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -2
- package/types/text/list/List.vue.d.ts +1 -0
- package/types/text/list/index.d.ts +1 -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.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.
|
|
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
|
} | {
|