g-ui-web 1.3.59 → 1.3.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.
@@ -1,4 +1,3 @@
1
- import { PropType } from 'vue';
2
1
  interface Columns {
3
2
  title: string;
4
3
  field: string;
@@ -4,7 +4,7 @@ export declare const pieOptions: (props: any, flag?: boolean) => {
4
4
  tooltip: {
5
5
  show: boolean;
6
6
  trigger: string;
7
- formatter: (params: any) => any;
7
+ formatter: (params: any) => string;
8
8
  };
9
9
  legend: {
10
10
  trigger: string;
@@ -30,5 +30,5 @@ export declare const pieOptions: (props: any, flag?: boolean) => {
30
30
  fontSize: any;
31
31
  color: string;
32
32
  };
33
- series: any;
33
+ series: any[];
34
34
  };
@@ -37,8 +37,8 @@ declare const GRankingCup: ({
37
37
  }>, {
38
38
  props: {
39
39
  readonly title: string;
40
- readonly description: string;
41
40
  readonly sort: string;
41
+ readonly description: string;
42
42
  readonly dbOptions: Record<string, any>;
43
43
  readonly limit: number;
44
44
  readonly icons: unknown[];
@@ -50,8 +50,8 @@ declare const GRankingCup: ({
50
50
  itemClick: (data: any, index: number, type: "table" | "cup") => any;
51
51
  }, import('vue').PublicProps, {
52
52
  title: string;
53
- description: string;
54
53
  sort: string;
54
+ description: string;
55
55
  dbOptions: Record<string, any>;
56
56
  limit: number;
57
57
  icons: unknown[];
@@ -102,8 +102,8 @@ declare const GRankingCup: ({
102
102
  }>, {
103
103
  props: {
104
104
  readonly title: string;
105
- readonly description: string;
106
105
  readonly sort: string;
106
+ readonly description: string;
107
107
  readonly dbOptions: Record<string, any>;
108
108
  readonly limit: number;
109
109
  readonly icons: unknown[];
@@ -113,8 +113,8 @@ declare const GRankingCup: ({
113
113
  getIsFinish(): boolean;
114
114
  }, {}, {}, {}, {
115
115
  title: string;
116
- description: string;
117
116
  sort: string;
117
+ description: string;
118
118
  dbOptions: Record<string, any>;
119
119
  limit: number;
120
120
  icons: unknown[];
@@ -162,8 +162,8 @@ declare const GRankingCup: ({
162
162
  }>, {
163
163
  props: {
164
164
  readonly title: string;
165
- readonly description: string;
166
165
  readonly sort: string;
166
+ readonly description: string;
167
167
  readonly dbOptions: Record<string, any>;
168
168
  readonly limit: number;
169
169
  readonly icons: unknown[];
@@ -175,8 +175,8 @@ declare const GRankingCup: ({
175
175
  itemClick: (data: any, index: number, type: "table" | "cup") => any;
176
176
  }, string, {
177
177
  title: string;
178
- description: string;
179
178
  sort: string;
179
+ description: string;
180
180
  dbOptions: Record<string, any>;
181
181
  limit: number;
182
182
  icons: unknown[];
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
44
44
  }>, {
45
45
  props: {
46
46
  readonly title: string;
47
- readonly description: string;
48
47
  readonly sort: string;
48
+ readonly description: string;
49
49
  readonly dbOptions: Record<string, any>;
50
50
  readonly limit: number;
51
51
  readonly icons: unknown[];
@@ -92,8 +92,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
92
92
  onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
93
93
  }>, {
94
94
  title: string;
95
- description: string;
96
95
  sort: string;
96
+ description: string;
97
97
  dbOptions: Record<string, any>;
98
98
  limit: number;
99
99
  icons: unknown[];
@@ -36,8 +36,8 @@ declare const GRankingList: ({
36
36
  props: {
37
37
  readonly type: string;
38
38
  readonly icon: boolean;
39
- readonly description: string;
40
39
  readonly sort: string;
40
+ readonly description: string;
41
41
  readonly index: number;
42
42
  readonly dbOptions: Record<string, any>;
43
43
  readonly limit: number;
@@ -47,8 +47,8 @@ declare const GRankingList: ({
47
47
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
48
48
  type: string;
49
49
  icon: boolean;
50
- description: string;
51
50
  sort: string;
51
+ description: string;
52
52
  index: number;
53
53
  dbOptions: Record<string, any>;
54
54
  limit: number;
@@ -97,8 +97,8 @@ declare const GRankingList: ({
97
97
  props: {
98
98
  readonly type: string;
99
99
  readonly icon: boolean;
100
- readonly description: string;
101
100
  readonly sort: string;
101
+ readonly description: string;
102
102
  readonly index: number;
103
103
  readonly dbOptions: Record<string, any>;
104
104
  readonly limit: number;
@@ -108,8 +108,8 @@ declare const GRankingList: ({
108
108
  }, {}, {}, {}, {
109
109
  type: string;
110
110
  icon: boolean;
111
- description: string;
112
111
  sort: string;
112
+ description: string;
113
113
  index: number;
114
114
  dbOptions: Record<string, any>;
115
115
  limit: number;
@@ -155,8 +155,8 @@ declare const GRankingList: ({
155
155
  props: {
156
156
  readonly type: string;
157
157
  readonly icon: boolean;
158
- readonly description: string;
159
158
  readonly sort: string;
159
+ readonly description: string;
160
160
  readonly index: number;
161
161
  readonly dbOptions: Record<string, any>;
162
162
  readonly limit: number;
@@ -166,8 +166,8 @@ declare const GRankingList: ({
166
166
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
167
167
  type: string;
168
168
  icon: boolean;
169
- description: string;
170
169
  sort: string;
170
+ description: string;
171
171
  index: number;
172
172
  dbOptions: Record<string, any>;
173
173
  limit: number;
@@ -53,8 +53,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
53
53
  props: {
54
54
  readonly type: string;
55
55
  readonly icon: boolean;
56
- readonly description: string;
57
56
  readonly sort: string;
57
+ readonly description: string;
58
58
  readonly index: number;
59
59
  readonly dbOptions: Record<string, any>;
60
60
  readonly limit: number;
@@ -97,8 +97,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
97
97
  }>> & Readonly<{}>, {
98
98
  type: string;
99
99
  icon: boolean;
100
- description: string;
101
100
  sort: string;
101
+ description: string;
102
102
  index: number;
103
103
  dbOptions: Record<string, any>;
104
104
  limit: number;
@@ -31,8 +31,8 @@ declare const GRankingTable: ({
31
31
  }>> & Readonly<{}>, {
32
32
  props: {
33
33
  readonly icon: boolean;
34
- readonly description: string;
35
34
  readonly sort: string;
35
+ readonly description: string;
36
36
  readonly dbOptions: Record<string, any>;
37
37
  readonly limit: number;
38
38
  readonly icons: Record<string, any>;
@@ -41,8 +41,8 @@ declare const GRankingTable: ({
41
41
  rankingTableRef: globalThis.Ref<null, null>;
42
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
43
43
  icon: boolean;
44
- description: string;
45
44
  sort: string;
45
+ description: string;
46
46
  dbOptions: Record<string, any>;
47
47
  limit: number;
48
48
  icons: Record<string, any>;
@@ -86,8 +86,8 @@ declare const GRankingTable: ({
86
86
  }>> & Readonly<{}>, {
87
87
  props: {
88
88
  readonly icon: boolean;
89
- readonly description: string;
90
89
  readonly sort: string;
90
+ readonly description: string;
91
91
  readonly dbOptions: Record<string, any>;
92
92
  readonly limit: number;
93
93
  readonly icons: Record<string, any>;
@@ -96,8 +96,8 @@ declare const GRankingTable: ({
96
96
  rankingTableRef: globalThis.Ref<null, null>;
97
97
  }, {}, {}, {}, {
98
98
  icon: boolean;
99
- description: string;
100
99
  sort: string;
100
+ description: string;
101
101
  dbOptions: Record<string, any>;
102
102
  limit: number;
103
103
  icons: Record<string, any>;
@@ -138,8 +138,8 @@ declare const GRankingTable: ({
138
138
  }>> & Readonly<{}>, {
139
139
  props: {
140
140
  readonly icon: boolean;
141
- readonly description: string;
142
141
  readonly sort: string;
142
+ readonly description: string;
143
143
  readonly dbOptions: Record<string, any>;
144
144
  readonly limit: number;
145
145
  readonly icons: Record<string, any>;
@@ -148,8 +148,8 @@ declare const GRankingTable: ({
148
148
  rankingTableRef: globalThis.Ref<null, null>;
149
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
150
150
  icon: boolean;
151
- description: string;
152
151
  sort: string;
152
+ description: string;
153
153
  dbOptions: Record<string, any>;
154
154
  limit: number;
155
155
  icons: Record<string, any>;
@@ -46,8 +46,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
46
46
  }>, {
47
47
  props: {
48
48
  readonly icon: boolean;
49
- readonly description: string;
50
49
  readonly sort: string;
50
+ readonly description: string;
51
51
  readonly dbOptions: Record<string, any>;
52
52
  readonly limit: number;
53
53
  readonly icons: Record<string, any>;
@@ -85,8 +85,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
85
85
  };
86
86
  }>> & Readonly<{}>, {
87
87
  icon: boolean;
88
- description: string;
89
88
  sort: string;
89
+ description: string;
90
90
  dbOptions: Record<string, any>;
91
91
  limit: number;
92
92
  icons: Record<string, any>;