@aleph-alpha/ui-library 1.2.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.
- package/dist/system/index.d.ts +465 -112
- package/dist/system/lib.js +9457 -6050
- package/package.json +6 -5
package/dist/system/index.d.ts
CHANGED
|
@@ -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<
|
|
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<
|
|
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<
|
|
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<
|
|
89
|
+
declare const __VLS_component_20: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
65
90
|
|
|
66
|
-
declare const __VLS_component_21: DefineComponent<
|
|
91
|
+
declare const __VLS_component_21: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
67
92
|
|
|
68
|
-
declare const __VLS_component_22: DefineComponent<
|
|
93
|
+
declare const __VLS_component_22: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
69
94
|
|
|
70
|
-
declare const __VLS_component_23: DefineComponent<
|
|
95
|
+
declare const __VLS_component_23: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
71
96
|
|
|
72
|
-
declare const __VLS_component_24: DefineComponent<
|
|
97
|
+
declare const __VLS_component_24: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
|
|
98
|
+
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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<
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
202
|
+
declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
176
203
|
"update:modelValue": (value: string) => any;
|
|
177
|
-
}, string, PublicProps, 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<
|
|
222
|
+
declare const __VLS_component_40: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
198
223
|
|
|
199
|
-
declare const __VLS_component_41: DefineComponent<
|
|
224
|
+
declare const __VLS_component_41: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
200
225
|
|
|
201
|
-
declare const __VLS_component_42: DefineComponent<
|
|
226
|
+
declare const __VLS_component_42: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
202
227
|
|
|
203
|
-
declare const __VLS_component_43: DefineComponent<
|
|
228
|
+
declare const __VLS_component_43: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
229
|
+
|
|
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
|
|
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
|
|
238
|
+
declare const __VLS_component_46: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
212
239
|
|
|
213
|
-
declare const
|
|
240
|
+
declare const __VLS_component_47: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
|
|
214
241
|
|
|
215
|
-
declare const
|
|
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
|
|
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 =
|
|
278
|
+
declare type __VLS_Props = UiCalendarProps;
|
|
279
|
+
|
|
280
|
+
declare type __VLS_Props_2 = UiCheckboxProps;
|
|
252
281
|
|
|
253
|
-
declare type
|
|
282
|
+
declare type __VLS_Props_3 = UiInputProps;
|
|
254
283
|
|
|
255
|
-
declare type
|
|
284
|
+
declare type __VLS_Props_4 = UiProgressProps;
|
|
256
285
|
|
|
257
|
-
declare type
|
|
286
|
+
declare type __VLS_Props_5 = UiRadioGroupProps & {
|
|
258
287
|
class?: HTMLAttributes['class'];
|
|
259
288
|
};
|
|
260
289
|
|
|
261
|
-
declare type
|
|
290
|
+
declare type __VLS_Props_6 = UiSwitchProps;
|
|
262
291
|
|
|
263
|
-
declare type
|
|
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?:
|
|
299
|
+
modelValue?: UiCalendarProps['modelValue'];
|
|
300
|
+
'placeholder'?: UiCalendarProps['placeholder'];
|
|
271
301
|
} & __VLS_Props;
|
|
272
302
|
|
|
273
303
|
declare type __VLS_PublicProps_3 = {
|
|
274
|
-
modelValue?:
|
|
304
|
+
modelValue?: UiCheckboxModelValue;
|
|
275
305
|
} & __VLS_Props_2;
|
|
276
306
|
|
|
277
307
|
declare type __VLS_PublicProps_4 = {
|
|
278
|
-
modelValue?:
|
|
308
|
+
modelValue?: string;
|
|
279
309
|
} & __VLS_Props_3;
|
|
280
310
|
|
|
281
311
|
declare type __VLS_PublicProps_5 = {
|
|
282
|
-
modelValue?:
|
|
312
|
+
modelValue?: number;
|
|
283
313
|
} & __VLS_Props_4;
|
|
284
314
|
|
|
285
315
|
declare type __VLS_PublicProps_6 = {
|
|
286
|
-
modelValue?:
|
|
316
|
+
modelValue?: string;
|
|
287
317
|
} & __VLS_Props_5;
|
|
288
318
|
|
|
289
319
|
declare type __VLS_PublicProps_7 = {
|
|
290
|
-
modelValue?:
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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?(_:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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 */
|
|
@@ -1277,19 +1348,18 @@ export declare interface UiBadgeProps {
|
|
|
1277
1348
|
*/
|
|
1278
1349
|
asChild?: boolean;
|
|
1279
1350
|
/**
|
|
1280
|
-
* Icon component to display before the
|
|
1281
|
-
* Hidden when loading is true.
|
|
1351
|
+
* Icon component to display before the badge text.
|
|
1282
1352
|
* @example
|
|
1283
1353
|
* ```vue
|
|
1284
|
-
* <
|
|
1354
|
+
* <UiBadge :startIcon="InfoIcon">Info</UiBadge>
|
|
1285
1355
|
* ```
|
|
1286
1356
|
*/
|
|
1287
1357
|
startIcon?: Component;
|
|
1288
1358
|
/**
|
|
1289
|
-
* Icon component to display after the
|
|
1359
|
+
* Icon component to display after the badge text.
|
|
1290
1360
|
* @example
|
|
1291
1361
|
* ```vue
|
|
1292
|
-
* <
|
|
1362
|
+
* <UiBadge :endIcon="CloseIcon">Dismissible</UiBadge>
|
|
1293
1363
|
* ```
|
|
1294
1364
|
*/
|
|
1295
1365
|
endIcon?: Component;
|
|
@@ -1373,23 +1443,306 @@ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
|
|
|
1373
1443
|
*/
|
|
1374
1444
|
export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1375
1445
|
|
|
1376
|
-
export declare const
|
|
1446
|
+
export declare const UiCalendar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1377
1447
|
|
|
1378
|
-
|
|
1448
|
+
/**
|
|
1449
|
+
* Reading direction for the calendar.
|
|
1450
|
+
*/
|
|
1451
|
+
export declare type UiCalendarDirection = 'ltr' | 'rtl';
|
|
1379
1452
|
|
|
1380
|
-
|
|
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
|
+
}
|
|
1381
1471
|
|
|
1382
|
-
|
|
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';
|
|
1383
1481
|
|
|
1384
|
-
|
|
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"]>;
|
|
1655
|
+
|
|
1656
|
+
/**
|
|
1657
|
+
* Props for UiCardAction component.
|
|
1658
|
+
* Container for action buttons in the card header.
|
|
1659
|
+
*/
|
|
1660
|
+
export declare interface UiCardActionProps {
|
|
1661
|
+
/**
|
|
1662
|
+
* Additional CSS classes to apply to the action container.
|
|
1663
|
+
*/
|
|
1664
|
+
class?: HTMLAttributes['class'];
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
export declare const UiCardContent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1668
|
+
|
|
1669
|
+
/**
|
|
1670
|
+
* Props for UiCardContent component.
|
|
1671
|
+
* The main content area of the card.
|
|
1672
|
+
*/
|
|
1673
|
+
export declare interface UiCardContentProps {
|
|
1674
|
+
/**
|
|
1675
|
+
* Additional CSS classes to apply to the content container.
|
|
1676
|
+
*/
|
|
1677
|
+
class?: HTMLAttributes['class'];
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
export declare const UiCardDescription: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* Props for UiCardDescription component.
|
|
1684
|
+
* A brief description or subtitle for the card.
|
|
1685
|
+
*/
|
|
1686
|
+
export declare interface UiCardDescriptionProps {
|
|
1687
|
+
/**
|
|
1688
|
+
* Additional CSS classes to apply to the description element.
|
|
1689
|
+
*/
|
|
1690
|
+
class?: HTMLAttributes['class'];
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
export declare const UiCardFooter: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* Props for UiCardFooter component.
|
|
1697
|
+
* Container for card actions or additional information at the bottom.
|
|
1698
|
+
*/
|
|
1699
|
+
export declare interface UiCardFooterProps {
|
|
1700
|
+
/**
|
|
1701
|
+
* Additional CSS classes to apply to the footer container.
|
|
1702
|
+
*/
|
|
1703
|
+
class?: HTMLAttributes['class'];
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
export declare const UiCardHeader: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1385
1707
|
|
|
1386
|
-
|
|
1708
|
+
/**
|
|
1709
|
+
* Props for UiCardHeader component.
|
|
1710
|
+
* Container for the card's header content (title, description, action).
|
|
1711
|
+
*/
|
|
1712
|
+
export declare interface UiCardHeaderProps {
|
|
1713
|
+
/**
|
|
1714
|
+
* Additional CSS classes to apply to the header container.
|
|
1715
|
+
*/
|
|
1716
|
+
class?: HTMLAttributes['class'];
|
|
1717
|
+
}
|
|
1387
1718
|
|
|
1388
|
-
|
|
1719
|
+
/**
|
|
1720
|
+
* Props for UiCard component.
|
|
1721
|
+
* A container with rounded corners and a shadow for grouping related content.
|
|
1722
|
+
*/
|
|
1723
|
+
export declare interface UiCardProps {
|
|
1724
|
+
/**
|
|
1725
|
+
* Additional CSS classes to apply to the card container.
|
|
1726
|
+
*/
|
|
1727
|
+
class?: HTMLAttributes['class'];
|
|
1728
|
+
}
|
|
1389
1729
|
|
|
1390
|
-
export declare const
|
|
1730
|
+
export declare const UiCardTitle: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1731
|
+
|
|
1732
|
+
/**
|
|
1733
|
+
* Props for UiCardTitle component.
|
|
1734
|
+
* The main heading of the card.
|
|
1735
|
+
*/
|
|
1736
|
+
export declare interface UiCardTitleProps {
|
|
1737
|
+
/**
|
|
1738
|
+
* Additional CSS classes to apply to the title element.
|
|
1739
|
+
*/
|
|
1740
|
+
class?: HTMLAttributes['class'];
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1391
1744
|
"update:modelValue": (value: UiCheckboxModelValue) => any;
|
|
1392
|
-
}, string, PublicProps, Readonly<
|
|
1745
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1393
1746
|
"onUpdate:modelValue"?: ((value: UiCheckboxModelValue) => any) | undefined;
|
|
1394
1747
|
}>, {
|
|
1395
1748
|
required: boolean;
|
|
@@ -1475,9 +1828,9 @@ export declare interface UiDataTableProps<TData, TValue> {
|
|
|
1475
1828
|
|
|
1476
1829
|
export { UiDataTableToolbar }
|
|
1477
1830
|
|
|
1478
|
-
export declare const UiDropdownMenu:
|
|
1831
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1479
1832
|
|
|
1480
|
-
export declare const UiDropdownMenuCheckboxItem:
|
|
1833
|
+
export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1481
1834
|
|
|
1482
1835
|
export declare interface UiDropdownMenuCheckboxItemEmits {
|
|
1483
1836
|
'update:checked': [value: boolean];
|
|
@@ -1504,7 +1857,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
|
|
|
1504
1857
|
class?: HTMLAttributes['class'];
|
|
1505
1858
|
}
|
|
1506
1859
|
|
|
1507
|
-
export declare const UiDropdownMenuContent:
|
|
1860
|
+
export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1508
1861
|
|
|
1509
1862
|
export declare interface UiDropdownMenuContentEmits {
|
|
1510
1863
|
/**
|
|
@@ -1543,9 +1896,9 @@ export declare interface UiDropdownMenuEmits {
|
|
|
1543
1896
|
'update:open': [value: boolean];
|
|
1544
1897
|
}
|
|
1545
1898
|
|
|
1546
|
-
export declare const UiDropdownMenuGroup:
|
|
1899
|
+
export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1547
1900
|
|
|
1548
|
-
export declare const UiDropdownMenuItem:
|
|
1901
|
+
export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1549
1902
|
|
|
1550
1903
|
export declare interface UiDropdownMenuItemProps {
|
|
1551
1904
|
/**
|
|
@@ -1574,7 +1927,7 @@ export declare interface UiDropdownMenuItemProps {
|
|
|
1574
1927
|
class?: HTMLAttributes['class'];
|
|
1575
1928
|
}
|
|
1576
1929
|
|
|
1577
|
-
export declare const UiDropdownMenuLabel:
|
|
1930
|
+
export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1578
1931
|
|
|
1579
1932
|
export declare interface UiDropdownMenuLabelProps {
|
|
1580
1933
|
/**
|
|
@@ -1603,7 +1956,7 @@ export declare interface UiDropdownMenuProps {
|
|
|
1603
1956
|
modal?: boolean;
|
|
1604
1957
|
}
|
|
1605
1958
|
|
|
1606
|
-
export declare const UiDropdownMenuRadioGroup:
|
|
1959
|
+
export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1607
1960
|
|
|
1608
1961
|
export declare interface UiDropdownMenuRadioGroupEmits {
|
|
1609
1962
|
'update:modelValue': [value: string];
|
|
@@ -1617,7 +1970,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
|
|
|
1617
1970
|
modelValue?: string;
|
|
1618
1971
|
}
|
|
1619
1972
|
|
|
1620
|
-
export declare const UiDropdownMenuRadioItem:
|
|
1973
|
+
export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1621
1974
|
|
|
1622
1975
|
export declare interface UiDropdownMenuRadioItemProps {
|
|
1623
1976
|
/**
|
|
@@ -1650,7 +2003,7 @@ export declare interface UiDropdownMenuSeparatorProps {
|
|
|
1650
2003
|
class?: HTMLAttributes['class'];
|
|
1651
2004
|
}
|
|
1652
2005
|
|
|
1653
|
-
export declare const UiDropdownMenuShortcut:
|
|
2006
|
+
export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1654
2007
|
|
|
1655
2008
|
export declare interface UiDropdownMenuShortcutProps {
|
|
1656
2009
|
/**
|
|
@@ -1659,9 +2012,9 @@ export declare interface UiDropdownMenuShortcutProps {
|
|
|
1659
2012
|
class?: HTMLAttributes['class'];
|
|
1660
2013
|
}
|
|
1661
2014
|
|
|
1662
|
-
export declare const UiDropdownMenuSub:
|
|
2015
|
+
export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1663
2016
|
|
|
1664
|
-
export declare const UiDropdownMenuSubContent:
|
|
2017
|
+
export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1665
2018
|
|
|
1666
2019
|
export declare interface UiDropdownMenuSubContentEmits {
|
|
1667
2020
|
/**
|
|
@@ -1698,7 +2051,7 @@ export declare interface UiDropdownMenuSubProps {
|
|
|
1698
2051
|
defaultOpen?: boolean;
|
|
1699
2052
|
}
|
|
1700
2053
|
|
|
1701
|
-
export declare const UiDropdownMenuSubTrigger:
|
|
2054
|
+
export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1702
2055
|
|
|
1703
2056
|
export declare interface UiDropdownMenuSubTriggerProps {
|
|
1704
2057
|
/**
|
|
@@ -1721,7 +2074,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
|
|
|
1721
2074
|
class?: HTMLAttributes['class'];
|
|
1722
2075
|
}
|
|
1723
2076
|
|
|
1724
|
-
export declare const UiDropdownMenuTrigger:
|
|
2077
|
+
export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1725
2078
|
|
|
1726
2079
|
export declare interface UiDropdownMenuTriggerProps {
|
|
1727
2080
|
/**
|
|
@@ -1747,7 +2100,7 @@ export declare interface UiDropdownMenuTriggerProps {
|
|
|
1747
2100
|
class?: string;
|
|
1748
2101
|
}
|
|
1749
2102
|
|
|
1750
|
-
export declare const UiIconButton:
|
|
2103
|
+
export declare const UiIconButton: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1751
2104
|
|
|
1752
2105
|
/**
|
|
1753
2106
|
* Props for UiIconButton component.
|
|
@@ -1803,9 +2156,9 @@ export declare type UiIconButtonSize = 'icon' | 'icon-sm' | 'icon-lg';
|
|
|
1803
2156
|
*/
|
|
1804
2157
|
export declare type UiIconButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1805
2158
|
|
|
1806
|
-
export declare const UiInput: DefineComponent<
|
|
2159
|
+
export declare const UiInput: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1807
2160
|
"update:modelValue": (value: string) => any;
|
|
1808
|
-
}, string, PublicProps, Readonly<
|
|
2161
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1809
2162
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1810
2163
|
}>, {
|
|
1811
2164
|
placeholder: string;
|
|
@@ -1840,9 +2193,9 @@ export declare interface UiInputProps {
|
|
|
1840
2193
|
|
|
1841
2194
|
export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1842
2195
|
|
|
1843
|
-
export declare const UiProgress: DefineComponent<
|
|
2196
|
+
export declare const UiProgress: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1844
2197
|
"update:modelValue": (value: number) => any;
|
|
1845
|
-
}, string, PublicProps, Readonly<
|
|
2198
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
1846
2199
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1847
2200
|
}>, {
|
|
1848
2201
|
max: number;
|
|
@@ -1852,7 +2205,7 @@ export declare type UiProgressProps = {
|
|
|
1852
2205
|
max?: number;
|
|
1853
2206
|
};
|
|
1854
2207
|
|
|
1855
|
-
export declare const UiRadioGroup:
|
|
2208
|
+
export declare const UiRadioGroup: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1856
2209
|
|
|
1857
2210
|
export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
|
|
1858
2211
|
|
|
@@ -1939,9 +2292,9 @@ export declare interface UiSpinnerProps {
|
|
|
1939
2292
|
ariaLabel?: string;
|
|
1940
2293
|
}
|
|
1941
2294
|
|
|
1942
|
-
export declare const UiSwitch: DefineComponent<
|
|
2295
|
+
export declare const UiSwitch: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1943
2296
|
"update:modelValue": (value: boolean) => any;
|
|
1944
|
-
}, string, PublicProps, Readonly<
|
|
2297
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1945
2298
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1946
2299
|
}>, {
|
|
1947
2300
|
required: boolean;
|
|
@@ -1965,9 +2318,9 @@ export declare type UiSwitchProps = {
|
|
|
1965
2318
|
required?: boolean;
|
|
1966
2319
|
};
|
|
1967
2320
|
|
|
1968
|
-
export declare const UiTable:
|
|
2321
|
+
export declare const UiTable: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1969
2322
|
|
|
1970
|
-
export declare const UiTableBody:
|
|
2323
|
+
export declare const UiTableBody: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1971
2324
|
|
|
1972
2325
|
/**
|
|
1973
2326
|
* Props for UiTableBody component.
|
|
@@ -1980,7 +2333,7 @@ export declare interface UiTableBodyProps {
|
|
|
1980
2333
|
class?: HTMLAttributes['class'];
|
|
1981
2334
|
}
|
|
1982
2335
|
|
|
1983
|
-
export declare const UiTableCaption:
|
|
2336
|
+
export declare const UiTableCaption: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1984
2337
|
|
|
1985
2338
|
/**
|
|
1986
2339
|
* Props for UiTableCaption component.
|
|
@@ -1993,7 +2346,7 @@ export declare interface UiTableCaptionProps {
|
|
|
1993
2346
|
class?: HTMLAttributes['class'];
|
|
1994
2347
|
}
|
|
1995
2348
|
|
|
1996
|
-
export declare const UiTableCell:
|
|
2349
|
+
export declare const UiTableCell: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1997
2350
|
|
|
1998
2351
|
/**
|
|
1999
2352
|
* Props for UiTableCell component.
|
|
@@ -2014,7 +2367,7 @@ export declare interface UiTableCellProps {
|
|
|
2014
2367
|
rowspan?: number;
|
|
2015
2368
|
}
|
|
2016
2369
|
|
|
2017
|
-
export declare const UiTableEmpty:
|
|
2370
|
+
export declare const UiTableEmpty: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2018
2371
|
|
|
2019
2372
|
/**
|
|
2020
2373
|
* Props for UiTableEmpty component.
|
|
@@ -2033,7 +2386,7 @@ export declare interface UiTableEmptyProps {
|
|
|
2033
2386
|
colspan?: number;
|
|
2034
2387
|
}
|
|
2035
2388
|
|
|
2036
|
-
export declare const UiTableFooter:
|
|
2389
|
+
export declare const UiTableFooter: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
2037
2390
|
|
|
2038
2391
|
/**
|
|
2039
2392
|
* Props for UiTableFooter component.
|
|
@@ -2046,9 +2399,9 @@ export declare interface UiTableFooterProps {
|
|
|
2046
2399
|
class?: HTMLAttributes['class'];
|
|
2047
2400
|
}
|
|
2048
2401
|
|
|
2049
|
-
export declare const UiTableHead:
|
|
2402
|
+
export declare const UiTableHead: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
2050
2403
|
|
|
2051
|
-
export declare const UiTableHeader:
|
|
2404
|
+
export declare const UiTableHeader: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
2052
2405
|
|
|
2053
2406
|
/**
|
|
2054
2407
|
* Props for UiTableHeader component.
|
|
@@ -2096,7 +2449,7 @@ export declare interface UiTableProps {
|
|
|
2096
2449
|
class?: HTMLAttributes['class'];
|
|
2097
2450
|
}
|
|
2098
2451
|
|
|
2099
|
-
export declare const UiTableRow:
|
|
2452
|
+
export declare const UiTableRow: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
2100
2453
|
|
|
2101
2454
|
/**
|
|
2102
2455
|
* Props for UiTableRow component.
|
|
@@ -2117,9 +2470,9 @@ export declare interface UiTableRowProps {
|
|
|
2117
2470
|
|
|
2118
2471
|
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2119
2472
|
|
|
2120
|
-
export declare const UiTextarea: DefineComponent<
|
|
2473
|
+
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2121
2474
|
"update:modelValue": (value: string) => any;
|
|
2122
|
-
}, string, PublicProps, Readonly<
|
|
2475
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
2123
2476
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2124
2477
|
}>, {
|
|
2125
2478
|
placeholder: string;
|