g-ui-web 1.1.13 → 1.1.14

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,10 +155,7 @@ 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: Partial<Record<`default-${any}`, (_: {
159
- row: any;
160
- column: any;
161
- }) => any>> & {
158
+ $slots: {
162
159
  empty?(_: {
163
160
  class: string;
164
161
  }): any;
@@ -1,8 +1,5 @@
1
1
  declare function __VLS_template(): {
2
- slots: Partial<Record<`default-${any}`, (_: {
3
- row: any;
4
- column: any;
5
- }) => any>> & {
2
+ slots: {
6
3
  empty?(_: {
7
4
  class: string;
8
5
  }): any;