g-ui-web 1.4.60 → 1.4.61

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.
@@ -10,5 +10,6 @@ declare const GBarLine: ({
10
10
  options: Record<string, any>;
11
11
  description: string;
12
12
  dbOptions: Record<string, any>;
13
+ showSaveAsImage: boolean;
13
14
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
14
15
  export default GBarLine;
@@ -1,2 +1,2 @@
1
- declare const getBarLineOptions: (options?: object, num?: number, columns?: any) => {};
1
+ declare const getBarLineOptions: (options?: object, num?: number, columns?: any, showSaveAsImage?: boolean) => {};
2
2
  export { getBarLineOptions };
@@ -11,6 +11,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
11
  type: ObjectConstructor;
12
12
  default: {};
13
13
  };
14
+ showSaveAsImage: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
14
18
  }>, {
15
19
  props: any;
16
20
  barLineRef: globalThis.Ref<null, null>;
@@ -18,5 +22,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
18
22
  options: Record<string, any>;
19
23
  description: string;
20
24
  dbOptions: Record<string, any>;
25
+ showSaveAsImage: boolean;
21
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
27
  export default _default;
@@ -26,6 +26,18 @@ export declare const barLineOptions: (num: any, columns: any) => {
26
26
  padding: number[];
27
27
  };
28
28
  };
29
+ toolbox: {
30
+ feature: {
31
+ saveAsImage: {
32
+ show: boolean;
33
+ title: string;
34
+ type: string;
35
+ name: string;
36
+ pixelRatio: number;
37
+ backgroundColor: string;
38
+ };
39
+ };
40
+ };
29
41
  xAxis: {
30
42
  type: string;
31
43
  axisPointer: {