g-ui-web 1.1.31 → 1.1.33

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,6 @@ declare const GRankingList: ({
24
24
  type: ObjectConstructor;
25
25
  default: {};
26
26
  };
27
- lineClass: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
27
  sort: {
32
28
  type: StringConstructor;
33
29
  default: string;
@@ -41,7 +37,6 @@ declare const GRankingList: ({
41
37
  readonly dbOptions: Record<string, any>;
42
38
  readonly limit: number;
43
39
  readonly icons: Record<string, any>;
44
- readonly lineClass: string;
45
40
  };
46
41
  rankingListRef: globalThis.Ref<null, null>;
47
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
@@ -52,7 +47,6 @@ declare const GRankingList: ({
52
47
  dbOptions: Record<string, any>;
53
48
  limit: number;
54
49
  icons: Record<string, any>;
55
- lineClass: string;
56
50
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
57
51
  P: {};
58
52
  B: {};
@@ -85,10 +79,6 @@ declare const GRankingList: ({
85
79
  type: ObjectConstructor;
86
80
  default: {};
87
81
  };
88
- lineClass: {
89
- type: StringConstructor;
90
- default: string;
91
- };
92
82
  sort: {
93
83
  type: StringConstructor;
94
84
  default: string;
@@ -102,7 +92,6 @@ declare const GRankingList: ({
102
92
  readonly dbOptions: Record<string, any>;
103
93
  readonly limit: number;
104
94
  readonly icons: Record<string, any>;
105
- readonly lineClass: string;
106
95
  };
107
96
  rankingListRef: globalThis.Ref<null, null>;
108
97
  }, {}, {}, {}, {
@@ -113,7 +102,6 @@ declare const GRankingList: ({
113
102
  dbOptions: Record<string, any>;
114
103
  limit: number;
115
104
  icons: Record<string, any>;
116
- lineClass: string;
117
105
  }>;
118
106
  __isFragment?: never;
119
107
  __isTeleport?: never;
@@ -143,10 +131,6 @@ declare const GRankingList: ({
143
131
  type: ObjectConstructor;
144
132
  default: {};
145
133
  };
146
- lineClass: {
147
- type: StringConstructor;
148
- default: string;
149
- };
150
134
  sort: {
151
135
  type: StringConstructor;
152
136
  default: string;
@@ -160,7 +144,6 @@ declare const GRankingList: ({
160
144
  readonly dbOptions: Record<string, any>;
161
145
  readonly limit: number;
162
146
  readonly icons: Record<string, any>;
163
- readonly lineClass: string;
164
147
  };
165
148
  rankingListRef: globalThis.Ref<null, null>;
166
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
@@ -171,7 +154,6 @@ declare const GRankingList: ({
171
154
  dbOptions: Record<string, any>;
172
155
  limit: number;
173
156
  icons: Record<string, any>;
174
- lineClass: string;
175
157
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
176
158
  $slots: {
177
159
  label?(_: {
@@ -41,10 +41,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
41
41
  type: ObjectConstructor;
42
42
  default: {};
43
43
  };
44
- lineClass: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
44
  sort: {
49
45
  type: StringConstructor;
50
46
  default: string;
@@ -58,7 +54,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
58
54
  readonly dbOptions: Record<string, any>;
59
55
  readonly limit: number;
60
56
  readonly icons: Record<string, any>;
61
- readonly lineClass: string;
62
57
  };
63
58
  rankingListRef: globalThis.Ref<null, null>;
64
59
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -86,10 +81,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
86
81
  type: ObjectConstructor;
87
82
  default: {};
88
83
  };
89
- lineClass: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
84
  sort: {
94
85
  type: StringConstructor;
95
86
  default: string;
@@ -102,7 +93,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
102
93
  dbOptions: Record<string, any>;
103
94
  limit: number;
104
95
  icons: Record<string, any>;
105
- lineClass: string;
106
96
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
107
97
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
108
98
  export default _default;