@aleph-alpha/ui-library 1.4.0 → 1.6.0

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.
@@ -19,7 +19,15 @@ import { ReuseTemplateComponent } from '@vueuse/core';
19
19
  import { Row } from '@tanstack/vue-table';
20
20
  import { ShallowUnwrapRef } from 'vue';
21
21
  import { Table } from '@tanstack/vue-table';
22
+ import { TabsContentProps } from 'reka-ui';
23
+ import { TabsListProps } from 'reka-ui';
24
+ import { TabsRootProps } from 'reka-ui';
25
+ import { TabsTriggerProps } from 'reka-ui';
22
26
  import { today } from '@internationalized/date';
27
+ import { TooltipContentProps } from 'reka-ui';
28
+ import { TooltipProviderProps } from 'reka-ui';
29
+ import { TooltipRootProps } from 'reka-ui';
30
+ import { TooltipTriggerProps } from 'reka-ui';
23
31
  import { default as UiDataTableColumnHeader } from './UiDataTableColumnHeader.vue';
24
32
  import { default as UiDataTablePagination } from './UiDataTablePagination.vue';
25
33
  import { default as UiDataTableToolbar } from './UiDataTableToolbar.vue';
@@ -199,9 +207,33 @@ disabled: boolean;
199
207
  loading: boolean;
200
208
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
201
209
 
202
- declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
210
+ declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
211
+ "update:open": (value: boolean) => any;
212
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
213
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
214
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
215
+
216
+ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
217
+ "update:modelValue": (value: boolean) => any;
218
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
219
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
220
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
221
+
222
+ declare const __VLS_component_40: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
223
+
224
+ declare const __VLS_component_41: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
225
+ escapeKeyDown: (event: KeyboardEvent) => any;
226
+ }, string, PublicProps, Readonly<UiPopoverContentProps> & Readonly<{
227
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
228
+ }>, {
229
+ side: UiPopoverSide;
230
+ sideOffset: number;
231
+ align: UiPopoverAlign;
232
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
233
+
234
+ declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
203
235
  "update:modelValue": (value: string) => any;
204
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
236
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
205
237
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
206
238
  }>, {
207
239
  class: HTMLAttributes["class"];
@@ -213,43 +245,137 @@ dir: UiRadioGroupDirection;
213
245
  loop: boolean;
214
246
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
215
247
 
216
- declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
217
- "update:modelValue": (value: boolean) => any;
218
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
219
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
220
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
248
+ declare const __VLS_component_43: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
249
+ "update:open": (value: boolean) => any;
250
+ "update:modelValue": (value: string) => any;
251
+ }, string, PublicProps, Readonly<UiSelectProps> & Readonly<{
252
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
253
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
254
+ }>, {
255
+ name: string;
256
+ required: boolean;
257
+ disabled: boolean;
258
+ defaultOpen: boolean;
259
+ open: boolean;
260
+ dir: "ltr" | "rtl";
261
+ modelValue: string;
262
+ defaultValue: string;
263
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
264
+
265
+ declare const __VLS_component_44: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
266
+ class: HTMLAttributes["class"];
267
+ size: "default" | "sm";
268
+ ariaLabel: string;
269
+ disabled: boolean;
270
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
271
+
272
+ declare const __VLS_component_45: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
273
+ escapeKeyDown: (event: KeyboardEvent) => any;
274
+ pointerDownOutside: (event: Event) => any;
275
+ }, string, PublicProps, Readonly<UiSelectContentProps> & Readonly<{
276
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
277
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
278
+ }>, {
279
+ class: HTMLAttributes["class"];
280
+ side: "top" | "right" | "bottom" | "left";
281
+ sideOffset: number;
282
+ align: "start" | "center" | "end";
283
+ position: "item-aligned" | "popper";
284
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
285
+
286
+ declare const __VLS_component_46: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
287
+ class: HTMLAttributes["class"];
288
+ disabled: boolean;
289
+ textValue: string;
290
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
291
+
292
+ declare const __VLS_component_47: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
293
+ class: HTMLAttributes["class"];
294
+ placeholder: string;
295
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
296
+
297
+ declare const __VLS_component_48: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
298
+ class: HTMLAttributes["class"];
299
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
300
+
301
+ declare const __VLS_component_49: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
302
+ class: HTMLAttributes["class"];
303
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
221
304
 
222
- declare const __VLS_component_40: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
305
+ declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
306
+
307
+ declare const __VLS_component_50: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
223
308
 
224
- declare const __VLS_component_41: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
309
+ declare const __VLS_component_51: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
225
310
 
226
- declare const __VLS_component_42: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
311
+ declare const __VLS_component_52: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
227
312
 
228
- declare const __VLS_component_43: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
313
+ declare const __VLS_component_53: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
229
314
 
230
- declare const __VLS_component_44: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
315
+ declare const __VLS_component_54: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
231
316
  selected: boolean;
232
317
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
233
318
 
234
- declare const __VLS_component_45: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
319
+ declare const __VLS_component_55: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
235
320
  scope: "col" | "row" | "colgroup" | "rowgroup";
236
321
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
237
322
 
238
- declare const __VLS_component_46: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
323
+ declare const __VLS_component_56: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
239
324
 
240
- declare const __VLS_component_47: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
325
+ declare const __VLS_component_57: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
241
326
 
242
- declare const __VLS_component_48: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
327
+ declare const __VLS_component_58: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
243
328
  colspan: number;
244
329
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
245
330
 
246
- declare const __VLS_component_49: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
331
+ declare const __VLS_component_59: DefineComponent<UiTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
332
+ "update:modelValue": (value: string) => any;
333
+ }, string, PublicProps, Readonly<UiTabsProps> & Readonly<{
334
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
335
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
336
+
337
+ declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
338
+
339
+ declare const __VLS_component_60: DefineComponent<UiTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
340
+
341
+ declare const __VLS_component_61: DefineComponent<UiTabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
342
+
343
+ declare const __VLS_component_62: DefineComponent<UiTabsContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
344
+
345
+ declare const __VLS_component_63: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
346
+ "update:open": (value: boolean) => any;
347
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
348
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
349
+ }>, {
350
+ class: string;
351
+ disabled: boolean;
352
+ side: UiTooltipSides;
353
+ sideOffset: number;
354
+ align: UiTooltipAlign;
355
+ delayDuration: number;
356
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
357
+
358
+ declare const __VLS_component_64: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
247
359
  as: AsTag | Component;
248
360
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
249
361
 
250
- declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
362
+ declare const __VLS_component_65: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
363
+ "update:modelValue": (payload: string | number) => any;
364
+ }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
365
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
366
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
251
367
 
252
- declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
368
+ declare const __VLS_component_66: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
369
+
370
+ declare const __VLS_component_67: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
371
+
372
+ declare const __VLS_component_68: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
373
+
374
+ declare const __VLS_component_69: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
375
+ "update:open": (value: boolean) => any;
376
+ }, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
377
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
378
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
253
379
 
254
380
  declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
255
381
  openAutoFocus: (event: Event) => any;
@@ -267,6 +393,20 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
267
393
  onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
268
394
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
269
395
 
396
+ declare const __VLS_component_70: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
397
+ escapeKeyDown: (event: KeyboardEvent) => any;
398
+ pointerDownOutside: (event: Event) => any;
399
+ }, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
400
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
401
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
402
+ }>, {
403
+ sideOffset: number;
404
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
405
+
406
+ declare const __VLS_component_71: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
407
+
408
+ declare const __VLS_component_72: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
409
+
270
410
  declare const __VLS_component_8: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
271
411
 
272
412
  declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -277,24 +417,52 @@ declare type __VLS_PrettifyLocal<T> = {
277
417
 
278
418
  declare type __VLS_Props = UiCalendarProps;
279
419
 
420
+ declare type __VLS_Props_10 = TabsRootProps & {
421
+ class?: HTMLAttributes['class'];
422
+ };
423
+
424
+ declare type __VLS_Props_11 = TabsContentProps & {
425
+ class?: HTMLAttributes['class'];
426
+ };
427
+
428
+ declare type __VLS_Props_12 = TabsListProps & {
429
+ class?: HTMLAttributes['class'];
430
+ };
431
+
432
+ declare type __VLS_Props_13 = TabsTriggerProps & {
433
+ class?: HTMLAttributes['class'];
434
+ };
435
+
436
+ declare type __VLS_Props_14 = TooltipContentProps & {
437
+ class?: HTMLAttributes['class'];
438
+ };
439
+
280
440
  declare type __VLS_Props_2 = UiCheckboxProps;
281
441
 
282
442
  declare type __VLS_Props_3 = UiInputProps;
283
443
 
284
- declare type __VLS_Props_4 = UiProgressProps;
444
+ declare type __VLS_Props_4 = UiPopoverProps;
285
445
 
286
- declare type __VLS_Props_5 = UiRadioGroupProps & {
446
+ declare type __VLS_Props_5 = UiProgressProps;
447
+
448
+ declare type __VLS_Props_6 = UiRadioGroupProps & {
287
449
  class?: HTMLAttributes['class'];
288
450
  };
289
451
 
290
- declare type __VLS_Props_6 = UiSwitchProps;
452
+ declare type __VLS_Props_7 = UiSwitchProps;
453
+
454
+ declare type __VLS_Props_8 = UiTextareaProps;
291
455
 
292
- declare type __VLS_Props_7 = UiTextareaProps;
456
+ declare type __VLS_Props_9 = UiTooltipProps;
293
457
 
294
458
  declare type __VLS_PublicProps = {
295
459
  modelValue?: boolean;
296
460
  };
297
461
 
462
+ declare type __VLS_PublicProps_10 = {
463
+ 'open'?: boolean;
464
+ } & __VLS_Props_9;
465
+
298
466
  declare type __VLS_PublicProps_2 = {
299
467
  modelValue?: UiCalendarProps['modelValue'];
300
468
  'placeholder'?: UiCalendarProps['placeholder'];
@@ -309,21 +477,25 @@ declare type __VLS_PublicProps_4 = {
309
477
  } & __VLS_Props_3;
310
478
 
311
479
  declare type __VLS_PublicProps_5 = {
312
- modelValue?: number;
480
+ 'open'?: boolean;
313
481
  } & __VLS_Props_4;
314
482
 
315
483
  declare type __VLS_PublicProps_6 = {
316
- modelValue?: string;
484
+ modelValue?: number;
317
485
  } & __VLS_Props_5;
318
486
 
319
487
  declare type __VLS_PublicProps_7 = {
320
- modelValue?: boolean;
488
+ modelValue?: string;
321
489
  } & __VLS_Props_6;
322
490
 
323
491
  declare type __VLS_PublicProps_8 = {
324
- modelValue?: string;
492
+ modelValue?: boolean;
325
493
  } & __VLS_Props_7;
326
494
 
495
+ declare type __VLS_PublicProps_9 = {
496
+ modelValue?: string;
497
+ } & __VLS_Props_8;
498
+
327
499
  declare function __VLS_template(): {
328
500
  attrs: Partial<{}>;
329
501
  slots: {
@@ -648,7 +820,7 @@ declare function __VLS_template_40(): {
648
820
  default?(_: {}): any;
649
821
  };
650
822
  refs: {};
651
- rootEl: HTMLDivElement;
823
+ rootEl: any;
652
824
  };
653
825
 
654
826
  declare function __VLS_template_41(): {
@@ -657,7 +829,7 @@ declare function __VLS_template_41(): {
657
829
  default?(_: {}): any;
658
830
  };
659
831
  refs: {};
660
- rootEl: HTMLTableSectionElement;
832
+ rootEl: any;
661
833
  };
662
834
 
663
835
  declare function __VLS_template_42(): {
@@ -666,7 +838,7 @@ declare function __VLS_template_42(): {
666
838
  default?(_: {}): any;
667
839
  };
668
840
  refs: {};
669
- rootEl: HTMLTableSectionElement;
841
+ rootEl: any;
670
842
  };
671
843
 
672
844
  declare function __VLS_template_43(): {
@@ -675,7 +847,7 @@ declare function __VLS_template_43(): {
675
847
  default?(_: {}): any;
676
848
  };
677
849
  refs: {};
678
- rootEl: HTMLTableSectionElement;
850
+ rootEl: any;
679
851
  };
680
852
 
681
853
  declare function __VLS_template_44(): {
@@ -684,7 +856,7 @@ declare function __VLS_template_44(): {
684
856
  default?(_: {}): any;
685
857
  };
686
858
  refs: {};
687
- rootEl: HTMLTableRowElement;
859
+ rootEl: any;
688
860
  };
689
861
 
690
862
  declare function __VLS_template_45(): {
@@ -693,7 +865,7 @@ declare function __VLS_template_45(): {
693
865
  default?(_: {}): any;
694
866
  };
695
867
  refs: {};
696
- rootEl: HTMLTableCellElement;
868
+ rootEl: any;
697
869
  };
698
870
 
699
871
  declare function __VLS_template_46(): {
@@ -702,7 +874,7 @@ declare function __VLS_template_46(): {
702
874
  default?(_: {}): any;
703
875
  };
704
876
  refs: {};
705
- rootEl: HTMLTableCellElement;
877
+ rootEl: any;
706
878
  };
707
879
 
708
880
  declare function __VLS_template_47(): {
@@ -711,7 +883,7 @@ declare function __VLS_template_47(): {
711
883
  default?(_: {}): any;
712
884
  };
713
885
  refs: {};
714
- rootEl: HTMLTableCaptionElement;
886
+ rootEl: any;
715
887
  };
716
888
 
717
889
  declare function __VLS_template_48(): {
@@ -720,7 +892,7 @@ declare function __VLS_template_48(): {
720
892
  default?(_: {}): any;
721
893
  };
722
894
  refs: {};
723
- rootEl: HTMLTableRowElement;
895
+ rootEl: any;
724
896
  };
725
897
 
726
898
  declare function __VLS_template_49(): {
@@ -741,6 +913,96 @@ declare function __VLS_template_5(): {
741
913
  rootEl: any;
742
914
  };
743
915
 
916
+ declare function __VLS_template_50(): {
917
+ attrs: Partial<{}>;
918
+ slots: {
919
+ default?(_: {}): any;
920
+ };
921
+ refs: {};
922
+ rootEl: HTMLDivElement;
923
+ };
924
+
925
+ declare function __VLS_template_51(): {
926
+ attrs: Partial<{}>;
927
+ slots: {
928
+ default?(_: {}): any;
929
+ };
930
+ refs: {};
931
+ rootEl: HTMLTableSectionElement;
932
+ };
933
+
934
+ declare function __VLS_template_52(): {
935
+ attrs: Partial<{}>;
936
+ slots: {
937
+ default?(_: {}): any;
938
+ };
939
+ refs: {};
940
+ rootEl: HTMLTableSectionElement;
941
+ };
942
+
943
+ declare function __VLS_template_53(): {
944
+ attrs: Partial<{}>;
945
+ slots: {
946
+ default?(_: {}): any;
947
+ };
948
+ refs: {};
949
+ rootEl: HTMLTableSectionElement;
950
+ };
951
+
952
+ declare function __VLS_template_54(): {
953
+ attrs: Partial<{}>;
954
+ slots: {
955
+ default?(_: {}): any;
956
+ };
957
+ refs: {};
958
+ rootEl: HTMLTableRowElement;
959
+ };
960
+
961
+ declare function __VLS_template_55(): {
962
+ attrs: Partial<{}>;
963
+ slots: {
964
+ default?(_: {}): any;
965
+ };
966
+ refs: {};
967
+ rootEl: HTMLTableCellElement;
968
+ };
969
+
970
+ declare function __VLS_template_56(): {
971
+ attrs: Partial<{}>;
972
+ slots: {
973
+ default?(_: {}): any;
974
+ };
975
+ refs: {};
976
+ rootEl: HTMLTableCellElement;
977
+ };
978
+
979
+ declare function __VLS_template_57(): {
980
+ attrs: Partial<{}>;
981
+ slots: {
982
+ default?(_: {}): any;
983
+ };
984
+ refs: {};
985
+ rootEl: HTMLTableCaptionElement;
986
+ };
987
+
988
+ declare function __VLS_template_58(): {
989
+ attrs: Partial<{}>;
990
+ slots: {
991
+ default?(_: {}): any;
992
+ };
993
+ refs: {};
994
+ rootEl: HTMLTableRowElement;
995
+ };
996
+
997
+ declare function __VLS_template_59(): {
998
+ attrs: Partial<{}>;
999
+ slots: {
1000
+ default?(_: {}): any;
1001
+ };
1002
+ refs: {};
1003
+ rootEl: any;
1004
+ };
1005
+
744
1006
  declare function __VLS_template_6(): {
745
1007
  attrs: Partial<{}>;
746
1008
  slots: {
@@ -750,6 +1012,98 @@ declare function __VLS_template_6(): {
750
1012
  rootEl: any;
751
1013
  };
752
1014
 
1015
+ declare function __VLS_template_60(): {
1016
+ attrs: Partial<{}>;
1017
+ slots: {
1018
+ default?(_: {}): any;
1019
+ };
1020
+ refs: {};
1021
+ rootEl: any;
1022
+ };
1023
+
1024
+ declare function __VLS_template_61(): {
1025
+ attrs: Partial<{}>;
1026
+ slots: {
1027
+ default?(_: {}): any;
1028
+ };
1029
+ refs: {};
1030
+ rootEl: any;
1031
+ };
1032
+
1033
+ declare function __VLS_template_62(): {
1034
+ attrs: Partial<{}>;
1035
+ slots: {
1036
+ default?(_: {}): any;
1037
+ };
1038
+ refs: {};
1039
+ rootEl: any;
1040
+ };
1041
+
1042
+ declare function __VLS_template_63(): {
1043
+ attrs: Partial<{}>;
1044
+ slots: {
1045
+ default?(_: {}): any;
1046
+ };
1047
+ refs: {};
1048
+ rootEl: any;
1049
+ };
1050
+
1051
+ declare function __VLS_template_64(): {
1052
+ attrs: Partial<{}>;
1053
+ slots: {
1054
+ default?(_: {}): any;
1055
+ };
1056
+ refs: {};
1057
+ rootEl: any;
1058
+ };
1059
+
1060
+ declare function __VLS_template_65(): {
1061
+ attrs: Partial<{}>;
1062
+ slots: {
1063
+ default?(_: {
1064
+ modelValue: string | number | undefined;
1065
+ }): any;
1066
+ };
1067
+ refs: {};
1068
+ rootEl: any;
1069
+ };
1070
+
1071
+ declare function __VLS_template_66(): {
1072
+ attrs: Partial<{}>;
1073
+ slots: {
1074
+ default?(_: {}): any;
1075
+ };
1076
+ refs: {};
1077
+ rootEl: any;
1078
+ };
1079
+
1080
+ declare function __VLS_template_67(): {
1081
+ attrs: Partial<{}>;
1082
+ slots: {
1083
+ default?(_: {}): any;
1084
+ };
1085
+ refs: {};
1086
+ rootEl: any;
1087
+ };
1088
+
1089
+ declare function __VLS_template_68(): {
1090
+ attrs: Partial<{}>;
1091
+ slots: {
1092
+ default?(_: {}): any;
1093
+ };
1094
+ refs: {};
1095
+ rootEl: any;
1096
+ };
1097
+
1098
+ declare function __VLS_template_69(): {
1099
+ attrs: Partial<{}>;
1100
+ slots: {
1101
+ default?(_: {}): any;
1102
+ };
1103
+ refs: {};
1104
+ rootEl: any;
1105
+ };
1106
+
753
1107
  declare function __VLS_template_7(): {
754
1108
  attrs: Partial<{}>;
755
1109
  slots: {
@@ -759,6 +1113,33 @@ declare function __VLS_template_7(): {
759
1113
  rootEl: any;
760
1114
  };
761
1115
 
1116
+ declare function __VLS_template_70(): {
1117
+ attrs: Partial<{}>;
1118
+ slots: {
1119
+ default?(_: {}): any;
1120
+ };
1121
+ refs: {};
1122
+ rootEl: any;
1123
+ };
1124
+
1125
+ declare function __VLS_template_71(): {
1126
+ attrs: Partial<{}>;
1127
+ slots: {
1128
+ default?(_: {}): any;
1129
+ };
1130
+ refs: {};
1131
+ rootEl: any;
1132
+ };
1133
+
1134
+ declare function __VLS_template_72(): {
1135
+ attrs: Partial<{}>;
1136
+ slots: {
1137
+ default?(_: {}): any;
1138
+ };
1139
+ refs: {};
1140
+ rootEl: any;
1141
+ };
1142
+
762
1143
  declare function __VLS_template_8(): {
763
1144
  attrs: Partial<{}>;
764
1145
  slots: {
@@ -867,10 +1248,56 @@ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
867
1248
 
868
1249
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
869
1250
 
1251
+ declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
1252
+
1253
+ declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
1254
+
1255
+ declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
1256
+
1257
+ declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
1258
+
1259
+ declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
1260
+
1261
+ declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
1262
+
1263
+ declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
1264
+
1265
+ declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
1266
+
1267
+ declare type __VLS_TemplateResult_58 = ReturnType<typeof __VLS_template_58>;
1268
+
1269
+ declare type __VLS_TemplateResult_59 = ReturnType<typeof __VLS_template_59>;
1270
+
870
1271
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
871
1272
 
1273
+ declare type __VLS_TemplateResult_60 = ReturnType<typeof __VLS_template_60>;
1274
+
1275
+ declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
1276
+
1277
+ declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
1278
+
1279
+ declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
1280
+
1281
+ declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
1282
+
1283
+ declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
1284
+
1285
+ declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
1286
+
1287
+ declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
1288
+
1289
+ declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
1290
+
1291
+ declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
1292
+
872
1293
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
873
1294
 
1295
+ declare type __VLS_TemplateResult_70 = ReturnType<typeof __VLS_template_70>;
1296
+
1297
+ declare type __VLS_TemplateResult_71 = ReturnType<typeof __VLS_template_71>;
1298
+
1299
+ declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
1300
+
874
1301
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
875
1302
 
876
1303
  declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
@@ -971,187 +1398,325 @@ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
971
1398
  };
972
1399
  };
973
1400
 
974
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1401
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1402
+ new (): {
1403
+ $slots: S;
1404
+ };
1405
+ };
1406
+
1407
+ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1408
+ new (): {
1409
+ $slots: S;
1410
+ };
1411
+ };
1412
+
1413
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1414
+ new (): {
1415
+ $slots: S;
1416
+ };
1417
+ };
1418
+
1419
+ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
1420
+ new (): {
1421
+ $slots: S;
1422
+ };
1423
+ };
1424
+
1425
+ declare type __VLS_WithTemplateSlots_28<T, S> = T & {
1426
+ new (): {
1427
+ $slots: S;
1428
+ };
1429
+ };
1430
+
1431
+ declare type __VLS_WithTemplateSlots_29<T, S> = T & {
1432
+ new (): {
1433
+ $slots: S;
1434
+ };
1435
+ };
1436
+
1437
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1438
+ new (): {
1439
+ $slots: S;
1440
+ };
1441
+ };
1442
+
1443
+ declare type __VLS_WithTemplateSlots_30<T, S> = T & {
1444
+ new (): {
1445
+ $slots: S;
1446
+ };
1447
+ };
1448
+
1449
+ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
1450
+ new (): {
1451
+ $slots: S;
1452
+ };
1453
+ };
1454
+
1455
+ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
1456
+ new (): {
1457
+ $slots: S;
1458
+ };
1459
+ };
1460
+
1461
+ declare type __VLS_WithTemplateSlots_33<T, S> = T & {
1462
+ new (): {
1463
+ $slots: S;
1464
+ };
1465
+ };
1466
+
1467
+ declare type __VLS_WithTemplateSlots_34<T, S> = T & {
1468
+ new (): {
1469
+ $slots: S;
1470
+ };
1471
+ };
1472
+
1473
+ declare type __VLS_WithTemplateSlots_35<T, S> = T & {
1474
+ new (): {
1475
+ $slots: S;
1476
+ };
1477
+ };
1478
+
1479
+ declare type __VLS_WithTemplateSlots_36<T, S> = T & {
1480
+ new (): {
1481
+ $slots: S;
1482
+ };
1483
+ };
1484
+
1485
+ declare type __VLS_WithTemplateSlots_37<T, S> = T & {
1486
+ new (): {
1487
+ $slots: S;
1488
+ };
1489
+ };
1490
+
1491
+ declare type __VLS_WithTemplateSlots_38<T, S> = T & {
1492
+ new (): {
1493
+ $slots: S;
1494
+ };
1495
+ };
1496
+
1497
+ declare type __VLS_WithTemplateSlots_39<T, S> = T & {
1498
+ new (): {
1499
+ $slots: S;
1500
+ };
1501
+ };
1502
+
1503
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1504
+ new (): {
1505
+ $slots: S;
1506
+ };
1507
+ };
1508
+
1509
+ declare type __VLS_WithTemplateSlots_40<T, S> = T & {
1510
+ new (): {
1511
+ $slots: S;
1512
+ };
1513
+ };
1514
+
1515
+ declare type __VLS_WithTemplateSlots_41<T, S> = T & {
1516
+ new (): {
1517
+ $slots: S;
1518
+ };
1519
+ };
1520
+
1521
+ declare type __VLS_WithTemplateSlots_42<T, S> = T & {
1522
+ new (): {
1523
+ $slots: S;
1524
+ };
1525
+ };
1526
+
1527
+ declare type __VLS_WithTemplateSlots_43<T, S> = T & {
1528
+ new (): {
1529
+ $slots: S;
1530
+ };
1531
+ };
1532
+
1533
+ declare type __VLS_WithTemplateSlots_44<T, S> = T & {
1534
+ new (): {
1535
+ $slots: S;
1536
+ };
1537
+ };
1538
+
1539
+ declare type __VLS_WithTemplateSlots_45<T, S> = T & {
975
1540
  new (): {
976
1541
  $slots: S;
977
1542
  };
978
1543
  };
979
1544
 
980
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1545
+ declare type __VLS_WithTemplateSlots_46<T, S> = T & {
981
1546
  new (): {
982
1547
  $slots: S;
983
1548
  };
984
1549
  };
985
1550
 
986
- declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1551
+ declare type __VLS_WithTemplateSlots_47<T, S> = T & {
987
1552
  new (): {
988
1553
  $slots: S;
989
1554
  };
990
1555
  };
991
1556
 
992
- declare type __VLS_WithTemplateSlots_27<T, S> = T & {
1557
+ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
993
1558
  new (): {
994
1559
  $slots: S;
995
1560
  };
996
1561
  };
997
1562
 
998
- declare type __VLS_WithTemplateSlots_28<T, S> = T & {
1563
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
999
1564
  new (): {
1000
1565
  $slots: S;
1001
1566
  };
1002
1567
  };
1003
1568
 
1004
- declare type __VLS_WithTemplateSlots_29<T, S> = T & {
1569
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1005
1570
  new (): {
1006
1571
  $slots: S;
1007
1572
  };
1008
1573
  };
1009
1574
 
1010
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1575
+ declare type __VLS_WithTemplateSlots_50<T, S> = T & {
1011
1576
  new (): {
1012
1577
  $slots: S;
1013
1578
  };
1014
1579
  };
1015
1580
 
1016
- declare type __VLS_WithTemplateSlots_30<T, S> = T & {
1581
+ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
1017
1582
  new (): {
1018
1583
  $slots: S;
1019
1584
  };
1020
1585
  };
1021
1586
 
1022
- declare type __VLS_WithTemplateSlots_31<T, S> = T & {
1587
+ declare type __VLS_WithTemplateSlots_52<T, S> = T & {
1023
1588
  new (): {
1024
1589
  $slots: S;
1025
1590
  };
1026
1591
  };
1027
1592
 
1028
- declare type __VLS_WithTemplateSlots_32<T, S> = T & {
1593
+ declare type __VLS_WithTemplateSlots_53<T, S> = T & {
1029
1594
  new (): {
1030
1595
  $slots: S;
1031
1596
  };
1032
1597
  };
1033
1598
 
1034
- declare type __VLS_WithTemplateSlots_33<T, S> = T & {
1599
+ declare type __VLS_WithTemplateSlots_54<T, S> = T & {
1035
1600
  new (): {
1036
1601
  $slots: S;
1037
1602
  };
1038
1603
  };
1039
1604
 
1040
- declare type __VLS_WithTemplateSlots_34<T, S> = T & {
1605
+ declare type __VLS_WithTemplateSlots_55<T, S> = T & {
1041
1606
  new (): {
1042
1607
  $slots: S;
1043
1608
  };
1044
1609
  };
1045
1610
 
1046
- declare type __VLS_WithTemplateSlots_35<T, S> = T & {
1611
+ declare type __VLS_WithTemplateSlots_56<T, S> = T & {
1047
1612
  new (): {
1048
1613
  $slots: S;
1049
1614
  };
1050
1615
  };
1051
1616
 
1052
- declare type __VLS_WithTemplateSlots_36<T, S> = T & {
1617
+ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
1053
1618
  new (): {
1054
1619
  $slots: S;
1055
1620
  };
1056
1621
  };
1057
1622
 
1058
- declare type __VLS_WithTemplateSlots_37<T, S> = T & {
1623
+ declare type __VLS_WithTemplateSlots_58<T, S> = T & {
1059
1624
  new (): {
1060
1625
  $slots: S;
1061
1626
  };
1062
1627
  };
1063
1628
 
1064
- declare type __VLS_WithTemplateSlots_38<T, S> = T & {
1629
+ declare type __VLS_WithTemplateSlots_59<T, S> = T & {
1065
1630
  new (): {
1066
1631
  $slots: S;
1067
1632
  };
1068
1633
  };
1069
1634
 
1070
- declare type __VLS_WithTemplateSlots_39<T, S> = T & {
1635
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1071
1636
  new (): {
1072
1637
  $slots: S;
1073
1638
  };
1074
1639
  };
1075
1640
 
1076
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1641
+ declare type __VLS_WithTemplateSlots_60<T, S> = T & {
1077
1642
  new (): {
1078
1643
  $slots: S;
1079
1644
  };
1080
1645
  };
1081
1646
 
1082
- declare type __VLS_WithTemplateSlots_40<T, S> = T & {
1647
+ declare type __VLS_WithTemplateSlots_61<T, S> = T & {
1083
1648
  new (): {
1084
1649
  $slots: S;
1085
1650
  };
1086
1651
  };
1087
1652
 
1088
- declare type __VLS_WithTemplateSlots_41<T, S> = T & {
1653
+ declare type __VLS_WithTemplateSlots_62<T, S> = T & {
1089
1654
  new (): {
1090
1655
  $slots: S;
1091
1656
  };
1092
1657
  };
1093
1658
 
1094
- declare type __VLS_WithTemplateSlots_42<T, S> = T & {
1659
+ declare type __VLS_WithTemplateSlots_63<T, S> = T & {
1095
1660
  new (): {
1096
1661
  $slots: S;
1097
1662
  };
1098
1663
  };
1099
1664
 
1100
- declare type __VLS_WithTemplateSlots_43<T, S> = T & {
1665
+ declare type __VLS_WithTemplateSlots_64<T, S> = T & {
1101
1666
  new (): {
1102
1667
  $slots: S;
1103
1668
  };
1104
1669
  };
1105
1670
 
1106
- declare type __VLS_WithTemplateSlots_44<T, S> = T & {
1671
+ declare type __VLS_WithTemplateSlots_65<T, S> = T & {
1107
1672
  new (): {
1108
1673
  $slots: S;
1109
1674
  };
1110
1675
  };
1111
1676
 
1112
- declare type __VLS_WithTemplateSlots_45<T, S> = T & {
1677
+ declare type __VLS_WithTemplateSlots_66<T, S> = T & {
1113
1678
  new (): {
1114
1679
  $slots: S;
1115
1680
  };
1116
1681
  };
1117
1682
 
1118
- declare type __VLS_WithTemplateSlots_46<T, S> = T & {
1683
+ declare type __VLS_WithTemplateSlots_67<T, S> = T & {
1119
1684
  new (): {
1120
1685
  $slots: S;
1121
1686
  };
1122
1687
  };
1123
1688
 
1124
- declare type __VLS_WithTemplateSlots_47<T, S> = T & {
1689
+ declare type __VLS_WithTemplateSlots_68<T, S> = T & {
1125
1690
  new (): {
1126
1691
  $slots: S;
1127
1692
  };
1128
1693
  };
1129
1694
 
1130
- declare type __VLS_WithTemplateSlots_48<T, S> = T & {
1695
+ declare type __VLS_WithTemplateSlots_69<T, S> = T & {
1131
1696
  new (): {
1132
1697
  $slots: S;
1133
1698
  };
1134
1699
  };
1135
1700
 
1136
- declare type __VLS_WithTemplateSlots_49<T, S> = T & {
1701
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1137
1702
  new (): {
1138
1703
  $slots: S;
1139
1704
  };
1140
1705
  };
1141
1706
 
1142
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1707
+ declare type __VLS_WithTemplateSlots_70<T, S> = T & {
1143
1708
  new (): {
1144
1709
  $slots: S;
1145
1710
  };
1146
1711
  };
1147
1712
 
1148
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1713
+ declare type __VLS_WithTemplateSlots_71<T, S> = T & {
1149
1714
  new (): {
1150
1715
  $slots: S;
1151
1716
  };
1152
1717
  };
1153
1718
 
1154
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1719
+ declare type __VLS_WithTemplateSlots_72<T, S> = T & {
1155
1720
  new (): {
1156
1721
  $slots: S;
1157
1722
  };
@@ -1169,7 +1734,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1169
1734
  };
1170
1735
  };
1171
1736
 
1172
- export declare const Button: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
1737
+ export declare const Button: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
1173
1738
 
1174
1739
  export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
1175
1740
 
@@ -1257,6 +1822,14 @@ declare interface Props extends PrimitiveProps {
1257
1822
  class?: HTMLAttributes['class'];
1258
1823
  }
1259
1824
 
1825
+ export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
1826
+
1827
+ export declare const TabsContent: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
1828
+
1829
+ export declare const TabsList: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
1830
+
1831
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
1832
+
1260
1833
  export { today }
1261
1834
 
1262
1835
  /** Labels for UiDataTableToolbar */
@@ -1269,6 +1842,14 @@ export declare interface ToolbarLabels {
1269
1842
  filterByColumn?: (column: string) => string;
1270
1843
  }
1271
1844
 
1845
+ export declare const Tooltip: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
1846
+
1847
+ export declare const TooltipContent: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
1848
+
1849
+ export declare const TooltipProvider: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
1850
+
1851
+ export declare const TooltipTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
1852
+
1272
1853
  export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1273
1854
 
1274
1855
  export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
@@ -2193,9 +2774,101 @@ export declare interface UiInputProps {
2193
2774
 
2194
2775
  export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2195
2776
 
2196
- export declare const UiProgress: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2777
+ export declare const UiPopover: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2778
+
2779
+ export declare type UiPopoverAlign = 'start' | 'center' | 'end';
2780
+
2781
+ export declare const UiPopoverContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2782
+
2783
+ export declare interface UiPopoverContentEmits {
2784
+ /**
2785
+ * Event emitted when the escape key is pressed.
2786
+ * Can be used to prevent closing or add custom behavior.
2787
+ */
2788
+ (e: 'escapeKeyDown', event: KeyboardEvent): void;
2789
+ }
2790
+
2791
+ export declare interface UiPopoverContentProps {
2792
+ /**
2793
+ * The preferred side of the trigger to render against when open.
2794
+ * @default 'bottom'
2795
+ */
2796
+ side?: UiPopoverSide;
2797
+ /**
2798
+ * The distance in pixels from the trigger.
2799
+ * @default 4
2800
+ */
2801
+ sideOffset?: number;
2802
+ /**
2803
+ * The preferred alignment against the trigger.
2804
+ * @default 'center'
2805
+ */
2806
+ align?: UiPopoverAlign;
2807
+ /**
2808
+ * Additional CSS classes to apply to the content container.
2809
+ */
2810
+ class?: HTMLAttributes['class'];
2811
+ }
2812
+
2813
+ /**
2814
+ * Props for `UiPopover` component.
2815
+ */
2816
+ export declare interface UiPopoverProps {
2817
+ /**
2818
+ * The controlled open state of the popover.
2819
+ * - Omit for uncontrolled mode (component manages state internally)
2820
+ * - Use `v-model:open` for controlled mode
2821
+ * @example
2822
+ * ```vue
2823
+ * <!-- Uncontrolled (component manages state) -->
2824
+ * <UiPopover>...</UiPopover>
2825
+ *
2826
+ * <!-- Controlled (parent manages state) -->
2827
+ * <UiPopover v-model:open="isOpen">...</UiPopover>
2828
+ * ```
2829
+ */
2830
+ open?: boolean;
2831
+ /**
2832
+ * The modality of the popover.
2833
+ *
2834
+ * When set to `true`:
2835
+ * - Interaction with outside elements is disabled (outside clicks won't trigger underlying UI)
2836
+ * - Focus is trapped within the popover while open
2837
+ * - Only popover content is visible to screen readers
2838
+ *
2839
+ * Note: The popover is still **dismissed on outside click**. `modal` controls outside interaction,
2840
+ * not whether the popover closes.
2841
+ * @default false
2842
+ */
2843
+ modal?: boolean;
2844
+ }
2845
+
2846
+ export declare type UiPopoverSide = 'top' | 'right' | 'bottom' | 'left';
2847
+
2848
+ export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
2849
+
2850
+ export declare interface UiPopoverTriggerProps {
2851
+ /**
2852
+ * Accessible label for the trigger button.
2853
+ * **REQUIRED** when trigger contains only icons or images (no visible text).
2854
+ * Applied as `aria-label` attribute.
2855
+ */
2856
+ ariaLabel?: string;
2857
+ /**
2858
+ * Render as child element (merges props into slotted element instead of wrapping).
2859
+ * Set to `true` when using custom button components like `UiButton` or `UiIconButton`.
2860
+ * @default false
2861
+ */
2862
+ asChild?: boolean;
2863
+ /**
2864
+ * Additional CSS classes to apply to the trigger.
2865
+ */
2866
+ class?: HTMLAttributes['class'];
2867
+ }
2868
+
2869
+ export declare const UiProgress: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2197
2870
  "update:modelValue": (value: number) => any;
2198
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
2871
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
2199
2872
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2200
2873
  }>, {
2201
2874
  max: number;
@@ -2205,7 +2878,7 @@ export declare type UiProgressProps = {
2205
2878
  max?: number;
2206
2879
  };
2207
2880
 
2208
- export declare const UiRadioGroup: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2881
+ export declare const UiRadioGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
2209
2882
 
2210
2883
  export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
2211
2884
 
@@ -2272,6 +2945,144 @@ export declare type UiRadioGroupSharedProps = {
2272
2945
  required?: boolean;
2273
2946
  };
2274
2947
 
2948
+ export declare const UiSelect: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2949
+
2950
+ export declare const UiSelectContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2951
+
2952
+ /**
2953
+ * Emits for the UiSelectContent component.
2954
+ */
2955
+ export declare type UiSelectContentEmits = {
2956
+ /** Emitted when the Escape key is pressed. */
2957
+ (e: 'escapeKeyDown', event: KeyboardEvent): void;
2958
+ /** Emitted when a pointer down event occurs outside the content. */
2959
+ (e: 'pointerDownOutside', event: Event): void;
2960
+ };
2961
+
2962
+ /**
2963
+ * Props for the UiSelectContent component.
2964
+ */
2965
+ export declare type UiSelectContentProps = {
2966
+ /** Preferred side of the trigger. */
2967
+ side?: 'top' | 'right' | 'bottom' | 'left';
2968
+ /** Distance from the trigger in pixels. */
2969
+ sideOffset?: number;
2970
+ /** Alignment against the trigger. */
2971
+ align?: 'start' | 'center' | 'end';
2972
+ /** Positioning mode. */
2973
+ position?: 'item-aligned' | 'popper';
2974
+ /** Additional CSS classes to apply. */
2975
+ class?: HTMLAttributes['class'];
2976
+ };
2977
+
2978
+ /**
2979
+ * Emits for the UiSelect root component.
2980
+ */
2981
+ export declare type UiSelectEmits = {
2982
+ /** Emitted when the selected value changes. */
2983
+ 'update:modelValue': [value: string];
2984
+ /** Emitted when the open state changes. */
2985
+ 'update:open': [value: boolean];
2986
+ };
2987
+
2988
+ export declare const UiSelectGroup: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
2989
+
2990
+ /**
2991
+ * Props for the UiSelectGroup component.
2992
+ */
2993
+ export declare type UiSelectGroupProps = {
2994
+ /** Additional CSS classes to apply. */
2995
+ class?: HTMLAttributes['class'];
2996
+ };
2997
+
2998
+ export declare const UiSelectItem: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2999
+
3000
+ /**
3001
+ * Props for the UiSelectItem component.
3002
+ */
3003
+ export declare type UiSelectItemProps = {
3004
+ /** Unique value of the item (required). */
3005
+ value: string;
3006
+ /** Whether the item is disabled. */
3007
+ disabled?: boolean;
3008
+ /** Text for typeahead purposes. */
3009
+ textValue?: string;
3010
+ /** Additional CSS classes to apply. */
3011
+ class?: HTMLAttributes['class'];
3012
+ };
3013
+
3014
+ export declare const UiSelectLabel: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
3015
+
3016
+ /**
3017
+ * Props for the UiSelectLabel component.
3018
+ */
3019
+ export declare type UiSelectLabelProps = {
3020
+ /** Additional CSS classes to apply. */
3021
+ class?: HTMLAttributes['class'];
3022
+ };
3023
+
3024
+ /**
3025
+ * Props for the UiSelect root component.
3026
+ */
3027
+ export declare type UiSelectProps = {
3028
+ /** The controlled value of the select. */
3029
+ modelValue?: string;
3030
+ /** The value when initially rendered (uncontrolled). */
3031
+ defaultValue?: string;
3032
+ /** Whether the select is open by default. */
3033
+ defaultOpen?: boolean;
3034
+ /** Controlled open state. */
3035
+ open?: boolean;
3036
+ /** Whether the select is disabled. */
3037
+ disabled?: boolean;
3038
+ /** Whether the select is required in a form. */
3039
+ required?: boolean;
3040
+ /** The name for form submission. */
3041
+ name?: string;
3042
+ /** Reading direction. */
3043
+ dir?: 'ltr' | 'rtl';
3044
+ };
3045
+
3046
+ export declare const UiSelectSeparator: DefineComponent<UiSelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectSeparatorProps> & Readonly<{}>, {
3047
+ class: HTMLAttributes["class"];
3048
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3049
+
3050
+ /**
3051
+ * Props for the UiSelectSeparator component.
3052
+ */
3053
+ export declare type UiSelectSeparatorProps = {
3054
+ /** Additional CSS classes to apply. */
3055
+ class?: HTMLAttributes['class'];
3056
+ };
3057
+
3058
+ export declare const UiSelectTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3059
+
3060
+ /**
3061
+ * Props for the UiSelectTrigger component.
3062
+ */
3063
+ export declare type UiSelectTriggerProps = {
3064
+ /** Accessible label for icon-only triggers. */
3065
+ ariaLabel?: string;
3066
+ /** Whether the trigger is disabled. */
3067
+ disabled?: boolean;
3068
+ /** Size of the trigger. */
3069
+ size?: 'default' | 'sm';
3070
+ /** Additional CSS classes to apply. */
3071
+ class?: HTMLAttributes['class'];
3072
+ };
3073
+
3074
+ export declare const UiSelectValue: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
3075
+
3076
+ /**
3077
+ * Props for the UiSelectValue component.
3078
+ */
3079
+ export declare type UiSelectValueProps = {
3080
+ /** Placeholder when no value is selected. */
3081
+ placeholder?: string;
3082
+ /** Additional CSS classes to apply. */
3083
+ class?: HTMLAttributes['class'];
3084
+ };
3085
+
2275
3086
  export declare const UiSpinner: DefineComponent<UiSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSpinnerProps> & Readonly<{}>, {
2276
3087
  class: string;
2277
3088
  ariaLabel: string;
@@ -2292,9 +3103,9 @@ export declare interface UiSpinnerProps {
2292
3103
  ariaLabel?: string;
2293
3104
  }
2294
3105
 
2295
- export declare const UiSwitch: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3106
+ export declare const UiSwitch: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2296
3107
  "update:modelValue": (value: boolean) => any;
2297
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3108
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2298
3109
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2299
3110
  }>, {
2300
3111
  required: boolean;
@@ -2318,9 +3129,9 @@ export declare type UiSwitchProps = {
2318
3129
  required?: boolean;
2319
3130
  };
2320
3131
 
2321
- export declare const UiTable: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
3132
+ export declare const UiTable: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
2322
3133
 
2323
- export declare const UiTableBody: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3134
+ export declare const UiTableBody: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
2324
3135
 
2325
3136
  /**
2326
3137
  * Props for UiTableBody component.
@@ -2333,7 +3144,7 @@ export declare interface UiTableBodyProps {
2333
3144
  class?: HTMLAttributes['class'];
2334
3145
  }
2335
3146
 
2336
- export declare const UiTableCaption: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
3147
+ export declare const UiTableCaption: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
2337
3148
 
2338
3149
  /**
2339
3150
  * Props for UiTableCaption component.
@@ -2346,7 +3157,7 @@ export declare interface UiTableCaptionProps {
2346
3157
  class?: HTMLAttributes['class'];
2347
3158
  }
2348
3159
 
2349
- export declare const UiTableCell: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3160
+ export declare const UiTableCell: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
2350
3161
 
2351
3162
  /**
2352
3163
  * Props for UiTableCell component.
@@ -2367,7 +3178,7 @@ export declare interface UiTableCellProps {
2367
3178
  rowspan?: number;
2368
3179
  }
2369
3180
 
2370
- export declare const UiTableEmpty: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
3181
+ export declare const UiTableEmpty: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
2371
3182
 
2372
3183
  /**
2373
3184
  * Props for UiTableEmpty component.
@@ -2386,7 +3197,7 @@ export declare interface UiTableEmptyProps {
2386
3197
  colspan?: number;
2387
3198
  }
2388
3199
 
2389
- export declare const UiTableFooter: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3200
+ export declare const UiTableFooter: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
2390
3201
 
2391
3202
  /**
2392
3203
  * Props for UiTableFooter component.
@@ -2399,9 +3210,9 @@ export declare interface UiTableFooterProps {
2399
3210
  class?: HTMLAttributes['class'];
2400
3211
  }
2401
3212
 
2402
- export declare const UiTableHead: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3213
+ export declare const UiTableHead: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
2403
3214
 
2404
- export declare const UiTableHeader: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
3215
+ export declare const UiTableHeader: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
2405
3216
 
2406
3217
  /**
2407
3218
  * Props for UiTableHeader component.
@@ -2449,7 +3260,7 @@ export declare interface UiTableProps {
2449
3260
  class?: HTMLAttributes['class'];
2450
3261
  }
2451
3262
 
2452
- export declare const UiTableRow: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3263
+ export declare const UiTableRow: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
2453
3264
 
2454
3265
  /**
2455
3266
  * Props for UiTableRow component.
@@ -2468,11 +3279,90 @@ export declare interface UiTableRowProps {
2468
3279
  selected?: boolean;
2469
3280
  }
2470
3281
 
3282
+ export declare const UiTabs: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
3283
+
3284
+ /**
3285
+ * Activation mode for tabs.
3286
+ */
3287
+ export declare type UiTabsActivationMode = 'automatic' | 'manual';
3288
+
3289
+ export declare const UiTabsContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
3290
+
3291
+ /**
3292
+ * Props for the UiTabsContent component.
3293
+ */
3294
+ export declare type UiTabsContentProps = {
3295
+ /** Unique value that associates the content with a trigger (required). */
3296
+ value: string;
3297
+ /** Force mounting when more control is needed (useful for animations). */
3298
+ forceMount?: boolean;
3299
+ /** Additional CSS classes to apply. */
3300
+ class?: HTMLAttributes['class'];
3301
+ };
3302
+
3303
+ /** Reading direction for the tabs. */
3304
+ export declare type UiTabsDir = 'ltr' | 'rtl';
3305
+
3306
+ /**
3307
+ * Emits for the UiTabs root component.
3308
+ */
3309
+ export declare type UiTabsEmits = {
3310
+ /** Emitted when the active tab changes. */
3311
+ 'update:modelValue': [value: string];
3312
+ };
3313
+
3314
+ export declare const UiTabsList: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
3315
+
3316
+ /**
3317
+ * Props for the UiTabsList component.
3318
+ */
3319
+ export declare type UiTabsListProps = {
3320
+ /** Whether keyboard navigation should loop from last to first and vice versa. */
3321
+ loop?: boolean;
3322
+ /** Additional CSS classes to apply. */
3323
+ class?: HTMLAttributes['class'];
3324
+ };
3325
+
3326
+ /** Orientation of the tabs. */
3327
+ export declare type UiTabsOrientation = 'horizontal' | 'vertical';
3328
+
3329
+ /**
3330
+ * Props for the UiTabs root component.
3331
+ */
3332
+ export declare type UiTabsProps = {
3333
+ /** The controlled value of the active tab when using `v-model` for two-way binding. */
3334
+ modelValue?: string;
3335
+ /** The value of the tab that should be active when initially rendered (uncontrolled). */
3336
+ defaultValue?: string;
3337
+ /** The orientation of the tabs. */
3338
+ orientation?: UiTabsOrientation;
3339
+ /** The reading direction. */
3340
+ dir?: UiTabsDir;
3341
+ /** Whether tabs are activated automatically on focus or manually on click. */
3342
+ activationMode?: UiTabsActivationMode;
3343
+ /** Additional CSS classes to apply. */
3344
+ class?: HTMLAttributes['class'];
3345
+ };
3346
+
3347
+ export declare const UiTabsTrigger: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
3348
+
3349
+ /**
3350
+ * Props for the UiTabsTrigger component.
3351
+ */
3352
+ export declare type UiTabsTriggerProps = {
3353
+ /** Unique value that associates the trigger with a content panel (required). */
3354
+ value: string;
3355
+ /** Whether the tab trigger is disabled. */
3356
+ disabled?: boolean;
3357
+ /** Additional CSS classes to apply. */
3358
+ class?: HTMLAttributes['class'];
3359
+ };
3360
+
2471
3361
  export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2472
3362
 
2473
- export declare const UiTextarea: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3363
+ export declare const UiTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2474
3364
  "update:modelValue": (value: string) => any;
2475
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3365
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
2476
3366
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2477
3367
  }>, {
2478
3368
  placeholder: string;
@@ -2504,4 +3394,46 @@ export declare interface UiTextareaProps {
2504
3394
  required?: boolean;
2505
3395
  }
2506
3396
 
3397
+ export declare const UiTooltip: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
3398
+
3399
+ export declare type UiTooltipAlign = 'start' | 'center' | 'end';
3400
+
3401
+ export declare interface UiTooltipProps {
3402
+ /**
3403
+ * The text content to display in the tooltip.
3404
+ */
3405
+ content: string;
3406
+ /**
3407
+ * The side of the trigger where the tooltip should appear.
3408
+ * @default 'top'
3409
+ */
3410
+ side?: UiTooltipSides;
3411
+ /**
3412
+ * The distance in pixels from the trigger.
3413
+ * @default 4
3414
+ */
3415
+ sideOffset?: number;
3416
+ /**
3417
+ * The preferred alignment against the trigger.
3418
+ * @default 'center'
3419
+ */
3420
+ align?: UiTooltipAlign;
3421
+ /**
3422
+ * Additional CSS classes to apply to the tooltip content.
3423
+ */
3424
+ class?: string;
3425
+ /**
3426
+ * The duration from when the pointer enters the trigger until the tooltip opens.
3427
+ * @default 500
3428
+ */
3429
+ delayDuration?: number;
3430
+ /**
3431
+ * Prevents the tooltip from opening.
3432
+ * @default false
3433
+ */
3434
+ disabled?: boolean;
3435
+ }
3436
+
3437
+ export declare type UiTooltipSides = 'top' | 'right' | 'bottom' | 'left';
3438
+
2507
3439
  export { }