@ecan-bi/datav 1.3.99 → 1.4.0

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.3.99",
3
+ "version": "1.4.0",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -399,6 +399,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
399
399
  top: "top" | "bottom" | "middle";
400
400
  itemSize: number;
401
401
  itemGap: number;
402
+ orient: "vertical" | "horizontal";
402
403
  feature: {
403
404
  myDownload: {
404
405
  show: boolean;
@@ -398,6 +398,7 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
398
398
  top: "top" | "bottom" | "middle";
399
399
  itemSize: number;
400
400
  itemGap: number;
401
+ orient: "vertical" | "horizontal";
401
402
  feature: {
402
403
  myDownload: {
403
404
  show: boolean;
@@ -295,7 +295,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
295
295
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
296
296
  pageMode: string;
297
297
  pivotTableRef: import("vue").Ref<any>;
298
+ calculateList: import("vue").Ref<any[]>;
298
299
  click: () => void;
300
+ onCalculate: (item: any) => void;
299
301
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
300
302
  graphicConfig: {
301
303
  type?: import("vue").PropType<{
@@ -295,7 +295,9 @@ export declare const EcanPivotTable: import('../../utils/withInstall').SFCWithIn
295
295
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
296
296
  pageMode: string;
297
297
  pivotTableRef: import("vue").Ref<any>;
298
+ calculateList: import("vue").Ref<any[]>;
298
299
  click: () => void;
300
+ onCalculate: (item: any) => void;
299
301
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
300
302
  graphicConfig: {
301
303
  type?: import("vue").PropType<{