|
1 |
| -import { FieldValue } from '../src/types'; |
2 |
| -declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ |
3 |
| - modelValue: globalThis.PropType<FieldValue>; |
4 |
| - error: { |
5 |
| - type: globalThis.PropType<boolean>; |
6 |
| - }; |
7 |
| - name: { |
8 |
| - type: globalThis.PropType<string>; |
9 |
| - default: string; |
10 |
| - }; |
11 |
| - color: { |
12 |
| - type: globalThis.PropType<string>; |
13 |
| - default: string; |
14 |
| - }; |
15 |
| - label: { |
16 |
| - type: globalThis.PropType<string>; |
17 |
| - default: string; |
18 |
| - }; |
19 |
| - disabled: { |
20 |
| - type: globalThis.PropType<boolean>; |
21 |
| - default: boolean; |
22 |
| - }; |
23 |
| - density: { |
24 |
| - type: globalThis.PropType<"default" | "comfortable" | "compact" | null>; |
25 |
| - default: "compact"; |
26 |
| - }; |
27 |
| - falseIcon: { |
28 |
| - type: globalThis.PropType<string>; |
29 |
| - default: undefined; |
30 |
| - }; |
31 |
| - trueIcon: { |
32 |
| - type: globalThis.PropType<string>; |
33 |
| - default: undefined; |
34 |
| - }; |
35 |
| - trueValue: { |
36 |
| - type: globalThis.PropType<string | boolean>; |
37 |
| - default: boolean; |
38 |
| - }; |
39 |
| - falseValue: { |
40 |
| - type: globalThis.PropType<string | boolean>; |
41 |
| - default: boolean; |
42 |
| - }; |
43 |
| - hideDetails: { |
44 |
| - type: globalThis.PropType<boolean>; |
45 |
| - default: boolean; |
46 |
| - }; |
47 |
| - loading: { |
48 |
| - type: globalThis.PropType<boolean>; |
49 |
| - default: boolean; |
50 |
| - }; |
51 |
| - item: { |
52 |
| - type: globalThis.PropType<Record<string, unknown>>; |
53 |
| - }; |
54 |
| - underlined: { |
55 |
| - type: globalThis.PropType<boolean>; |
56 |
| - default: boolean; |
57 |
| - }; |
58 |
| - required: { |
59 |
| - type: globalThis.PropType<boolean>; |
60 |
| - }; |
61 |
| - alignItems: { |
62 |
| - type: globalThis.PropType<import('../src/types').AlignItems>; |
63 |
| - default: "center"; |
64 |
| - }; |
65 |
| - cancelButtonColor: { |
66 |
| - type: globalThis.PropType<string>; |
67 |
| - default: string; |
68 |
| - }; |
69 |
| - cancelButtonSize: { |
70 |
| - type: globalThis.PropType<string | number>; |
71 |
| - default: string; |
72 |
| - }; |
73 |
| - cancelButtonTitle: { |
74 |
| - type: globalThis.PropType<string>; |
75 |
| - default: string; |
76 |
| - }; |
77 |
| - cancelButtonVariant: { |
78 |
| - type: globalThis.PropType<NonNullable<"flat" | "outlined" | "plain" | "text" | "elevated" | "tonal">>; |
79 |
| - default: "tonal"; |
80 |
| - }; |
81 |
| - cancelIcon: { |
82 |
| - type: globalThis.PropType<string>; |
83 |
| - default: undefined; |
84 |
| - }; |
85 |
| - cancelIconColor: { |
86 |
| - type: globalThis.PropType<string>; |
87 |
| - default: string; |
88 |
| - }; |
89 |
| - closeSiblings: { |
90 |
| - type: globalThis.PropType<boolean>; |
91 |
| - default: boolean; |
92 |
| - }; |
93 |
| - emptyText: { |
94 |
| - type: globalThis.PropType<string>; |
95 |
| - default: string; |
96 |
| - }; |
97 |
| - fieldOnly: { |
98 |
| - type: globalThis.PropType<boolean>; |
99 |
| - default: boolean; |
100 |
| - }; |
101 |
| - iconFalse: { |
102 |
| - type: globalThis.PropType<string>; |
103 |
| - default: undefined; |
104 |
| - }; |
105 |
| - iconFalseColor: { |
106 |
| - type: globalThis.PropType<string>; |
107 |
| - default: string; |
108 |
| - }; |
109 |
| - iconFalseTitle: { |
110 |
| - type: globalThis.PropType<string>; |
111 |
| - default: string; |
112 |
| - }; |
113 |
| - iconTrue: { |
114 |
| - type: globalThis.PropType<string>; |
115 |
| - default: undefined; |
116 |
| - }; |
117 |
| - iconTrueColor: { |
118 |
| - type: globalThis.PropType<string>; |
119 |
| - default: string; |
120 |
| - }; |
121 |
| - iconTrueTitle: { |
122 |
| - type: globalThis.PropType<string>; |
123 |
| - default: string; |
124 |
| - }; |
125 |
| - icons: { |
126 |
| - type: globalThis.PropType<boolean>; |
127 |
| - default: boolean; |
128 |
| - }; |
129 |
| - loadingWait: { |
130 |
| - type: globalThis.PropType<boolean>; |
131 |
| - default: boolean; |
132 |
| - }; |
133 |
| - tableField: { |
134 |
| - type: globalThis.PropType<boolean>; |
135 |
| - default: boolean; |
136 |
| - }; |
137 |
| - underlineColor: { |
138 |
| - type: globalThis.PropType<string>; |
139 |
| - default: string; |
140 |
| - }; |
141 |
| - underlineStyle: { |
142 |
| - type: globalThis.PropType<string>; |
143 |
| - default: string; |
144 |
| - }; |
145 |
| - underlineWidth: { |
146 |
| - type: globalThis.PropType<string>; |
147 |
| - default: string; |
148 |
| - }; |
149 |
| - valueColor: { |
150 |
| - type: globalThis.PropType<string>; |
151 |
| - default: string; |
152 |
| - }; |
153 |
| -}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ |
154 |
| - modelValue: globalThis.PropType<FieldValue>; |
155 |
| - error: { |
156 |
| - type: globalThis.PropType<boolean>; |
157 |
| - }; |
158 |
| - name: { |
159 |
| - type: globalThis.PropType<string>; |
160 |
| - default: string; |
161 |
| - }; |
162 |
| - color: { |
163 |
| - type: globalThis.PropType<string>; |
164 |
| - default: string; |
165 |
| - }; |
166 |
| - label: { |
167 |
| - type: globalThis.PropType<string>; |
168 |
| - default: string; |
169 |
| - }; |
170 |
| - disabled: { |
171 |
| - type: globalThis.PropType<boolean>; |
172 |
| - default: boolean; |
173 |
| - }; |
174 |
| - density: { |
175 |
| - type: globalThis.PropType<"default" | "comfortable" | "compact" | null>; |
176 |
| - default: "compact"; |
177 |
| - }; |
178 |
| - falseIcon: { |
179 |
| - type: globalThis.PropType<string>; |
180 |
| - default: undefined; |
181 |
| - }; |
182 |
| - trueIcon: { |
183 |
| - type: globalThis.PropType<string>; |
184 |
| - default: undefined; |
185 |
| - }; |
186 |
| - trueValue: { |
187 |
| - type: globalThis.PropType<string | boolean>; |
188 |
| - default: boolean; |
189 |
| - }; |
190 |
| - falseValue: { |
191 |
| - type: globalThis.PropType<string | boolean>; |
192 |
| - default: boolean; |
193 |
| - }; |
194 |
| - hideDetails: { |
195 |
| - type: globalThis.PropType<boolean>; |
196 |
| - default: boolean; |
197 |
| - }; |
198 |
| - loading: { |
199 |
| - type: globalThis.PropType<boolean>; |
200 |
| - default: boolean; |
201 |
| - }; |
202 |
| - item: { |
203 |
| - type: globalThis.PropType<Record<string, unknown>>; |
204 |
| - }; |
205 |
| - underlined: { |
206 |
| - type: globalThis.PropType<boolean>; |
207 |
| - default: boolean; |
208 |
| - }; |
209 |
| - required: { |
210 |
| - type: globalThis.PropType<boolean>; |
211 |
| - }; |
212 |
| - alignItems: { |
213 |
| - type: globalThis.PropType<import('../src/types').AlignItems>; |
214 |
| - default: "center"; |
215 |
| - }; |
216 |
| - cancelButtonColor: { |
217 |
| - type: globalThis.PropType<string>; |
218 |
| - default: string; |
219 |
| - }; |
220 |
| - cancelButtonSize: { |
221 |
| - type: globalThis.PropType<string | number>; |
222 |
| - default: string; |
223 |
| - }; |
224 |
| - cancelButtonTitle: { |
225 |
| - type: globalThis.PropType<string>; |
226 |
| - default: string; |
227 |
| - }; |
228 |
| - cancelButtonVariant: { |
229 |
| - type: globalThis.PropType<NonNullable<"flat" | "outlined" | "plain" | "text" | "elevated" | "tonal">>; |
230 |
| - default: "tonal"; |
231 |
| - }; |
232 |
| - cancelIcon: { |
233 |
| - type: globalThis.PropType<string>; |
234 |
| - default: undefined; |
235 |
| - }; |
236 |
| - cancelIconColor: { |
237 |
| - type: globalThis.PropType<string>; |
238 |
| - default: string; |
239 |
| - }; |
240 |
| - closeSiblings: { |
241 |
| - type: globalThis.PropType<boolean>; |
242 |
| - default: boolean; |
243 |
| - }; |
244 |
| - emptyText: { |
245 |
| - type: globalThis.PropType<string>; |
246 |
| - default: string; |
247 |
| - }; |
248 |
| - fieldOnly: { |
249 |
| - type: globalThis.PropType<boolean>; |
250 |
| - default: boolean; |
251 |
| - }; |
252 |
| - iconFalse: { |
253 |
| - type: globalThis.PropType<string>; |
254 |
| - default: undefined; |
255 |
| - }; |
256 |
| - iconFalseColor: { |
257 |
| - type: globalThis.PropType<string>; |
258 |
| - default: string; |
259 |
| - }; |
260 |
| - iconFalseTitle: { |
261 |
| - type: globalThis.PropType<string>; |
262 |
| - default: string; |
263 |
| - }; |
264 |
| - iconTrue: { |
265 |
| - type: globalThis.PropType<string>; |
266 |
| - default: undefined; |
267 |
| - }; |
268 |
| - iconTrueColor: { |
269 |
| - type: globalThis.PropType<string>; |
270 |
| - default: string; |
271 |
| - }; |
272 |
| - iconTrueTitle: { |
273 |
| - type: globalThis.PropType<string>; |
274 |
| - default: string; |
275 |
| - }; |
276 |
| - icons: { |
277 |
| - type: globalThis.PropType<boolean>; |
278 |
| - default: boolean; |
279 |
| - }; |
280 |
| - loadingWait: { |
281 |
| - type: globalThis.PropType<boolean>; |
282 |
| - default: boolean; |
283 |
| - }; |
284 |
| - tableField: { |
285 |
| - type: globalThis.PropType<boolean>; |
286 |
| - default: boolean; |
287 |
| - }; |
288 |
| - underlineColor: { |
289 |
| - type: globalThis.PropType<string>; |
290 |
| - default: string; |
291 |
| - }; |
292 |
| - underlineStyle: { |
293 |
| - type: globalThis.PropType<string>; |
294 |
| - default: string; |
295 |
| - }; |
296 |
| - underlineWidth: { |
297 |
| - type: globalThis.PropType<string>; |
298 |
| - default: string; |
299 |
| - }; |
300 |
| - valueColor: { |
301 |
| - type: globalThis.PropType<string>; |
302 |
| - default: string; |
303 |
| - }; |
304 |
| -}>> & { |
| 1 | +declare const _sfc_main: import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & { |
305 | 2 | [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
306 |
| -}, { |
307 |
| - name: string; |
308 |
| - color: string; |
309 |
| - label: string; |
310 |
| - disabled: boolean; |
311 |
| - density: "default" | "comfortable" | "compact" | null; |
312 |
| - falseIcon: string; |
313 |
| - trueIcon: string; |
314 |
| - trueValue: string | boolean; |
315 |
| - falseValue: string | boolean; |
316 |
| - hideDetails: boolean; |
317 |
| - loading: boolean; |
318 |
| - underlined: boolean; |
319 |
| - alignItems: import('../src/types').AlignItems; |
320 |
| - cancelButtonColor: string; |
321 |
| - cancelButtonSize: string | number; |
322 |
| - cancelButtonTitle: string; |
323 |
| - cancelButtonVariant: NonNullable<"flat" | "outlined" | "plain" | "text" | "elevated" | "tonal">; |
324 |
| - cancelIcon: string; |
325 |
| - cancelIconColor: string; |
326 |
| - closeSiblings: boolean; |
327 |
| - emptyText: string; |
328 |
| - fieldOnly: boolean; |
329 |
| - iconFalse: string; |
330 |
| - iconFalseColor: string; |
331 |
| - iconFalseTitle: string; |
332 |
| - iconTrue: string; |
333 |
| - iconTrueColor: string; |
334 |
| - iconTrueTitle: string; |
335 |
| - icons: boolean; |
336 |
| - loadingWait: boolean; |
337 |
| - tableField: boolean; |
338 |
| - underlineColor: string; |
339 |
| - underlineStyle: string; |
340 |
| - underlineWidth: string; |
341 |
| - valueColor: string; |
342 |
| -}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>; |
343 |
| -export default _default; |
344 |
| -type __VLS_WithTemplateSlots<T, S> = T & { |
345 |
| - new (): { |
346 |
| - $slots: S; |
347 |
| - }; |
348 |
| -}; |
| 3 | +}, {} | { |
| 4 | + [x: string]: any; |
| 5 | +}, {}>; |
| 6 | +export default _sfc_main; |
0 commit comments