@aleph-alpha/ui-library 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,25 @@
1
1
  import { AllowedComponentProps } from 'vue';
2
2
  import { AsTag } from 'reka-ui';
3
+ import { CalendarDate } from '@internationalized/date';
3
4
  import { ClassProp } from 'class-variance-authority/types';
4
5
  import { ColumnDef } from '@tanstack/vue-table';
5
6
  import { Component } from 'vue';
6
7
  import { ComponentCustomProps } from 'vue';
7
8
  import { ComponentOptionsMixin } from 'vue';
8
9
  import { ComponentProvideOptions } from 'vue';
10
+ import { DateValue } from 'reka-ui';
9
11
  import { DefineComponent } from 'vue';
12
+ import { getLocalTimeZone } from '@internationalized/date';
10
13
  import { HTMLAttributes } from 'vue';
11
14
  import { ImgHTMLAttributes } from 'vue';
15
+ import { Matcher } from 'reka-ui/date';
12
16
  import { PrimitiveProps } from 'reka-ui';
13
17
  import { PublicProps } from 'vue';
18
+ import { ReuseTemplateComponent } from '@vueuse/core';
14
19
  import { Row } from '@tanstack/vue-table';
15
20
  import { ShallowUnwrapRef } from 'vue';
16
21
  import { Table } from '@tanstack/vue-table';
22
+ import { today } from '@internationalized/date';
17
23
  import { default as UiDataTableColumnHeader } from './UiDataTableColumnHeader.vue';
18
24
  import { default as UiDataTablePagination } from './UiDataTablePagination.vue';
19
25
  import { default as UiDataTableToolbar } from './UiDataTableToolbar.vue';
@@ -53,23 +59,44 @@ startIcon: Component;
53
59
  endIcon: Component;
54
60
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
55
61
 
56
- declare const __VLS_component_17: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
62
+ declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
63
+ "update:modelValue": (value: DateValue | DateValue[] | undefined) => any;
64
+ "update:placeholder": (value: DateValue | undefined) => any;
65
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
66
+ "onUpdate:modelValue"?: ((value: DateValue | DateValue[] | undefined) => any) | undefined;
67
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
68
+ }>, {
69
+ disabled: boolean;
70
+ pagedNavigation: boolean;
71
+ preventDeselect: boolean;
72
+ weekStartsOn: UiCalendarWeekStartsOn;
73
+ weekdayFormat: UiCalendarWeekdayFormat;
74
+ fixedWeeks: boolean;
75
+ locale: string;
76
+ numberOfMonths: number;
77
+ readonly: boolean;
78
+ initialFocus: boolean;
79
+ multiple: boolean;
80
+ disableDaysOutsideCurrentView: boolean;
81
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
57
82
 
58
- declare const __VLS_component_18: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
83
+ declare const __VLS_component_18: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
59
84
 
60
- declare const __VLS_component_19: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
85
+ declare const __VLS_component_19: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
61
86
 
62
87
  declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
63
88
 
64
- declare const __VLS_component_20: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
89
+ declare const __VLS_component_20: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
90
+
91
+ declare const __VLS_component_21: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
65
92
 
66
- declare const __VLS_component_21: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
93
+ declare const __VLS_component_22: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
67
94
 
68
- declare const __VLS_component_22: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
95
+ declare const __VLS_component_23: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
69
96
 
70
- declare const __VLS_component_23: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
97
+ declare const __VLS_component_24: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
71
98
 
72
- declare const __VLS_component_24: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
99
+ declare const __VLS_component_25: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
73
100
  "update:open": (value: boolean) => any;
74
101
  }, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
75
102
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -78,14 +105,14 @@ open: boolean;
78
105
  modal: boolean;
79
106
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
80
107
 
81
- declare const __VLS_component_25: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
108
+ declare const __VLS_component_26: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
82
109
  class: string;
83
110
  asChild: boolean;
84
111
  ariaLabel: string;
85
112
  disabled: boolean;
86
113
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
87
114
 
88
- declare const __VLS_component_26: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
115
+ declare const __VLS_component_27: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
89
116
  escapeKeyDown: (event: KeyboardEvent) => any;
90
117
  }, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
91
118
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -96,7 +123,7 @@ sideOffset: number;
96
123
  align: "start" | "center" | "end";
97
124
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
98
125
 
99
- declare const __VLS_component_27: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
126
+ declare const __VLS_component_28: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
100
127
  class: HTMLAttributes["class"];
101
128
  variant: "default" | "destructive";
102
129
  disabled: boolean;
@@ -104,20 +131,20 @@ textValue: string;
104
131
  inset: boolean;
105
132
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
106
133
 
107
- declare const __VLS_component_28: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
134
+ declare const __VLS_component_29: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
108
135
  class: HTMLAttributes["class"];
109
136
  inset: boolean;
110
137
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
111
138
 
112
- declare const __VLS_component_29: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
113
-
114
139
  declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
115
140
 
116
- declare const __VLS_component_30: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
141
+ declare const __VLS_component_30: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
142
+
143
+ declare const __VLS_component_31: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
117
144
  class: HTMLAttributes["class"];
118
145
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
119
146
 
120
- declare const __VLS_component_31: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
147
+ declare const __VLS_component_32: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
121
148
  "update:checked": (value: boolean) => any;
122
149
  }, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
123
150
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
@@ -125,19 +152,19 @@ declare const __VLS_component_31: DefineComponent<UiDropdownMenuCheckboxItemProp
125
152
  class: HTMLAttributes["class"];
126
153
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
127
154
 
128
- declare const __VLS_component_32: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
155
+ declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
129
156
  "update:modelValue": (value: string) => any;
130
157
  }, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
131
158
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
132
159
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
133
160
 
134
- declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
161
+ declare const __VLS_component_34: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
135
162
  class: HTMLAttributes["class"];
136
163
  disabled: boolean;
137
164
  textValue: string;
138
165
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
139
166
 
140
- declare const __VLS_component_34: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
167
+ declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
141
168
  "update:open": (value: boolean) => any;
142
169
  }, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
143
170
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -146,14 +173,14 @@ defaultOpen: boolean;
146
173
  open: boolean;
147
174
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
148
175
 
149
- declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
176
+ declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
150
177
  class: HTMLAttributes["class"];
151
178
  disabled: boolean;
152
179
  textValue: string;
153
180
  inset: boolean;
154
181
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
155
182
 
156
- declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
183
+ declare const __VLS_component_37: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
157
184
  escapeKeyDown: (event: KeyboardEvent) => any;
158
185
  }, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
159
186
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
@@ -162,7 +189,7 @@ class: HTMLAttributes["class"];
162
189
  sideOffset: number;
163
190
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
164
191
 
165
- declare const __VLS_component_37: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
192
+ declare const __VLS_component_38: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
166
193
  class: string;
167
194
  type: "button" | "submit" | "reset";
168
195
  variant: UiIconButtonVariant;
@@ -172,9 +199,9 @@ disabled: boolean;
172
199
  loading: boolean;
173
200
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
174
201
 
175
- declare const __VLS_component_38: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
202
+ declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
176
203
  "update:modelValue": (value: string) => any;
177
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
204
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
178
205
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
179
206
  }>, {
180
207
  class: HTMLAttributes["class"];
@@ -186,37 +213,37 @@ dir: UiRadioGroupDirection;
186
213
  loop: boolean;
187
214
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
188
215
 
189
- declare const __VLS_component_39: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
190
-
191
216
  declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
192
217
  "update:modelValue": (value: boolean) => any;
193
218
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
194
219
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
195
220
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
196
221
 
197
- declare const __VLS_component_40: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
222
+ declare const __VLS_component_40: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
223
+
224
+ declare const __VLS_component_41: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
198
225
 
199
- declare const __VLS_component_41: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
226
+ declare const __VLS_component_42: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
200
227
 
201
- declare const __VLS_component_42: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
228
+ declare const __VLS_component_43: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
202
229
 
203
- declare const __VLS_component_43: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
230
+ declare const __VLS_component_44: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
204
231
  selected: boolean;
205
232
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
206
233
 
207
- declare const __VLS_component_44: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
234
+ declare const __VLS_component_45: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
208
235
  scope: "col" | "row" | "colgroup" | "rowgroup";
209
236
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
210
237
 
211
- declare const __VLS_component_45: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
238
+ declare const __VLS_component_46: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
212
239
 
213
- declare const __VLS_component_46: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
240
+ declare const __VLS_component_47: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
214
241
 
215
- declare const __VLS_component_47: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
242
+ declare const __VLS_component_48: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
216
243
  colspan: number;
217
244
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
218
245
 
219
- declare const __VLS_component_48: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
246
+ declare const __VLS_component_49: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
220
247
  as: AsTag | Component;
221
248
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
222
249
 
@@ -248,48 +275,55 @@ declare type __VLS_PrettifyLocal<T> = {
248
275
  [K in keyof T]: T[K];
249
276
  } & {};
250
277
 
251
- declare type __VLS_Props = UiCheckboxProps;
278
+ declare type __VLS_Props = UiCalendarProps;
279
+
280
+ declare type __VLS_Props_2 = UiCheckboxProps;
252
281
 
253
- declare type __VLS_Props_2 = UiInputProps;
282
+ declare type __VLS_Props_3 = UiInputProps;
254
283
 
255
- declare type __VLS_Props_3 = UiProgressProps;
284
+ declare type __VLS_Props_4 = UiProgressProps;
256
285
 
257
- declare type __VLS_Props_4 = UiRadioGroupProps & {
286
+ declare type __VLS_Props_5 = UiRadioGroupProps & {
258
287
  class?: HTMLAttributes['class'];
259
288
  };
260
289
 
261
- declare type __VLS_Props_5 = UiSwitchProps;
290
+ declare type __VLS_Props_6 = UiSwitchProps;
262
291
 
263
- declare type __VLS_Props_6 = UiTextareaProps;
292
+ declare type __VLS_Props_7 = UiTextareaProps;
264
293
 
265
294
  declare type __VLS_PublicProps = {
266
295
  modelValue?: boolean;
267
296
  };
268
297
 
269
298
  declare type __VLS_PublicProps_2 = {
270
- modelValue?: UiCheckboxModelValue;
299
+ modelValue?: UiCalendarProps['modelValue'];
300
+ 'placeholder'?: UiCalendarProps['placeholder'];
271
301
  } & __VLS_Props;
272
302
 
273
303
  declare type __VLS_PublicProps_3 = {
274
- modelValue?: string;
304
+ modelValue?: UiCheckboxModelValue;
275
305
  } & __VLS_Props_2;
276
306
 
277
307
  declare type __VLS_PublicProps_4 = {
278
- modelValue?: number;
308
+ modelValue?: string;
279
309
  } & __VLS_Props_3;
280
310
 
281
311
  declare type __VLS_PublicProps_5 = {
282
- modelValue?: string;
312
+ modelValue?: number;
283
313
  } & __VLS_Props_4;
284
314
 
285
315
  declare type __VLS_PublicProps_6 = {
286
- modelValue?: boolean;
316
+ modelValue?: string;
287
317
  } & __VLS_Props_5;
288
318
 
289
319
  declare type __VLS_PublicProps_7 = {
290
- modelValue?: string;
320
+ modelValue?: boolean;
291
321
  } & __VLS_Props_6;
292
322
 
323
+ declare type __VLS_PublicProps_8 = {
324
+ modelValue?: string;
325
+ } & __VLS_Props_7;
326
+
293
327
  declare function __VLS_template(): {
294
328
  attrs: Partial<{}>;
295
329
  slots: {
@@ -365,10 +399,20 @@ declare function __VLS_template_16(): {
365
399
  declare function __VLS_template_17(): {
366
400
  attrs: Partial<{}>;
367
401
  slots: {
368
- default?(_: {}): any;
402
+ 'calendar-heading'?(_: {
403
+ date: DateValue;
404
+ month: ReuseTemplateComponent< {
405
+ date: DateValue;
406
+ }, Record<"default", undefined>>;
407
+ year: ReuseTemplateComponent< {
408
+ date: DateValue;
409
+ }, Record<"default", undefined>>;
410
+ }): any;
411
+ 'prev-icon'?(_: {}): any;
412
+ 'next-icon'?(_: {}): any;
369
413
  };
370
414
  refs: {};
371
- rootEl: HTMLDivElement;
415
+ rootEl: any;
372
416
  };
373
417
 
374
418
  declare function __VLS_template_18(): {
@@ -404,7 +448,7 @@ declare function __VLS_template_20(): {
404
448
  default?(_: {}): any;
405
449
  };
406
450
  refs: {};
407
- rootEl: HTMLParagraphElement;
451
+ rootEl: HTMLDivElement;
408
452
  };
409
453
 
410
454
  declare function __VLS_template_21(): {
@@ -413,7 +457,7 @@ declare function __VLS_template_21(): {
413
457
  default?(_: {}): any;
414
458
  };
415
459
  refs: {};
416
- rootEl: HTMLDivElement;
460
+ rootEl: HTMLParagraphElement;
417
461
  };
418
462
 
419
463
  declare function __VLS_template_22(): {
@@ -431,7 +475,7 @@ declare function __VLS_template_23(): {
431
475
  default?(_: {}): any;
432
476
  };
433
477
  refs: {};
434
- rootEl: HTMLHeadingElement;
478
+ rootEl: HTMLDivElement;
435
479
  };
436
480
 
437
481
  declare function __VLS_template_24(): {
@@ -440,7 +484,7 @@ declare function __VLS_template_24(): {
440
484
  default?(_: {}): any;
441
485
  };
442
486
  refs: {};
443
- rootEl: any;
487
+ rootEl: HTMLHeadingElement;
444
488
  };
445
489
 
446
490
  declare function __VLS_template_25(): {
@@ -503,22 +547,22 @@ declare function __VLS_template_30(): {
503
547
  default?(_: {}): any;
504
548
  };
505
549
  refs: {};
506
- rootEl: HTMLSpanElement;
550
+ rootEl: any;
507
551
  };
508
552
 
509
553
  declare function __VLS_template_31(): {
510
554
  attrs: Partial<{}>;
511
555
  slots: {
512
- 'indicator-icon'?(_: {}): any;
513
556
  default?(_: {}): any;
514
557
  };
515
558
  refs: {};
516
- rootEl: any;
559
+ rootEl: HTMLSpanElement;
517
560
  };
518
561
 
519
562
  declare function __VLS_template_32(): {
520
563
  attrs: Partial<{}>;
521
564
  slots: {
565
+ 'indicator-icon'?(_: {}): any;
522
566
  default?(_: {}): any;
523
567
  };
524
568
  refs: {};
@@ -528,7 +572,6 @@ declare function __VLS_template_32(): {
528
572
  declare function __VLS_template_33(): {
529
573
  attrs: Partial<{}>;
530
574
  slots: {
531
- 'indicator-icon'?(_: {}): any;
532
575
  default?(_: {}): any;
533
576
  };
534
577
  refs: {};
@@ -538,7 +581,8 @@ declare function __VLS_template_33(): {
538
581
  declare function __VLS_template_34(): {
539
582
  attrs: Partial<{}>;
540
583
  slots: {
541
- default?(_: any): any;
584
+ 'indicator-icon'?(_: {}): any;
585
+ default?(_: {}): any;
542
586
  };
543
587
  refs: {};
544
588
  rootEl: any;
@@ -547,7 +591,7 @@ declare function __VLS_template_34(): {
547
591
  declare function __VLS_template_35(): {
548
592
  attrs: Partial<{}>;
549
593
  slots: {
550
- default?(_: {}): any;
594
+ default?(_: any): any;
551
595
  };
552
596
  refs: {};
553
597
  rootEl: any;
@@ -586,7 +630,7 @@ declare function __VLS_template_39(): {
586
630
  default?(_: {}): any;
587
631
  };
588
632
  refs: {};
589
- rootEl: HTMLDivElement;
633
+ rootEl: any;
590
634
  };
591
635
 
592
636
  declare function __VLS_template_4(): {
@@ -604,7 +648,7 @@ declare function __VLS_template_40(): {
604
648
  default?(_: {}): any;
605
649
  };
606
650
  refs: {};
607
- rootEl: HTMLTableSectionElement;
651
+ rootEl: HTMLDivElement;
608
652
  };
609
653
 
610
654
  declare function __VLS_template_41(): {
@@ -631,7 +675,7 @@ declare function __VLS_template_43(): {
631
675
  default?(_: {}): any;
632
676
  };
633
677
  refs: {};
634
- rootEl: HTMLTableRowElement;
678
+ rootEl: HTMLTableSectionElement;
635
679
  };
636
680
 
637
681
  declare function __VLS_template_44(): {
@@ -640,7 +684,7 @@ declare function __VLS_template_44(): {
640
684
  default?(_: {}): any;
641
685
  };
642
686
  refs: {};
643
- rootEl: HTMLTableCellElement;
687
+ rootEl: HTMLTableRowElement;
644
688
  };
645
689
 
646
690
  declare function __VLS_template_45(): {
@@ -658,7 +702,7 @@ declare function __VLS_template_46(): {
658
702
  default?(_: {}): any;
659
703
  };
660
704
  refs: {};
661
- rootEl: HTMLTableCaptionElement;
705
+ rootEl: HTMLTableCellElement;
662
706
  };
663
707
 
664
708
  declare function __VLS_template_47(): {
@@ -667,10 +711,19 @@ declare function __VLS_template_47(): {
667
711
  default?(_: {}): any;
668
712
  };
669
713
  refs: {};
670
- rootEl: HTMLTableRowElement;
714
+ rootEl: HTMLTableCaptionElement;
671
715
  };
672
716
 
673
717
  declare function __VLS_template_48(): {
718
+ attrs: Partial<{}>;
719
+ slots: {
720
+ default?(_: {}): any;
721
+ };
722
+ refs: {};
723
+ rootEl: HTMLTableRowElement;
724
+ };
725
+
726
+ declare function __VLS_template_49(): {
674
727
  attrs: Partial<{}>;
675
728
  slots: {
676
729
  default?(_: {}): any;
@@ -810,6 +863,8 @@ declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
810
863
 
811
864
  declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
812
865
 
866
+ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
867
+
813
868
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
814
869
 
815
870
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -1078,6 +1133,12 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
1078
1133
  };
1079
1134
  };
1080
1135
 
1136
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
1137
+ new (): {
1138
+ $slots: S;
1139
+ };
1140
+ };
1141
+
1081
1142
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1082
1143
  new (): {
1083
1144
  $slots: S;
@@ -1108,7 +1169,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1108
1169
  };
1109
1170
  };
1110
1171
 
1111
- export declare const Button: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
1172
+ export declare const Button: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
1112
1173
 
1113
1174
  export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
1114
1175
 
@@ -1117,6 +1178,8 @@ export declare const buttonVariants: (props?: ({
1117
1178
  size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
1118
1179
  } & ClassProp) | undefined) => string;
1119
1180
 
1181
+ export { CalendarDate }
1182
+
1120
1183
  /** Labels for UiDataTableColumnHeader */
1121
1184
  export declare interface ColumnHeaderLabels {
1122
1185
  /** Label for ascending sort menu item */
@@ -1156,6 +1219,8 @@ export declare const DATA_TABLE_LABELS: {
1156
1219
 
1157
1220
  export declare type DataTableLabels = typeof DATA_TABLE_LABELS;
1158
1221
 
1222
+ export { DateValue }
1223
+
1159
1224
  declare const _default: {
1160
1225
  install(app: any, options: any): void;
1161
1226
  };
@@ -1164,6 +1229,10 @@ export default _default;
1164
1229
  /** TanStack Table's default column size - columns without explicit size use this value */
1165
1230
  export declare const DEFAULT_COLUMN_SIZE = 150;
1166
1231
 
1232
+ export { getLocalTimeZone }
1233
+
1234
+ export { Matcher }
1235
+
1167
1236
  /** Labels for UiDataTablePagination */
1168
1237
  export declare interface PaginationLabels {
1169
1238
  /** Label for rows per page selector */
@@ -1188,6 +1257,8 @@ declare interface Props extends PrimitiveProps {
1188
1257
  class?: HTMLAttributes['class'];
1189
1258
  }
1190
1259
 
1260
+ export { today }
1261
+
1191
1262
  /** Labels for UiDataTableToolbar */
1192
1263
  export declare interface ToolbarLabels {
1193
1264
  /** Placeholder text for filter input */
@@ -1372,9 +1443,215 @@ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
1372
1443
  */
1373
1444
  export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
1374
1445
 
1375
- export declare const UiCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1446
+ export declare const UiCalendar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1447
+
1448
+ /**
1449
+ * Reading direction for the calendar.
1450
+ */
1451
+ export declare type UiCalendarDirection = 'ltr' | 'rtl';
1452
+
1453
+ /**
1454
+ * Emits for UiCalendar component.
1455
+ */
1456
+ export declare interface UiCalendarEmits {
1457
+ /**
1458
+ * Emitted when the selected date changes.
1459
+ *
1460
+ * The payload is always a union type: `DateValue | DateValue[] | undefined`.
1461
+ * - `undefined` when the selection is cleared.
1462
+ * - `DateValue` for single selection when `multiple` is false or not set.
1463
+ * - `DateValue[]` when `multiple` is true.
1464
+ */
1465
+ (e: 'update:modelValue', value: DateValue | DateValue[] | undefined): void;
1466
+ /**
1467
+ * Emitted when the placeholder (displayed month/year) changes.
1468
+ */
1469
+ (e: 'update:placeholder', value: DateValue): void;
1470
+ }
1471
+
1472
+ /**
1473
+ * Layout options for the calendar header.
1474
+ * Controls which dropdown selectors are shown for quick navigation.
1475
+ *
1476
+ * - `'month-and-year'` - Show dropdowns for both month and year
1477
+ * - `'month-only'` - Show dropdown for month only
1478
+ * - `'year-only'` - Show dropdown for year only
1479
+ */
1480
+ export declare type UiCalendarLayout = 'month-and-year' | 'month-only' | 'year-only';
1376
1481
 
1377
- export declare const UiCardAction: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1482
+ /**
1483
+ * Props for UiCalendar component.
1484
+ */
1485
+ export declare interface UiCalendarProps {
1486
+ /**
1487
+ * Additional CSS classes to apply to the calendar.
1488
+ */
1489
+ class?: HTMLAttributes['class'];
1490
+ /**
1491
+ * The controlled selected date value.
1492
+ * Use with v-model for two-way binding.
1493
+ * When `multiple` is true, this should be an array of DateValue.
1494
+ */
1495
+ modelValue?: DateValue | DateValue[];
1496
+ /**
1497
+ * The default selected date when first rendered.
1498
+ * Use when you don't need controlled state.
1499
+ */
1500
+ defaultValue?: DateValue;
1501
+ /**
1502
+ * The placeholder date used to determine which month/year to display.
1503
+ * Defaults to today's date if not provided.
1504
+ */
1505
+ placeholder?: DateValue;
1506
+ /**
1507
+ * The default placeholder date when first rendered.
1508
+ */
1509
+ defaultPlaceholder?: DateValue;
1510
+ /**
1511
+ * The minimum selectable date.
1512
+ * Dates before this will be disabled.
1513
+ */
1514
+ minValue?: DateValue;
1515
+ /**
1516
+ * The maximum selectable date.
1517
+ * Dates after this will be disabled.
1518
+ */
1519
+ maxValue?: DateValue;
1520
+ /**
1521
+ * Whether the calendar is disabled.
1522
+ * @default false
1523
+ */
1524
+ disabled?: boolean;
1525
+ /**
1526
+ * Whether the calendar is read-only.
1527
+ * Users can navigate but not select dates.
1528
+ * @default false
1529
+ */
1530
+ readonly?: boolean;
1531
+ /**
1532
+ * The locale to use for formatting dates and weekday names.
1533
+ * @default 'en'
1534
+ * @example 'de', 'fr', 'es'
1535
+ */
1536
+ locale?: string;
1537
+ /**
1538
+ * The day of the week to start on.
1539
+ * @default 0 (Sunday)
1540
+ */
1541
+ weekStartsOn?: UiCalendarWeekStartsOn;
1542
+ /**
1543
+ * The number of months to display at once.
1544
+ * @default 1
1545
+ */
1546
+ numberOfMonths?: number;
1547
+ /**
1548
+ * Whether to navigate by page (all visible months) or by single month.
1549
+ * @default false
1550
+ */
1551
+ pagedNavigation?: boolean;
1552
+ /**
1553
+ * The format to use for weekday labels.
1554
+ * @default 'narrow'
1555
+ */
1556
+ weekdayFormat?: UiCalendarWeekdayFormat;
1557
+ /**
1558
+ * Whether to always show 6 weeks in the calendar.
1559
+ * Useful for consistent height.
1560
+ * @default false
1561
+ */
1562
+ fixedWeeks?: boolean;
1563
+ /**
1564
+ * Layout mode for the calendar header.
1565
+ * Controls dropdown selectors for quick month/year navigation.
1566
+ * When undefined, shows simple text heading.
1567
+ */
1568
+ layout?: UiCalendarLayout;
1569
+ /**
1570
+ * Custom year range for the year selector dropdown.
1571
+ * Only used when layout includes year selection.
1572
+ */
1573
+ yearRange?: DateValue[];
1574
+ /**
1575
+ * Whether to prevent the user from deselecting a date without selecting another date first.
1576
+ * @default false
1577
+ */
1578
+ preventDeselect?: boolean;
1579
+ /**
1580
+ * Whether multiple dates can be selected.
1581
+ * When true, modelValue should be an array.
1582
+ * @default false
1583
+ */
1584
+ multiple?: boolean;
1585
+ /**
1586
+ * The accessible label for the calendar.
1587
+ * Used for screen readers.
1588
+ */
1589
+ calendarLabel?: string;
1590
+ /**
1591
+ * If true, the calendar will focus the selected day, today, or the first day
1592
+ * of the month depending on what is visible when the calendar is mounted.
1593
+ * @default false
1594
+ */
1595
+ initialFocus?: boolean;
1596
+ /**
1597
+ * A function that returns whether or not a date is disabled.
1598
+ * Disabled dates cannot be selected.
1599
+ * @example (date) => date.dayOfWeek === 0 // Disable Sundays
1600
+ */
1601
+ isDateDisabled?: Matcher;
1602
+ /**
1603
+ * A function that returns whether or not a date is unavailable.
1604
+ * Unavailable dates are styled differently but may still be selectable.
1605
+ * @example (date) => isHoliday(date)
1606
+ */
1607
+ isDateUnavailable?: Matcher;
1608
+ /**
1609
+ * The reading direction of the calendar.
1610
+ * If omitted, inherits from ConfigProvider or assumes 'ltr'.
1611
+ */
1612
+ dir?: UiCalendarDirection;
1613
+ /**
1614
+ * A function that returns the next page of the calendar.
1615
+ * Receives the current placeholder as an argument.
1616
+ */
1617
+ nextPage?: (placeholder: DateValue) => DateValue;
1618
+ /**
1619
+ * A function that returns the previous page of the calendar.
1620
+ * Receives the current placeholder as an argument.
1621
+ */
1622
+ prevPage?: (placeholder: DateValue) => DateValue;
1623
+ /**
1624
+ * Whether to disable days outside the current view.
1625
+ * @default false
1626
+ */
1627
+ disableDaysOutsideCurrentView?: boolean;
1628
+ }
1629
+
1630
+ /**
1631
+ * Format options for weekday labels displayed in the calendar header.
1632
+ *
1633
+ * - `'narrow'` - Single letter (e.g., "M", "T", "W")
1634
+ * - `'short'` - Abbreviated (e.g., "Mon", "Tue", "Wed")
1635
+ * - `'long'` - Full name (e.g., "Monday", "Tuesday", "Wednesday")
1636
+ */
1637
+ export declare type UiCalendarWeekdayFormat = 'narrow' | 'short' | 'long';
1638
+
1639
+ /**
1640
+ * Day of the week to start the calendar on.
1641
+ *
1642
+ * - `0` - Sunday
1643
+ * - `1` - Monday
1644
+ * - `2` - Tuesday
1645
+ * - `3` - Wednesday
1646
+ * - `4` - Thursday
1647
+ * - `5` - Friday
1648
+ * - `6` - Saturday
1649
+ */
1650
+ export declare type UiCalendarWeekStartsOn = 0 | 1 | 2 | 3 | 4 | 5 | 6;
1651
+
1652
+ export declare const UiCard: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1653
+
1654
+ export declare const UiCardAction: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1378
1655
 
1379
1656
  /**
1380
1657
  * Props for UiCardAction component.
@@ -1387,7 +1664,7 @@ export declare interface UiCardActionProps {
1387
1664
  class?: HTMLAttributes['class'];
1388
1665
  }
1389
1666
 
1390
- export declare const UiCardContent: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1667
+ export declare const UiCardContent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1391
1668
 
1392
1669
  /**
1393
1670
  * Props for UiCardContent component.
@@ -1400,7 +1677,7 @@ export declare interface UiCardContentProps {
1400
1677
  class?: HTMLAttributes['class'];
1401
1678
  }
1402
1679
 
1403
- export declare const UiCardDescription: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1680
+ export declare const UiCardDescription: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1404
1681
 
1405
1682
  /**
1406
1683
  * Props for UiCardDescription component.
@@ -1413,7 +1690,7 @@ export declare interface UiCardDescriptionProps {
1413
1690
  class?: HTMLAttributes['class'];
1414
1691
  }
1415
1692
 
1416
- export declare const UiCardFooter: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1693
+ export declare const UiCardFooter: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1417
1694
 
1418
1695
  /**
1419
1696
  * Props for UiCardFooter component.
@@ -1426,7 +1703,7 @@ export declare interface UiCardFooterProps {
1426
1703
  class?: HTMLAttributes['class'];
1427
1704
  }
1428
1705
 
1429
- export declare const UiCardHeader: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1706
+ export declare const UiCardHeader: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1430
1707
 
1431
1708
  /**
1432
1709
  * Props for UiCardHeader component.
@@ -1450,7 +1727,7 @@ export declare interface UiCardProps {
1450
1727
  class?: HTMLAttributes['class'];
1451
1728
  }
1452
1729
 
1453
- export declare const UiCardTitle: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1730
+ export declare const UiCardTitle: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1454
1731
 
1455
1732
  /**
1456
1733
  * Props for UiCardTitle component.
@@ -1463,9 +1740,9 @@ export declare interface UiCardTitleProps {
1463
1740
  class?: HTMLAttributes['class'];
1464
1741
  }
1465
1742
 
1466
- export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1743
+ export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1467
1744
  "update:modelValue": (value: UiCheckboxModelValue) => any;
1468
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1745
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1469
1746
  "onUpdate:modelValue"?: ((value: UiCheckboxModelValue) => any) | undefined;
1470
1747
  }>, {
1471
1748
  required: boolean;
@@ -1551,9 +1828,9 @@ export declare interface UiDataTableProps<TData, TValue> {
1551
1828
 
1552
1829
  export { UiDataTableToolbar }
1553
1830
 
1554
- export declare const UiDropdownMenu: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1831
+ export declare const UiDropdownMenu: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1555
1832
 
1556
- export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1833
+ export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1557
1834
 
1558
1835
  export declare interface UiDropdownMenuCheckboxItemEmits {
1559
1836
  'update:checked': [value: boolean];
@@ -1580,7 +1857,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
1580
1857
  class?: HTMLAttributes['class'];
1581
1858
  }
1582
1859
 
1583
- export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1860
+ export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1584
1861
 
1585
1862
  export declare interface UiDropdownMenuContentEmits {
1586
1863
  /**
@@ -1619,9 +1896,9 @@ export declare interface UiDropdownMenuEmits {
1619
1896
  'update:open': [value: boolean];
1620
1897
  }
1621
1898
 
1622
- export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1899
+ export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
1623
1900
 
1624
- export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1901
+ export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1625
1902
 
1626
1903
  export declare interface UiDropdownMenuItemProps {
1627
1904
  /**
@@ -1650,7 +1927,7 @@ export declare interface UiDropdownMenuItemProps {
1650
1927
  class?: HTMLAttributes['class'];
1651
1928
  }
1652
1929
 
1653
- export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
1930
+ export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
1654
1931
 
1655
1932
  export declare interface UiDropdownMenuLabelProps {
1656
1933
  /**
@@ -1679,7 +1956,7 @@ export declare interface UiDropdownMenuProps {
1679
1956
  modal?: boolean;
1680
1957
  }
1681
1958
 
1682
- export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
1959
+ export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1683
1960
 
1684
1961
  export declare interface UiDropdownMenuRadioGroupEmits {
1685
1962
  'update:modelValue': [value: string];
@@ -1693,7 +1970,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
1693
1970
  modelValue?: string;
1694
1971
  }
1695
1972
 
1696
- export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
1973
+ export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
1697
1974
 
1698
1975
  export declare interface UiDropdownMenuRadioItemProps {
1699
1976
  /**
@@ -1726,7 +2003,7 @@ export declare interface UiDropdownMenuSeparatorProps {
1726
2003
  class?: HTMLAttributes['class'];
1727
2004
  }
1728
2005
 
1729
- export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
2006
+ export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
1730
2007
 
1731
2008
  export declare interface UiDropdownMenuShortcutProps {
1732
2009
  /**
@@ -1735,9 +2012,9 @@ export declare interface UiDropdownMenuShortcutProps {
1735
2012
  class?: HTMLAttributes['class'];
1736
2013
  }
1737
2014
 
1738
- export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
2015
+ export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
1739
2016
 
1740
- export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
2017
+ export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
1741
2018
 
1742
2019
  export declare interface UiDropdownMenuSubContentEmits {
1743
2020
  /**
@@ -1774,7 +2051,7 @@ export declare interface UiDropdownMenuSubProps {
1774
2051
  defaultOpen?: boolean;
1775
2052
  }
1776
2053
 
1777
- export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
2054
+ export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
1778
2055
 
1779
2056
  export declare interface UiDropdownMenuSubTriggerProps {
1780
2057
  /**
@@ -1797,7 +2074,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
1797
2074
  class?: HTMLAttributes['class'];
1798
2075
  }
1799
2076
 
1800
- export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2077
+ export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1801
2078
 
1802
2079
  export declare interface UiDropdownMenuTriggerProps {
1803
2080
  /**
@@ -1823,7 +2100,7 @@ export declare interface UiDropdownMenuTriggerProps {
1823
2100
  class?: string;
1824
2101
  }
1825
2102
 
1826
- export declare const UiIconButton: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
2103
+ export declare const UiIconButton: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
1827
2104
 
1828
2105
  /**
1829
2106
  * Props for UiIconButton component.
@@ -1879,9 +2156,9 @@ export declare type UiIconButtonSize = 'icon' | 'icon-sm' | 'icon-lg';
1879
2156
  */
1880
2157
  export declare type UiIconButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
1881
2158
 
1882
- export declare const UiInput: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2159
+ export declare const UiInput: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1883
2160
  "update:modelValue": (value: string) => any;
1884
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
2161
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1885
2162
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1886
2163
  }>, {
1887
2164
  placeholder: string;
@@ -1916,9 +2193,9 @@ export declare interface UiInputProps {
1916
2193
 
1917
2194
  export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1918
2195
 
1919
- export declare const UiProgress: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2196
+ export declare const UiProgress: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1920
2197
  "update:modelValue": (value: number) => any;
1921
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
2198
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1922
2199
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1923
2200
  }>, {
1924
2201
  max: number;
@@ -1928,7 +2205,7 @@ export declare type UiProgressProps = {
1928
2205
  max?: number;
1929
2206
  };
1930
2207
 
1931
- export declare const UiRadioGroup: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
2208
+ export declare const UiRadioGroup: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
1932
2209
 
1933
2210
  export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
1934
2211
 
@@ -2015,9 +2292,9 @@ export declare interface UiSpinnerProps {
2015
2292
  ariaLabel?: string;
2016
2293
  }
2017
2294
 
2018
- export declare const UiSwitch: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2295
+ export declare const UiSwitch: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2019
2296
  "update:modelValue": (value: boolean) => any;
2020
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
2297
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
2021
2298
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2022
2299
  }>, {
2023
2300
  required: boolean;
@@ -2041,9 +2318,9 @@ export declare type UiSwitchProps = {
2041
2318
  required?: boolean;
2042
2319
  };
2043
2320
 
2044
- export declare const UiTable: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
2321
+ export declare const UiTable: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
2045
2322
 
2046
- export declare const UiTableBody: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2323
+ export declare const UiTableBody: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
2047
2324
 
2048
2325
  /**
2049
2326
  * Props for UiTableBody component.
@@ -2056,7 +2333,7 @@ export declare interface UiTableBodyProps {
2056
2333
  class?: HTMLAttributes['class'];
2057
2334
  }
2058
2335
 
2059
- export declare const UiTableCaption: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2336
+ export declare const UiTableCaption: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
2060
2337
 
2061
2338
  /**
2062
2339
  * Props for UiTableCaption component.
@@ -2069,7 +2346,7 @@ export declare interface UiTableCaptionProps {
2069
2346
  class?: HTMLAttributes['class'];
2070
2347
  }
2071
2348
 
2072
- export declare const UiTableCell: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2349
+ export declare const UiTableCell: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
2073
2350
 
2074
2351
  /**
2075
2352
  * Props for UiTableCell component.
@@ -2090,7 +2367,7 @@ export declare interface UiTableCellProps {
2090
2367
  rowspan?: number;
2091
2368
  }
2092
2369
 
2093
- export declare const UiTableEmpty: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
2370
+ export declare const UiTableEmpty: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
2094
2371
 
2095
2372
  /**
2096
2373
  * Props for UiTableEmpty component.
@@ -2109,7 +2386,7 @@ export declare interface UiTableEmptyProps {
2109
2386
  colspan?: number;
2110
2387
  }
2111
2388
 
2112
- export declare const UiTableFooter: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
2389
+ export declare const UiTableFooter: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2113
2390
 
2114
2391
  /**
2115
2392
  * Props for UiTableFooter component.
@@ -2122,9 +2399,9 @@ export declare interface UiTableFooterProps {
2122
2399
  class?: HTMLAttributes['class'];
2123
2400
  }
2124
2401
 
2125
- export declare const UiTableHead: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
2402
+ export declare const UiTableHead: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
2126
2403
 
2127
- export declare const UiTableHeader: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
2404
+ export declare const UiTableHeader: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
2128
2405
 
2129
2406
  /**
2130
2407
  * Props for UiTableHeader component.
@@ -2172,7 +2449,7 @@ export declare interface UiTableProps {
2172
2449
  class?: HTMLAttributes['class'];
2173
2450
  }
2174
2451
 
2175
- export declare const UiTableRow: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2452
+ export declare const UiTableRow: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
2176
2453
 
2177
2454
  /**
2178
2455
  * Props for UiTableRow component.
@@ -2193,9 +2470,9 @@ export declare interface UiTableRowProps {
2193
2470
 
2194
2471
  export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2195
2472
 
2196
- export declare const UiTextarea: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2473
+ export declare const UiTextarea: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2197
2474
  "update:modelValue": (value: string) => any;
2198
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
2475
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2199
2476
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2200
2477
  }>, {
2201
2478
  placeholder: string;