@ecan-bi/datav 1.4.16 → 1.4.18

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.16",
3
+ "version": "1.4.18",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -320,6 +320,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
320
320
  pageMode: string;
321
321
  pivotTableRef: import("vue").Ref<any>;
322
322
  calculateList: import("vue").Ref<any[]>;
323
+ theme: string;
323
324
  click: () => void;
324
325
  onTableChange: ({ type, data }: {
325
326
  type: any;
@@ -320,6 +320,7 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
320
320
  pageMode: string;
321
321
  pivotTableRef: import("vue").Ref<any>;
322
322
  calculateList: import("vue").Ref<any[]>;
323
+ theme: string;
323
324
  click: () => void;
324
325
  onTableChange: ({ type, data }: {
325
326
  type: any;