g-ui-web 1.3.58 → 1.3.60
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/lib/ele/table/index.d.ts +18 -0
- package/lib/g-ui-web.cjs +54 -57
- package/lib/g-ui-web.iife.js +54 -57
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +39012 -38343
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +54 -57
- package/lib/heatmap/src/index.vue.d.ts +0 -1
- package/lib/pie-level/src/options.d.ts +2 -2
- package/lib/ranking-cup/index.d.ts +6 -6
- package/lib/ranking-cup/src/index.vue.d.ts +2 -2
- package/lib/ranking-list/index.d.ts +6 -6
- package/lib/ranking-list/src/index.vue.d.ts +2 -2
- package/lib/ranking-rb/index.d.ts +18 -5
- package/lib/ranking-rb/src/index.vue.d.ts +9 -2
- package/lib/ranking-table/index.d.ts +6 -6
- package/lib/ranking-table/src/index.vue.d.ts +2 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-complete-rate/index.d.ts +94 -1
- package/lib/target-complete-rate/src/index.vue.d.ts +52 -0
- package/lib/utils/DataSource/DataProvider.d.ts +185 -0
- package/lib/utils/DataSource/debugStore.d.ts +28 -0
- package/lib/utils/DataSource/index.d.ts +1 -1
- package/lib/utils/DataSource/useDataSource.d.ts +66 -0
- package/package.json +4 -3
|
@@ -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) =>
|
|
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;
|
|
@@ -28,7 +28,9 @@ declare const GRankingRb: ({
|
|
|
28
28
|
type: NumberConstructor;
|
|
29
29
|
default: number;
|
|
30
30
|
};
|
|
31
|
-
}>> & Readonly<{
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
32
34
|
props: {
|
|
33
35
|
readonly title: string;
|
|
34
36
|
readonly description: string;
|
|
@@ -39,7 +41,9 @@ declare const GRankingRb: ({
|
|
|
39
41
|
readonly rbColor: string;
|
|
40
42
|
};
|
|
41
43
|
getIsFinish(): boolean;
|
|
42
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
"row-click": (...args: any[]) => void;
|
|
46
|
+
}, import('vue').PublicProps, {
|
|
43
47
|
title: string;
|
|
44
48
|
description: string;
|
|
45
49
|
dbOptions: Record<string, any>;
|
|
@@ -83,7 +87,9 @@ declare const GRankingRb: ({
|
|
|
83
87
|
type: NumberConstructor;
|
|
84
88
|
default: number;
|
|
85
89
|
};
|
|
86
|
-
}>> & Readonly<{
|
|
90
|
+
}>> & Readonly<{
|
|
91
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
}>, {
|
|
87
93
|
props: {
|
|
88
94
|
readonly title: string;
|
|
89
95
|
readonly description: string;
|
|
@@ -135,7 +141,9 @@ declare const GRankingRb: ({
|
|
|
135
141
|
type: NumberConstructor;
|
|
136
142
|
default: number;
|
|
137
143
|
};
|
|
138
|
-
}>> & Readonly<{
|
|
144
|
+
}>> & Readonly<{
|
|
145
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
}>, {
|
|
139
147
|
props: {
|
|
140
148
|
readonly title: string;
|
|
141
149
|
readonly description: string;
|
|
@@ -146,7 +154,9 @@ declare const GRankingRb: ({
|
|
|
146
154
|
readonly rbColor: string;
|
|
147
155
|
};
|
|
148
156
|
getIsFinish(): boolean;
|
|
149
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
157
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
158
|
+
"row-click": (...args: any[]) => void;
|
|
159
|
+
}, string, {
|
|
150
160
|
title: string;
|
|
151
161
|
description: string;
|
|
152
162
|
dbOptions: Record<string, any>;
|
|
@@ -158,6 +168,9 @@ declare const GRankingRb: ({
|
|
|
158
168
|
$slots: Partial<Record<`default-${any}`, (_: {
|
|
159
169
|
row: any;
|
|
160
170
|
column: any;
|
|
171
|
+
}) => any>> & Partial<Record<`default-${any}`, (_: {
|
|
172
|
+
row: any;
|
|
173
|
+
column: any;
|
|
161
174
|
}) => any>> & {
|
|
162
175
|
empty?(_: {
|
|
163
176
|
class: string;
|
|
@@ -2,6 +2,9 @@ declare function __VLS_template(): {
|
|
|
2
2
|
slots: Partial<Record<`default-${any}`, (_: {
|
|
3
3
|
row: any;
|
|
4
4
|
column: any;
|
|
5
|
+
}) => any>> & Partial<Record<`default-${any}`, (_: {
|
|
6
|
+
row: any;
|
|
7
|
+
column: any;
|
|
5
8
|
}) => any>> & {
|
|
6
9
|
empty?(_: {
|
|
7
10
|
class: string;
|
|
@@ -51,7 +54,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
51
54
|
readonly rbColor: string;
|
|
52
55
|
};
|
|
53
56
|
getIsFinish(): boolean;
|
|
54
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
+
"row-click": (...args: any[]) => void;
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
55
60
|
dbOptions: {
|
|
56
61
|
type: ObjectConstructor;
|
|
57
62
|
default: {};
|
|
@@ -80,7 +85,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
80
85
|
type: NumberConstructor;
|
|
81
86
|
default: number;
|
|
82
87
|
};
|
|
83
|
-
}>> & Readonly<{
|
|
88
|
+
}>> & Readonly<{
|
|
89
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
}>, {
|
|
84
91
|
title: string;
|
|
85
92
|
description: string;
|
|
86
93
|
dbOptions: Record<string, any>;
|
|
@@ -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>;
|