@ecan-bi/datav 1.4.15 → 1.4.17
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 +3176 -3157
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +21 -21
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +1 -0
- package/types/laboratory/pivotTable/index.d.ts +1 -0
package/package.json
CHANGED
|
@@ -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;
|