@ecan-bi/datav 1.4.36 → 1.4.38

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.36",
3
+ "version": "1.4.38",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -398,6 +398,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
398
398
  tableRef: import("vue").Ref<any>;
399
399
  rowClassName: (_record: any, index: number) => any;
400
400
  tableHeight: import("vue").ComputedRef<string>;
401
+ tableBgColor: import("vue").ComputedRef<string>;
401
402
  tableHeaderBgColor: import("vue").ComputedRef<string>;
402
403
  tableBodyBgColor: import("vue").ComputedRef<string>;
403
404
  getChgStyle: (column: any) => any;
@@ -398,6 +398,7 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
398
398
  tableRef: import("vue").Ref<any>;
399
399
  rowClassName: (_record: any, index: number) => any;
400
400
  tableHeight: import("vue").ComputedRef<string>;
401
+ tableBgColor: import("vue").ComputedRef<string>;
401
402
  tableHeaderBgColor: import("vue").ComputedRef<string>;
402
403
  tableBodyBgColor: import("vue").ComputedRef<string>;
403
404
  getChgStyle: (column: any) => any;