g-ui-web 1.2.46 → 1.2.47

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,7 +10,5 @@ declare const GFunnel: ({
10
10
  options: Record<string, any>;
11
11
  description: string;
12
12
  dbOptions: Record<string, any>;
13
- chartType: string;
14
- transOptions: unknown[];
15
13
  }, {}, 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>;
16
14
  export default GFunnel;
@@ -1,4 +1,4 @@
1
- declare const getFunnelOptions: (options?: any, title?: any, unit?: any, chartType?: string, funnelWith?: any) => {
1
+ declare const getFunnelOptions: (options?: any, title?: any, unit?: any) => {
2
2
  [x: string]: globalThis.Ref<any, any>;
3
3
  };
4
4
  export { getFunnelOptions };
@@ -11,14 +11,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
11
11
  type: ObjectConstructor;
12
12
  default: {};
13
13
  };
14
- chartType: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- transOptions: {
19
- type: ArrayConstructor;
20
- default: () => never[];
21
- };
22
14
  }>, {
23
15
  props: any;
24
16
  funnelRef: globalThis.Ref<null, null>;
@@ -26,7 +18,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
26
18
  options: Record<string, any>;
27
19
  description: string;
28
20
  dbOptions: Record<string, any>;
29
- chartType: string;
30
- transOptions: unknown[];
31
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
22
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const funnelOptions: (title: any, unit: any, chartType: any, funnelWith: any) => {
1
+ declare const funnelOptions: (title: any, unit: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
4
  tooltip: {
@@ -34,19 +34,17 @@ declare const funnelOptions: (title: any, unit: any, chartType: any, funnelWith:
34
34
  type: string;
35
35
  };
36
36
  series: {
37
+ type: string;
38
+ sort: string;
39
+ left: string;
40
+ top: number;
41
+ bottom: number;
42
+ width: string;
37
43
  gap: number;
38
44
  label: {
39
45
  show: boolean;
40
46
  position: string;
41
47
  color: string;
42
- fontSize: any;
43
- formatter: (params: any) => any;
44
- rich: {
45
- value: {
46
- fontSize: number;
47
- fontWeight: number;
48
- };
49
- };
50
48
  };
51
49
  labelLine: {
52
50
  length: number;
@@ -65,13 +63,6 @@ declare const funnelOptions: (title: any, unit: any, chartType: any, funnelWith:
65
63
  color: string;
66
64
  };
67
65
  };
68
- minSize?: string | undefined;
69
- type: string;
70
- sort: string;
71
- left: string;
72
- top: number;
73
- bottom: number;
74
- width: any;
75
66
  }[];
76
67
  };
77
68
  export { funnelOptions };