g-ui-web 1.3.2 → 1.3.4

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.
@@ -28,7 +28,13 @@ declare const GRankingCup: ({
28
28
  type: StringConstructor;
29
29
  default: string;
30
30
  };
31
- }>> & Readonly<{}>, {
31
+ bracket: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>> & Readonly<{
36
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
37
+ }>, {
32
38
  props: {
33
39
  readonly title: string;
34
40
  readonly description: string;
@@ -37,9 +43,12 @@ declare const GRankingCup: ({
37
43
  readonly limit: number;
38
44
  readonly icons: unknown[];
39
45
  readonly rankingColors: unknown[];
46
+ readonly bracket: boolean;
40
47
  };
41
48
  getIsFinish(): boolean;
42
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
49
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
51
+ }, import('vue').PublicProps, {
43
52
  title: string;
44
53
  description: string;
45
54
  sort: string;
@@ -47,6 +56,7 @@ declare const GRankingCup: ({
47
56
  limit: number;
48
57
  icons: unknown[];
49
58
  rankingColors: unknown[];
59
+ bracket: boolean;
50
60
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
51
61
  P: {};
52
62
  B: {};
@@ -83,7 +93,13 @@ declare const GRankingCup: ({
83
93
  type: StringConstructor;
84
94
  default: string;
85
95
  };
86
- }>> & Readonly<{}>, {
96
+ bracket: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ }>> & Readonly<{
101
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
102
+ }>, {
87
103
  props: {
88
104
  readonly title: string;
89
105
  readonly description: string;
@@ -92,6 +108,7 @@ declare const GRankingCup: ({
92
108
  readonly limit: number;
93
109
  readonly icons: unknown[];
94
110
  readonly rankingColors: unknown[];
111
+ readonly bracket: boolean;
95
112
  };
96
113
  getIsFinish(): boolean;
97
114
  }, {}, {}, {}, {
@@ -102,6 +119,7 @@ declare const GRankingCup: ({
102
119
  limit: number;
103
120
  icons: unknown[];
104
121
  rankingColors: unknown[];
122
+ bracket: boolean;
105
123
  }>;
106
124
  __isFragment?: never;
107
125
  __isTeleport?: never;
@@ -135,7 +153,13 @@ declare const GRankingCup: ({
135
153
  type: StringConstructor;
136
154
  default: string;
137
155
  };
138
- }>> & Readonly<{}>, {
156
+ bracket: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ }>> & Readonly<{
161
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
162
+ }>, {
139
163
  props: {
140
164
  readonly title: string;
141
165
  readonly description: string;
@@ -144,9 +168,12 @@ declare const GRankingCup: ({
144
168
  readonly limit: number;
145
169
  readonly icons: unknown[];
146
170
  readonly rankingColors: unknown[];
171
+ readonly bracket: boolean;
147
172
  };
148
173
  getIsFinish(): boolean;
149
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
174
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
175
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
176
+ }, string, {
150
177
  title: string;
151
178
  description: string;
152
179
  sort: string;
@@ -154,6 +181,7 @@ declare const GRankingCup: ({
154
181
  limit: number;
155
182
  icons: unknown[];
156
183
  rankingColors: unknown[];
184
+ bracket: boolean;
157
185
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
158
186
  $slots: {
159
187
  empty?(_: {
@@ -37,6 +37,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
37
37
  type: StringConstructor;
38
38
  default: string;
39
39
  };
40
+ bracket: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
40
44
  }>, {
41
45
  props: {
42
46
  readonly title: string;
@@ -46,9 +50,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
46
50
  readonly limit: number;
47
51
  readonly icons: unknown[];
48
52
  readonly rankingColors: unknown[];
53
+ readonly bracket: boolean;
49
54
  };
50
55
  getIsFinish(): boolean;
51
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
56
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
+ itemClick: (data: any, index: number, type: "table" | "cup") => any;
58
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
52
59
  dbOptions: {
53
60
  type: ObjectConstructor;
54
61
  default: {};
@@ -77,7 +84,13 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
77
84
  type: StringConstructor;
78
85
  default: string;
79
86
  };
80
- }>> & Readonly<{}>, {
87
+ bracket: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ }>> & Readonly<{
92
+ onItemClick?: ((data: any, index: number, type: "table" | "cup") => any) | undefined;
93
+ }>, {
81
94
  title: string;
82
95
  description: string;
83
96
  sort: string;
@@ -85,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
85
98
  limit: number;
86
99
  icons: unknown[];
87
100
  rankingColors: unknown[];
101
+ bracket: boolean;
88
102
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
89
103
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
90
104
  export default _default;