@ecan-bi/datav 1.4.25 → 1.4.26

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.4.25",
3
+ "version": "1.4.26",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "prepublishOnly": "npm run build"
31
31
  },
32
32
  "devDependencies": {
33
- "@ecan-bi/tools": "^1.0.2",
33
+ "@ecan-bi/tools": "^1.0.18",
34
34
  "@sucrase/jest-plugin": "^2.2.0",
35
35
  "@types/echarts": "^4.9.15",
36
36
  "@types/jest": "^26.0.23",
@@ -327,12 +327,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
327
327
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
328
328
  pageMode: string;
329
329
  pivotTableRef: import("vue").Ref<any>;
330
- calculateList: import("vue").Ref<any[]>;
331
330
  theme: string;
332
331
  customProps: import("vue").ComputedRef<{
333
332
  width: string;
334
333
  height: string;
335
334
  pageId: any;
335
+ indicatorToken: any;
336
+ context: string;
337
+ globalModel: any;
336
338
  data: {
337
339
  [key: string]: any;
338
340
  }[];
@@ -327,12 +327,14 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
327
327
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
328
328
  pageMode: string;
329
329
  pivotTableRef: import("vue").Ref<any>;
330
- calculateList: import("vue").Ref<any[]>;
331
330
  theme: string;
332
331
  customProps: import("vue").ComputedRef<{
333
332
  width: string;
334
333
  height: string;
335
334
  pageId: any;
335
+ indicatorToken: any;
336
+ context: string;
337
+ globalModel: any;
336
338
  data: {
337
339
  [key: string]: any;
338
340
  }[];