g-ui-web 1.1.8 → 1.1.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.
@@ -137,7 +137,11 @@ declare const GRankingTable: ({
137
137
  icons: Record<string, any>;
138
138
  border: boolean;
139
139
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
140
- $slots: {
140
+ $slots: Partial<Record<`header-${any}`, (_: {
141
+ column: any;
142
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
143
+ row: any;
144
+ }) => any>> & {
141
145
  empty?(_: {
142
146
  class: string;
143
147
  }): any;
@@ -1,5 +1,9 @@
1
1
  declare function __VLS_template(): {
2
- slots: {
2
+ slots: Partial<Record<`header-${any}`, (_: {
3
+ column: any;
4
+ }) => any>> & Partial<Record<`default-${any}`, (_: {
5
+ row: any;
6
+ }) => any>> & {
3
7
  empty?(_: {
4
8
  class: string;
5
9
  }): any;