@ecan-bi/datav 1.5.27 → 1.5.28

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.5.27",
3
+ "version": "1.5.28",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -83,6 +83,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
83
83
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
84
84
  default?: "default" | "normalTable" | "pivotTable";
85
85
  };
86
+ pivotTableFontSize: {
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
89
+ };
86
90
  }, {
87
91
  style: import("vue").ComputedRef<any>;
88
92
  container: import("vue").Ref<any>;
@@ -172,6 +176,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
172
176
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
173
177
  default?: "default" | "normalTable" | "pivotTable";
174
178
  };
179
+ pivotTableFontSize: {
180
+ type?: import("vue").PropType<string>;
181
+ default?: string;
182
+ };
175
183
  }>>, {
176
184
  pageId: string;
177
185
  customId: string;
@@ -83,6 +83,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
83
83
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
84
84
  default?: "default" | "normalTable" | "pivotTable";
85
85
  };
86
+ pivotTableFontSize: {
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
89
+ };
86
90
  }, {
87
91
  style: import("vue").ComputedRef<any>;
88
92
  container: import("vue").Ref<any>;
@@ -172,6 +176,10 @@ export declare const EcanPageConfig: import("../../utils/withInstall").SFCWithIn
172
176
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
173
177
  default?: "default" | "normalTable" | "pivotTable";
174
178
  };
179
+ pivotTableFontSize: {
180
+ type?: import("vue").PropType<string>;
181
+ default?: string;
182
+ };
175
183
  }>>, {
176
184
  pageId: string;
177
185
  customId: string;
@@ -20,6 +20,7 @@ export interface PageConfig {
20
20
  [key: string]: any;
21
21
  }[];
22
22
  drillingMode: 'normalTable' | 'pivotTable' | 'default';
23
+ pivotTableFontSize: string;
23
24
  }
24
25
  export declare const pageConfig: PageConfig;
25
26
  export declare const pageConfigComponentProps: {
@@ -95,4 +96,8 @@ export declare const pageConfigComponentProps: {
95
96
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
96
97
  default?: "default" | "normalTable" | "pivotTable";
97
98
  };
99
+ pivotTableFontSize: {
100
+ type?: import("vue").PropType<string>;
101
+ default?: string;
102
+ };
98
103
  };
@@ -99,6 +99,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
99
99
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
100
100
  default?: "default" | "normalTable" | "pivotTable";
101
101
  };
102
+ pivotTableFontSize: {
103
+ type?: import("vue").PropType<string>;
104
+ default?: string;
105
+ };
102
106
  }, {
103
107
  providerConfig: import("vue").Ref<HTMLElement>;
104
108
  configStyle: any;
@@ -129,6 +133,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
129
133
  trendModalRef: import("vue").Ref<any>;
130
134
  allDimensions: import("vue").Ref<any[]>;
131
135
  scaleValue: any;
136
+ defaultPivotTableFontSize: import("vue").ComputedRef<number>;
132
137
  getContainer: () => Element;
133
138
  handleTableChange: (page: any) => void;
134
139
  toggleFullScreen: () => void;
@@ -238,6 +243,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
238
243
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
239
244
  default?: "default" | "normalTable" | "pivotTable";
240
245
  };
246
+ pivotTableFontSize: {
247
+ type?: import("vue").PropType<string>;
248
+ default?: string;
249
+ };
241
250
  }>>, {
242
251
  pageId: string;
243
252
  fixedHeight: string;
@@ -99,6 +99,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
99
99
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
100
100
  default?: "default" | "normalTable" | "pivotTable";
101
101
  };
102
+ pivotTableFontSize: {
103
+ type?: import("vue").PropType<string>;
104
+ default?: string;
105
+ };
102
106
  }, {
103
107
  providerConfig: import("vue").Ref<HTMLElement>;
104
108
  configStyle: any;
@@ -129,6 +133,7 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
129
133
  trendModalRef: import("vue").Ref<any>;
130
134
  allDimensions: import("vue").Ref<any[]>;
131
135
  scaleValue: any;
136
+ defaultPivotTableFontSize: import("vue").ComputedRef<number>;
132
137
  getContainer: () => Element;
133
138
  handleTableChange: (page: any) => void;
134
139
  toggleFullScreen: () => void;
@@ -238,6 +243,10 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
238
243
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
239
244
  default?: "default" | "normalTable" | "pivotTable";
240
245
  };
246
+ pivotTableFontSize: {
247
+ type?: import("vue").PropType<string>;
248
+ default?: string;
249
+ };
241
250
  }>>, {
242
251
  pageId: string;
243
252
  fixedHeight: string;
@@ -27,6 +27,7 @@ export interface ProviderConfig {
27
27
  [key: string]: any;
28
28
  }[];
29
29
  drillingMode: 'normalTable' | 'pivotTable' | 'default';
30
+ pivotTableFontSize: string;
30
31
  }
31
32
  export declare const providerConfig: ProviderConfig;
32
33
  export declare const providerConfigComponentProps: {
@@ -118,4 +119,8 @@ export declare const providerConfigComponentProps: {
118
119
  type?: import("vue").PropType<"default" | "normalTable" | "pivotTable">;
119
120
  default?: "default" | "normalTable" | "pivotTable";
120
121
  };
122
+ pivotTableFontSize: {
123
+ type?: import("vue").PropType<string>;
124
+ default?: string;
125
+ };
121
126
  };