@aleph-alpha/ui-library 1.3.0 → 1.5.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.
@@ -1,19 +1,29 @@
1
1
  import { AllowedComponentProps } from 'vue';
2
2
  import { AsTag } from 'reka-ui';
3
+ import { CalendarDate } from '@internationalized/date';
3
4
  import { ClassProp } from 'class-variance-authority/types';
4
5
  import { ColumnDef } from '@tanstack/vue-table';
5
6
  import { Component } from 'vue';
6
7
  import { ComponentCustomProps } from 'vue';
7
8
  import { ComponentOptionsMixin } from 'vue';
8
9
  import { ComponentProvideOptions } from 'vue';
10
+ import { DateValue } from 'reka-ui';
9
11
  import { DefineComponent } from 'vue';
12
+ import { getLocalTimeZone } from '@internationalized/date';
10
13
  import { HTMLAttributes } from 'vue';
11
14
  import { ImgHTMLAttributes } from 'vue';
15
+ import { Matcher } from 'reka-ui/date';
12
16
  import { PrimitiveProps } from 'reka-ui';
13
17
  import { PublicProps } from 'vue';
18
+ import { ReuseTemplateComponent } from '@vueuse/core';
14
19
  import { Row } from '@tanstack/vue-table';
15
20
  import { ShallowUnwrapRef } from 'vue';
16
21
  import { Table } from '@tanstack/vue-table';
22
+ import { today } from '@internationalized/date';
23
+ import { TooltipContentProps } from 'reka-ui';
24
+ import { TooltipProviderProps } from 'reka-ui';
25
+ import { TooltipRootProps } from 'reka-ui';
26
+ import { TooltipTriggerProps } from 'reka-ui';
17
27
  import { default as UiDataTableColumnHeader } from './UiDataTableColumnHeader.vue';
18
28
  import { default as UiDataTablePagination } from './UiDataTablePagination.vue';
19
29
  import { default as UiDataTableToolbar } from './UiDataTableToolbar.vue';
@@ -53,23 +63,44 @@ startIcon: Component;
53
63
  endIcon: Component;
54
64
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
55
65
 
56
- declare const __VLS_component_17: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
66
+ declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
67
+ "update:modelValue": (value: DateValue | DateValue[] | undefined) => any;
68
+ "update:placeholder": (value: DateValue | undefined) => any;
69
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
70
+ "onUpdate:modelValue"?: ((value: DateValue | DateValue[] | undefined) => any) | undefined;
71
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
72
+ }>, {
73
+ disabled: boolean;
74
+ pagedNavigation: boolean;
75
+ preventDeselect: boolean;
76
+ weekStartsOn: UiCalendarWeekStartsOn;
77
+ weekdayFormat: UiCalendarWeekdayFormat;
78
+ fixedWeeks: boolean;
79
+ locale: string;
80
+ numberOfMonths: number;
81
+ readonly: boolean;
82
+ initialFocus: boolean;
83
+ multiple: boolean;
84
+ disableDaysOutsideCurrentView: boolean;
85
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
57
86
 
58
- declare const __VLS_component_18: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
87
+ declare const __VLS_component_18: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
59
88
 
60
- declare const __VLS_component_19: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
89
+ declare const __VLS_component_19: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
61
90
 
62
91
  declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
63
92
 
64
- declare const __VLS_component_20: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
93
+ declare const __VLS_component_20: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
94
+
95
+ declare const __VLS_component_21: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
65
96
 
66
- declare const __VLS_component_21: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
97
+ declare const __VLS_component_22: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
67
98
 
68
- declare const __VLS_component_22: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
99
+ declare const __VLS_component_23: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
69
100
 
70
- declare const __VLS_component_23: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
101
+ declare const __VLS_component_24: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
71
102
 
72
- declare const __VLS_component_24: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
103
+ declare const __VLS_component_25: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
73
104
  "update:open": (value: boolean) => any;
74
105
  }, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
75
106
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -78,14 +109,14 @@ open: boolean;
78
109
  modal: boolean;
79
110
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
80
111
 
81
- declare const __VLS_component_25: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
112
+ declare const __VLS_component_26: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
82
113
  class: string;
83
114
  asChild: boolean;
84
115
  ariaLabel: string;
85
116
  disabled: boolean;
86
117
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
87
118
 
88
- declare const __VLS_component_26: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
119
+ declare const __VLS_component_27: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
89
120
  escapeKeyDown: (event: KeyboardEvent) => any;
90
121
  }, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
91
122
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -96,7 +127,7 @@ sideOffset: number;
96
127
  align: "start" | "center" | "end";
97
128
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
98
129
 
99
- declare const __VLS_component_27: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
130
+ declare const __VLS_component_28: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
100
131
  class: HTMLAttributes["class"];
101
132
  variant: "default" | "destructive";
102
133
  disabled: boolean;
@@ -104,20 +135,20 @@ textValue: string;
104
135
  inset: boolean;
105
136
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
106
137
 
107
- declare const __VLS_component_28: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
138
+ declare const __VLS_component_29: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
108
139
  class: HTMLAttributes["class"];
109
140
  inset: boolean;
110
141
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
111
142
 
112
- declare const __VLS_component_29: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
113
-
114
143
  declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
115
144
 
116
- declare const __VLS_component_30: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
145
+ declare const __VLS_component_30: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
146
+
147
+ declare const __VLS_component_31: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
117
148
  class: HTMLAttributes["class"];
118
149
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
119
150
 
120
- declare const __VLS_component_31: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
151
+ declare const __VLS_component_32: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
121
152
  "update:checked": (value: boolean) => any;
122
153
  }, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
123
154
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
@@ -125,19 +156,19 @@ declare const __VLS_component_31: DefineComponent<UiDropdownMenuCheckboxItemProp
125
156
  class: HTMLAttributes["class"];
126
157
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
127
158
 
128
- declare const __VLS_component_32: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
159
+ declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
129
160
  "update:modelValue": (value: string) => any;
130
161
  }, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
131
162
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
132
163
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
133
164
 
134
- declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
165
+ declare const __VLS_component_34: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
135
166
  class: HTMLAttributes["class"];
136
167
  disabled: boolean;
137
168
  textValue: string;
138
169
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
139
170
 
140
- declare const __VLS_component_34: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
171
+ declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
141
172
  "update:open": (value: boolean) => any;
142
173
  }, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
143
174
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -146,14 +177,14 @@ defaultOpen: boolean;
146
177
  open: boolean;
147
178
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
148
179
 
149
- declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
180
+ declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
150
181
  class: HTMLAttributes["class"];
151
182
  disabled: boolean;
152
183
  textValue: string;
153
184
  inset: boolean;
154
185
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
155
186
 
156
- declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
187
+ declare const __VLS_component_37: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
157
188
  escapeKeyDown: (event: KeyboardEvent) => any;
158
189
  }, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
159
190
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -162,7 +193,7 @@ class: HTMLAttributes["class"];
162
193
  sideOffset: number;
163
194
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
164
195
 
165
- declare const __VLS_component_37: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
196
+ declare const __VLS_component_38: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
166
197
  class: string;
167
198
  type: "button" | "submit" | "reset";
168
199
  variant: UiIconButtonVariant;
@@ -172,9 +203,33 @@ disabled: boolean;
172
203
  loading: boolean;
173
204
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
174
205
 
175
- declare const __VLS_component_38: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
176
- "update:modelValue": (value: string) => any;
206
+ declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
207
+ "update:open": (value: boolean) => any;
177
208
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
209
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
210
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
211
+
212
+ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
213
+ "update:modelValue": (value: boolean) => any;
214
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
215
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
216
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
217
+
218
+ declare const __VLS_component_40: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
219
+
220
+ declare const __VLS_component_41: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
221
+ escapeKeyDown: (event: KeyboardEvent) => any;
222
+ }, string, PublicProps, Readonly<UiPopoverContentProps> & Readonly<{
223
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
224
+ }>, {
225
+ side: UiPopoverSide;
226
+ sideOffset: number;
227
+ align: UiPopoverAlign;
228
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
229
+
230
+ declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
231
+ "update:modelValue": (value: string) => any;
232
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
178
233
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
179
234
  }>, {
180
235
  class: HTMLAttributes["class"];
@@ -186,43 +241,127 @@ dir: UiRadioGroupDirection;
186
241
  loop: boolean;
187
242
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
188
243
 
189
- declare const __VLS_component_39: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
244
+ declare const __VLS_component_43: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
245
+ "update:open": (value: boolean) => any;
246
+ "update:modelValue": (value: string) => any;
247
+ }, string, PublicProps, Readonly<UiSelectProps> & Readonly<{
248
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
249
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
250
+ }>, {
251
+ name: string;
252
+ required: boolean;
253
+ disabled: boolean;
254
+ defaultOpen: boolean;
255
+ open: boolean;
256
+ dir: "ltr" | "rtl";
257
+ modelValue: string;
258
+ defaultValue: string;
259
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
260
+
261
+ declare const __VLS_component_44: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
262
+ class: HTMLAttributes["class"];
263
+ size: "default" | "sm";
264
+ ariaLabel: string;
265
+ disabled: boolean;
266
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
190
267
 
191
- declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
192
- "update:modelValue": (value: boolean) => any;
193
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
194
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
195
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
268
+ declare const __VLS_component_45: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
269
+ escapeKeyDown: (event: KeyboardEvent) => any;
270
+ pointerDownOutside: (event: Event) => any;
271
+ }, string, PublicProps, Readonly<UiSelectContentProps> & Readonly<{
272
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
273
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
274
+ }>, {
275
+ class: HTMLAttributes["class"];
276
+ side: "top" | "right" | "bottom" | "left";
277
+ sideOffset: number;
278
+ align: "start" | "center" | "end";
279
+ position: "item-aligned" | "popper";
280
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
281
+
282
+ declare const __VLS_component_46: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
283
+ class: HTMLAttributes["class"];
284
+ disabled: boolean;
285
+ textValue: string;
286
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
287
+
288
+ declare const __VLS_component_47: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
289
+ class: HTMLAttributes["class"];
290
+ placeholder: string;
291
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
196
292
 
197
- declare const __VLS_component_40: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
293
+ declare const __VLS_component_48: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
294
+ class: HTMLAttributes["class"];
295
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
198
296
 
199
- declare const __VLS_component_41: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
297
+ declare const __VLS_component_49: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
298
+ class: HTMLAttributes["class"];
299
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
300
+
301
+ declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
200
302
 
201
- declare const __VLS_component_42: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
303
+ declare const __VLS_component_50: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
202
304
 
203
- declare const __VLS_component_43: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
305
+ declare const __VLS_component_51: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
306
+
307
+ declare const __VLS_component_52: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
308
+
309
+ declare const __VLS_component_53: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
310
+
311
+ declare const __VLS_component_54: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
204
312
  selected: boolean;
205
313
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
206
314
 
207
- declare const __VLS_component_44: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
315
+ declare const __VLS_component_55: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
208
316
  scope: "col" | "row" | "colgroup" | "rowgroup";
209
317
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
210
318
 
211
- declare const __VLS_component_45: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
319
+ declare const __VLS_component_56: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
212
320
 
213
- declare const __VLS_component_46: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
321
+ declare const __VLS_component_57: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
214
322
 
215
- declare const __VLS_component_47: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
323
+ declare const __VLS_component_58: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
216
324
  colspan: number;
217
325
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
218
326
 
219
- declare const __VLS_component_48: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
327
+ declare const __VLS_component_59: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
328
+ "update:open": (value: boolean) => any;
329
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
330
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
331
+ }>, {
332
+ class: string;
333
+ disabled: boolean;
334
+ side: UiTooltipSides;
335
+ sideOffset: number;
336
+ align: UiTooltipAlign;
337
+ delayDuration: number;
338
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
339
+
340
+ declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
341
+
342
+ declare const __VLS_component_60: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
220
343
  as: AsTag | Component;
221
344
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
222
345
 
223
- declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
346
+ declare const __VLS_component_61: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
347
+ "update:open": (value: boolean) => any;
348
+ }, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
349
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
350
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
224
351
 
225
- declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
352
+ declare const __VLS_component_62: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
353
+ escapeKeyDown: (event: KeyboardEvent) => any;
354
+ pointerDownOutside: (event: Event) => any;
355
+ }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
356
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
357
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
358
+ }>, {
359
+ sideOffset: number;
360
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
361
+
362
+ declare const __VLS_component_63: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
363
+
364
+ declare const __VLS_component_64: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
226
365
 
227
366
  declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
228
367
  openAutoFocus: (event: Event) => any;
@@ -248,48 +387,71 @@ declare type __VLS_PrettifyLocal<T> = {
248
387
  [K in keyof T]: T[K];
249
388
  } & {};
250
389
 
251
- declare type __VLS_Props = UiCheckboxProps;
390
+ declare type __VLS_Props = UiCalendarProps;
252
391
 
253
- declare type __VLS_Props_2 = UiInputProps;
392
+ declare type __VLS_Props_10 = TooltipContentProps & {
393
+ class?: HTMLAttributes['class'];
394
+ };
395
+
396
+ declare type __VLS_Props_2 = UiCheckboxProps;
397
+
398
+ declare type __VLS_Props_3 = UiInputProps;
399
+
400
+ declare type __VLS_Props_4 = UiPopoverProps;
254
401
 
255
- declare type __VLS_Props_3 = UiProgressProps;
402
+ declare type __VLS_Props_5 = UiProgressProps;
256
403
 
257
- declare type __VLS_Props_4 = UiRadioGroupProps & {
404
+ declare type __VLS_Props_6 = UiRadioGroupProps & {
258
405
  class?: HTMLAttributes['class'];
259
406
  };
260
407
 
261
- declare type __VLS_Props_5 = UiSwitchProps;
408
+ declare type __VLS_Props_7 = UiSwitchProps;
262
409
 
263
- declare type __VLS_Props_6 = UiTextareaProps;
410
+ declare type __VLS_Props_8 = UiTextareaProps;
411
+
412
+ declare type __VLS_Props_9 = UiTooltipProps;
264
413
 
265
414
  declare type __VLS_PublicProps = {
266
415
  modelValue?: boolean;
267
416
  };
268
417
 
418
+ declare type __VLS_PublicProps_10 = {
419
+ 'open'?: boolean;
420
+ } & __VLS_Props_9;
421
+
269
422
  declare type __VLS_PublicProps_2 = {
270
- modelValue?: UiCheckboxModelValue;
423
+ modelValue?: UiCalendarProps['modelValue'];
424
+ 'placeholder'?: UiCalendarProps['placeholder'];
271
425
  } & __VLS_Props;
272
426
 
273
427
  declare type __VLS_PublicProps_3 = {
274
- modelValue?: string;
428
+ modelValue?: UiCheckboxModelValue;
275
429
  } & __VLS_Props_2;
276
430
 
277
431
  declare type __VLS_PublicProps_4 = {
278
- modelValue?: number;
432
+ modelValue?: string;
279
433
  } & __VLS_Props_3;
280
434
 
281
435
  declare type __VLS_PublicProps_5 = {
282
- modelValue?: string;
436
+ 'open'?: boolean;
283
437
  } & __VLS_Props_4;
284
438
 
285
439
  declare type __VLS_PublicProps_6 = {
286
- modelValue?: boolean;
440
+ modelValue?: number;
287
441
  } & __VLS_Props_5;
288
442
 
289
443
  declare type __VLS_PublicProps_7 = {
290
444
  modelValue?: string;
291
445
  } & __VLS_Props_6;
292
446
 
447
+ declare type __VLS_PublicProps_8 = {
448
+ modelValue?: boolean;
449
+ } & __VLS_Props_7;
450
+
451
+ declare type __VLS_PublicProps_9 = {
452
+ modelValue?: string;
453
+ } & __VLS_Props_8;
454
+
293
455
  declare function __VLS_template(): {
294
456
  attrs: Partial<{}>;
295
457
  slots: {
@@ -365,10 +527,20 @@ declare function __VLS_template_16(): {
365
527
  declare function __VLS_template_17(): {
366
528
  attrs: Partial<{}>;
367
529
  slots: {
368
- default?(_: {}): any;
530
+ 'calendar-heading'?(_: {
531
+ date: DateValue;
532
+ month: ReuseTemplateComponent< {
533
+ date: DateValue;
534
+ }, Record<"default", undefined>>;
535
+ year: ReuseTemplateComponent< {
536
+ date: DateValue;
537
+ }, Record<"default", undefined>>;
538
+ }): any;
539
+ 'prev-icon'?(_: {}): any;
540
+ 'next-icon'?(_: {}): any;
369
541
  };
370
542
  refs: {};
371
- rootEl: HTMLDivElement;
543
+ rootEl: any;
372
544
  };
373
545
 
374
546
  declare function __VLS_template_18(): {
@@ -404,7 +576,7 @@ declare function __VLS_template_20(): {
404
576
  default?(_: {}): any;
405
577
  };
406
578
  refs: {};
407
- rootEl: HTMLParagraphElement;
579
+ rootEl: HTMLDivElement;
408
580
  };
409
581
 
410
582
  declare function __VLS_template_21(): {
@@ -413,7 +585,7 @@ declare function __VLS_template_21(): {
413
585
  default?(_: {}): any;
414
586
  };
415
587
  refs: {};
416
- rootEl: HTMLDivElement;
588
+ rootEl: HTMLParagraphElement;
417
589
  };
418
590
 
419
591
  declare function __VLS_template_22(): {
@@ -431,7 +603,7 @@ declare function __VLS_template_23(): {
431
603
  default?(_: {}): any;
432
604
  };
433
605
  refs: {};
434
- rootEl: HTMLHeadingElement;
606
+ rootEl: HTMLDivElement;
435
607
  };
436
608
 
437
609
  declare function __VLS_template_24(): {
@@ -440,7 +612,7 @@ declare function __VLS_template_24(): {
440
612
  default?(_: {}): any;
441
613
  };
442
614
  refs: {};
443
- rootEl: any;
615
+ rootEl: HTMLHeadingElement;
444
616
  };
445
617
 
446
618
  declare function __VLS_template_25(): {
@@ -503,22 +675,22 @@ declare function __VLS_template_30(): {
503
675
  default?(_: {}): any;
504
676
  };
505
677
  refs: {};
506
- rootEl: HTMLSpanElement;
678
+ rootEl: any;
507
679
  };
508
680
 
509
681
  declare function __VLS_template_31(): {
510
682
  attrs: Partial<{}>;
511
683
  slots: {
512
- 'indicator-icon'?(_: {}): any;
513
684
  default?(_: {}): any;
514
685
  };
515
686
  refs: {};
516
- rootEl: any;
687
+ rootEl: HTMLSpanElement;
517
688
  };
518
689
 
519
690
  declare function __VLS_template_32(): {
520
691
  attrs: Partial<{}>;
521
692
  slots: {
693
+ 'indicator-icon'?(_: {}): any;
522
694
  default?(_: {}): any;
523
695
  };
524
696
  refs: {};
@@ -528,7 +700,6 @@ declare function __VLS_template_32(): {
528
700
  declare function __VLS_template_33(): {
529
701
  attrs: Partial<{}>;
530
702
  slots: {
531
- 'indicator-icon'?(_: {}): any;
532
703
  default?(_: {}): any;
533
704
  };
534
705
  refs: {};
@@ -538,7 +709,8 @@ declare function __VLS_template_33(): {
538
709
  declare function __VLS_template_34(): {
539
710
  attrs: Partial<{}>;
540
711
  slots: {
541
- default?(_: any): any;
712
+ 'indicator-icon'?(_: {}): any;
713
+ default?(_: {}): any;
542
714
  };
543
715
  refs: {};
544
716
  rootEl: any;
@@ -547,7 +719,7 @@ declare function __VLS_template_34(): {
547
719
  declare function __VLS_template_35(): {
548
720
  attrs: Partial<{}>;
549
721
  slots: {
550
- default?(_: {}): any;
722
+ default?(_: any): any;
551
723
  };
552
724
  refs: {};
553
725
  rootEl: any;
@@ -586,7 +758,7 @@ declare function __VLS_template_39(): {
586
758
  default?(_: {}): any;
587
759
  };
588
760
  refs: {};
589
- rootEl: HTMLDivElement;
761
+ rootEl: any;
590
762
  };
591
763
 
592
764
  declare function __VLS_template_4(): {
@@ -604,7 +776,7 @@ declare function __VLS_template_40(): {
604
776
  default?(_: {}): any;
605
777
  };
606
778
  refs: {};
607
- rootEl: HTMLTableSectionElement;
779
+ rootEl: any;
608
780
  };
609
781
 
610
782
  declare function __VLS_template_41(): {
@@ -613,7 +785,7 @@ declare function __VLS_template_41(): {
613
785
  default?(_: {}): any;
614
786
  };
615
787
  refs: {};
616
- rootEl: HTMLTableSectionElement;
788
+ rootEl: any;
617
789
  };
618
790
 
619
791
  declare function __VLS_template_42(): {
@@ -622,7 +794,7 @@ declare function __VLS_template_42(): {
622
794
  default?(_: {}): any;
623
795
  };
624
796
  refs: {};
625
- rootEl: HTMLTableSectionElement;
797
+ rootEl: any;
626
798
  };
627
799
 
628
800
  declare function __VLS_template_43(): {
@@ -631,7 +803,7 @@ declare function __VLS_template_43(): {
631
803
  default?(_: {}): any;
632
804
  };
633
805
  refs: {};
634
- rootEl: HTMLTableRowElement;
806
+ rootEl: any;
635
807
  };
636
808
 
637
809
  declare function __VLS_template_44(): {
@@ -640,10 +812,109 @@ declare function __VLS_template_44(): {
640
812
  default?(_: {}): any;
641
813
  };
642
814
  refs: {};
643
- rootEl: HTMLTableCellElement;
815
+ rootEl: any;
644
816
  };
645
817
 
646
818
  declare function __VLS_template_45(): {
819
+ attrs: Partial<{}>;
820
+ slots: {
821
+ default?(_: {}): any;
822
+ };
823
+ refs: {};
824
+ rootEl: any;
825
+ };
826
+
827
+ declare function __VLS_template_46(): {
828
+ attrs: Partial<{}>;
829
+ slots: {
830
+ default?(_: {}): any;
831
+ };
832
+ refs: {};
833
+ rootEl: any;
834
+ };
835
+
836
+ declare function __VLS_template_47(): {
837
+ attrs: Partial<{}>;
838
+ slots: {
839
+ default?(_: {}): any;
840
+ };
841
+ refs: {};
842
+ rootEl: any;
843
+ };
844
+
845
+ declare function __VLS_template_48(): {
846
+ attrs: Partial<{}>;
847
+ slots: {
848
+ default?(_: {}): any;
849
+ };
850
+ refs: {};
851
+ rootEl: any;
852
+ };
853
+
854
+ declare function __VLS_template_49(): {
855
+ attrs: Partial<{}>;
856
+ slots: {
857
+ default?(_: {}): any;
858
+ };
859
+ refs: {};
860
+ rootEl: any;
861
+ };
862
+
863
+ declare function __VLS_template_5(): {
864
+ attrs: Partial<{}>;
865
+ slots: {
866
+ default?(_: {}): any;
867
+ };
868
+ refs: {};
869
+ rootEl: any;
870
+ };
871
+
872
+ declare function __VLS_template_50(): {
873
+ attrs: Partial<{}>;
874
+ slots: {
875
+ default?(_: {}): any;
876
+ };
877
+ refs: {};
878
+ rootEl: HTMLDivElement;
879
+ };
880
+
881
+ declare function __VLS_template_51(): {
882
+ attrs: Partial<{}>;
883
+ slots: {
884
+ default?(_: {}): any;
885
+ };
886
+ refs: {};
887
+ rootEl: HTMLTableSectionElement;
888
+ };
889
+
890
+ declare function __VLS_template_52(): {
891
+ attrs: Partial<{}>;
892
+ slots: {
893
+ default?(_: {}): any;
894
+ };
895
+ refs: {};
896
+ rootEl: HTMLTableSectionElement;
897
+ };
898
+
899
+ declare function __VLS_template_53(): {
900
+ attrs: Partial<{}>;
901
+ slots: {
902
+ default?(_: {}): any;
903
+ };
904
+ refs: {};
905
+ rootEl: HTMLTableSectionElement;
906
+ };
907
+
908
+ declare function __VLS_template_54(): {
909
+ attrs: Partial<{}>;
910
+ slots: {
911
+ default?(_: {}): any;
912
+ };
913
+ refs: {};
914
+ rootEl: HTMLTableRowElement;
915
+ };
916
+
917
+ declare function __VLS_template_55(): {
647
918
  attrs: Partial<{}>;
648
919
  slots: {
649
920
  default?(_: {}): any;
@@ -652,25 +923,70 @@ declare function __VLS_template_45(): {
652
923
  rootEl: HTMLTableCellElement;
653
924
  };
654
925
 
655
- declare function __VLS_template_46(): {
926
+ declare function __VLS_template_56(): {
927
+ attrs: Partial<{}>;
928
+ slots: {
929
+ default?(_: {}): any;
930
+ };
931
+ refs: {};
932
+ rootEl: HTMLTableCellElement;
933
+ };
934
+
935
+ declare function __VLS_template_57(): {
936
+ attrs: Partial<{}>;
937
+ slots: {
938
+ default?(_: {}): any;
939
+ };
940
+ refs: {};
941
+ rootEl: HTMLTableCaptionElement;
942
+ };
943
+
944
+ declare function __VLS_template_58(): {
945
+ attrs: Partial<{}>;
946
+ slots: {
947
+ default?(_: {}): any;
948
+ };
949
+ refs: {};
950
+ rootEl: HTMLTableRowElement;
951
+ };
952
+
953
+ declare function __VLS_template_59(): {
954
+ attrs: Partial<{}>;
955
+ slots: {
956
+ default?(_: {}): any;
957
+ };
958
+ refs: {};
959
+ rootEl: any;
960
+ };
961
+
962
+ declare function __VLS_template_6(): {
963
+ attrs: Partial<{}>;
964
+ slots: {
965
+ default?(_: {}): any;
966
+ };
967
+ refs: {};
968
+ rootEl: any;
969
+ };
970
+
971
+ declare function __VLS_template_60(): {
656
972
  attrs: Partial<{}>;
657
973
  slots: {
658
974
  default?(_: {}): any;
659
975
  };
660
976
  refs: {};
661
- rootEl: HTMLTableCaptionElement;
977
+ rootEl: any;
662
978
  };
663
979
 
664
- declare function __VLS_template_47(): {
980
+ declare function __VLS_template_61(): {
665
981
  attrs: Partial<{}>;
666
982
  slots: {
667
983
  default?(_: {}): any;
668
984
  };
669
985
  refs: {};
670
- rootEl: HTMLTableRowElement;
986
+ rootEl: any;
671
987
  };
672
988
 
673
- declare function __VLS_template_48(): {
989
+ declare function __VLS_template_62(): {
674
990
  attrs: Partial<{}>;
675
991
  slots: {
676
992
  default?(_: {}): any;
@@ -679,7 +995,7 @@ declare function __VLS_template_48(): {
679
995
  rootEl: any;
680
996
  };
681
997
 
682
- declare function __VLS_template_5(): {
998
+ declare function __VLS_template_63(): {
683
999
  attrs: Partial<{}>;
684
1000
  slots: {
685
1001
  default?(_: {}): any;
@@ -688,7 +1004,7 @@ declare function __VLS_template_5(): {
688
1004
  rootEl: any;
689
1005
  };
690
1006
 
691
- declare function __VLS_template_6(): {
1007
+ declare function __VLS_template_64(): {
692
1008
  attrs: Partial<{}>;
693
1009
  slots: {
694
1010
  default?(_: {}): any;
@@ -810,10 +1126,42 @@ declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
810
1126
 
811
1127
  declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
812
1128
 
1129
+ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
1130
+
813
1131
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
814
1132
 
1133
+ declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
1134
+
1135
+ declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
1136
+
1137
+ declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
1138
+
1139
+ declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
1140
+
1141
+ declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
1142
+
1143
+ declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
1144
+
1145
+ declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
1146
+
1147
+ declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
1148
+
1149
+ declare type __VLS_TemplateResult_58 = ReturnType<typeof __VLS_template_58>;
1150
+
1151
+ declare type __VLS_TemplateResult_59 = ReturnType<typeof __VLS_template_59>;
1152
+
815
1153
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
816
1154
 
1155
+ declare type __VLS_TemplateResult_60 = ReturnType<typeof __VLS_template_60>;
1156
+
1157
+ declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
1158
+
1159
+ declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
1160
+
1161
+ declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
1162
+
1163
+ declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
1164
+
817
1165
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
818
1166
 
819
1167
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
@@ -1078,18 +1426,114 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
1078
1426
  };
1079
1427
  };
1080
1428
 
1429
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
1430
+ new (): {
1431
+ $slots: S;
1432
+ };
1433
+ };
1434
+
1081
1435
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1082
1436
  new (): {
1083
1437
  $slots: S;
1084
1438
  };
1085
1439
  };
1086
1440
 
1441
+ declare type __VLS_WithTemplateSlots_50<T, S> = T & {
1442
+ new (): {
1443
+ $slots: S;
1444
+ };
1445
+ };
1446
+
1447
+ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
1448
+ new (): {
1449
+ $slots: S;
1450
+ };
1451
+ };
1452
+
1453
+ declare type __VLS_WithTemplateSlots_52<T, S> = T & {
1454
+ new (): {
1455
+ $slots: S;
1456
+ };
1457
+ };
1458
+
1459
+ declare type __VLS_WithTemplateSlots_53<T, S> = T & {
1460
+ new (): {
1461
+ $slots: S;
1462
+ };
1463
+ };
1464
+
1465
+ declare type __VLS_WithTemplateSlots_54<T, S> = T & {
1466
+ new (): {
1467
+ $slots: S;
1468
+ };
1469
+ };
1470
+
1471
+ declare type __VLS_WithTemplateSlots_55<T, S> = T & {
1472
+ new (): {
1473
+ $slots: S;
1474
+ };
1475
+ };
1476
+
1477
+ declare type __VLS_WithTemplateSlots_56<T, S> = T & {
1478
+ new (): {
1479
+ $slots: S;
1480
+ };
1481
+ };
1482
+
1483
+ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
1484
+ new (): {
1485
+ $slots: S;
1486
+ };
1487
+ };
1488
+
1489
+ declare type __VLS_WithTemplateSlots_58<T, S> = T & {
1490
+ new (): {
1491
+ $slots: S;
1492
+ };
1493
+ };
1494
+
1495
+ declare type __VLS_WithTemplateSlots_59<T, S> = T & {
1496
+ new (): {
1497
+ $slots: S;
1498
+ };
1499
+ };
1500
+
1087
1501
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1088
1502
  new (): {
1089
1503
  $slots: S;
1090
1504
  };
1091
1505
  };
1092
1506
 
1507
+ declare type __VLS_WithTemplateSlots_60<T, S> = T & {
1508
+ new (): {
1509
+ $slots: S;
1510
+ };
1511
+ };
1512
+
1513
+ declare type __VLS_WithTemplateSlots_61<T, S> = T & {
1514
+ new (): {
1515
+ $slots: S;
1516
+ };
1517
+ };
1518
+
1519
+ declare type __VLS_WithTemplateSlots_62<T, S> = T & {
1520
+ new (): {
1521
+ $slots: S;
1522
+ };
1523
+ };
1524
+
1525
+ declare type __VLS_WithTemplateSlots_63<T, S> = T & {
1526
+ new (): {
1527
+ $slots: S;
1528
+ };
1529
+ };
1530
+
1531
+ declare type __VLS_WithTemplateSlots_64<T, S> = T & {
1532
+ new (): {
1533
+ $slots: S;
1534
+ };
1535
+ };
1536
+
1093
1537
  declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1094
1538
  new (): {
1095
1539
  $slots: S;
@@ -1108,7 +1552,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1108
1552
  };
1109
1553
  };
1110
1554
 
1111
- export declare const Button: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
1555
+ export declare const Button: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
1112
1556
 
1113
1557
  export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
1114
1558
 
@@ -1117,6 +1561,8 @@ export declare const buttonVariants: (props?: ({
1117
1561
  size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
1118
1562
  } & ClassProp) | undefined) => string;
1119
1563
 
1564
+ export { CalendarDate }
1565
+
1120
1566
  /** Labels for UiDataTableColumnHeader */
1121
1567
  export declare interface ColumnHeaderLabels {
1122
1568
  /** Label for ascending sort menu item */
@@ -1156,6 +1602,8 @@ export declare const DATA_TABLE_LABELS: {
1156
1602
 
1157
1603
  export declare type DataTableLabels = typeof DATA_TABLE_LABELS;
1158
1604
 
1605
+ export { DateValue }
1606
+
1159
1607
  declare const _default: {
1160
1608
  install(app: any, options: any): void;
1161
1609
  };
@@ -1164,6 +1612,10 @@ export default _default;
1164
1612
  /** TanStack Table's default column size - columns without explicit size use this value */
1165
1613
  export declare const DEFAULT_COLUMN_SIZE = 150;
1166
1614
 
1615
+ export { getLocalTimeZone }
1616
+
1617
+ export { Matcher }
1618
+
1167
1619
  /** Labels for UiDataTablePagination */
1168
1620
  export declare interface PaginationLabels {
1169
1621
  /** Label for rows per page selector */
@@ -1188,6 +1640,8 @@ declare interface Props extends PrimitiveProps {
1188
1640
  class?: HTMLAttributes['class'];
1189
1641
  }
1190
1642
 
1643
+ export { today }
1644
+
1191
1645
  /** Labels for UiDataTableToolbar */
1192
1646
  export declare interface ToolbarLabels {
1193
1647
  /** Placeholder text for filter input */
@@ -1198,6 +1652,14 @@ export declare interface ToolbarLabels {
1198
1652
  filterByColumn?: (column: string) => string;
1199
1653
  }
1200
1654
 
1655
+ export declare const Tooltip: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
1656
+
1657
+ export declare const TooltipContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
1658
+
1659
+ export declare const TooltipProvider: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
1660
+
1661
+ export declare const TooltipTrigger: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
1662
+
1201
1663
  export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1202
1664
 
1203
1665
  export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
@@ -1266,115 +1728,321 @@ export declare const UiBadge: __VLS_WithTemplateSlots_15<typeof __VLS_component_
1266
1728
  */
1267
1729
  export declare interface UiBadgeProps {
1268
1730
  /**
1269
- * Variant types for the badge
1270
- * @default default
1731
+ * Variant types for the badge
1732
+ * @default default
1733
+ */
1734
+ variant?: UiBadgeVariants;
1735
+ /**
1736
+ * Whether to render as a child (Slot) instead of a wrapper element.
1737
+ * Useful for tooltips or wrapping other components.
1738
+ * @default false
1739
+ */
1740
+ asChild?: boolean;
1741
+ /**
1742
+ * Icon component to display before the badge text.
1743
+ * @example
1744
+ * ```vue
1745
+ * <UiBadge :startIcon="InfoIcon">Info</UiBadge>
1746
+ * ```
1747
+ */
1748
+ startIcon?: Component;
1749
+ /**
1750
+ * Icon component to display after the badge text.
1751
+ * @example
1752
+ * ```vue
1753
+ * <UiBadge :endIcon="CloseIcon">Dismissible</UiBadge>
1754
+ * ```
1755
+ */
1756
+ endIcon?: Component;
1757
+ }
1758
+
1759
+ /**
1760
+ * Variant Types for the UiBadge primitive component
1761
+ */
1762
+ export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
1763
+
1764
+ export declare const UiButton: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1765
+
1766
+ /**
1767
+ * Props for UiButton component.
1768
+ */
1769
+ export declare interface UiButtonProps {
1770
+ /**
1771
+ * The visual style of the button.
1772
+ * @default 'default'
1773
+ */
1774
+ variant?: UiButtonVariant;
1775
+ /**
1776
+ * The size of the button.
1777
+ * @default 'default'
1778
+ */
1779
+ size?: UiButtonSize;
1780
+ /**
1781
+ * Additional CSS classes to apply to the button.
1782
+ */
1783
+ class?: string;
1784
+ /**
1785
+ * Whether to render as a child (Slot) instead of a wrapper element.
1786
+ * Useful for tooltips or wrapping other components.
1787
+ * @default false
1788
+ */
1789
+ asChild?: boolean;
1790
+ /**
1791
+ * The native button type.
1792
+ * @default 'button'
1793
+ */
1794
+ type?: 'button' | 'submit' | 'reset';
1795
+ /**
1796
+ * Disables the button.
1797
+ */
1798
+ disabled?: boolean;
1799
+ /**
1800
+ * Shows a loading state and prevents interaction.
1801
+ */
1802
+ loading?: boolean;
1803
+ /**
1804
+ * Accessible label for the button.
1805
+ * Optional for standard buttons as they usually have visible text.
1806
+ */
1807
+ ariaLabel?: string;
1808
+ /**
1809
+ * Icon component to display before the button text.
1810
+ * Hidden when loading is true.
1811
+ * @example
1812
+ * ```vue
1813
+ * <UiButton :startIcon="ChevronLeft">Back</UiButton>
1814
+ * ```
1815
+ */
1816
+ startIcon?: Component;
1817
+ /**
1818
+ * Icon component to display after the button text.
1819
+ * @example
1820
+ * ```vue
1821
+ * <UiButton :endIcon="ChevronRight">Next</UiButton>
1822
+ * ```
1823
+ */
1824
+ endIcon?: Component;
1825
+ }
1826
+
1827
+ /**
1828
+ * Size variants for UiButton.
1829
+ */
1830
+ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
1831
+
1832
+ /**
1833
+ * Visual style variants for UiButton.
1834
+ */
1835
+ export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
1836
+
1837
+ export declare const UiCalendar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1838
+
1839
+ /**
1840
+ * Reading direction for the calendar.
1841
+ */
1842
+ export declare type UiCalendarDirection = 'ltr' | 'rtl';
1843
+
1844
+ /**
1845
+ * Emits for UiCalendar component.
1846
+ */
1847
+ export declare interface UiCalendarEmits {
1848
+ /**
1849
+ * Emitted when the selected date changes.
1850
+ *
1851
+ * The payload is always a union type: `DateValue | DateValue[] | undefined`.
1852
+ * - `undefined` when the selection is cleared.
1853
+ * - `DateValue` for single selection when `multiple` is false or not set.
1854
+ * - `DateValue[]` when `multiple` is true.
1855
+ */
1856
+ (e: 'update:modelValue', value: DateValue | DateValue[] | undefined): void;
1857
+ /**
1858
+ * Emitted when the placeholder (displayed month/year) changes.
1859
+ */
1860
+ (e: 'update:placeholder', value: DateValue): void;
1861
+ }
1862
+
1863
+ /**
1864
+ * Layout options for the calendar header.
1865
+ * Controls which dropdown selectors are shown for quick navigation.
1866
+ *
1867
+ * - `'month-and-year'` - Show dropdowns for both month and year
1868
+ * - `'month-only'` - Show dropdown for month only
1869
+ * - `'year-only'` - Show dropdown for year only
1870
+ */
1871
+ export declare type UiCalendarLayout = 'month-and-year' | 'month-only' | 'year-only';
1872
+
1873
+ /**
1874
+ * Props for UiCalendar component.
1875
+ */
1876
+ export declare interface UiCalendarProps {
1877
+ /**
1878
+ * Additional CSS classes to apply to the calendar.
1879
+ */
1880
+ class?: HTMLAttributes['class'];
1881
+ /**
1882
+ * The controlled selected date value.
1883
+ * Use with v-model for two-way binding.
1884
+ * When `multiple` is true, this should be an array of DateValue.
1885
+ */
1886
+ modelValue?: DateValue | DateValue[];
1887
+ /**
1888
+ * The default selected date when first rendered.
1889
+ * Use when you don't need controlled state.
1890
+ */
1891
+ defaultValue?: DateValue;
1892
+ /**
1893
+ * The placeholder date used to determine which month/year to display.
1894
+ * Defaults to today's date if not provided.
1895
+ */
1896
+ placeholder?: DateValue;
1897
+ /**
1898
+ * The default placeholder date when first rendered.
1899
+ */
1900
+ defaultPlaceholder?: DateValue;
1901
+ /**
1902
+ * The minimum selectable date.
1903
+ * Dates before this will be disabled.
1904
+ */
1905
+ minValue?: DateValue;
1906
+ /**
1907
+ * The maximum selectable date.
1908
+ * Dates after this will be disabled.
1909
+ */
1910
+ maxValue?: DateValue;
1911
+ /**
1912
+ * Whether the calendar is disabled.
1913
+ * @default false
1914
+ */
1915
+ disabled?: boolean;
1916
+ /**
1917
+ * Whether the calendar is read-only.
1918
+ * Users can navigate but not select dates.
1919
+ * @default false
1271
1920
  */
1272
- variant?: UiBadgeVariants;
1921
+ readonly?: boolean;
1273
1922
  /**
1274
- * Whether to render as a child (Slot) instead of a wrapper element.
1275
- * Useful for tooltips or wrapping other components.
1923
+ * The locale to use for formatting dates and weekday names.
1924
+ * @default 'en'
1925
+ * @example 'de', 'fr', 'es'
1926
+ */
1927
+ locale?: string;
1928
+ /**
1929
+ * The day of the week to start on.
1930
+ * @default 0 (Sunday)
1931
+ */
1932
+ weekStartsOn?: UiCalendarWeekStartsOn;
1933
+ /**
1934
+ * The number of months to display at once.
1935
+ * @default 1
1936
+ */
1937
+ numberOfMonths?: number;
1938
+ /**
1939
+ * Whether to navigate by page (all visible months) or by single month.
1276
1940
  * @default false
1277
1941
  */
1278
- asChild?: boolean;
1942
+ pagedNavigation?: boolean;
1279
1943
  /**
1280
- * Icon component to display before the badge text.
1281
- * @example
1282
- * ```vue
1283
- * <UiBadge :startIcon="InfoIcon">Info</UiBadge>
1284
- * ```
1944
+ * The format to use for weekday labels.
1945
+ * @default 'narrow'
1285
1946
  */
1286
- startIcon?: Component;
1947
+ weekdayFormat?: UiCalendarWeekdayFormat;
1287
1948
  /**
1288
- * Icon component to display after the badge text.
1289
- * @example
1290
- * ```vue
1291
- * <UiBadge :endIcon="CloseIcon">Dismissible</UiBadge>
1292
- * ```
1949
+ * Whether to always show 6 weeks in the calendar.
1950
+ * Useful for consistent height.
1951
+ * @default false
1293
1952
  */
1294
- endIcon?: Component;
1295
- }
1296
-
1297
- /**
1298
- * Variant Types for the UiBadge primitive component
1299
- */
1300
- export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
1301
-
1302
- export declare const UiButton: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1303
-
1304
- /**
1305
- * Props for UiButton component.
1306
- */
1307
- export declare interface UiButtonProps {
1953
+ fixedWeeks?: boolean;
1308
1954
  /**
1309
- * The visual style of the button.
1310
- * @default 'default'
1955
+ * Layout mode for the calendar header.
1956
+ * Controls dropdown selectors for quick month/year navigation.
1957
+ * When undefined, shows simple text heading.
1311
1958
  */
1312
- variant?: UiButtonVariant;
1959
+ layout?: UiCalendarLayout;
1313
1960
  /**
1314
- * The size of the button.
1315
- * @default 'default'
1961
+ * Custom year range for the year selector dropdown.
1962
+ * Only used when layout includes year selection.
1316
1963
  */
1317
- size?: UiButtonSize;
1964
+ yearRange?: DateValue[];
1318
1965
  /**
1319
- * Additional CSS classes to apply to the button.
1966
+ * Whether to prevent the user from deselecting a date without selecting another date first.
1967
+ * @default false
1320
1968
  */
1321
- class?: string;
1969
+ preventDeselect?: boolean;
1322
1970
  /**
1323
- * Whether to render as a child (Slot) instead of a wrapper element.
1324
- * Useful for tooltips or wrapping other components.
1971
+ * Whether multiple dates can be selected.
1972
+ * When true, modelValue should be an array.
1325
1973
  * @default false
1326
1974
  */
1327
- asChild?: boolean;
1975
+ multiple?: boolean;
1328
1976
  /**
1329
- * The native button type.
1330
- * @default 'button'
1977
+ * The accessible label for the calendar.
1978
+ * Used for screen readers.
1331
1979
  */
1332
- type?: 'button' | 'submit' | 'reset';
1980
+ calendarLabel?: string;
1333
1981
  /**
1334
- * Disables the button.
1982
+ * If true, the calendar will focus the selected day, today, or the first day
1983
+ * of the month depending on what is visible when the calendar is mounted.
1984
+ * @default false
1335
1985
  */
1336
- disabled?: boolean;
1986
+ initialFocus?: boolean;
1337
1987
  /**
1338
- * Shows a loading state and prevents interaction.
1988
+ * A function that returns whether or not a date is disabled.
1989
+ * Disabled dates cannot be selected.
1990
+ * @example (date) => date.dayOfWeek === 0 // Disable Sundays
1339
1991
  */
1340
- loading?: boolean;
1992
+ isDateDisabled?: Matcher;
1341
1993
  /**
1342
- * Accessible label for the button.
1343
- * Optional for standard buttons as they usually have visible text.
1994
+ * A function that returns whether or not a date is unavailable.
1995
+ * Unavailable dates are styled differently but may still be selectable.
1996
+ * @example (date) => isHoliday(date)
1344
1997
  */
1345
- ariaLabel?: string;
1998
+ isDateUnavailable?: Matcher;
1346
1999
  /**
1347
- * Icon component to display before the button text.
1348
- * Hidden when loading is true.
1349
- * @example
1350
- * ```vue
1351
- * <UiButton :startIcon="ChevronLeft">Back</UiButton>
1352
- * ```
2000
+ * The reading direction of the calendar.
2001
+ * If omitted, inherits from ConfigProvider or assumes 'ltr'.
1353
2002
  */
1354
- startIcon?: Component;
2003
+ dir?: UiCalendarDirection;
1355
2004
  /**
1356
- * Icon component to display after the button text.
1357
- * @example
1358
- * ```vue
1359
- * <UiButton :endIcon="ChevronRight">Next</UiButton>
1360
- * ```
2005
+ * A function that returns the next page of the calendar.
2006
+ * Receives the current placeholder as an argument.
1361
2007
  */
1362
- endIcon?: Component;
2008
+ nextPage?: (placeholder: DateValue) => DateValue;
2009
+ /**
2010
+ * A function that returns the previous page of the calendar.
2011
+ * Receives the current placeholder as an argument.
2012
+ */
2013
+ prevPage?: (placeholder: DateValue) => DateValue;
2014
+ /**
2015
+ * Whether to disable days outside the current view.
2016
+ * @default false
2017
+ */
2018
+ disableDaysOutsideCurrentView?: boolean;
1363
2019
  }
1364
2020
 
1365
2021
  /**
1366
- * Size variants for UiButton.
2022
+ * Format options for weekday labels displayed in the calendar header.
2023
+ *
2024
+ * - `'narrow'` - Single letter (e.g., "M", "T", "W")
2025
+ * - `'short'` - Abbreviated (e.g., "Mon", "Tue", "Wed")
2026
+ * - `'long'` - Full name (e.g., "Monday", "Tuesday", "Wednesday")
1367
2027
  */
1368
- export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
2028
+ export declare type UiCalendarWeekdayFormat = 'narrow' | 'short' | 'long';
1369
2029
 
1370
2030
  /**
1371
- * Visual style variants for UiButton.
2031
+ * Day of the week to start the calendar on.
2032
+ *
2033
+ * - `0` - Sunday
2034
+ * - `1` - Monday
2035
+ * - `2` - Tuesday
2036
+ * - `3` - Wednesday
2037
+ * - `4` - Thursday
2038
+ * - `5` - Friday
2039
+ * - `6` - Saturday
1372
2040
  */
1373
- export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2041
+ export declare type UiCalendarWeekStartsOn = 0 | 1 | 2 | 3 | 4 | 5 | 6;
1374
2042
 
1375
- export declare const UiCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2043
+ export declare const UiCard: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1376
2044
 
1377
- export declare const UiCardAction: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2045
+ export declare const UiCardAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1378
2046
 
1379
2047
  /**
1380
2048
  * Props for UiCardAction component.
@@ -1387,7 +2055,7 @@ export declare interface UiCardActionProps {
1387
2055
  class?: HTMLAttributes['class'];
1388
2056
  }
1389
2057
 
1390
- export declare const UiCardContent: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2058
+ export declare const UiCardContent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1391
2059
 
1392
2060
  /**
1393
2061
  * Props for UiCardContent component.
@@ -1400,7 +2068,7 @@ export declare interface UiCardContentProps {
1400
2068
  class?: HTMLAttributes['class'];
1401
2069
  }
1402
2070
 
1403
- export declare const UiCardDescription: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2071
+ export declare const UiCardDescription: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1404
2072
 
1405
2073
  /**
1406
2074
  * Props for UiCardDescription component.
@@ -1413,7 +2081,7 @@ export declare interface UiCardDescriptionProps {
1413
2081
  class?: HTMLAttributes['class'];
1414
2082
  }
1415
2083
 
1416
- export declare const UiCardFooter: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2084
+ export declare const UiCardFooter: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1417
2085
 
1418
2086
  /**
1419
2087
  * Props for UiCardFooter component.
@@ -1426,7 +2094,7 @@ export declare interface UiCardFooterProps {
1426
2094
  class?: HTMLAttributes['class'];
1427
2095
  }
1428
2096
 
1429
- export declare const UiCardHeader: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2097
+ export declare const UiCardHeader: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1430
2098
 
1431
2099
  /**
1432
2100
  * Props for UiCardHeader component.
@@ -1450,7 +2118,7 @@ export declare interface UiCardProps {
1450
2118
  class?: HTMLAttributes['class'];
1451
2119
  }
1452
2120
 
1453
- export declare const UiCardTitle: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2121
+ export declare const UiCardTitle: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1454
2122
 
1455
2123
  /**
1456
2124
  * Props for UiCardTitle component.
@@ -1463,9 +2131,9 @@ export declare interface UiCardTitleProps {
1463
2131
  class?: HTMLAttributes['class'];
1464
2132
  }
1465
2133
 
1466
- export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2134
+ export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1467
2135
  "update:modelValue": (value: UiCheckboxModelValue) => any;
1468
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
2136
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1469
2137
  "onUpdate:modelValue"?: ((value: UiCheckboxModelValue) => any) | undefined;
1470
2138
  }>, {
1471
2139
  required: boolean;
@@ -1551,9 +2219,9 @@ export declare interface UiDataTableProps<TData, TValue> {
1551
2219
 
1552
2220
  export { UiDataTableToolbar }
1553
2221
 
1554
- export declare const UiDropdownMenu: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2222
+ export declare const UiDropdownMenu: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1555
2223
 
1556
- export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2224
+ export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1557
2225
 
1558
2226
  export declare interface UiDropdownMenuCheckboxItemEmits {
1559
2227
  'update:checked': [value: boolean];
@@ -1580,7 +2248,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
1580
2248
  class?: HTMLAttributes['class'];
1581
2249
  }
1582
2250
 
1583
- export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
2251
+ export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1584
2252
 
1585
2253
  export declare interface UiDropdownMenuContentEmits {
1586
2254
  /**
@@ -1619,9 +2287,9 @@ export declare interface UiDropdownMenuEmits {
1619
2287
  'update:open': [value: boolean];
1620
2288
  }
1621
2289
 
1622
- export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
2290
+ export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1623
2291
 
1624
- export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
2292
+ export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1625
2293
 
1626
2294
  export declare interface UiDropdownMenuItemProps {
1627
2295
  /**
@@ -1650,7 +2318,7 @@ export declare interface UiDropdownMenuItemProps {
1650
2318
  class?: HTMLAttributes['class'];
1651
2319
  }
1652
2320
 
1653
- export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2321
+ export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1654
2322
 
1655
2323
  export declare interface UiDropdownMenuLabelProps {
1656
2324
  /**
@@ -1679,7 +2347,7 @@ export declare interface UiDropdownMenuProps {
1679
2347
  modal?: boolean;
1680
2348
  }
1681
2349
 
1682
- export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2350
+ export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1683
2351
 
1684
2352
  export declare interface UiDropdownMenuRadioGroupEmits {
1685
2353
  'update:modelValue': [value: string];
@@ -1693,7 +2361,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
1693
2361
  modelValue?: string;
1694
2362
  }
1695
2363
 
1696
- export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
2364
+ export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1697
2365
 
1698
2366
  export declare interface UiDropdownMenuRadioItemProps {
1699
2367
  /**
@@ -1726,7 +2394,7 @@ export declare interface UiDropdownMenuSeparatorProps {
1726
2394
  class?: HTMLAttributes['class'];
1727
2395
  }
1728
2396
 
1729
- export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2397
+ export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1730
2398
 
1731
2399
  export declare interface UiDropdownMenuShortcutProps {
1732
2400
  /**
@@ -1735,9 +2403,9 @@ export declare interface UiDropdownMenuShortcutProps {
1735
2403
  class?: HTMLAttributes['class'];
1736
2404
  }
1737
2405
 
1738
- export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2406
+ export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1739
2407
 
1740
- export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
2408
+ export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1741
2409
 
1742
2410
  export declare interface UiDropdownMenuSubContentEmits {
1743
2411
  /**
@@ -1774,7 +2442,7 @@ export declare interface UiDropdownMenuSubProps {
1774
2442
  defaultOpen?: boolean;
1775
2443
  }
1776
2444
 
1777
- export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2445
+ export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1778
2446
 
1779
2447
  export declare interface UiDropdownMenuSubTriggerProps {
1780
2448
  /**
@@ -1797,7 +2465,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
1797
2465
  class?: HTMLAttributes['class'];
1798
2466
  }
1799
2467
 
1800
- export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2468
+ export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1801
2469
 
1802
2470
  export declare interface UiDropdownMenuTriggerProps {
1803
2471
  /**
@@ -1823,7 +2491,7 @@ export declare interface UiDropdownMenuTriggerProps {
1823
2491
  class?: string;
1824
2492
  }
1825
2493
 
1826
- export declare const UiIconButton: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
2494
+ export declare const UiIconButton: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1827
2495
 
1828
2496
  /**
1829
2497
  * Props for UiIconButton component.
@@ -1879,9 +2547,9 @@ export declare type UiIconButtonSize = 'icon' | 'icon-sm' | 'icon-lg';
1879
2547
  */
1880
2548
  export declare type UiIconButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
1881
2549
 
1882
- export declare const UiInput: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2550
+ export declare const UiInput: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1883
2551
  "update:modelValue": (value: string) => any;
1884
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
2552
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1885
2553
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1886
2554
  }>, {
1887
2555
  placeholder: string;
@@ -1916,9 +2584,101 @@ export declare interface UiInputProps {
1916
2584
 
1917
2585
  export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1918
2586
 
1919
- export declare const UiProgress: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2587
+ export declare const UiPopover: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2588
+
2589
+ export declare type UiPopoverAlign = 'start' | 'center' | 'end';
2590
+
2591
+ export declare const UiPopoverContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2592
+
2593
+ export declare interface UiPopoverContentEmits {
2594
+ /**
2595
+ * Event emitted when the escape key is pressed.
2596
+ * Can be used to prevent closing or add custom behavior.
2597
+ */
2598
+ (e: 'escapeKeyDown', event: KeyboardEvent): void;
2599
+ }
2600
+
2601
+ export declare interface UiPopoverContentProps {
2602
+ /**
2603
+ * The preferred side of the trigger to render against when open.
2604
+ * @default 'bottom'
2605
+ */
2606
+ side?: UiPopoverSide;
2607
+ /**
2608
+ * The distance in pixels from the trigger.
2609
+ * @default 4
2610
+ */
2611
+ sideOffset?: number;
2612
+ /**
2613
+ * The preferred alignment against the trigger.
2614
+ * @default 'center'
2615
+ */
2616
+ align?: UiPopoverAlign;
2617
+ /**
2618
+ * Additional CSS classes to apply to the content container.
2619
+ */
2620
+ class?: HTMLAttributes['class'];
2621
+ }
2622
+
2623
+ /**
2624
+ * Props for `UiPopover` component.
2625
+ */
2626
+ export declare interface UiPopoverProps {
2627
+ /**
2628
+ * The controlled open state of the popover.
2629
+ * - Omit for uncontrolled mode (component manages state internally)
2630
+ * - Use `v-model:open` for controlled mode
2631
+ * @example
2632
+ * ```vue
2633
+ * <!-- Uncontrolled (component manages state) -->
2634
+ * <UiPopover>...</UiPopover>
2635
+ *
2636
+ * <!-- Controlled (parent manages state) -->
2637
+ * <UiPopover v-model:open="isOpen">...</UiPopover>
2638
+ * ```
2639
+ */
2640
+ open?: boolean;
2641
+ /**
2642
+ * The modality of the popover.
2643
+ *
2644
+ * When set to `true`:
2645
+ * - Interaction with outside elements is disabled (outside clicks won't trigger underlying UI)
2646
+ * - Focus is trapped within the popover while open
2647
+ * - Only popover content is visible to screen readers
2648
+ *
2649
+ * Note: The popover is still **dismissed on outside click**. `modal` controls outside interaction,
2650
+ * not whether the popover closes.
2651
+ * @default false
2652
+ */
2653
+ modal?: boolean;
2654
+ }
2655
+
2656
+ export declare type UiPopoverSide = 'top' | 'right' | 'bottom' | 'left';
2657
+
2658
+ export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
2659
+
2660
+ export declare interface UiPopoverTriggerProps {
2661
+ /**
2662
+ * Accessible label for the trigger button.
2663
+ * **REQUIRED** when trigger contains only icons or images (no visible text).
2664
+ * Applied as `aria-label` attribute.
2665
+ */
2666
+ ariaLabel?: string;
2667
+ /**
2668
+ * Render as child element (merges props into slotted element instead of wrapping).
2669
+ * Set to `true` when using custom button components like `UiButton` or `UiIconButton`.
2670
+ * @default false
2671
+ */
2672
+ asChild?: boolean;
2673
+ /**
2674
+ * Additional CSS classes to apply to the trigger.
2675
+ */
2676
+ class?: HTMLAttributes['class'];
2677
+ }
2678
+
2679
+ export declare const UiProgress: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1920
2680
  "update:modelValue": (value: number) => any;
1921
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
2681
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1922
2682
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1923
2683
  }>, {
1924
2684
  max: number;
@@ -1928,7 +2688,7 @@ export declare type UiProgressProps = {
1928
2688
  max?: number;
1929
2689
  };
1930
2690
 
1931
- export declare const UiRadioGroup: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
2691
+ export declare const UiRadioGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
1932
2692
 
1933
2693
  export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
1934
2694
 
@@ -1995,6 +2755,144 @@ export declare type UiRadioGroupSharedProps = {
1995
2755
  required?: boolean;
1996
2756
  };
1997
2757
 
2758
+ export declare const UiSelect: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2759
+
2760
+ export declare const UiSelectContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2761
+
2762
+ /**
2763
+ * Emits for the UiSelectContent component.
2764
+ */
2765
+ export declare type UiSelectContentEmits = {
2766
+ /** Emitted when the Escape key is pressed. */
2767
+ (e: 'escapeKeyDown', event: KeyboardEvent): void;
2768
+ /** Emitted when a pointer down event occurs outside the content. */
2769
+ (e: 'pointerDownOutside', event: Event): void;
2770
+ };
2771
+
2772
+ /**
2773
+ * Props for the UiSelectContent component.
2774
+ */
2775
+ export declare type UiSelectContentProps = {
2776
+ /** Preferred side of the trigger. */
2777
+ side?: 'top' | 'right' | 'bottom' | 'left';
2778
+ /** Distance from the trigger in pixels. */
2779
+ sideOffset?: number;
2780
+ /** Alignment against the trigger. */
2781
+ align?: 'start' | 'center' | 'end';
2782
+ /** Positioning mode. */
2783
+ position?: 'item-aligned' | 'popper';
2784
+ /** Additional CSS classes to apply. */
2785
+ class?: HTMLAttributes['class'];
2786
+ };
2787
+
2788
+ /**
2789
+ * Emits for the UiSelect root component.
2790
+ */
2791
+ export declare type UiSelectEmits = {
2792
+ /** Emitted when the selected value changes. */
2793
+ 'update:modelValue': [value: string];
2794
+ /** Emitted when the open state changes. */
2795
+ 'update:open': [value: boolean];
2796
+ };
2797
+
2798
+ export declare const UiSelectGroup: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
2799
+
2800
+ /**
2801
+ * Props for the UiSelectGroup component.
2802
+ */
2803
+ export declare type UiSelectGroupProps = {
2804
+ /** Additional CSS classes to apply. */
2805
+ class?: HTMLAttributes['class'];
2806
+ };
2807
+
2808
+ export declare const UiSelectItem: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2809
+
2810
+ /**
2811
+ * Props for the UiSelectItem component.
2812
+ */
2813
+ export declare type UiSelectItemProps = {
2814
+ /** Unique value of the item (required). */
2815
+ value: string;
2816
+ /** Whether the item is disabled. */
2817
+ disabled?: boolean;
2818
+ /** Text for typeahead purposes. */
2819
+ textValue?: string;
2820
+ /** Additional CSS classes to apply. */
2821
+ class?: HTMLAttributes['class'];
2822
+ };
2823
+
2824
+ export declare const UiSelectLabel: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
2825
+
2826
+ /**
2827
+ * Props for the UiSelectLabel component.
2828
+ */
2829
+ export declare type UiSelectLabelProps = {
2830
+ /** Additional CSS classes to apply. */
2831
+ class?: HTMLAttributes['class'];
2832
+ };
2833
+
2834
+ /**
2835
+ * Props for the UiSelect root component.
2836
+ */
2837
+ export declare type UiSelectProps = {
2838
+ /** The controlled value of the select. */
2839
+ modelValue?: string;
2840
+ /** The value when initially rendered (uncontrolled). */
2841
+ defaultValue?: string;
2842
+ /** Whether the select is open by default. */
2843
+ defaultOpen?: boolean;
2844
+ /** Controlled open state. */
2845
+ open?: boolean;
2846
+ /** Whether the select is disabled. */
2847
+ disabled?: boolean;
2848
+ /** Whether the select is required in a form. */
2849
+ required?: boolean;
2850
+ /** The name for form submission. */
2851
+ name?: string;
2852
+ /** Reading direction. */
2853
+ dir?: 'ltr' | 'rtl';
2854
+ };
2855
+
2856
+ export declare const UiSelectSeparator: DefineComponent<UiSelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectSeparatorProps> & Readonly<{}>, {
2857
+ class: HTMLAttributes["class"];
2858
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2859
+
2860
+ /**
2861
+ * Props for the UiSelectSeparator component.
2862
+ */
2863
+ export declare type UiSelectSeparatorProps = {
2864
+ /** Additional CSS classes to apply. */
2865
+ class?: HTMLAttributes['class'];
2866
+ };
2867
+
2868
+ export declare const UiSelectTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
2869
+
2870
+ /**
2871
+ * Props for the UiSelectTrigger component.
2872
+ */
2873
+ export declare type UiSelectTriggerProps = {
2874
+ /** Accessible label for icon-only triggers. */
2875
+ ariaLabel?: string;
2876
+ /** Whether the trigger is disabled. */
2877
+ disabled?: boolean;
2878
+ /** Size of the trigger. */
2879
+ size?: 'default' | 'sm';
2880
+ /** Additional CSS classes to apply. */
2881
+ class?: HTMLAttributes['class'];
2882
+ };
2883
+
2884
+ export declare const UiSelectValue: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
2885
+
2886
+ /**
2887
+ * Props for the UiSelectValue component.
2888
+ */
2889
+ export declare type UiSelectValueProps = {
2890
+ /** Placeholder when no value is selected. */
2891
+ placeholder?: string;
2892
+ /** Additional CSS classes to apply. */
2893
+ class?: HTMLAttributes['class'];
2894
+ };
2895
+
1998
2896
  export declare const UiSpinner: DefineComponent<UiSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSpinnerProps> & Readonly<{}>, {
1999
2897
  class: string;
2000
2898
  ariaLabel: string;
@@ -2015,9 +2913,9 @@ export declare interface UiSpinnerProps {
2015
2913
  ariaLabel?: string;
2016
2914
  }
2017
2915
 
2018
- export declare const UiSwitch: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2916
+ export declare const UiSwitch: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2019
2917
  "update:modelValue": (value: boolean) => any;
2020
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
2918
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2021
2919
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2022
2920
  }>, {
2023
2921
  required: boolean;
@@ -2041,9 +2939,9 @@ export declare type UiSwitchProps = {
2041
2939
  required?: boolean;
2042
2940
  };
2043
2941
 
2044
- export declare const UiTable: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2942
+ export declare const UiTable: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
2045
2943
 
2046
- export declare const UiTableBody: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2944
+ export declare const UiTableBody: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
2047
2945
 
2048
2946
  /**
2049
2947
  * Props for UiTableBody component.
@@ -2056,7 +2954,7 @@ export declare interface UiTableBodyProps {
2056
2954
  class?: HTMLAttributes['class'];
2057
2955
  }
2058
2956
 
2059
- export declare const UiTableCaption: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2957
+ export declare const UiTableCaption: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
2060
2958
 
2061
2959
  /**
2062
2960
  * Props for UiTableCaption component.
@@ -2069,7 +2967,7 @@ export declare interface UiTableCaptionProps {
2069
2967
  class?: HTMLAttributes['class'];
2070
2968
  }
2071
2969
 
2072
- export declare const UiTableCell: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2970
+ export declare const UiTableCell: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
2073
2971
 
2074
2972
  /**
2075
2973
  * Props for UiTableCell component.
@@ -2090,7 +2988,7 @@ export declare interface UiTableCellProps {
2090
2988
  rowspan?: number;
2091
2989
  }
2092
2990
 
2093
- export declare const UiTableEmpty: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
2991
+ export declare const UiTableEmpty: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
2094
2992
 
2095
2993
  /**
2096
2994
  * Props for UiTableEmpty component.
@@ -2109,7 +3007,7 @@ export declare interface UiTableEmptyProps {
2109
3007
  colspan?: number;
2110
3008
  }
2111
3009
 
2112
- export declare const UiTableFooter: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3010
+ export declare const UiTableFooter: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
2113
3011
 
2114
3012
  /**
2115
3013
  * Props for UiTableFooter component.
@@ -2122,9 +3020,9 @@ export declare interface UiTableFooterProps {
2122
3020
  class?: HTMLAttributes['class'];
2123
3021
  }
2124
3022
 
2125
- export declare const UiTableHead: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3023
+ export declare const UiTableHead: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
2126
3024
 
2127
- export declare const UiTableHeader: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
3025
+ export declare const UiTableHeader: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
2128
3026
 
2129
3027
  /**
2130
3028
  * Props for UiTableHeader component.
@@ -2172,7 +3070,7 @@ export declare interface UiTableProps {
2172
3070
  class?: HTMLAttributes['class'];
2173
3071
  }
2174
3072
 
2175
- export declare const UiTableRow: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3073
+ export declare const UiTableRow: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
2176
3074
 
2177
3075
  /**
2178
3076
  * Props for UiTableRow component.
@@ -2193,9 +3091,9 @@ export declare interface UiTableRowProps {
2193
3091
 
2194
3092
  export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2195
3093
 
2196
- export declare const UiTextarea: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3094
+ export declare const UiTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2197
3095
  "update:modelValue": (value: string) => any;
2198
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3096
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
2199
3097
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2200
3098
  }>, {
2201
3099
  placeholder: string;
@@ -2227,4 +3125,46 @@ export declare interface UiTextareaProps {
2227
3125
  required?: boolean;
2228
3126
  }
2229
3127
 
3128
+ export declare const UiTooltip: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
3129
+
3130
+ export declare type UiTooltipAlign = 'start' | 'center' | 'end';
3131
+
3132
+ export declare interface UiTooltipProps {
3133
+ /**
3134
+ * The text content to display in the tooltip.
3135
+ */
3136
+ content: string;
3137
+ /**
3138
+ * The side of the trigger where the tooltip should appear.
3139
+ * @default 'top'
3140
+ */
3141
+ side?: UiTooltipSides;
3142
+ /**
3143
+ * The distance in pixels from the trigger.
3144
+ * @default 4
3145
+ */
3146
+ sideOffset?: number;
3147
+ /**
3148
+ * The preferred alignment against the trigger.
3149
+ * @default 'center'
3150
+ */
3151
+ align?: UiTooltipAlign;
3152
+ /**
3153
+ * Additional CSS classes to apply to the tooltip content.
3154
+ */
3155
+ class?: string;
3156
+ /**
3157
+ * The duration from when the pointer enters the trigger until the tooltip opens.
3158
+ * @default 500
3159
+ */
3160
+ delayDuration?: number;
3161
+ /**
3162
+ * Prevents the tooltip from opening.
3163
+ * @default false
3164
+ */
3165
+ disabled?: boolean;
3166
+ }
3167
+
3168
+ export declare type UiTooltipSides = 'top' | 'right' | 'bottom' | 'left';
3169
+
2230
3170
  export { }