g-ui-web 1.1.26 → 1.1.28

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.
@@ -24,10 +24,15 @@ declare const GRankingCup: ({
24
24
  type: NumberConstructor;
25
25
  default: number;
26
26
  };
27
+ sort: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
27
31
  }>> & Readonly<{}>, {
28
32
  props: {
29
33
  readonly title: string;
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: unknown[];
@@ -37,6 +42,7 @@ declare const GRankingCup: ({
37
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
38
43
  title: string;
39
44
  description: string;
45
+ sort: string;
40
46
  dbOptions: Record<string, any>;
41
47
  limit: number;
42
48
  icons: unknown[];
@@ -73,10 +79,15 @@ declare const GRankingCup: ({
73
79
  type: NumberConstructor;
74
80
  default: number;
75
81
  };
82
+ sort: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
76
86
  }>> & Readonly<{}>, {
77
87
  props: {
78
88
  readonly title: string;
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: unknown[];
@@ -86,6 +97,7 @@ declare const GRankingCup: ({
86
97
  }, {}, {}, {}, {
87
98
  title: string;
88
99
  description: string;
100
+ sort: string;
89
101
  dbOptions: Record<string, any>;
90
102
  limit: number;
91
103
  icons: unknown[];
@@ -119,10 +131,15 @@ declare const GRankingCup: ({
119
131
  type: NumberConstructor;
120
132
  default: number;
121
133
  };
134
+ sort: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
122
138
  }>> & Readonly<{}>, {
123
139
  props: {
124
140
  readonly title: string;
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: unknown[];
@@ -132,6 +149,7 @@ declare const GRankingCup: ({
132
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
133
150
  title: string;
134
151
  description: string;
152
+ sort: string;
135
153
  dbOptions: Record<string, any>;
136
154
  limit: number;
137
155
  icons: unknown[];
@@ -33,10 +33,15 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
33
33
  type: NumberConstructor;
34
34
  default: number;
35
35
  };
36
+ sort: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
36
40
  }>, {
37
41
  props: {
38
42
  readonly title: string;
39
43
  readonly description: string;
44
+ readonly sort: string;
40
45
  readonly dbOptions: Record<string, any>;
41
46
  readonly limit: number;
42
47
  readonly icons: unknown[];
@@ -68,9 +73,14 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
68
73
  type: NumberConstructor;
69
74
  default: number;
70
75
  };
76
+ sort: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
71
80
  }>> & Readonly<{}>, {
72
81
  title: string;
73
82
  description: string;
83
+ sort: string;
74
84
  dbOptions: Record<string, any>;
75
85
  limit: number;
76
86
  icons: unknown[];