@aleph-alpha/ui-library 1.6.0 → 1.7.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.
@@ -35,26 +35,52 @@ import { VariantProps } from 'class-variance-authority';
35
35
  import { VNode } from 'vue';
36
36
  import { VNodeProps } from 'vue';
37
37
 
38
- declare const __VLS_component: DefineComponent<UiAlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertProps> & Readonly<{}>, {
39
- variant: UiAlertVariants;
40
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+ declare const __VLS_component: DefineComponent<UiAccordionSingleProps | UiAccordionMultipleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
39
+ "update:modelValue": (value: string | string[] | undefined) => any;
40
+ }, string, PublicProps, Readonly<UiAccordionSingleProps | UiAccordionMultipleProps> & Readonly<{
41
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
42
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
43
 
42
- declare const __VLS_component_10: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
44
+ declare const __VLS_component_10: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
45
 
44
- declare const __VLS_component_11: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
46
+ declare const __VLS_component_11: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
47
+ openAutoFocus: (event: Event) => any;
48
+ pointerDownOutside: (event: Event) => any;
49
+ focusOutside: (event: Event) => any;
50
+ interactOutside: (event: Event) => any;
51
+ closeAutoFocus: (event: Event) => any;
52
+ escapeKeydown: (event: KeyboardEvent) => any;
53
+ }, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
54
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
55
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
56
+ onFocusOutside?: ((event: Event) => any) | undefined;
57
+ onInteractOutside?: ((event: Event) => any) | undefined;
58
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
59
+ onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
60
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
45
61
 
46
62
  declare const __VLS_component_12: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
63
 
48
- declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
64
+ declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
65
+
66
+ declare const __VLS_component_14: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
49
67
 
50
- declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
68
+ declare const __VLS_component_15: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
51
69
 
52
- declare const __VLS_component_15: DefineComponent<UiBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiBadgeProps> & Readonly<{}>, {
70
+ declare const __VLS_component_16: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
+
72
+ declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
73
+
74
+ declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
75
+
76
+ declare const __VLS_component_19: DefineComponent<UiBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiBadgeProps> & Readonly<{}>, {
53
77
  variant: UiBadgeVariants;
54
78
  asChild: boolean;
55
79
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
56
80
 
57
- declare const __VLS_component_16: DefineComponent<UiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonProps> & Readonly<{}>, {
81
+ declare const __VLS_component_2: DefineComponent<UiAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
82
+
83
+ declare const __VLS_component_20: DefineComponent<UiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonProps> & Readonly<{}>, {
58
84
  class: string;
59
85
  type: "button" | "submit" | "reset";
60
86
  variant: UiButtonVariant;
@@ -67,7 +93,7 @@ startIcon: Component;
67
93
  endIcon: Component;
68
94
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
69
95
 
70
- declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
96
+ declare const __VLS_component_21: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
71
97
  "update:modelValue": (value: DateValue | DateValue[] | undefined) => any;
72
98
  "update:placeholder": (value: DateValue | undefined) => any;
73
99
  }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
@@ -75,6 +101,7 @@ declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_2, {}, {}, {
75
101
  "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
76
102
  }>, {
77
103
  disabled: boolean;
104
+ multiple: boolean;
78
105
  pagedNavigation: boolean;
79
106
  preventDeselect: boolean;
80
107
  weekStartsOn: UiCalendarWeekStartsOn;
@@ -84,27 +111,24 @@ locale: string;
84
111
  numberOfMonths: number;
85
112
  readonly: boolean;
86
113
  initialFocus: boolean;
87
- multiple: boolean;
88
114
  disableDaysOutsideCurrentView: boolean;
89
115
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
90
116
 
91
- declare const __VLS_component_18: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
92
-
93
- declare const __VLS_component_19: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
117
+ declare const __VLS_component_22: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
94
118
 
95
- declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
119
+ declare const __VLS_component_23: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
96
120
 
97
- declare const __VLS_component_20: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
121
+ declare const __VLS_component_24: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
98
122
 
99
- declare const __VLS_component_21: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
123
+ declare const __VLS_component_25: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
100
124
 
101
- declare const __VLS_component_22: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
125
+ declare const __VLS_component_26: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
102
126
 
103
- declare const __VLS_component_23: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
127
+ declare const __VLS_component_27: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
104
128
 
105
- declare const __VLS_component_24: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
129
+ declare const __VLS_component_28: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
106
130
 
107
- declare const __VLS_component_25: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
131
+ declare const __VLS_component_29: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
108
132
  "update:open": (value: boolean) => any;
109
133
  }, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
110
134
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -113,14 +137,16 @@ open: boolean;
113
137
  modal: boolean;
114
138
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
115
139
 
116
- declare const __VLS_component_26: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
140
+ declare const __VLS_component_3: DefineComponent<UiAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
+
142
+ declare const __VLS_component_30: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
117
143
  class: string;
118
144
  asChild: boolean;
119
145
  ariaLabel: string;
120
146
  disabled: boolean;
121
147
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
122
148
 
123
- declare const __VLS_component_27: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
149
+ declare const __VLS_component_31: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
124
150
  escapeKeyDown: (event: KeyboardEvent) => any;
125
151
  }, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
126
152
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -131,7 +157,7 @@ sideOffset: number;
131
157
  align: "start" | "center" | "end";
132
158
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
133
159
 
134
- declare const __VLS_component_28: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
160
+ declare const __VLS_component_32: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
135
161
  class: HTMLAttributes["class"];
136
162
  variant: "default" | "destructive";
137
163
  disabled: boolean;
@@ -139,20 +165,18 @@ textValue: string;
139
165
  inset: boolean;
140
166
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
167
 
142
- declare const __VLS_component_29: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
168
+ declare const __VLS_component_33: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
143
169
  class: HTMLAttributes["class"];
144
170
  inset: boolean;
145
171
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
146
172
 
147
- declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
148
-
149
- declare const __VLS_component_30: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
173
+ declare const __VLS_component_34: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
150
174
 
151
- declare const __VLS_component_31: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
175
+ declare const __VLS_component_35: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
152
176
  class: HTMLAttributes["class"];
153
177
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
154
178
 
155
- declare const __VLS_component_32: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
179
+ declare const __VLS_component_36: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
156
180
  "update:checked": (value: boolean) => any;
157
181
  }, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
158
182
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
@@ -160,19 +184,19 @@ declare const __VLS_component_32: DefineComponent<UiDropdownMenuCheckboxItemProp
160
184
  class: HTMLAttributes["class"];
161
185
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
162
186
 
163
- declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
187
+ declare const __VLS_component_37: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
164
188
  "update:modelValue": (value: string) => any;
165
189
  }, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
166
190
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
167
191
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
168
192
 
169
- declare const __VLS_component_34: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
193
+ declare const __VLS_component_38: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
170
194
  class: HTMLAttributes["class"];
171
195
  disabled: boolean;
172
196
  textValue: string;
173
197
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
174
198
 
175
- declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
199
+ declare const __VLS_component_39: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
176
200
  "update:open": (value: boolean) => any;
177
201
  }, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
178
202
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -181,14 +205,16 @@ defaultOpen: boolean;
181
205
  open: boolean;
182
206
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
183
207
 
184
- declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
208
+ declare const __VLS_component_4: DefineComponent<UiAccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
209
+
210
+ declare const __VLS_component_40: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
185
211
  class: HTMLAttributes["class"];
186
212
  disabled: boolean;
187
213
  textValue: string;
188
214
  inset: boolean;
189
215
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
190
216
 
191
- declare const __VLS_component_37: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
217
+ declare const __VLS_component_41: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
192
218
  escapeKeyDown: (event: KeyboardEvent) => any;
193
219
  }, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
194
220
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -197,7 +223,7 @@ class: HTMLAttributes["class"];
197
223
  sideOffset: number;
198
224
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
199
225
 
200
- declare const __VLS_component_38: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
226
+ declare const __VLS_component_42: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
201
227
  class: string;
202
228
  type: "button" | "submit" | "reset";
203
229
  variant: UiIconButtonVariant;
@@ -207,21 +233,15 @@ disabled: boolean;
207
233
  loading: boolean;
208
234
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
209
235
 
210
- declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
236
+ declare const __VLS_component_43: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
211
237
  "update:open": (value: boolean) => any;
212
238
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
213
239
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
214
240
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
215
241
 
216
- declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
217
- "update:modelValue": (value: boolean) => any;
218
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
219
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
220
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
221
-
222
- declare const __VLS_component_40: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
242
+ declare const __VLS_component_44: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
223
243
 
224
- declare const __VLS_component_41: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
244
+ declare const __VLS_component_45: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
225
245
  escapeKeyDown: (event: KeyboardEvent) => any;
226
246
  }, string, PublicProps, Readonly<UiPopoverContentProps> & Readonly<{
227
247
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -231,7 +251,7 @@ sideOffset: number;
231
251
  align: UiPopoverAlign;
232
252
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
233
253
 
234
- declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
254
+ declare const __VLS_component_46: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
235
255
  "update:modelValue": (value: string) => any;
236
256
  }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
237
257
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
@@ -245,7 +265,7 @@ dir: UiRadioGroupDirection;
245
265
  loop: boolean;
246
266
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
247
267
 
248
- declare const __VLS_component_43: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
268
+ declare const __VLS_component_47: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
249
269
  "update:open": (value: boolean) => any;
250
270
  "update:modelValue": (value: string) => any;
251
271
  }, string, PublicProps, Readonly<UiSelectProps> & Readonly<{
@@ -262,14 +282,14 @@ modelValue: string;
262
282
  defaultValue: string;
263
283
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
264
284
 
265
- declare const __VLS_component_44: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
285
+ declare const __VLS_component_48: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
266
286
  class: HTMLAttributes["class"];
267
287
  size: "default" | "sm";
268
288
  ariaLabel: string;
269
289
  disabled: boolean;
270
290
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
271
291
 
272
- declare const __VLS_component_45: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
292
+ declare const __VLS_component_49: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
273
293
  escapeKeyDown: (event: KeyboardEvent) => any;
274
294
  pointerDownOutside: (event: Event) => any;
275
295
  }, string, PublicProps, Readonly<UiSelectContentProps> & Readonly<{
@@ -283,66 +303,68 @@ align: "start" | "center" | "end";
283
303
  position: "item-aligned" | "popper";
284
304
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
285
305
 
286
- declare const __VLS_component_46: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
306
+ declare const __VLS_component_5: DefineComponent<UiAlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertProps> & Readonly<{}>, {
307
+ variant: UiAlertVariants;
308
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
309
+
310
+ declare const __VLS_component_50: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
287
311
  class: HTMLAttributes["class"];
288
312
  disabled: boolean;
289
313
  textValue: string;
290
314
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
291
315
 
292
- declare const __VLS_component_47: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
316
+ declare const __VLS_component_51: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
293
317
  class: HTMLAttributes["class"];
294
318
  placeholder: string;
295
319
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
296
320
 
297
- declare const __VLS_component_48: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
321
+ declare const __VLS_component_52: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
298
322
  class: HTMLAttributes["class"];
299
323
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
300
324
 
301
- declare const __VLS_component_49: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
325
+ declare const __VLS_component_53: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
302
326
  class: HTMLAttributes["class"];
303
327
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
304
328
 
305
- declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
306
-
307
- declare const __VLS_component_50: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
329
+ declare const __VLS_component_54: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
308
330
 
309
- declare const __VLS_component_51: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
331
+ declare const __VLS_component_55: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
310
332
 
311
- declare const __VLS_component_52: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
333
+ declare const __VLS_component_56: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
312
334
 
313
- declare const __VLS_component_53: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
335
+ declare const __VLS_component_57: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
314
336
 
315
- declare const __VLS_component_54: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
337
+ declare const __VLS_component_58: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
316
338
  selected: boolean;
317
339
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
318
340
 
319
- declare const __VLS_component_55: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
341
+ declare const __VLS_component_59: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
320
342
  scope: "col" | "row" | "colgroup" | "rowgroup";
321
343
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
322
344
 
323
- declare const __VLS_component_56: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
345
+ declare const __VLS_component_6: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
346
+
347
+ declare const __VLS_component_60: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
324
348
 
325
- declare const __VLS_component_57: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
349
+ declare const __VLS_component_61: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
326
350
 
327
- declare const __VLS_component_58: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
351
+ declare const __VLS_component_62: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
328
352
  colspan: number;
329
353
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
330
354
 
331
- declare const __VLS_component_59: DefineComponent<UiTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
355
+ declare const __VLS_component_63: DefineComponent<UiTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
332
356
  "update:modelValue": (value: string) => any;
333
357
  }, string, PublicProps, Readonly<UiTabsProps> & Readonly<{
334
358
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
335
359
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
336
360
 
337
- declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
361
+ declare const __VLS_component_64: DefineComponent<UiTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
338
362
 
339
- declare const __VLS_component_60: DefineComponent<UiTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
363
+ declare const __VLS_component_65: DefineComponent<UiTabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
340
364
 
341
- declare const __VLS_component_61: DefineComponent<UiTabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
365
+ declare const __VLS_component_66: DefineComponent<UiTabsContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
342
366
 
343
- declare const __VLS_component_62: DefineComponent<UiTabsContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
344
-
345
- declare const __VLS_component_63: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
367
+ declare const __VLS_component_67: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
346
368
  "update:open": (value: boolean) => any;
347
369
  }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
348
370
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -355,45 +377,31 @@ align: UiTooltipAlign;
355
377
  delayDuration: number;
356
378
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
357
379
 
358
- declare const __VLS_component_64: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
380
+ declare const __VLS_component_68: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
359
381
  as: AsTag | Component;
360
382
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
361
383
 
362
- declare const __VLS_component_65: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
384
+ declare const __VLS_component_69: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
363
385
  "update:modelValue": (payload: string | number) => any;
364
386
  }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
365
387
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
366
388
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
367
389
 
368
- declare const __VLS_component_66: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
390
+ declare const __VLS_component_7: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
391
+
392
+ declare const __VLS_component_70: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
369
393
 
370
- declare const __VLS_component_67: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
394
+ declare const __VLS_component_71: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
371
395
 
372
- declare const __VLS_component_68: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
396
+ declare const __VLS_component_72: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
373
397
 
374
- declare const __VLS_component_69: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
398
+ declare const __VLS_component_73: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
375
399
  "update:open": (value: boolean) => any;
376
400
  }, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
377
401
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
378
402
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
379
403
 
380
- declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
381
- openAutoFocus: (event: Event) => any;
382
- pointerDownOutside: (event: Event) => any;
383
- focusOutside: (event: Event) => any;
384
- interactOutside: (event: Event) => any;
385
- closeAutoFocus: (event: Event) => any;
386
- escapeKeydown: (event: KeyboardEvent) => any;
387
- }, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
388
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
389
- onPointerDownOutside?: ((event: Event) => any) | undefined;
390
- onFocusOutside?: ((event: Event) => any) | undefined;
391
- onInteractOutside?: ((event: Event) => any) | undefined;
392
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
393
- onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
394
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
395
-
396
- declare const __VLS_component_70: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
404
+ declare const __VLS_component_74: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
397
405
  escapeKeyDown: (event: KeyboardEvent) => any;
398
406
  pointerDownOutside: (event: Event) => any;
399
407
  }, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
@@ -403,13 +411,17 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
403
411
  sideOffset: number;
404
412
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
405
413
 
406
- declare const __VLS_component_71: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
414
+ declare const __VLS_component_75: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
407
415
 
408
- declare const __VLS_component_72: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
416
+ declare const __VLS_component_76: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
409
417
 
410
- declare const __VLS_component_8: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
418
+ declare const __VLS_component_8: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
419
+ "update:modelValue": (value: boolean) => any;
420
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
421
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
422
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
411
423
 
412
- declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
424
+ declare const __VLS_component_9: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
413
425
 
414
426
  declare type __VLS_PrettifyLocal<T> = {
415
427
  [K in keyof T]: T[K];
@@ -502,7 +514,7 @@ declare function __VLS_template(): {
502
514
  default?(_: {}): any;
503
515
  };
504
516
  refs: {};
505
- rootEl: HTMLDivElement;
517
+ rootEl: any;
506
518
  };
507
519
 
508
520
  declare function __VLS_template_10(): {
@@ -511,7 +523,7 @@ declare function __VLS_template_10(): {
511
523
  default?(_: {}): any;
512
524
  };
513
525
  refs: {};
514
- rootEl: HTMLDivElement;
526
+ rootEl: any;
515
527
  };
516
528
 
517
529
  declare function __VLS_template_11(): {
@@ -538,7 +550,7 @@ declare function __VLS_template_13(): {
538
550
  default?(_: {}): any;
539
551
  };
540
552
  refs: {};
541
- rootEl: any;
553
+ rootEl: HTMLDivElement;
542
554
  };
543
555
 
544
556
  declare function __VLS_template_14(): {
@@ -547,7 +559,7 @@ declare function __VLS_template_14(): {
547
559
  default?(_: {}): any;
548
560
  };
549
561
  refs: {};
550
- rootEl: any;
562
+ rootEl: HTMLDivElement;
551
563
  };
552
564
 
553
565
  declare function __VLS_template_15(): {
@@ -571,17 +583,7 @@ declare function __VLS_template_16(): {
571
583
  declare function __VLS_template_17(): {
572
584
  attrs: Partial<{}>;
573
585
  slots: {
574
- 'calendar-heading'?(_: {
575
- date: DateValue;
576
- month: ReuseTemplateComponent< {
577
- date: DateValue;
578
- }, Record<"default", undefined>>;
579
- year: ReuseTemplateComponent< {
580
- date: DateValue;
581
- }, Record<"default", undefined>>;
582
- }): any;
583
- 'prev-icon'?(_: {}): any;
584
- 'next-icon'?(_: {}): any;
586
+ default?(_: {}): any;
585
587
  };
586
588
  refs: {};
587
589
  rootEl: any;
@@ -593,7 +595,7 @@ declare function __VLS_template_18(): {
593
595
  default?(_: {}): any;
594
596
  };
595
597
  refs: {};
596
- rootEl: HTMLDivElement;
598
+ rootEl: any;
597
599
  };
598
600
 
599
601
  declare function __VLS_template_19(): {
@@ -602,7 +604,7 @@ declare function __VLS_template_19(): {
602
604
  default?(_: {}): any;
603
605
  };
604
606
  refs: {};
605
- rootEl: HTMLDivElement;
607
+ rootEl: any;
606
608
  };
607
609
 
608
610
  declare function __VLS_template_2(): {
@@ -611,7 +613,7 @@ declare function __VLS_template_2(): {
611
613
  default?(_: {}): any;
612
614
  };
613
615
  refs: {};
614
- rootEl: HTMLDivElement;
616
+ rootEl: any;
615
617
  };
616
618
 
617
619
  declare function __VLS_template_20(): {
@@ -620,16 +622,26 @@ declare function __VLS_template_20(): {
620
622
  default?(_: {}): any;
621
623
  };
622
624
  refs: {};
623
- rootEl: HTMLDivElement;
625
+ rootEl: any;
624
626
  };
625
627
 
626
628
  declare function __VLS_template_21(): {
627
629
  attrs: Partial<{}>;
628
630
  slots: {
629
- default?(_: {}): any;
631
+ 'calendar-heading'?(_: {
632
+ date: DateValue;
633
+ month: ReuseTemplateComponent< {
634
+ date: DateValue;
635
+ }, Record<"default", undefined>>;
636
+ year: ReuseTemplateComponent< {
637
+ date: DateValue;
638
+ }, Record<"default", undefined>>;
639
+ }): any;
640
+ 'prev-icon'?(_: {}): any;
641
+ 'next-icon'?(_: {}): any;
630
642
  };
631
643
  refs: {};
632
- rootEl: HTMLParagraphElement;
644
+ rootEl: any;
633
645
  };
634
646
 
635
647
  declare function __VLS_template_22(): {
@@ -656,7 +668,7 @@ declare function __VLS_template_24(): {
656
668
  default?(_: {}): any;
657
669
  };
658
670
  refs: {};
659
- rootEl: HTMLHeadingElement;
671
+ rootEl: HTMLDivElement;
660
672
  };
661
673
 
662
674
  declare function __VLS_template_25(): {
@@ -665,7 +677,7 @@ declare function __VLS_template_25(): {
665
677
  default?(_: {}): any;
666
678
  };
667
679
  refs: {};
668
- rootEl: any;
680
+ rootEl: HTMLParagraphElement;
669
681
  };
670
682
 
671
683
  declare function __VLS_template_26(): {
@@ -674,7 +686,7 @@ declare function __VLS_template_26(): {
674
686
  default?(_: {}): any;
675
687
  };
676
688
  refs: {};
677
- rootEl: any;
689
+ rootEl: HTMLDivElement;
678
690
  };
679
691
 
680
692
  declare function __VLS_template_27(): {
@@ -683,7 +695,7 @@ declare function __VLS_template_27(): {
683
695
  default?(_: {}): any;
684
696
  };
685
697
  refs: {};
686
- rootEl: any;
698
+ rootEl: HTMLDivElement;
687
699
  };
688
700
 
689
701
  declare function __VLS_template_28(): {
@@ -692,7 +704,7 @@ declare function __VLS_template_28(): {
692
704
  default?(_: {}): any;
693
705
  };
694
706
  refs: {};
695
- rootEl: any;
707
+ rootEl: HTMLHeadingElement;
696
708
  };
697
709
 
698
710
  declare function __VLS_template_29(): {
@@ -708,9 +720,10 @@ declare function __VLS_template_3(): {
708
720
  attrs: Partial<{}>;
709
721
  slots: {
710
722
  default?(_: {}): any;
723
+ icon?(_: {}): any;
711
724
  };
712
725
  refs: {};
713
- rootEl: HTMLDivElement;
726
+ rootEl: any;
714
727
  };
715
728
 
716
729
  declare function __VLS_template_30(): {
@@ -728,13 +741,12 @@ declare function __VLS_template_31(): {
728
741
  default?(_: {}): any;
729
742
  };
730
743
  refs: {};
731
- rootEl: HTMLSpanElement;
744
+ rootEl: any;
732
745
  };
733
746
 
734
747
  declare function __VLS_template_32(): {
735
748
  attrs: Partial<{}>;
736
749
  slots: {
737
- 'indicator-icon'?(_: {}): any;
738
750
  default?(_: {}): any;
739
751
  };
740
752
  refs: {};
@@ -753,7 +765,6 @@ declare function __VLS_template_33(): {
753
765
  declare function __VLS_template_34(): {
754
766
  attrs: Partial<{}>;
755
767
  slots: {
756
- 'indicator-icon'?(_: {}): any;
757
768
  default?(_: {}): any;
758
769
  };
759
770
  refs: {};
@@ -763,15 +774,16 @@ declare function __VLS_template_34(): {
763
774
  declare function __VLS_template_35(): {
764
775
  attrs: Partial<{}>;
765
776
  slots: {
766
- default?(_: any): any;
777
+ default?(_: {}): any;
767
778
  };
768
779
  refs: {};
769
- rootEl: any;
780
+ rootEl: HTMLSpanElement;
770
781
  };
771
782
 
772
783
  declare function __VLS_template_36(): {
773
784
  attrs: Partial<{}>;
774
785
  slots: {
786
+ 'indicator-icon'?(_: {}): any;
775
787
  default?(_: {}): any;
776
788
  };
777
789
  refs: {};
@@ -790,6 +802,7 @@ declare function __VLS_template_37(): {
790
802
  declare function __VLS_template_38(): {
791
803
  attrs: Partial<{}>;
792
804
  slots: {
805
+ 'indicator-icon'?(_: {}): any;
793
806
  default?(_: {}): any;
794
807
  };
795
808
  refs: {};
@@ -799,7 +812,7 @@ declare function __VLS_template_38(): {
799
812
  declare function __VLS_template_39(): {
800
813
  attrs: Partial<{}>;
801
814
  slots: {
802
- default?(_: {}): any;
815
+ default?(_: any): any;
803
816
  };
804
817
  refs: {};
805
818
  rootEl: any;
@@ -910,7 +923,7 @@ declare function __VLS_template_5(): {
910
923
  default?(_: {}): any;
911
924
  };
912
925
  refs: {};
913
- rootEl: any;
926
+ rootEl: HTMLDivElement;
914
927
  };
915
928
 
916
929
  declare function __VLS_template_50(): {
@@ -919,7 +932,7 @@ declare function __VLS_template_50(): {
919
932
  default?(_: {}): any;
920
933
  };
921
934
  refs: {};
922
- rootEl: HTMLDivElement;
935
+ rootEl: any;
923
936
  };
924
937
 
925
938
  declare function __VLS_template_51(): {
@@ -928,7 +941,7 @@ declare function __VLS_template_51(): {
928
941
  default?(_: {}): any;
929
942
  };
930
943
  refs: {};
931
- rootEl: HTMLTableSectionElement;
944
+ rootEl: any;
932
945
  };
933
946
 
934
947
  declare function __VLS_template_52(): {
@@ -937,7 +950,7 @@ declare function __VLS_template_52(): {
937
950
  default?(_: {}): any;
938
951
  };
939
952
  refs: {};
940
- rootEl: HTMLTableSectionElement;
953
+ rootEl: any;
941
954
  };
942
955
 
943
956
  declare function __VLS_template_53(): {
@@ -946,7 +959,7 @@ declare function __VLS_template_53(): {
946
959
  default?(_: {}): any;
947
960
  };
948
961
  refs: {};
949
- rootEl: HTMLTableSectionElement;
962
+ rootEl: any;
950
963
  };
951
964
 
952
965
  declare function __VLS_template_54(): {
@@ -955,7 +968,7 @@ declare function __VLS_template_54(): {
955
968
  default?(_: {}): any;
956
969
  };
957
970
  refs: {};
958
- rootEl: HTMLTableRowElement;
971
+ rootEl: HTMLDivElement;
959
972
  };
960
973
 
961
974
  declare function __VLS_template_55(): {
@@ -964,7 +977,7 @@ declare function __VLS_template_55(): {
964
977
  default?(_: {}): any;
965
978
  };
966
979
  refs: {};
967
- rootEl: HTMLTableCellElement;
980
+ rootEl: HTMLTableSectionElement;
968
981
  };
969
982
 
970
983
  declare function __VLS_template_56(): {
@@ -973,7 +986,7 @@ declare function __VLS_template_56(): {
973
986
  default?(_: {}): any;
974
987
  };
975
988
  refs: {};
976
- rootEl: HTMLTableCellElement;
989
+ rootEl: HTMLTableSectionElement;
977
990
  };
978
991
 
979
992
  declare function __VLS_template_57(): {
@@ -982,7 +995,7 @@ declare function __VLS_template_57(): {
982
995
  default?(_: {}): any;
983
996
  };
984
997
  refs: {};
985
- rootEl: HTMLTableCaptionElement;
998
+ rootEl: HTMLTableSectionElement;
986
999
  };
987
1000
 
988
1001
  declare function __VLS_template_58(): {
@@ -1000,7 +1013,7 @@ declare function __VLS_template_59(): {
1000
1013
  default?(_: {}): any;
1001
1014
  };
1002
1015
  refs: {};
1003
- rootEl: any;
1016
+ rootEl: HTMLTableCellElement;
1004
1017
  };
1005
1018
 
1006
1019
  declare function __VLS_template_6(): {
@@ -1009,7 +1022,7 @@ declare function __VLS_template_6(): {
1009
1022
  default?(_: {}): any;
1010
1023
  };
1011
1024
  refs: {};
1012
- rootEl: any;
1025
+ rootEl: HTMLDivElement;
1013
1026
  };
1014
1027
 
1015
1028
  declare function __VLS_template_60(): {
@@ -1018,7 +1031,7 @@ declare function __VLS_template_60(): {
1018
1031
  default?(_: {}): any;
1019
1032
  };
1020
1033
  refs: {};
1021
- rootEl: any;
1034
+ rootEl: HTMLTableCellElement;
1022
1035
  };
1023
1036
 
1024
1037
  declare function __VLS_template_61(): {
@@ -1027,7 +1040,7 @@ declare function __VLS_template_61(): {
1027
1040
  default?(_: {}): any;
1028
1041
  };
1029
1042
  refs: {};
1030
- rootEl: any;
1043
+ rootEl: HTMLTableCaptionElement;
1031
1044
  };
1032
1045
 
1033
1046
  declare function __VLS_template_62(): {
@@ -1036,7 +1049,7 @@ declare function __VLS_template_62(): {
1036
1049
  default?(_: {}): any;
1037
1050
  };
1038
1051
  refs: {};
1039
- rootEl: any;
1052
+ rootEl: HTMLTableRowElement;
1040
1053
  };
1041
1054
 
1042
1055
  declare function __VLS_template_63(): {
@@ -1060,9 +1073,7 @@ declare function __VLS_template_64(): {
1060
1073
  declare function __VLS_template_65(): {
1061
1074
  attrs: Partial<{}>;
1062
1075
  slots: {
1063
- default?(_: {
1064
- modelValue: string | number | undefined;
1065
- }): any;
1076
+ default?(_: {}): any;
1066
1077
  };
1067
1078
  refs: {};
1068
1079
  rootEl: any;
@@ -1098,7 +1109,9 @@ declare function __VLS_template_68(): {
1098
1109
  declare function __VLS_template_69(): {
1099
1110
  attrs: Partial<{}>;
1100
1111
  slots: {
1101
- default?(_: {}): any;
1112
+ default?(_: {
1113
+ modelValue: string | number | undefined;
1114
+ }): any;
1102
1115
  };
1103
1116
  refs: {};
1104
1117
  rootEl: any;
@@ -1110,7 +1123,7 @@ declare function __VLS_template_7(): {
1110
1123
  default?(_: {}): any;
1111
1124
  };
1112
1125
  refs: {};
1113
- rootEl: any;
1126
+ rootEl: HTMLDivElement;
1114
1127
  };
1115
1128
 
1116
1129
  declare function __VLS_template_70(): {
@@ -1140,6 +1153,42 @@ declare function __VLS_template_72(): {
1140
1153
  rootEl: any;
1141
1154
  };
1142
1155
 
1156
+ declare function __VLS_template_73(): {
1157
+ attrs: Partial<{}>;
1158
+ slots: {
1159
+ default?(_: {}): any;
1160
+ };
1161
+ refs: {};
1162
+ rootEl: any;
1163
+ };
1164
+
1165
+ declare function __VLS_template_74(): {
1166
+ attrs: Partial<{}>;
1167
+ slots: {
1168
+ default?(_: {}): any;
1169
+ };
1170
+ refs: {};
1171
+ rootEl: any;
1172
+ };
1173
+
1174
+ declare function __VLS_template_75(): {
1175
+ attrs: Partial<{}>;
1176
+ slots: {
1177
+ default?(_: {}): any;
1178
+ };
1179
+ refs: {};
1180
+ rootEl: any;
1181
+ };
1182
+
1183
+ declare function __VLS_template_76(): {
1184
+ attrs: Partial<{}>;
1185
+ slots: {
1186
+ default?(_: {}): any;
1187
+ };
1188
+ refs: {};
1189
+ rootEl: any;
1190
+ };
1191
+
1143
1192
  declare function __VLS_template_8(): {
1144
1193
  attrs: Partial<{}>;
1145
1194
  slots: {
@@ -1155,7 +1204,7 @@ declare function __VLS_template_9(): {
1155
1204
  default?(_: {}): any;
1156
1205
  };
1157
1206
  refs: {};
1158
- rootEl: HTMLDivElement;
1207
+ rootEl: any;
1159
1208
  };
1160
1209
 
1161
1210
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -1298,6 +1347,14 @@ declare type __VLS_TemplateResult_71 = ReturnType<typeof __VLS_template_71>;
1298
1347
 
1299
1348
  declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
1300
1349
 
1350
+ declare type __VLS_TemplateResult_73 = ReturnType<typeof __VLS_template_73>;
1351
+
1352
+ declare type __VLS_TemplateResult_74 = ReturnType<typeof __VLS_template_74>;
1353
+
1354
+ declare type __VLS_TemplateResult_75 = ReturnType<typeof __VLS_template_75>;
1355
+
1356
+ declare type __VLS_TemplateResult_76 = ReturnType<typeof __VLS_template_76>;
1357
+
1301
1358
  declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
1302
1359
 
1303
1360
  declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
@@ -1722,6 +1779,30 @@ declare type __VLS_WithTemplateSlots_72<T, S> = T & {
1722
1779
  };
1723
1780
  };
1724
1781
 
1782
+ declare type __VLS_WithTemplateSlots_73<T, S> = T & {
1783
+ new (): {
1784
+ $slots: S;
1785
+ };
1786
+ };
1787
+
1788
+ declare type __VLS_WithTemplateSlots_74<T, S> = T & {
1789
+ new (): {
1790
+ $slots: S;
1791
+ };
1792
+ };
1793
+
1794
+ declare type __VLS_WithTemplateSlots_75<T, S> = T & {
1795
+ new (): {
1796
+ $slots: S;
1797
+ };
1798
+ };
1799
+
1800
+ declare type __VLS_WithTemplateSlots_76<T, S> = T & {
1801
+ new (): {
1802
+ $slots: S;
1803
+ };
1804
+ };
1805
+
1725
1806
  declare type __VLS_WithTemplateSlots_8<T, S> = T & {
1726
1807
  new (): {
1727
1808
  $slots: S;
@@ -1734,7 +1815,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1734
1815
  };
1735
1816
  };
1736
1817
 
1737
- export declare const Button: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
1818
+ export declare const Button: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
1738
1819
 
1739
1820
  export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
1740
1821
 
@@ -1822,13 +1903,13 @@ declare interface Props extends PrimitiveProps {
1822
1903
  class?: HTMLAttributes['class'];
1823
1904
  }
1824
1905
 
1825
- export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
1906
+ export declare const Tabs: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
1826
1907
 
1827
- export declare const TabsContent: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
1908
+ export declare const TabsContent: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
1828
1909
 
1829
- export declare const TabsList: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
1910
+ export declare const TabsList: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
1830
1911
 
1831
- export declare const TabsTrigger: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
1912
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
1832
1913
 
1833
1914
  export { today }
1834
1915
 
@@ -1842,25 +1923,133 @@ export declare interface ToolbarLabels {
1842
1923
  filterByColumn?: (column: string) => string;
1843
1924
  }
1844
1925
 
1845
- export declare const Tooltip: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
1926
+ export declare const Tooltip: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
1927
+
1928
+ export declare const TooltipContent: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
1929
+
1930
+ export declare const TooltipProvider: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
1846
1931
 
1847
- export declare const TooltipContent: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
1932
+ export declare const TooltipTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
1848
1933
 
1849
- export declare const TooltipProvider: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
1934
+ export declare const UiAccordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1935
+
1936
+ export declare const UiAccordionContent: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1937
+
1938
+ /**
1939
+ * Props for the UiAccordionContent component.
1940
+ */
1941
+ export declare type UiAccordionContentProps = {
1942
+ /** Force mounting when more control is needed (useful for animations). */
1943
+ forceMount?: boolean;
1944
+ /** Additional CSS classes to apply. */
1945
+ class?: HTMLAttributes['class'];
1946
+ };
1947
+
1948
+ /** Reading direction for the accordion. */
1949
+ export declare type UiAccordionDir = 'ltr' | 'rtl';
1950
+
1951
+ /**
1952
+ * Emits for the UiAccordion root component.
1953
+ */
1954
+ export declare type UiAccordionEmits = {
1955
+ /**
1956
+ * Emitted when the expanded item(s) change.
1957
+ * - Single mode: `string` (item value) or `undefined` (when collapsed)
1958
+ * - Multiple mode: `string[]` (array of item values)
1959
+ */
1960
+ 'update:modelValue': [value: string | string[] | undefined];
1961
+ };
1962
+
1963
+ export declare const UiAccordionItem: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1964
+
1965
+ /**
1966
+ * Props for the UiAccordionItem component.
1967
+ */
1968
+ export declare type UiAccordionItemProps = {
1969
+ /** Unique value that identifies the accordion item (required). */
1970
+ value: string;
1971
+ /** Whether the accordion item is disabled. */
1972
+ disabled?: boolean;
1973
+ /** Additional CSS classes to apply. */
1974
+ class?: HTMLAttributes['class'];
1975
+ };
1976
+
1977
+ /**
1978
+ * Props for the UiAccordion root component (multiple mode).
1979
+ */
1980
+ export declare type UiAccordionMultipleProps = {
1981
+ /** Accordion type - 'multiple' allows multiple items open at once. */
1982
+ type: 'multiple';
1983
+ /** The controlled value of the expanded items when using `v-model` for two-way binding. */
1984
+ modelValue?: string[];
1985
+ /** The values of the items that should be expanded when initially rendered (uncontrolled). */
1986
+ defaultValue?: string[];
1987
+ /** Whether the accordion is disabled. */
1988
+ disabled?: boolean;
1989
+ /** The reading direction. */
1990
+ dir?: UiAccordionDir;
1991
+ /** The orientation of the accordion. */
1992
+ orientation?: UiAccordionOrientation;
1993
+ /** Additional CSS classes to apply. */
1994
+ class?: HTMLAttributes['class'];
1995
+ };
1996
+
1997
+ /** Orientation of the accordion. */
1998
+ export declare type UiAccordionOrientation = 'horizontal' | 'vertical';
1999
+
2000
+ /**
2001
+ * Props for the UiAccordion root component.
2002
+ */
2003
+ export declare type UiAccordionProps = UiAccordionSingleProps | UiAccordionMultipleProps;
2004
+
2005
+ /**
2006
+ * Props for the UiAccordion root component (single mode).
2007
+ */
2008
+ export declare type UiAccordionSingleProps = {
2009
+ /** Accordion type - 'single' allows only one item open at a time. */
2010
+ type: 'single';
2011
+ /** The controlled value of the expanded item when using `v-model` for two-way binding. */
2012
+ modelValue?: string;
2013
+ /** The value of the item that should be expanded when initially rendered (uncontrolled). */
2014
+ defaultValue?: string;
2015
+ /** Whether the accordion can be collapsed (all items closed). Only applicable when type is 'single'. */
2016
+ collapsible?: boolean;
2017
+ /** Whether the accordion is disabled. */
2018
+ disabled?: boolean;
2019
+ /** The reading direction. */
2020
+ dir?: UiAccordionDir;
2021
+ /** The orientation of the accordion. */
2022
+ orientation?: UiAccordionOrientation;
2023
+ /** Additional CSS classes to apply. */
2024
+ class?: HTMLAttributes['class'];
2025
+ };
2026
+
2027
+ export declare const UiAccordionTrigger: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2028
+
2029
+ /**
2030
+ * Props for the UiAccordionTrigger component.
2031
+ */
2032
+ export declare type UiAccordionTriggerProps = {
2033
+ /** Whether the trigger element is an `asChild` element. */
2034
+ asChild?: boolean;
2035
+ /** Additional CSS classes to apply. */
2036
+ class?: HTMLAttributes['class'];
2037
+ };
1850
2038
 
1851
- export declare const TooltipTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
2039
+ /** The type of accordion - single or multiple open items allowed. */
2040
+ export declare type UiAccordionType = 'single' | 'multiple';
1852
2041
 
1853
- export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2042
+ export declare const UiAlert: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1854
2043
 
1855
- export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2044
+ export declare const UiAlertDescription: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1856
2045
 
1857
- export declare const UiAlertDialog: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2046
+ export declare const UiAlertDialog: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1858
2047
 
1859
- export declare const UiAlertDialogAction: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2048
+ export declare const UiAlertDialogAction: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1860
2049
 
1861
- export declare const UiAlertDialogCancel: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
2050
+ export declare const UiAlertDialogCancel: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1862
2051
 
1863
- export declare const UiAlertDialogContent: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
2052
+ export declare const UiAlertDialogContent: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1864
2053
 
1865
2054
  /**
1866
2055
  * Props for UiAlertDialogContent component.
@@ -1873,15 +2062,15 @@ declare type UiAlertDialogContentProps = UiAlertSubComponentCommonProps & {
1873
2062
  disableOutsidePointerEvents?: boolean;
1874
2063
  };
1875
2064
 
1876
- export declare const UiAlertDialogDescription: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
2065
+ export declare const UiAlertDialogDescription: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1877
2066
 
1878
- export declare const UiAlertDialogFooter: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
2067
+ export declare const UiAlertDialogFooter: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1879
2068
 
1880
- export declare const UiAlertDialogHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
2069
+ export declare const UiAlertDialogHeader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1881
2070
 
1882
- export declare const UiAlertDialogTitle: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2071
+ export declare const UiAlertDialogTitle: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1883
2072
 
1884
- export declare const UiAlertDialogTrigger: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2073
+ export declare const UiAlertDialogTrigger: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1885
2074
 
1886
2075
  export declare type UiAlertProps = {
1887
2076
  variant?: UiAlertVariants;
@@ -1894,13 +2083,13 @@ declare type UiAlertSubComponentCommonProps = {
1894
2083
  asChild?: boolean;
1895
2084
  };
1896
2085
 
1897
- export declare const UiAlertTitle: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2086
+ export declare const UiAlertTitle: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1898
2087
 
1899
2088
  export declare type UiAlertVariants = 'default' | 'destructive';
1900
2089
 
1901
- export declare const UiAvatar: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2090
+ export declare const UiAvatar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1902
2091
 
1903
- export declare const UiAvatarFallback: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2092
+ export declare const UiAvatarFallback: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1904
2093
 
1905
2094
  export declare const UiAvatarImage: DefineComponent<UiAvatarImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1906
2095
 
@@ -1911,7 +2100,7 @@ declare type UiAvatarImageProps = {
1911
2100
  crossOrigin?: ImgHTMLAttributes['crossorigin'];
1912
2101
  };
1913
2102
 
1914
- export declare const UiBadge: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
2103
+ export declare const UiBadge: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1915
2104
 
1916
2105
  /**
1917
2106
  * Props for UiBadge component.
@@ -1951,7 +2140,7 @@ export declare interface UiBadgeProps {
1951
2140
  */
1952
2141
  export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
1953
2142
 
1954
- export declare const UiButton: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2143
+ export declare const UiButton: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1955
2144
 
1956
2145
  /**
1957
2146
  * Props for UiButton component.
@@ -2024,7 +2213,7 @@ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
2024
2213
  */
2025
2214
  export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2026
2215
 
2027
- export declare const UiCalendar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2216
+ export declare const UiCalendar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2028
2217
 
2029
2218
  /**
2030
2219
  * Reading direction for the calendar.
@@ -2230,9 +2419,9 @@ export declare type UiCalendarWeekdayFormat = 'narrow' | 'short' | 'long';
2230
2419
  */
2231
2420
  export declare type UiCalendarWeekStartsOn = 0 | 1 | 2 | 3 | 4 | 5 | 6;
2232
2421
 
2233
- export declare const UiCard: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2422
+ export declare const UiCard: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2234
2423
 
2235
- export declare const UiCardAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2424
+ export declare const UiCardAction: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2236
2425
 
2237
2426
  /**
2238
2427
  * Props for UiCardAction component.
@@ -2245,7 +2434,7 @@ export declare interface UiCardActionProps {
2245
2434
  class?: HTMLAttributes['class'];
2246
2435
  }
2247
2436
 
2248
- export declare const UiCardContent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2437
+ export declare const UiCardContent: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2249
2438
 
2250
2439
  /**
2251
2440
  * Props for UiCardContent component.
@@ -2258,7 +2447,7 @@ export declare interface UiCardContentProps {
2258
2447
  class?: HTMLAttributes['class'];
2259
2448
  }
2260
2449
 
2261
- export declare const UiCardDescription: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2450
+ export declare const UiCardDescription: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2262
2451
 
2263
2452
  /**
2264
2453
  * Props for UiCardDescription component.
@@ -2271,7 +2460,7 @@ export declare interface UiCardDescriptionProps {
2271
2460
  class?: HTMLAttributes['class'];
2272
2461
  }
2273
2462
 
2274
- export declare const UiCardFooter: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2463
+ export declare const UiCardFooter: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
2275
2464
 
2276
2465
  /**
2277
2466
  * Props for UiCardFooter component.
@@ -2284,7 +2473,7 @@ export declare interface UiCardFooterProps {
2284
2473
  class?: HTMLAttributes['class'];
2285
2474
  }
2286
2475
 
2287
- export declare const UiCardHeader: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2476
+ export declare const UiCardHeader: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
2288
2477
 
2289
2478
  /**
2290
2479
  * Props for UiCardHeader component.
@@ -2308,7 +2497,7 @@ export declare interface UiCardProps {
2308
2497
  class?: HTMLAttributes['class'];
2309
2498
  }
2310
2499
 
2311
- export declare const UiCardTitle: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2500
+ export declare const UiCardTitle: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2312
2501
 
2313
2502
  /**
2314
2503
  * Props for UiCardTitle component.
@@ -2409,9 +2598,9 @@ export declare interface UiDataTableProps<TData, TValue> {
2409
2598
 
2410
2599
  export { UiDataTableToolbar }
2411
2600
 
2412
- export declare const UiDropdownMenu: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2601
+ export declare const UiDropdownMenu: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
2413
2602
 
2414
- export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2603
+ export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
2415
2604
 
2416
2605
  export declare interface UiDropdownMenuCheckboxItemEmits {
2417
2606
  'update:checked': [value: boolean];
@@ -2438,7 +2627,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
2438
2627
  class?: HTMLAttributes['class'];
2439
2628
  }
2440
2629
 
2441
- export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
2630
+ export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2442
2631
 
2443
2632
  export declare interface UiDropdownMenuContentEmits {
2444
2633
  /**
@@ -2477,9 +2666,9 @@ export declare interface UiDropdownMenuEmits {
2477
2666
  'update:open': [value: boolean];
2478
2667
  }
2479
2668
 
2480
- export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2669
+ export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2481
2670
 
2482
- export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
2671
+ export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
2483
2672
 
2484
2673
  export declare interface UiDropdownMenuItemProps {
2485
2674
  /**
@@ -2508,7 +2697,7 @@ export declare interface UiDropdownMenuItemProps {
2508
2697
  class?: HTMLAttributes['class'];
2509
2698
  }
2510
2699
 
2511
- export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
2700
+ export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
2512
2701
 
2513
2702
  export declare interface UiDropdownMenuLabelProps {
2514
2703
  /**
@@ -2537,7 +2726,7 @@ export declare interface UiDropdownMenuProps {
2537
2726
  modal?: boolean;
2538
2727
  }
2539
2728
 
2540
- export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
2729
+ export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
2541
2730
 
2542
2731
  export declare interface UiDropdownMenuRadioGroupEmits {
2543
2732
  'update:modelValue': [value: string];
@@ -2551,7 +2740,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
2551
2740
  modelValue?: string;
2552
2741
  }
2553
2742
 
2554
- export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2743
+ export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
2555
2744
 
2556
2745
  export declare interface UiDropdownMenuRadioItemProps {
2557
2746
  /**
@@ -2584,7 +2773,7 @@ export declare interface UiDropdownMenuSeparatorProps {
2584
2773
  class?: HTMLAttributes['class'];
2585
2774
  }
2586
2775
 
2587
- export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
2776
+ export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2588
2777
 
2589
2778
  export declare interface UiDropdownMenuShortcutProps {
2590
2779
  /**
@@ -2593,9 +2782,9 @@ export declare interface UiDropdownMenuShortcutProps {
2593
2782
  class?: HTMLAttributes['class'];
2594
2783
  }
2595
2784
 
2596
- export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2785
+ export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2597
2786
 
2598
- export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
2787
+ export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2599
2788
 
2600
2789
  export declare interface UiDropdownMenuSubContentEmits {
2601
2790
  /**
@@ -2632,7 +2821,7 @@ export declare interface UiDropdownMenuSubProps {
2632
2821
  defaultOpen?: boolean;
2633
2822
  }
2634
2823
 
2635
- export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
2824
+ export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
2636
2825
 
2637
2826
  export declare interface UiDropdownMenuSubTriggerProps {
2638
2827
  /**
@@ -2655,7 +2844,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
2655
2844
  class?: HTMLAttributes['class'];
2656
2845
  }
2657
2846
 
2658
- export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
2847
+ export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2659
2848
 
2660
2849
  export declare interface UiDropdownMenuTriggerProps {
2661
2850
  /**
@@ -2681,7 +2870,7 @@ export declare interface UiDropdownMenuTriggerProps {
2681
2870
  class?: string;
2682
2871
  }
2683
2872
 
2684
- export declare const UiIconButton: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
2873
+ export declare const UiIconButton: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
2685
2874
 
2686
2875
  /**
2687
2876
  * Props for UiIconButton component.
@@ -2774,11 +2963,11 @@ export declare interface UiInputProps {
2774
2963
 
2775
2964
  export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2776
2965
 
2777
- export declare const UiPopover: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2966
+ export declare const UiPopover: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2778
2967
 
2779
2968
  export declare type UiPopoverAlign = 'start' | 'center' | 'end';
2780
2969
 
2781
- export declare const UiPopoverContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2970
+ export declare const UiPopoverContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2782
2971
 
2783
2972
  export declare interface UiPopoverContentEmits {
2784
2973
  /**
@@ -2845,7 +3034,7 @@ export declare interface UiPopoverProps {
2845
3034
 
2846
3035
  export declare type UiPopoverSide = 'top' | 'right' | 'bottom' | 'left';
2847
3036
 
2848
- export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
3037
+ export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
2849
3038
 
2850
3039
  export declare interface UiPopoverTriggerProps {
2851
3040
  /**
@@ -2878,7 +3067,7 @@ export declare type UiProgressProps = {
2878
3067
  max?: number;
2879
3068
  };
2880
3069
 
2881
- export declare const UiRadioGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3070
+ export declare const UiRadioGroup: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2882
3071
 
2883
3072
  export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
2884
3073
 
@@ -2945,9 +3134,9 @@ export declare type UiRadioGroupSharedProps = {
2945
3134
  required?: boolean;
2946
3135
  };
2947
3136
 
2948
- export declare const UiSelect: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3137
+ export declare const UiSelect: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
2949
3138
 
2950
- export declare const UiSelectContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3139
+ export declare const UiSelectContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
2951
3140
 
2952
3141
  /**
2953
3142
  * Emits for the UiSelectContent component.
@@ -2985,7 +3174,7 @@ export declare type UiSelectEmits = {
2985
3174
  'update:open': [value: boolean];
2986
3175
  };
2987
3176
 
2988
- export declare const UiSelectGroup: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
3177
+ export declare const UiSelectGroup: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
2989
3178
 
2990
3179
  /**
2991
3180
  * Props for the UiSelectGroup component.
@@ -2995,7 +3184,7 @@ export declare type UiSelectGroupProps = {
2995
3184
  class?: HTMLAttributes['class'];
2996
3185
  };
2997
3186
 
2998
- export declare const UiSelectItem: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3187
+ export declare const UiSelectItem: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
2999
3188
 
3000
3189
  /**
3001
3190
  * Props for the UiSelectItem component.
@@ -3011,7 +3200,7 @@ export declare type UiSelectItemProps = {
3011
3200
  class?: HTMLAttributes['class'];
3012
3201
  };
3013
3202
 
3014
- export declare const UiSelectLabel: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
3203
+ export declare const UiSelectLabel: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
3015
3204
 
3016
3205
  /**
3017
3206
  * Props for the UiSelectLabel component.
@@ -3055,7 +3244,7 @@ export declare type UiSelectSeparatorProps = {
3055
3244
  class?: HTMLAttributes['class'];
3056
3245
  };
3057
3246
 
3058
- export declare const UiSelectTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3247
+ export declare const UiSelectTrigger: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
3059
3248
 
3060
3249
  /**
3061
3250
  * Props for the UiSelectTrigger component.
@@ -3071,7 +3260,7 @@ export declare type UiSelectTriggerProps = {
3071
3260
  class?: HTMLAttributes['class'];
3072
3261
  };
3073
3262
 
3074
- export declare const UiSelectValue: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
3263
+ export declare const UiSelectValue: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
3075
3264
 
3076
3265
  /**
3077
3266
  * Props for the UiSelectValue component.
@@ -3129,9 +3318,9 @@ export declare type UiSwitchProps = {
3129
3318
  required?: boolean;
3130
3319
  };
3131
3320
 
3132
- export declare const UiTable: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
3321
+ export declare const UiTable: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
3133
3322
 
3134
- export declare const UiTableBody: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
3323
+ export declare const UiTableBody: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
3135
3324
 
3136
3325
  /**
3137
3326
  * Props for UiTableBody component.
@@ -3144,7 +3333,7 @@ export declare interface UiTableBodyProps {
3144
3333
  class?: HTMLAttributes['class'];
3145
3334
  }
3146
3335
 
3147
- export declare const UiTableCaption: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
3336
+ export declare const UiTableCaption: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
3148
3337
 
3149
3338
  /**
3150
3339
  * Props for UiTableCaption component.
@@ -3157,7 +3346,7 @@ export declare interface UiTableCaptionProps {
3157
3346
  class?: HTMLAttributes['class'];
3158
3347
  }
3159
3348
 
3160
- export declare const UiTableCell: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
3349
+ export declare const UiTableCell: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
3161
3350
 
3162
3351
  /**
3163
3352
  * Props for UiTableCell component.
@@ -3178,7 +3367,7 @@ export declare interface UiTableCellProps {
3178
3367
  rowspan?: number;
3179
3368
  }
3180
3369
 
3181
- export declare const UiTableEmpty: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
3370
+ export declare const UiTableEmpty: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
3182
3371
 
3183
3372
  /**
3184
3373
  * Props for UiTableEmpty component.
@@ -3197,7 +3386,7 @@ export declare interface UiTableEmptyProps {
3197
3386
  colspan?: number;
3198
3387
  }
3199
3388
 
3200
- export declare const UiTableFooter: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
3389
+ export declare const UiTableFooter: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
3201
3390
 
3202
3391
  /**
3203
3392
  * Props for UiTableFooter component.
@@ -3210,9 +3399,9 @@ export declare interface UiTableFooterProps {
3210
3399
  class?: HTMLAttributes['class'];
3211
3400
  }
3212
3401
 
3213
- export declare const UiTableHead: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
3402
+ export declare const UiTableHead: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
3214
3403
 
3215
- export declare const UiTableHeader: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
3404
+ export declare const UiTableHeader: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
3216
3405
 
3217
3406
  /**
3218
3407
  * Props for UiTableHeader component.
@@ -3260,7 +3449,7 @@ export declare interface UiTableProps {
3260
3449
  class?: HTMLAttributes['class'];
3261
3450
  }
3262
3451
 
3263
- export declare const UiTableRow: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
3452
+ export declare const UiTableRow: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
3264
3453
 
3265
3454
  /**
3266
3455
  * Props for UiTableRow component.
@@ -3279,14 +3468,14 @@ export declare interface UiTableRowProps {
3279
3468
  selected?: boolean;
3280
3469
  }
3281
3470
 
3282
- export declare const UiTabs: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
3471
+ export declare const UiTabs: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
3283
3472
 
3284
3473
  /**
3285
3474
  * Activation mode for tabs.
3286
3475
  */
3287
3476
  export declare type UiTabsActivationMode = 'automatic' | 'manual';
3288
3477
 
3289
- export declare const UiTabsContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
3478
+ export declare const UiTabsContent: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
3290
3479
 
3291
3480
  /**
3292
3481
  * Props for the UiTabsContent component.
@@ -3311,7 +3500,7 @@ export declare type UiTabsEmits = {
3311
3500
  'update:modelValue': [value: string];
3312
3501
  };
3313
3502
 
3314
- export declare const UiTabsList: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
3503
+ export declare const UiTabsList: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
3315
3504
 
3316
3505
  /**
3317
3506
  * Props for the UiTabsList component.
@@ -3344,7 +3533,7 @@ export declare type UiTabsProps = {
3344
3533
  class?: HTMLAttributes['class'];
3345
3534
  };
3346
3535
 
3347
- export declare const UiTabsTrigger: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
3536
+ export declare const UiTabsTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
3348
3537
 
3349
3538
  /**
3350
3539
  * Props for the UiTabsTrigger component.
@@ -3394,7 +3583,7 @@ export declare interface UiTextareaProps {
3394
3583
  required?: boolean;
3395
3584
  }
3396
3585
 
3397
- export declare const UiTooltip: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
3586
+ export declare const UiTooltip: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
3398
3587
 
3399
3588
  export declare type UiTooltipAlign = 'start' | 'center' | 'end';
3400
3589