g-ui-web 0.11.9 → 0.11.10
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/global.d.ts +4 -1
- package/lib/ele/drawer/index.d.ts +16 -0
- package/lib/ele/drawer/src/index.vue.d.ts +14 -0
- package/lib/ele/menu/index.d.ts +16 -0
- package/lib/ele/menu/src/index.vue.d.ts +14 -0
- package/lib/ele/menu-item/index.d.ts +18 -0
- package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
- package/lib/ele/menu-item-group/index.d.ts +16 -0
- package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
- package/lib/ele/sub-menu/index.d.ts +18 -0
- package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
- package/lib/ele/table/src/index.vue.d.ts +1 -1
- package/lib/g-ui-web.js +16993 -16848
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +69 -63
- package/lib/ranking-cup/index.d.ts +6 -6
- package/lib/ranking-cup/src/index.vue.d.ts +2 -2
- package/lib/ranking-rb/index.d.ts +6 -6
- package/lib/ranking-rb/src/index.vue.d.ts +2 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/utils/loading/index.d.ts +2 -2
- package/lib/utils/theme/config/black-gold.d.ts +1 -0
- package/lib/utils/theme/config/white-blue.d.ts +1 -0
- package/lib/utils/theme/config/white-green.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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[];
|