g-ui-web 1.1.28 → 1.1.30
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/compo-picker/index.d.ts +30 -0
- package/lib/compo-picker/src/index.vue.d.ts +9 -0
- package/lib/g-ui-web.js +11447 -11316
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +57 -57
- package/lib/ranking-list/index.d.ts +18 -0
- package/lib/ranking-list/src/index.vue.d.ts +10 -0
- package/lib/ranking-table/index.d.ts +18 -0
- package/lib/ranking-table/src/index.vue.d.ts +10 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
@@ -28,11 +28,16 @@ declare const GRankingList: ({
|
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
|
+
sort: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
}>> & Readonly<{}>, {
|
|
32
36
|
props: {
|
|
33
37
|
readonly icon: boolean;
|
|
34
38
|
readonly type: string;
|
|
35
39
|
readonly description: string;
|
|
40
|
+
readonly sort: string;
|
|
36
41
|
readonly dbOptions: Record<string, any>;
|
|
37
42
|
readonly limit: number;
|
|
38
43
|
readonly icons: Record<string, any>;
|
|
@@ -43,6 +48,7 @@ declare const GRankingList: ({
|
|
|
43
48
|
icon: boolean;
|
|
44
49
|
type: string;
|
|
45
50
|
description: string;
|
|
51
|
+
sort: string;
|
|
46
52
|
dbOptions: Record<string, any>;
|
|
47
53
|
limit: number;
|
|
48
54
|
icons: Record<string, any>;
|
|
@@ -83,11 +89,16 @@ declare const GRankingList: ({
|
|
|
83
89
|
type: StringConstructor;
|
|
84
90
|
default: string;
|
|
85
91
|
};
|
|
92
|
+
sort: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
86
96
|
}>> & Readonly<{}>, {
|
|
87
97
|
props: {
|
|
88
98
|
readonly icon: boolean;
|
|
89
99
|
readonly type: string;
|
|
90
100
|
readonly description: string;
|
|
101
|
+
readonly sort: string;
|
|
91
102
|
readonly dbOptions: Record<string, any>;
|
|
92
103
|
readonly limit: number;
|
|
93
104
|
readonly icons: Record<string, any>;
|
|
@@ -98,6 +109,7 @@ declare const GRankingList: ({
|
|
|
98
109
|
icon: boolean;
|
|
99
110
|
type: string;
|
|
100
111
|
description: string;
|
|
112
|
+
sort: string;
|
|
101
113
|
dbOptions: Record<string, any>;
|
|
102
114
|
limit: number;
|
|
103
115
|
icons: Record<string, any>;
|
|
@@ -135,11 +147,16 @@ declare const GRankingList: ({
|
|
|
135
147
|
type: StringConstructor;
|
|
136
148
|
default: string;
|
|
137
149
|
};
|
|
150
|
+
sort: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
138
154
|
}>> & Readonly<{}>, {
|
|
139
155
|
props: {
|
|
140
156
|
readonly icon: boolean;
|
|
141
157
|
readonly type: string;
|
|
142
158
|
readonly description: string;
|
|
159
|
+
readonly sort: string;
|
|
143
160
|
readonly dbOptions: Record<string, any>;
|
|
144
161
|
readonly limit: number;
|
|
145
162
|
readonly icons: Record<string, any>;
|
|
@@ -150,6 +167,7 @@ declare const GRankingList: ({
|
|
|
150
167
|
icon: boolean;
|
|
151
168
|
type: string;
|
|
152
169
|
description: string;
|
|
170
|
+
sort: string;
|
|
153
171
|
dbOptions: Record<string, any>;
|
|
154
172
|
limit: number;
|
|
155
173
|
icons: Record<string, any>;
|
|
@@ -45,11 +45,16 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
45
45
|
type: StringConstructor;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
|
+
sort: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
48
52
|
}>, {
|
|
49
53
|
props: {
|
|
50
54
|
readonly icon: boolean;
|
|
51
55
|
readonly type: string;
|
|
52
56
|
readonly description: string;
|
|
57
|
+
readonly sort: string;
|
|
53
58
|
readonly dbOptions: Record<string, any>;
|
|
54
59
|
readonly limit: number;
|
|
55
60
|
readonly icons: Record<string, any>;
|
|
@@ -85,10 +90,15 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
85
90
|
type: StringConstructor;
|
|
86
91
|
default: string;
|
|
87
92
|
};
|
|
93
|
+
sort: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
88
97
|
}>> & Readonly<{}>, {
|
|
89
98
|
icon: boolean;
|
|
90
99
|
type: string;
|
|
91
100
|
description: string;
|
|
101
|
+
sort: string;
|
|
92
102
|
dbOptions: Record<string, any>;
|
|
93
103
|
limit: number;
|
|
94
104
|
icons: Record<string, any>;
|
|
@@ -24,10 +24,15 @@ declare const GRankingTable: ({
|
|
|
24
24
|
type: ObjectConstructor;
|
|
25
25
|
default: {};
|
|
26
26
|
};
|
|
27
|
+
sort: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
27
31
|
}>> & Readonly<{}>, {
|
|
28
32
|
props: {
|
|
29
33
|
readonly icon: boolean;
|
|
30
34
|
readonly description: string;
|
|
35
|
+
readonly sort: string;
|
|
31
36
|
readonly dbOptions: Record<string, any>;
|
|
32
37
|
readonly limit: number;
|
|
33
38
|
readonly icons: Record<string, any>;
|
|
@@ -37,6 +42,7 @@ declare const GRankingTable: ({
|
|
|
37
42
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
38
43
|
icon: boolean;
|
|
39
44
|
description: string;
|
|
45
|
+
sort: string;
|
|
40
46
|
dbOptions: Record<string, any>;
|
|
41
47
|
limit: number;
|
|
42
48
|
icons: Record<string, any>;
|
|
@@ -73,10 +79,15 @@ declare const GRankingTable: ({
|
|
|
73
79
|
type: ObjectConstructor;
|
|
74
80
|
default: {};
|
|
75
81
|
};
|
|
82
|
+
sort: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
76
86
|
}>> & Readonly<{}>, {
|
|
77
87
|
props: {
|
|
78
88
|
readonly icon: boolean;
|
|
79
89
|
readonly description: string;
|
|
90
|
+
readonly sort: string;
|
|
80
91
|
readonly dbOptions: Record<string, any>;
|
|
81
92
|
readonly limit: number;
|
|
82
93
|
readonly icons: Record<string, any>;
|
|
@@ -86,6 +97,7 @@ declare const GRankingTable: ({
|
|
|
86
97
|
}, {}, {}, {}, {
|
|
87
98
|
icon: boolean;
|
|
88
99
|
description: string;
|
|
100
|
+
sort: string;
|
|
89
101
|
dbOptions: Record<string, any>;
|
|
90
102
|
limit: number;
|
|
91
103
|
icons: Record<string, any>;
|
|
@@ -119,10 +131,15 @@ declare const GRankingTable: ({
|
|
|
119
131
|
type: ObjectConstructor;
|
|
120
132
|
default: {};
|
|
121
133
|
};
|
|
134
|
+
sort: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
122
138
|
}>> & Readonly<{}>, {
|
|
123
139
|
props: {
|
|
124
140
|
readonly icon: boolean;
|
|
125
141
|
readonly description: string;
|
|
142
|
+
readonly sort: string;
|
|
126
143
|
readonly dbOptions: Record<string, any>;
|
|
127
144
|
readonly limit: number;
|
|
128
145
|
readonly icons: Record<string, any>;
|
|
@@ -132,6 +149,7 @@ declare const GRankingTable: ({
|
|
|
132
149
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
133
150
|
icon: boolean;
|
|
134
151
|
description: string;
|
|
152
|
+
sort: string;
|
|
135
153
|
dbOptions: Record<string, any>;
|
|
136
154
|
limit: number;
|
|
137
155
|
icons: Record<string, any>;
|
|
@@ -39,10 +39,15 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
39
39
|
type: ObjectConstructor;
|
|
40
40
|
default: {};
|
|
41
41
|
};
|
|
42
|
+
sort: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
42
46
|
}>, {
|
|
43
47
|
props: {
|
|
44
48
|
readonly icon: boolean;
|
|
45
49
|
readonly description: string;
|
|
50
|
+
readonly sort: string;
|
|
46
51
|
readonly dbOptions: Record<string, any>;
|
|
47
52
|
readonly limit: number;
|
|
48
53
|
readonly icons: Record<string, any>;
|
|
@@ -74,9 +79,14 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
74
79
|
type: ObjectConstructor;
|
|
75
80
|
default: {};
|
|
76
81
|
};
|
|
82
|
+
sort: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
77
86
|
}>> & Readonly<{}>, {
|
|
78
87
|
icon: boolean;
|
|
79
88
|
description: string;
|
|
89
|
+
sort: string;
|
|
80
90
|
dbOptions: Record<string, any>;
|
|
81
91
|
limit: number;
|
|
82
92
|
icons: Record<string, any>;
|