g-ui-web 0.11.9 → 0.11.11

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.
@@ -7,15 +7,16 @@ declare const lineOptions: (columns: any) => {
7
7
  formatter: (params: any) => any;
8
8
  };
9
9
  legend: {
10
- icon: string;
11
10
  trigger: string;
12
11
  left: string;
12
+ top: string;
13
13
  show: boolean;
14
14
  itemWidth: number;
15
15
  itemHeight: number;
16
16
  textStyle: {
17
17
  fontSize: number;
18
18
  lineHeight: number;
19
+ color: any;
19
20
  rich: {
20
21
  a: {
21
22
  verticalAlign: string;
@@ -38,6 +39,7 @@ declare const lineOptions: (columns: any) => {
38
39
  fontSize: any;
39
40
  padding: number[];
40
41
  lineHeight: number;
42
+ color: any;
41
43
  };
42
44
  }[];
43
45
  yAxis: {
@@ -47,6 +49,10 @@ declare const lineOptions: (columns: any) => {
47
49
  type: string;
48
50
  };
49
51
  };
52
+ axisLabel: {
53
+ fontSize: any;
54
+ color: any;
55
+ };
50
56
  }[];
51
57
  series: never[];
52
58
  };
@@ -14,11 +14,13 @@ export declare const pieOptions: (total: any, size: any, type: any) => {
14
14
  textStyle: {
15
15
  fontSize: number;
16
16
  align: string;
17
+ color: any;
17
18
  };
18
19
  subtextStyle: {
19
20
  fontSize: number;
20
21
  align: string;
21
22
  lineHeight: number;
23
+ color: any;
22
24
  };
23
25
  x: string;
24
26
  y: string;
@@ -42,11 +44,13 @@ export declare const pieOptions: (total: any, size: any, type: any) => {
42
44
  lineHeight: number;
43
45
  fontSize: number;
44
46
  align: string;
47
+ color: any;
45
48
  };
46
49
  f: {
47
50
  fontSize: number;
48
51
  align: string;
49
52
  lineHeight: number;
53
+ color: any;
50
54
  };
51
55
  };
52
56
  };
@@ -13,6 +13,7 @@ export declare const pieOptions: (props: any, flag?: boolean) => {
13
13
  grid: any;
14
14
  textStyle: {
15
15
  fontSize: any;
16
+ color: any;
16
17
  };
17
18
  series: any;
18
19
  };
@@ -7,14 +7,16 @@ declare const radarOptions: {
7
7
  };
8
8
  legend: {
9
9
  trigger: string;
10
- orient: string;
11
10
  left: string;
11
+ top: string;
12
+ bottom: number;
12
13
  show: boolean;
13
14
  itemWidth: number;
14
15
  itemHeight: number;
15
16
  textStyle: {
16
17
  fontSize: number;
17
18
  lineHeight: number;
19
+ color: any;
18
20
  rich: {
19
21
  a: {
20
22
  verticalAlign: string;
@@ -26,8 +26,8 @@ declare const GRankingCup: ({
26
26
  };
27
27
  }>> & Readonly<{}>, {
28
28
  props: {
29
- readonly description: string;
30
29
  readonly title: string;
30
+ readonly description: string;
31
31
  readonly dbOptions: Record<string, any>;
32
32
  readonly limit: number;
33
33
  readonly icons: unknown[];
@@ -35,8 +35,8 @@ declare const GRankingCup: ({
35
35
  };
36
36
  getIsFinish(): boolean;
37
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
38
- description: string;
39
38
  title: string;
39
+ description: string;
40
40
  dbOptions: Record<string, any>;
41
41
  limit: number;
42
42
  icons: unknown[];
@@ -75,8 +75,8 @@ declare const GRankingCup: ({
75
75
  };
76
76
  }>> & Readonly<{}>, {
77
77
  props: {
78
- readonly description: string;
79
78
  readonly title: string;
79
+ readonly description: string;
80
80
  readonly dbOptions: Record<string, any>;
81
81
  readonly limit: number;
82
82
  readonly icons: unknown[];
@@ -84,8 +84,8 @@ declare const GRankingCup: ({
84
84
  };
85
85
  getIsFinish(): boolean;
86
86
  }, {}, {}, {}, {
87
- description: string;
88
87
  title: string;
88
+ description: string;
89
89
  dbOptions: Record<string, any>;
90
90
  limit: number;
91
91
  icons: unknown[];
@@ -121,8 +121,8 @@ declare const GRankingCup: ({
121
121
  };
122
122
  }>> & Readonly<{}>, {
123
123
  props: {
124
- readonly description: string;
125
124
  readonly title: string;
125
+ readonly description: string;
126
126
  readonly dbOptions: Record<string, any>;
127
127
  readonly limit: number;
128
128
  readonly icons: unknown[];
@@ -130,8 +130,8 @@ declare const GRankingCup: ({
130
130
  };
131
131
  getIsFinish(): boolean;
132
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
133
- description: string;
134
133
  title: string;
134
+ description: string;
135
135
  dbOptions: Record<string, any>;
136
136
  limit: number;
137
137
  icons: unknown[];
@@ -35,8 +35,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
35
35
  };
36
36
  }>, {
37
37
  props: {
38
- readonly description: string;
39
38
  readonly title: string;
39
+ readonly description: string;
40
40
  readonly dbOptions: Record<string, any>;
41
41
  readonly limit: number;
42
42
  readonly icons: unknown[];
@@ -69,8 +69,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
69
69
  default: number;
70
70
  };
71
71
  }>> & Readonly<{}>, {
72
- description: string;
73
72
  title: string;
73
+ description: string;
74
74
  dbOptions: Record<string, any>;
75
75
  limit: number;
76
76
  icons: unknown[];
@@ -30,8 +30,8 @@ declare const GRankingRb: ({
30
30
  };
31
31
  }>> & Readonly<{}>, {
32
32
  props: {
33
- readonly description: string;
34
33
  readonly title: string;
34
+ readonly description: string;
35
35
  readonly dbOptions: Record<string, any>;
36
36
  readonly limit: number;
37
37
  readonly tooltip: unknown[];
@@ -40,8 +40,8 @@ declare const GRankingRb: ({
40
40
  };
41
41
  getIsFinish(): boolean;
42
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
43
- description: string;
44
43
  title: string;
44
+ description: string;
45
45
  dbOptions: Record<string, any>;
46
46
  limit: number;
47
47
  tooltip: unknown[];
@@ -85,8 +85,8 @@ declare const GRankingRb: ({
85
85
  };
86
86
  }>> & Readonly<{}>, {
87
87
  props: {
88
- readonly description: string;
89
88
  readonly title: string;
89
+ readonly description: string;
90
90
  readonly dbOptions: Record<string, any>;
91
91
  readonly limit: number;
92
92
  readonly tooltip: unknown[];
@@ -95,8 +95,8 @@ declare const GRankingRb: ({
95
95
  };
96
96
  getIsFinish(): boolean;
97
97
  }, {}, {}, {}, {
98
- description: string;
99
98
  title: string;
99
+ description: string;
100
100
  dbOptions: Record<string, any>;
101
101
  limit: number;
102
102
  tooltip: unknown[];
@@ -137,8 +137,8 @@ declare const GRankingRb: ({
137
137
  };
138
138
  }>> & Readonly<{}>, {
139
139
  props: {
140
- readonly description: string;
141
140
  readonly title: string;
141
+ readonly description: string;
142
142
  readonly dbOptions: Record<string, any>;
143
143
  readonly limit: number;
144
144
  readonly tooltip: unknown[];
@@ -147,8 +147,8 @@ declare const GRankingRb: ({
147
147
  };
148
148
  getIsFinish(): boolean;
149
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
150
- description: string;
151
150
  title: string;
151
+ description: string;
152
152
  dbOptions: Record<string, any>;
153
153
  limit: number;
154
154
  tooltip: unknown[];
@@ -39,8 +39,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
39
39
  };
40
40
  }>, {
41
41
  props: {
42
- readonly description: string;
43
42
  readonly title: string;
43
+ readonly description: string;
44
44
  readonly dbOptions: Record<string, any>;
45
45
  readonly limit: number;
46
46
  readonly tooltip: unknown[];
@@ -78,8 +78,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
78
78
  default: number;
79
79
  };
80
80
  }>> & Readonly<{}>, {
81
- description: string;
82
81
  title: string;
82
+ description: string;
83
83
  dbOptions: Record<string, any>;
84
84
  limit: number;
85
85
  tooltip: unknown[];