g-ui-web 1.1.11 → 1.1.13

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.
@@ -155,7 +155,10 @@ declare const GRankingRb: ({
155
155
  orderType: string;
156
156
  rbColor: string;
157
157
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
158
- $slots: {
158
+ $slots: Partial<Record<`default-${any}`, (_: {
159
+ row: any;
160
+ column: any;
161
+ }) => any>> & {
159
162
  empty?(_: {
160
163
  class: string;
161
164
  }): any;
@@ -1,5 +1,8 @@
1
1
  declare function __VLS_template(): {
2
- slots: {
2
+ slots: Partial<Record<`default-${any}`, (_: {
3
+ row: any;
4
+ column: any;
5
+ }) => any>> & {
3
6
  empty?(_: {
4
7
  class: string;
5
8
  }): any;