@aleph-alpha/ui-library 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/system/index.d.ts +661 -203
- package/dist/system/lib.js +5706 -4499
- package/package.json +1 -1
package/dist/system/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ import { ReuseTemplateComponent } from '@vueuse/core';
|
|
|
19
19
|
import { Row } from '@tanstack/vue-table';
|
|
20
20
|
import { ShallowUnwrapRef } from 'vue';
|
|
21
21
|
import { Table } from '@tanstack/vue-table';
|
|
22
|
+
import { TabsContentProps } from 'reka-ui';
|
|
23
|
+
import { TabsListProps } from 'reka-ui';
|
|
24
|
+
import { TabsRootProps } from 'reka-ui';
|
|
25
|
+
import { TabsTriggerProps } from 'reka-ui';
|
|
22
26
|
import { today } from '@internationalized/date';
|
|
23
27
|
import { TooltipContentProps } from 'reka-ui';
|
|
24
28
|
import { TooltipProviderProps } from 'reka-ui';
|
|
@@ -31,26 +35,52 @@ import { VariantProps } from 'class-variance-authority';
|
|
|
31
35
|
import { VNode } from 'vue';
|
|
32
36
|
import { VNodeProps } from 'vue';
|
|
33
37
|
|
|
34
|
-
declare const __VLS_component: DefineComponent<
|
|
35
|
-
|
|
36
|
-
},
|
|
38
|
+
declare const __VLS_component: DefineComponent<UiAccordionSingleProps | UiAccordionMultipleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
39
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
40
|
+
}, string, PublicProps, Readonly<UiAccordionSingleProps | UiAccordionMultipleProps> & Readonly<{
|
|
41
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
43
|
|
|
38
|
-
declare const __VLS_component_10: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
44
|
+
declare const __VLS_component_10: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
45
|
|
|
40
|
-
declare const __VLS_component_11: DefineComponent<
|
|
46
|
+
declare const __VLS_component_11: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
|
+
openAutoFocus: (event: Event) => any;
|
|
48
|
+
pointerDownOutside: (event: Event) => any;
|
|
49
|
+
focusOutside: (event: Event) => any;
|
|
50
|
+
interactOutside: (event: Event) => any;
|
|
51
|
+
closeAutoFocus: (event: Event) => any;
|
|
52
|
+
escapeKeydown: (event: KeyboardEvent) => any;
|
|
53
|
+
}, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
|
|
54
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
55
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
56
|
+
onFocusOutside?: ((event: Event) => any) | undefined;
|
|
57
|
+
onInteractOutside?: ((event: Event) => any) | undefined;
|
|
58
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
59
|
+
onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
60
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
41
61
|
|
|
42
62
|
declare const __VLS_component_12: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
63
|
|
|
44
|
-
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
64
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
65
|
+
|
|
66
|
+
declare const __VLS_component_14: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
67
|
+
|
|
68
|
+
declare const __VLS_component_15: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
69
|
+
|
|
70
|
+
declare const __VLS_component_16: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
|
|
72
|
+
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
45
73
|
|
|
46
|
-
declare const
|
|
74
|
+
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
47
75
|
|
|
48
|
-
declare const
|
|
76
|
+
declare const __VLS_component_19: DefineComponent<UiBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiBadgeProps> & Readonly<{}>, {
|
|
49
77
|
variant: UiBadgeVariants;
|
|
50
78
|
asChild: boolean;
|
|
51
79
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
52
80
|
|
|
53
|
-
declare const
|
|
81
|
+
declare const __VLS_component_2: DefineComponent<UiAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
|
+
|
|
83
|
+
declare const __VLS_component_20: DefineComponent<UiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonProps> & Readonly<{}>, {
|
|
54
84
|
class: string;
|
|
55
85
|
type: "button" | "submit" | "reset";
|
|
56
86
|
variant: UiButtonVariant;
|
|
@@ -63,7 +93,7 @@ startIcon: Component;
|
|
|
63
93
|
endIcon: Component;
|
|
64
94
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
65
95
|
|
|
66
|
-
declare const
|
|
96
|
+
declare const __VLS_component_21: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
67
97
|
"update:modelValue": (value: DateValue | DateValue[] | undefined) => any;
|
|
68
98
|
"update:placeholder": (value: DateValue | undefined) => any;
|
|
69
99
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
@@ -71,6 +101,7 @@ declare const __VLS_component_17: DefineComponent<__VLS_PublicProps_2, {}, {}, {
|
|
|
71
101
|
"onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
|
|
72
102
|
}>, {
|
|
73
103
|
disabled: boolean;
|
|
104
|
+
multiple: boolean;
|
|
74
105
|
pagedNavigation: boolean;
|
|
75
106
|
preventDeselect: boolean;
|
|
76
107
|
weekStartsOn: UiCalendarWeekStartsOn;
|
|
@@ -80,27 +111,24 @@ locale: string;
|
|
|
80
111
|
numberOfMonths: number;
|
|
81
112
|
readonly: boolean;
|
|
82
113
|
initialFocus: boolean;
|
|
83
|
-
multiple: boolean;
|
|
84
114
|
disableDaysOutsideCurrentView: boolean;
|
|
85
115
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
86
116
|
|
|
87
|
-
declare const
|
|
88
|
-
|
|
89
|
-
declare const __VLS_component_19: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
117
|
+
declare const __VLS_component_22: DefineComponent<UiCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
90
118
|
|
|
91
|
-
declare const
|
|
119
|
+
declare const __VLS_component_23: DefineComponent<UiCardActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
120
|
|
|
93
|
-
declare const
|
|
121
|
+
declare const __VLS_component_24: DefineComponent<UiCardContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
94
122
|
|
|
95
|
-
declare const
|
|
123
|
+
declare const __VLS_component_25: DefineComponent<UiCardDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
96
124
|
|
|
97
|
-
declare const
|
|
125
|
+
declare const __VLS_component_26: DefineComponent<UiCardFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
98
126
|
|
|
99
|
-
declare const
|
|
127
|
+
declare const __VLS_component_27: DefineComponent<UiCardHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
100
128
|
|
|
101
|
-
declare const
|
|
129
|
+
declare const __VLS_component_28: DefineComponent<UiCardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiCardTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLHeadingElement>;
|
|
102
130
|
|
|
103
|
-
declare const
|
|
131
|
+
declare const __VLS_component_29: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
104
132
|
"update:open": (value: boolean) => any;
|
|
105
133
|
}, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
|
|
106
134
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -109,14 +137,16 @@ open: boolean;
|
|
|
109
137
|
modal: boolean;
|
|
110
138
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
111
139
|
|
|
112
|
-
declare const
|
|
140
|
+
declare const __VLS_component_3: DefineComponent<UiAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
141
|
+
|
|
142
|
+
declare const __VLS_component_30: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
|
|
113
143
|
class: string;
|
|
114
144
|
asChild: boolean;
|
|
115
145
|
ariaLabel: string;
|
|
116
146
|
disabled: boolean;
|
|
117
147
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
118
148
|
|
|
119
|
-
declare const
|
|
149
|
+
declare const __VLS_component_31: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
120
150
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
121
151
|
}, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
|
|
122
152
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -127,7 +157,7 @@ sideOffset: number;
|
|
|
127
157
|
align: "start" | "center" | "end";
|
|
128
158
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
129
159
|
|
|
130
|
-
declare const
|
|
160
|
+
declare const __VLS_component_32: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
|
|
131
161
|
class: HTMLAttributes["class"];
|
|
132
162
|
variant: "default" | "destructive";
|
|
133
163
|
disabled: boolean;
|
|
@@ -135,20 +165,18 @@ textValue: string;
|
|
|
135
165
|
inset: boolean;
|
|
136
166
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
137
167
|
|
|
138
|
-
declare const
|
|
168
|
+
declare const __VLS_component_33: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
|
|
139
169
|
class: HTMLAttributes["class"];
|
|
140
170
|
inset: boolean;
|
|
141
171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
142
172
|
|
|
143
|
-
declare const
|
|
144
|
-
|
|
145
|
-
declare const __VLS_component_30: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
173
|
+
declare const __VLS_component_34: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
146
174
|
|
|
147
|
-
declare const
|
|
175
|
+
declare const __VLS_component_35: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
|
|
148
176
|
class: HTMLAttributes["class"];
|
|
149
177
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
150
178
|
|
|
151
|
-
declare const
|
|
179
|
+
declare const __VLS_component_36: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
152
180
|
"update:checked": (value: boolean) => any;
|
|
153
181
|
}, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
|
|
154
182
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
@@ -156,19 +184,19 @@ declare const __VLS_component_32: DefineComponent<UiDropdownMenuCheckboxItemProp
|
|
|
156
184
|
class: HTMLAttributes["class"];
|
|
157
185
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
186
|
|
|
159
|
-
declare const
|
|
187
|
+
declare const __VLS_component_37: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
160
188
|
"update:modelValue": (value: string) => any;
|
|
161
189
|
}, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
|
|
162
190
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
163
191
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
164
192
|
|
|
165
|
-
declare const
|
|
193
|
+
declare const __VLS_component_38: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
|
|
166
194
|
class: HTMLAttributes["class"];
|
|
167
195
|
disabled: boolean;
|
|
168
196
|
textValue: string;
|
|
169
197
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
198
|
|
|
171
|
-
declare const
|
|
199
|
+
declare const __VLS_component_39: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
172
200
|
"update:open": (value: boolean) => any;
|
|
173
201
|
}, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
|
|
174
202
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -177,14 +205,16 @@ defaultOpen: boolean;
|
|
|
177
205
|
open: boolean;
|
|
178
206
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
179
207
|
|
|
180
|
-
declare const
|
|
208
|
+
declare const __VLS_component_4: DefineComponent<UiAccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
209
|
+
|
|
210
|
+
declare const __VLS_component_40: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
|
|
181
211
|
class: HTMLAttributes["class"];
|
|
182
212
|
disabled: boolean;
|
|
183
213
|
textValue: string;
|
|
184
214
|
inset: boolean;
|
|
185
215
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
186
216
|
|
|
187
|
-
declare const
|
|
217
|
+
declare const __VLS_component_41: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
188
218
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
189
219
|
}, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
|
|
190
220
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -193,7 +223,7 @@ class: HTMLAttributes["class"];
|
|
|
193
223
|
sideOffset: number;
|
|
194
224
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
195
225
|
|
|
196
|
-
declare const
|
|
226
|
+
declare const __VLS_component_42: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
|
|
197
227
|
class: string;
|
|
198
228
|
type: "button" | "submit" | "reset";
|
|
199
229
|
variant: UiIconButtonVariant;
|
|
@@ -203,21 +233,15 @@ disabled: boolean;
|
|
|
203
233
|
loading: boolean;
|
|
204
234
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
205
235
|
|
|
206
|
-
declare const
|
|
236
|
+
declare const __VLS_component_43: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
207
237
|
"update:open": (value: boolean) => any;
|
|
208
238
|
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
209
239
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
210
240
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
211
241
|
|
|
212
|
-
declare const
|
|
213
|
-
"update:modelValue": (value: boolean) => any;
|
|
214
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
215
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
216
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
242
|
+
declare const __VLS_component_44: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
217
243
|
|
|
218
|
-
declare const
|
|
219
|
-
|
|
220
|
-
declare const __VLS_component_41: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
244
|
+
declare const __VLS_component_45: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
221
245
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
222
246
|
}, string, PublicProps, Readonly<UiPopoverContentProps> & Readonly<{
|
|
223
247
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -227,7 +251,7 @@ sideOffset: number;
|
|
|
227
251
|
align: UiPopoverAlign;
|
|
228
252
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
229
253
|
|
|
230
|
-
declare const
|
|
254
|
+
declare const __VLS_component_46: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
255
|
"update:modelValue": (value: string) => any;
|
|
232
256
|
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
233
257
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -241,7 +265,7 @@ dir: UiRadioGroupDirection;
|
|
|
241
265
|
loop: boolean;
|
|
242
266
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
243
267
|
|
|
244
|
-
declare const
|
|
268
|
+
declare const __VLS_component_47: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
245
269
|
"update:open": (value: boolean) => any;
|
|
246
270
|
"update:modelValue": (value: string) => any;
|
|
247
271
|
}, string, PublicProps, Readonly<UiSelectProps> & Readonly<{
|
|
@@ -258,14 +282,14 @@ modelValue: string;
|
|
|
258
282
|
defaultValue: string;
|
|
259
283
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
260
284
|
|
|
261
|
-
declare const
|
|
285
|
+
declare const __VLS_component_48: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
|
|
262
286
|
class: HTMLAttributes["class"];
|
|
263
287
|
size: "default" | "sm";
|
|
264
288
|
ariaLabel: string;
|
|
265
289
|
disabled: boolean;
|
|
266
290
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
267
291
|
|
|
268
|
-
declare const
|
|
292
|
+
declare const __VLS_component_49: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
269
293
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
270
294
|
pointerDownOutside: (event: Event) => any;
|
|
271
295
|
}, string, PublicProps, Readonly<UiSelectContentProps> & Readonly<{
|
|
@@ -279,52 +303,68 @@ align: "start" | "center" | "end";
|
|
|
279
303
|
position: "item-aligned" | "popper";
|
|
280
304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
281
305
|
|
|
282
|
-
declare const
|
|
306
|
+
declare const __VLS_component_5: DefineComponent<UiAlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertProps> & Readonly<{}>, {
|
|
307
|
+
variant: UiAlertVariants;
|
|
308
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
309
|
+
|
|
310
|
+
declare const __VLS_component_50: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
|
|
283
311
|
class: HTMLAttributes["class"];
|
|
284
312
|
disabled: boolean;
|
|
285
313
|
textValue: string;
|
|
286
314
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
287
315
|
|
|
288
|
-
declare const
|
|
316
|
+
declare const __VLS_component_51: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
|
|
289
317
|
class: HTMLAttributes["class"];
|
|
290
318
|
placeholder: string;
|
|
291
319
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
292
320
|
|
|
293
|
-
declare const
|
|
321
|
+
declare const __VLS_component_52: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
|
|
294
322
|
class: HTMLAttributes["class"];
|
|
295
323
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
296
324
|
|
|
297
|
-
declare const
|
|
325
|
+
declare const __VLS_component_53: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
|
|
298
326
|
class: HTMLAttributes["class"];
|
|
299
327
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
300
328
|
|
|
301
|
-
declare const
|
|
302
|
-
|
|
303
|
-
declare const __VLS_component_50: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
329
|
+
declare const __VLS_component_54: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
304
330
|
|
|
305
|
-
declare const
|
|
331
|
+
declare const __VLS_component_55: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
306
332
|
|
|
307
|
-
declare const
|
|
333
|
+
declare const __VLS_component_56: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
308
334
|
|
|
309
|
-
declare const
|
|
335
|
+
declare const __VLS_component_57: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
310
336
|
|
|
311
|
-
declare const
|
|
337
|
+
declare const __VLS_component_58: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
|
|
312
338
|
selected: boolean;
|
|
313
339
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
314
340
|
|
|
315
|
-
declare const
|
|
341
|
+
declare const __VLS_component_59: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
|
|
316
342
|
scope: "col" | "row" | "colgroup" | "rowgroup";
|
|
317
343
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
318
344
|
|
|
319
|
-
declare const
|
|
345
|
+
declare const __VLS_component_6: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
320
346
|
|
|
321
|
-
declare const
|
|
347
|
+
declare const __VLS_component_60: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
322
348
|
|
|
323
|
-
declare const
|
|
349
|
+
declare const __VLS_component_61: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
|
|
350
|
+
|
|
351
|
+
declare const __VLS_component_62: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
|
|
324
352
|
colspan: number;
|
|
325
353
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
326
354
|
|
|
327
|
-
declare const
|
|
355
|
+
declare const __VLS_component_63: DefineComponent<UiTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
356
|
+
"update:modelValue": (value: string) => any;
|
|
357
|
+
}, string, PublicProps, Readonly<UiTabsProps> & Readonly<{
|
|
358
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
359
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
360
|
+
|
|
361
|
+
declare const __VLS_component_64: DefineComponent<UiTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
362
|
+
|
|
363
|
+
declare const __VLS_component_65: DefineComponent<UiTabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
364
|
+
|
|
365
|
+
declare const __VLS_component_66: DefineComponent<UiTabsContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
366
|
+
|
|
367
|
+
declare const __VLS_component_67: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
328
368
|
"update:open": (value: boolean) => any;
|
|
329
369
|
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
330
370
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -337,51 +377,51 @@ align: UiTooltipAlign;
|
|
|
337
377
|
delayDuration: number;
|
|
338
378
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
339
379
|
|
|
340
|
-
declare const
|
|
341
|
-
|
|
342
|
-
declare const __VLS_component_60: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
380
|
+
declare const __VLS_component_68: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
343
381
|
as: AsTag | Component;
|
|
344
382
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
345
383
|
|
|
346
|
-
declare const
|
|
384
|
+
declare const __VLS_component_69: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
385
|
+
"update:modelValue": (payload: string | number) => any;
|
|
386
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
387
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
388
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
389
|
+
|
|
390
|
+
declare const __VLS_component_7: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
391
|
+
|
|
392
|
+
declare const __VLS_component_70: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
393
|
+
|
|
394
|
+
declare const __VLS_component_71: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
395
|
+
|
|
396
|
+
declare const __VLS_component_72: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
|
+
|
|
398
|
+
declare const __VLS_component_73: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
347
399
|
"update:open": (value: boolean) => any;
|
|
348
400
|
}, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
349
401
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
350
402
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
351
403
|
|
|
352
|
-
declare const
|
|
404
|
+
declare const __VLS_component_74: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
353
405
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
354
406
|
pointerDownOutside: (event: Event) => any;
|
|
355
|
-
}, string, PublicProps, Readonly<
|
|
407
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
356
408
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
357
409
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
358
410
|
}>, {
|
|
359
411
|
sideOffset: number;
|
|
360
412
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
361
413
|
|
|
362
|
-
declare const
|
|
414
|
+
declare const __VLS_component_75: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
363
415
|
|
|
364
|
-
declare const
|
|
416
|
+
declare const __VLS_component_76: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
365
417
|
|
|
366
|
-
declare const
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
interactOutside: (event: Event) => any;
|
|
371
|
-
closeAutoFocus: (event: Event) => any;
|
|
372
|
-
escapeKeydown: (event: KeyboardEvent) => any;
|
|
373
|
-
}, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
|
|
374
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
375
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
376
|
-
onFocusOutside?: ((event: Event) => any) | undefined;
|
|
377
|
-
onInteractOutside?: ((event: Event) => any) | undefined;
|
|
378
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
379
|
-
onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
418
|
+
declare const __VLS_component_8: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
419
|
+
"update:modelValue": (value: boolean) => any;
|
|
420
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
421
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
380
422
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
381
423
|
|
|
382
|
-
declare const
|
|
383
|
-
|
|
384
|
-
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
424
|
+
declare const __VLS_component_9: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
385
425
|
|
|
386
426
|
declare type __VLS_PrettifyLocal<T> = {
|
|
387
427
|
[K in keyof T]: T[K];
|
|
@@ -389,7 +429,23 @@ declare type __VLS_PrettifyLocal<T> = {
|
|
|
389
429
|
|
|
390
430
|
declare type __VLS_Props = UiCalendarProps;
|
|
391
431
|
|
|
392
|
-
declare type __VLS_Props_10 =
|
|
432
|
+
declare type __VLS_Props_10 = TabsRootProps & {
|
|
433
|
+
class?: HTMLAttributes['class'];
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
declare type __VLS_Props_11 = TabsContentProps & {
|
|
437
|
+
class?: HTMLAttributes['class'];
|
|
438
|
+
};
|
|
439
|
+
|
|
440
|
+
declare type __VLS_Props_12 = TabsListProps & {
|
|
441
|
+
class?: HTMLAttributes['class'];
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
declare type __VLS_Props_13 = TabsTriggerProps & {
|
|
445
|
+
class?: HTMLAttributes['class'];
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
declare type __VLS_Props_14 = TooltipContentProps & {
|
|
393
449
|
class?: HTMLAttributes['class'];
|
|
394
450
|
};
|
|
395
451
|
|
|
@@ -458,7 +514,7 @@ declare function __VLS_template(): {
|
|
|
458
514
|
default?(_: {}): any;
|
|
459
515
|
};
|
|
460
516
|
refs: {};
|
|
461
|
-
rootEl:
|
|
517
|
+
rootEl: any;
|
|
462
518
|
};
|
|
463
519
|
|
|
464
520
|
declare function __VLS_template_10(): {
|
|
@@ -467,7 +523,7 @@ declare function __VLS_template_10(): {
|
|
|
467
523
|
default?(_: {}): any;
|
|
468
524
|
};
|
|
469
525
|
refs: {};
|
|
470
|
-
rootEl:
|
|
526
|
+
rootEl: any;
|
|
471
527
|
};
|
|
472
528
|
|
|
473
529
|
declare function __VLS_template_11(): {
|
|
@@ -494,7 +550,7 @@ declare function __VLS_template_13(): {
|
|
|
494
550
|
default?(_: {}): any;
|
|
495
551
|
};
|
|
496
552
|
refs: {};
|
|
497
|
-
rootEl:
|
|
553
|
+
rootEl: HTMLDivElement;
|
|
498
554
|
};
|
|
499
555
|
|
|
500
556
|
declare function __VLS_template_14(): {
|
|
@@ -503,7 +559,7 @@ declare function __VLS_template_14(): {
|
|
|
503
559
|
default?(_: {}): any;
|
|
504
560
|
};
|
|
505
561
|
refs: {};
|
|
506
|
-
rootEl:
|
|
562
|
+
rootEl: HTMLDivElement;
|
|
507
563
|
};
|
|
508
564
|
|
|
509
565
|
declare function __VLS_template_15(): {
|
|
@@ -527,17 +583,7 @@ declare function __VLS_template_16(): {
|
|
|
527
583
|
declare function __VLS_template_17(): {
|
|
528
584
|
attrs: Partial<{}>;
|
|
529
585
|
slots: {
|
|
530
|
-
|
|
531
|
-
date: DateValue;
|
|
532
|
-
month: ReuseTemplateComponent< {
|
|
533
|
-
date: DateValue;
|
|
534
|
-
}, Record<"default", undefined>>;
|
|
535
|
-
year: ReuseTemplateComponent< {
|
|
536
|
-
date: DateValue;
|
|
537
|
-
}, Record<"default", undefined>>;
|
|
538
|
-
}): any;
|
|
539
|
-
'prev-icon'?(_: {}): any;
|
|
540
|
-
'next-icon'?(_: {}): any;
|
|
586
|
+
default?(_: {}): any;
|
|
541
587
|
};
|
|
542
588
|
refs: {};
|
|
543
589
|
rootEl: any;
|
|
@@ -549,7 +595,7 @@ declare function __VLS_template_18(): {
|
|
|
549
595
|
default?(_: {}): any;
|
|
550
596
|
};
|
|
551
597
|
refs: {};
|
|
552
|
-
rootEl:
|
|
598
|
+
rootEl: any;
|
|
553
599
|
};
|
|
554
600
|
|
|
555
601
|
declare function __VLS_template_19(): {
|
|
@@ -558,7 +604,7 @@ declare function __VLS_template_19(): {
|
|
|
558
604
|
default?(_: {}): any;
|
|
559
605
|
};
|
|
560
606
|
refs: {};
|
|
561
|
-
rootEl:
|
|
607
|
+
rootEl: any;
|
|
562
608
|
};
|
|
563
609
|
|
|
564
610
|
declare function __VLS_template_2(): {
|
|
@@ -567,7 +613,7 @@ declare function __VLS_template_2(): {
|
|
|
567
613
|
default?(_: {}): any;
|
|
568
614
|
};
|
|
569
615
|
refs: {};
|
|
570
|
-
rootEl:
|
|
616
|
+
rootEl: any;
|
|
571
617
|
};
|
|
572
618
|
|
|
573
619
|
declare function __VLS_template_20(): {
|
|
@@ -576,16 +622,26 @@ declare function __VLS_template_20(): {
|
|
|
576
622
|
default?(_: {}): any;
|
|
577
623
|
};
|
|
578
624
|
refs: {};
|
|
579
|
-
rootEl:
|
|
625
|
+
rootEl: any;
|
|
580
626
|
};
|
|
581
627
|
|
|
582
628
|
declare function __VLS_template_21(): {
|
|
583
629
|
attrs: Partial<{}>;
|
|
584
630
|
slots: {
|
|
585
|
-
|
|
631
|
+
'calendar-heading'?(_: {
|
|
632
|
+
date: DateValue;
|
|
633
|
+
month: ReuseTemplateComponent< {
|
|
634
|
+
date: DateValue;
|
|
635
|
+
}, Record<"default", undefined>>;
|
|
636
|
+
year: ReuseTemplateComponent< {
|
|
637
|
+
date: DateValue;
|
|
638
|
+
}, Record<"default", undefined>>;
|
|
639
|
+
}): any;
|
|
640
|
+
'prev-icon'?(_: {}): any;
|
|
641
|
+
'next-icon'?(_: {}): any;
|
|
586
642
|
};
|
|
587
643
|
refs: {};
|
|
588
|
-
rootEl:
|
|
644
|
+
rootEl: any;
|
|
589
645
|
};
|
|
590
646
|
|
|
591
647
|
declare function __VLS_template_22(): {
|
|
@@ -612,7 +668,7 @@ declare function __VLS_template_24(): {
|
|
|
612
668
|
default?(_: {}): any;
|
|
613
669
|
};
|
|
614
670
|
refs: {};
|
|
615
|
-
rootEl:
|
|
671
|
+
rootEl: HTMLDivElement;
|
|
616
672
|
};
|
|
617
673
|
|
|
618
674
|
declare function __VLS_template_25(): {
|
|
@@ -621,7 +677,7 @@ declare function __VLS_template_25(): {
|
|
|
621
677
|
default?(_: {}): any;
|
|
622
678
|
};
|
|
623
679
|
refs: {};
|
|
624
|
-
rootEl:
|
|
680
|
+
rootEl: HTMLParagraphElement;
|
|
625
681
|
};
|
|
626
682
|
|
|
627
683
|
declare function __VLS_template_26(): {
|
|
@@ -630,7 +686,7 @@ declare function __VLS_template_26(): {
|
|
|
630
686
|
default?(_: {}): any;
|
|
631
687
|
};
|
|
632
688
|
refs: {};
|
|
633
|
-
rootEl:
|
|
689
|
+
rootEl: HTMLDivElement;
|
|
634
690
|
};
|
|
635
691
|
|
|
636
692
|
declare function __VLS_template_27(): {
|
|
@@ -639,7 +695,7 @@ declare function __VLS_template_27(): {
|
|
|
639
695
|
default?(_: {}): any;
|
|
640
696
|
};
|
|
641
697
|
refs: {};
|
|
642
|
-
rootEl:
|
|
698
|
+
rootEl: HTMLDivElement;
|
|
643
699
|
};
|
|
644
700
|
|
|
645
701
|
declare function __VLS_template_28(): {
|
|
@@ -648,7 +704,7 @@ declare function __VLS_template_28(): {
|
|
|
648
704
|
default?(_: {}): any;
|
|
649
705
|
};
|
|
650
706
|
refs: {};
|
|
651
|
-
rootEl:
|
|
707
|
+
rootEl: HTMLHeadingElement;
|
|
652
708
|
};
|
|
653
709
|
|
|
654
710
|
declare function __VLS_template_29(): {
|
|
@@ -664,9 +720,10 @@ declare function __VLS_template_3(): {
|
|
|
664
720
|
attrs: Partial<{}>;
|
|
665
721
|
slots: {
|
|
666
722
|
default?(_: {}): any;
|
|
723
|
+
icon?(_: {}): any;
|
|
667
724
|
};
|
|
668
725
|
refs: {};
|
|
669
|
-
rootEl:
|
|
726
|
+
rootEl: any;
|
|
670
727
|
};
|
|
671
728
|
|
|
672
729
|
declare function __VLS_template_30(): {
|
|
@@ -684,13 +741,12 @@ declare function __VLS_template_31(): {
|
|
|
684
741
|
default?(_: {}): any;
|
|
685
742
|
};
|
|
686
743
|
refs: {};
|
|
687
|
-
rootEl:
|
|
744
|
+
rootEl: any;
|
|
688
745
|
};
|
|
689
746
|
|
|
690
747
|
declare function __VLS_template_32(): {
|
|
691
748
|
attrs: Partial<{}>;
|
|
692
749
|
slots: {
|
|
693
|
-
'indicator-icon'?(_: {}): any;
|
|
694
750
|
default?(_: {}): any;
|
|
695
751
|
};
|
|
696
752
|
refs: {};
|
|
@@ -709,7 +765,6 @@ declare function __VLS_template_33(): {
|
|
|
709
765
|
declare function __VLS_template_34(): {
|
|
710
766
|
attrs: Partial<{}>;
|
|
711
767
|
slots: {
|
|
712
|
-
'indicator-icon'?(_: {}): any;
|
|
713
768
|
default?(_: {}): any;
|
|
714
769
|
};
|
|
715
770
|
refs: {};
|
|
@@ -719,15 +774,16 @@ declare function __VLS_template_34(): {
|
|
|
719
774
|
declare function __VLS_template_35(): {
|
|
720
775
|
attrs: Partial<{}>;
|
|
721
776
|
slots: {
|
|
722
|
-
default?(_:
|
|
777
|
+
default?(_: {}): any;
|
|
723
778
|
};
|
|
724
779
|
refs: {};
|
|
725
|
-
rootEl:
|
|
780
|
+
rootEl: HTMLSpanElement;
|
|
726
781
|
};
|
|
727
782
|
|
|
728
783
|
declare function __VLS_template_36(): {
|
|
729
784
|
attrs: Partial<{}>;
|
|
730
785
|
slots: {
|
|
786
|
+
'indicator-icon'?(_: {}): any;
|
|
731
787
|
default?(_: {}): any;
|
|
732
788
|
};
|
|
733
789
|
refs: {};
|
|
@@ -746,6 +802,7 @@ declare function __VLS_template_37(): {
|
|
|
746
802
|
declare function __VLS_template_38(): {
|
|
747
803
|
attrs: Partial<{}>;
|
|
748
804
|
slots: {
|
|
805
|
+
'indicator-icon'?(_: {}): any;
|
|
749
806
|
default?(_: {}): any;
|
|
750
807
|
};
|
|
751
808
|
refs: {};
|
|
@@ -755,7 +812,7 @@ declare function __VLS_template_38(): {
|
|
|
755
812
|
declare function __VLS_template_39(): {
|
|
756
813
|
attrs: Partial<{}>;
|
|
757
814
|
slots: {
|
|
758
|
-
default?(_:
|
|
815
|
+
default?(_: any): any;
|
|
759
816
|
};
|
|
760
817
|
refs: {};
|
|
761
818
|
rootEl: any;
|
|
@@ -866,7 +923,7 @@ declare function __VLS_template_5(): {
|
|
|
866
923
|
default?(_: {}): any;
|
|
867
924
|
};
|
|
868
925
|
refs: {};
|
|
869
|
-
rootEl:
|
|
926
|
+
rootEl: HTMLDivElement;
|
|
870
927
|
};
|
|
871
928
|
|
|
872
929
|
declare function __VLS_template_50(): {
|
|
@@ -875,7 +932,7 @@ declare function __VLS_template_50(): {
|
|
|
875
932
|
default?(_: {}): any;
|
|
876
933
|
};
|
|
877
934
|
refs: {};
|
|
878
|
-
rootEl:
|
|
935
|
+
rootEl: any;
|
|
879
936
|
};
|
|
880
937
|
|
|
881
938
|
declare function __VLS_template_51(): {
|
|
@@ -884,7 +941,7 @@ declare function __VLS_template_51(): {
|
|
|
884
941
|
default?(_: {}): any;
|
|
885
942
|
};
|
|
886
943
|
refs: {};
|
|
887
|
-
rootEl:
|
|
944
|
+
rootEl: any;
|
|
888
945
|
};
|
|
889
946
|
|
|
890
947
|
declare function __VLS_template_52(): {
|
|
@@ -893,7 +950,7 @@ declare function __VLS_template_52(): {
|
|
|
893
950
|
default?(_: {}): any;
|
|
894
951
|
};
|
|
895
952
|
refs: {};
|
|
896
|
-
rootEl:
|
|
953
|
+
rootEl: any;
|
|
897
954
|
};
|
|
898
955
|
|
|
899
956
|
declare function __VLS_template_53(): {
|
|
@@ -902,7 +959,7 @@ declare function __VLS_template_53(): {
|
|
|
902
959
|
default?(_: {}): any;
|
|
903
960
|
};
|
|
904
961
|
refs: {};
|
|
905
|
-
rootEl:
|
|
962
|
+
rootEl: any;
|
|
906
963
|
};
|
|
907
964
|
|
|
908
965
|
declare function __VLS_template_54(): {
|
|
@@ -911,7 +968,7 @@ declare function __VLS_template_54(): {
|
|
|
911
968
|
default?(_: {}): any;
|
|
912
969
|
};
|
|
913
970
|
refs: {};
|
|
914
|
-
rootEl:
|
|
971
|
+
rootEl: HTMLDivElement;
|
|
915
972
|
};
|
|
916
973
|
|
|
917
974
|
declare function __VLS_template_55(): {
|
|
@@ -920,7 +977,7 @@ declare function __VLS_template_55(): {
|
|
|
920
977
|
default?(_: {}): any;
|
|
921
978
|
};
|
|
922
979
|
refs: {};
|
|
923
|
-
rootEl:
|
|
980
|
+
rootEl: HTMLTableSectionElement;
|
|
924
981
|
};
|
|
925
982
|
|
|
926
983
|
declare function __VLS_template_56(): {
|
|
@@ -929,7 +986,7 @@ declare function __VLS_template_56(): {
|
|
|
929
986
|
default?(_: {}): any;
|
|
930
987
|
};
|
|
931
988
|
refs: {};
|
|
932
|
-
rootEl:
|
|
989
|
+
rootEl: HTMLTableSectionElement;
|
|
933
990
|
};
|
|
934
991
|
|
|
935
992
|
declare function __VLS_template_57(): {
|
|
@@ -938,7 +995,7 @@ declare function __VLS_template_57(): {
|
|
|
938
995
|
default?(_: {}): any;
|
|
939
996
|
};
|
|
940
997
|
refs: {};
|
|
941
|
-
rootEl:
|
|
998
|
+
rootEl: HTMLTableSectionElement;
|
|
942
999
|
};
|
|
943
1000
|
|
|
944
1001
|
declare function __VLS_template_58(): {
|
|
@@ -956,7 +1013,7 @@ declare function __VLS_template_59(): {
|
|
|
956
1013
|
default?(_: {}): any;
|
|
957
1014
|
};
|
|
958
1015
|
refs: {};
|
|
959
|
-
rootEl:
|
|
1016
|
+
rootEl: HTMLTableCellElement;
|
|
960
1017
|
};
|
|
961
1018
|
|
|
962
1019
|
declare function __VLS_template_6(): {
|
|
@@ -965,7 +1022,7 @@ declare function __VLS_template_6(): {
|
|
|
965
1022
|
default?(_: {}): any;
|
|
966
1023
|
};
|
|
967
1024
|
refs: {};
|
|
968
|
-
rootEl:
|
|
1025
|
+
rootEl: HTMLDivElement;
|
|
969
1026
|
};
|
|
970
1027
|
|
|
971
1028
|
declare function __VLS_template_60(): {
|
|
@@ -974,7 +1031,7 @@ declare function __VLS_template_60(): {
|
|
|
974
1031
|
default?(_: {}): any;
|
|
975
1032
|
};
|
|
976
1033
|
refs: {};
|
|
977
|
-
rootEl:
|
|
1034
|
+
rootEl: HTMLTableCellElement;
|
|
978
1035
|
};
|
|
979
1036
|
|
|
980
1037
|
declare function __VLS_template_61(): {
|
|
@@ -983,7 +1040,7 @@ declare function __VLS_template_61(): {
|
|
|
983
1040
|
default?(_: {}): any;
|
|
984
1041
|
};
|
|
985
1042
|
refs: {};
|
|
986
|
-
rootEl:
|
|
1043
|
+
rootEl: HTMLTableCaptionElement;
|
|
987
1044
|
};
|
|
988
1045
|
|
|
989
1046
|
declare function __VLS_template_62(): {
|
|
@@ -992,7 +1049,7 @@ declare function __VLS_template_62(): {
|
|
|
992
1049
|
default?(_: {}): any;
|
|
993
1050
|
};
|
|
994
1051
|
refs: {};
|
|
995
|
-
rootEl:
|
|
1052
|
+
rootEl: HTMLTableRowElement;
|
|
996
1053
|
};
|
|
997
1054
|
|
|
998
1055
|
declare function __VLS_template_63(): {
|
|
@@ -1013,7 +1070,117 @@ declare function __VLS_template_64(): {
|
|
|
1013
1070
|
rootEl: any;
|
|
1014
1071
|
};
|
|
1015
1072
|
|
|
1073
|
+
declare function __VLS_template_65(): {
|
|
1074
|
+
attrs: Partial<{}>;
|
|
1075
|
+
slots: {
|
|
1076
|
+
default?(_: {}): any;
|
|
1077
|
+
};
|
|
1078
|
+
refs: {};
|
|
1079
|
+
rootEl: any;
|
|
1080
|
+
};
|
|
1081
|
+
|
|
1082
|
+
declare function __VLS_template_66(): {
|
|
1083
|
+
attrs: Partial<{}>;
|
|
1084
|
+
slots: {
|
|
1085
|
+
default?(_: {}): any;
|
|
1086
|
+
};
|
|
1087
|
+
refs: {};
|
|
1088
|
+
rootEl: any;
|
|
1089
|
+
};
|
|
1090
|
+
|
|
1091
|
+
declare function __VLS_template_67(): {
|
|
1092
|
+
attrs: Partial<{}>;
|
|
1093
|
+
slots: {
|
|
1094
|
+
default?(_: {}): any;
|
|
1095
|
+
};
|
|
1096
|
+
refs: {};
|
|
1097
|
+
rootEl: any;
|
|
1098
|
+
};
|
|
1099
|
+
|
|
1100
|
+
declare function __VLS_template_68(): {
|
|
1101
|
+
attrs: Partial<{}>;
|
|
1102
|
+
slots: {
|
|
1103
|
+
default?(_: {}): any;
|
|
1104
|
+
};
|
|
1105
|
+
refs: {};
|
|
1106
|
+
rootEl: any;
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
declare function __VLS_template_69(): {
|
|
1110
|
+
attrs: Partial<{}>;
|
|
1111
|
+
slots: {
|
|
1112
|
+
default?(_: {
|
|
1113
|
+
modelValue: string | number | undefined;
|
|
1114
|
+
}): any;
|
|
1115
|
+
};
|
|
1116
|
+
refs: {};
|
|
1117
|
+
rootEl: any;
|
|
1118
|
+
};
|
|
1119
|
+
|
|
1016
1120
|
declare function __VLS_template_7(): {
|
|
1121
|
+
attrs: Partial<{}>;
|
|
1122
|
+
slots: {
|
|
1123
|
+
default?(_: {}): any;
|
|
1124
|
+
};
|
|
1125
|
+
refs: {};
|
|
1126
|
+
rootEl: HTMLDivElement;
|
|
1127
|
+
};
|
|
1128
|
+
|
|
1129
|
+
declare function __VLS_template_70(): {
|
|
1130
|
+
attrs: Partial<{}>;
|
|
1131
|
+
slots: {
|
|
1132
|
+
default?(_: {}): any;
|
|
1133
|
+
};
|
|
1134
|
+
refs: {};
|
|
1135
|
+
rootEl: any;
|
|
1136
|
+
};
|
|
1137
|
+
|
|
1138
|
+
declare function __VLS_template_71(): {
|
|
1139
|
+
attrs: Partial<{}>;
|
|
1140
|
+
slots: {
|
|
1141
|
+
default?(_: {}): any;
|
|
1142
|
+
};
|
|
1143
|
+
refs: {};
|
|
1144
|
+
rootEl: any;
|
|
1145
|
+
};
|
|
1146
|
+
|
|
1147
|
+
declare function __VLS_template_72(): {
|
|
1148
|
+
attrs: Partial<{}>;
|
|
1149
|
+
slots: {
|
|
1150
|
+
default?(_: {}): any;
|
|
1151
|
+
};
|
|
1152
|
+
refs: {};
|
|
1153
|
+
rootEl: any;
|
|
1154
|
+
};
|
|
1155
|
+
|
|
1156
|
+
declare function __VLS_template_73(): {
|
|
1157
|
+
attrs: Partial<{}>;
|
|
1158
|
+
slots: {
|
|
1159
|
+
default?(_: {}): any;
|
|
1160
|
+
};
|
|
1161
|
+
refs: {};
|
|
1162
|
+
rootEl: any;
|
|
1163
|
+
};
|
|
1164
|
+
|
|
1165
|
+
declare function __VLS_template_74(): {
|
|
1166
|
+
attrs: Partial<{}>;
|
|
1167
|
+
slots: {
|
|
1168
|
+
default?(_: {}): any;
|
|
1169
|
+
};
|
|
1170
|
+
refs: {};
|
|
1171
|
+
rootEl: any;
|
|
1172
|
+
};
|
|
1173
|
+
|
|
1174
|
+
declare function __VLS_template_75(): {
|
|
1175
|
+
attrs: Partial<{}>;
|
|
1176
|
+
slots: {
|
|
1177
|
+
default?(_: {}): any;
|
|
1178
|
+
};
|
|
1179
|
+
refs: {};
|
|
1180
|
+
rootEl: any;
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
declare function __VLS_template_76(): {
|
|
1017
1184
|
attrs: Partial<{}>;
|
|
1018
1185
|
slots: {
|
|
1019
1186
|
default?(_: {}): any;
|
|
@@ -1037,7 +1204,7 @@ declare function __VLS_template_9(): {
|
|
|
1037
1204
|
default?(_: {}): any;
|
|
1038
1205
|
};
|
|
1039
1206
|
refs: {};
|
|
1040
|
-
rootEl:
|
|
1207
|
+
rootEl: any;
|
|
1041
1208
|
};
|
|
1042
1209
|
|
|
1043
1210
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -1162,8 +1329,32 @@ declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
|
|
|
1162
1329
|
|
|
1163
1330
|
declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
|
|
1164
1331
|
|
|
1332
|
+
declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
|
|
1333
|
+
|
|
1334
|
+
declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
|
|
1335
|
+
|
|
1336
|
+
declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
1337
|
+
|
|
1338
|
+
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1339
|
+
|
|
1340
|
+
declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
|
|
1341
|
+
|
|
1165
1342
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1166
1343
|
|
|
1344
|
+
declare type __VLS_TemplateResult_70 = ReturnType<typeof __VLS_template_70>;
|
|
1345
|
+
|
|
1346
|
+
declare type __VLS_TemplateResult_71 = ReturnType<typeof __VLS_template_71>;
|
|
1347
|
+
|
|
1348
|
+
declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
|
|
1349
|
+
|
|
1350
|
+
declare type __VLS_TemplateResult_73 = ReturnType<typeof __VLS_template_73>;
|
|
1351
|
+
|
|
1352
|
+
declare type __VLS_TemplateResult_74 = ReturnType<typeof __VLS_template_74>;
|
|
1353
|
+
|
|
1354
|
+
declare type __VLS_TemplateResult_75 = ReturnType<typeof __VLS_template_75>;
|
|
1355
|
+
|
|
1356
|
+
declare type __VLS_TemplateResult_76 = ReturnType<typeof __VLS_template_76>;
|
|
1357
|
+
|
|
1167
1358
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
1168
1359
|
|
|
1169
1360
|
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
@@ -1534,12 +1725,84 @@ declare type __VLS_WithTemplateSlots_64<T, S> = T & {
|
|
|
1534
1725
|
};
|
|
1535
1726
|
};
|
|
1536
1727
|
|
|
1728
|
+
declare type __VLS_WithTemplateSlots_65<T, S> = T & {
|
|
1729
|
+
new (): {
|
|
1730
|
+
$slots: S;
|
|
1731
|
+
};
|
|
1732
|
+
};
|
|
1733
|
+
|
|
1734
|
+
declare type __VLS_WithTemplateSlots_66<T, S> = T & {
|
|
1735
|
+
new (): {
|
|
1736
|
+
$slots: S;
|
|
1737
|
+
};
|
|
1738
|
+
};
|
|
1739
|
+
|
|
1740
|
+
declare type __VLS_WithTemplateSlots_67<T, S> = T & {
|
|
1741
|
+
new (): {
|
|
1742
|
+
$slots: S;
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
|
|
1746
|
+
declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
1747
|
+
new (): {
|
|
1748
|
+
$slots: S;
|
|
1749
|
+
};
|
|
1750
|
+
};
|
|
1751
|
+
|
|
1752
|
+
declare type __VLS_WithTemplateSlots_69<T, S> = T & {
|
|
1753
|
+
new (): {
|
|
1754
|
+
$slots: S;
|
|
1755
|
+
};
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1537
1758
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1538
1759
|
new (): {
|
|
1539
1760
|
$slots: S;
|
|
1540
1761
|
};
|
|
1541
1762
|
};
|
|
1542
1763
|
|
|
1764
|
+
declare type __VLS_WithTemplateSlots_70<T, S> = T & {
|
|
1765
|
+
new (): {
|
|
1766
|
+
$slots: S;
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
|
|
1770
|
+
declare type __VLS_WithTemplateSlots_71<T, S> = T & {
|
|
1771
|
+
new (): {
|
|
1772
|
+
$slots: S;
|
|
1773
|
+
};
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
declare type __VLS_WithTemplateSlots_72<T, S> = T & {
|
|
1777
|
+
new (): {
|
|
1778
|
+
$slots: S;
|
|
1779
|
+
};
|
|
1780
|
+
};
|
|
1781
|
+
|
|
1782
|
+
declare type __VLS_WithTemplateSlots_73<T, S> = T & {
|
|
1783
|
+
new (): {
|
|
1784
|
+
$slots: S;
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
declare type __VLS_WithTemplateSlots_74<T, S> = T & {
|
|
1789
|
+
new (): {
|
|
1790
|
+
$slots: S;
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1793
|
+
|
|
1794
|
+
declare type __VLS_WithTemplateSlots_75<T, S> = T & {
|
|
1795
|
+
new (): {
|
|
1796
|
+
$slots: S;
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
declare type __VLS_WithTemplateSlots_76<T, S> = T & {
|
|
1801
|
+
new (): {
|
|
1802
|
+
$slots: S;
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
|
|
1543
1806
|
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
|
1544
1807
|
new (): {
|
|
1545
1808
|
$slots: S;
|
|
@@ -1552,7 +1815,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1552
1815
|
};
|
|
1553
1816
|
};
|
|
1554
1817
|
|
|
1555
|
-
export declare const Button:
|
|
1818
|
+
export declare const Button: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
1556
1819
|
|
|
1557
1820
|
export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
1558
1821
|
|
|
@@ -1640,6 +1903,14 @@ declare interface Props extends PrimitiveProps {
|
|
|
1640
1903
|
class?: HTMLAttributes['class'];
|
|
1641
1904
|
}
|
|
1642
1905
|
|
|
1906
|
+
export declare const Tabs: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
1907
|
+
|
|
1908
|
+
export declare const TabsContent: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
1909
|
+
|
|
1910
|
+
export declare const TabsList: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
1911
|
+
|
|
1912
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
1913
|
+
|
|
1643
1914
|
export { today }
|
|
1644
1915
|
|
|
1645
1916
|
/** Labels for UiDataTableToolbar */
|
|
@@ -1652,25 +1923,133 @@ export declare interface ToolbarLabels {
|
|
|
1652
1923
|
filterByColumn?: (column: string) => string;
|
|
1653
1924
|
}
|
|
1654
1925
|
|
|
1655
|
-
export declare const Tooltip:
|
|
1926
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
|
|
1927
|
+
|
|
1928
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
|
|
1929
|
+
|
|
1930
|
+
export declare const TooltipProvider: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
|
|
1931
|
+
|
|
1932
|
+
export declare const TooltipTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
|
|
1933
|
+
|
|
1934
|
+
export declare const UiAccordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1935
|
+
|
|
1936
|
+
export declare const UiAccordionContent: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1937
|
+
|
|
1938
|
+
/**
|
|
1939
|
+
* Props for the UiAccordionContent component.
|
|
1940
|
+
*/
|
|
1941
|
+
export declare type UiAccordionContentProps = {
|
|
1942
|
+
/** Force mounting when more control is needed (useful for animations). */
|
|
1943
|
+
forceMount?: boolean;
|
|
1944
|
+
/** Additional CSS classes to apply. */
|
|
1945
|
+
class?: HTMLAttributes['class'];
|
|
1946
|
+
};
|
|
1947
|
+
|
|
1948
|
+
/** Reading direction for the accordion. */
|
|
1949
|
+
export declare type UiAccordionDir = 'ltr' | 'rtl';
|
|
1950
|
+
|
|
1951
|
+
/**
|
|
1952
|
+
* Emits for the UiAccordion root component.
|
|
1953
|
+
*/
|
|
1954
|
+
export declare type UiAccordionEmits = {
|
|
1955
|
+
/**
|
|
1956
|
+
* Emitted when the expanded item(s) change.
|
|
1957
|
+
* - Single mode: `string` (item value) or `undefined` (when collapsed)
|
|
1958
|
+
* - Multiple mode: `string[]` (array of item values)
|
|
1959
|
+
*/
|
|
1960
|
+
'update:modelValue': [value: string | string[] | undefined];
|
|
1961
|
+
};
|
|
1962
|
+
|
|
1963
|
+
export declare const UiAccordionItem: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1964
|
+
|
|
1965
|
+
/**
|
|
1966
|
+
* Props for the UiAccordionItem component.
|
|
1967
|
+
*/
|
|
1968
|
+
export declare type UiAccordionItemProps = {
|
|
1969
|
+
/** Unique value that identifies the accordion item (required). */
|
|
1970
|
+
value: string;
|
|
1971
|
+
/** Whether the accordion item is disabled. */
|
|
1972
|
+
disabled?: boolean;
|
|
1973
|
+
/** Additional CSS classes to apply. */
|
|
1974
|
+
class?: HTMLAttributes['class'];
|
|
1975
|
+
};
|
|
1976
|
+
|
|
1977
|
+
/**
|
|
1978
|
+
* Props for the UiAccordion root component (multiple mode).
|
|
1979
|
+
*/
|
|
1980
|
+
export declare type UiAccordionMultipleProps = {
|
|
1981
|
+
/** Accordion type - 'multiple' allows multiple items open at once. */
|
|
1982
|
+
type: 'multiple';
|
|
1983
|
+
/** The controlled value of the expanded items when using `v-model` for two-way binding. */
|
|
1984
|
+
modelValue?: string[];
|
|
1985
|
+
/** The values of the items that should be expanded when initially rendered (uncontrolled). */
|
|
1986
|
+
defaultValue?: string[];
|
|
1987
|
+
/** Whether the accordion is disabled. */
|
|
1988
|
+
disabled?: boolean;
|
|
1989
|
+
/** The reading direction. */
|
|
1990
|
+
dir?: UiAccordionDir;
|
|
1991
|
+
/** The orientation of the accordion. */
|
|
1992
|
+
orientation?: UiAccordionOrientation;
|
|
1993
|
+
/** Additional CSS classes to apply. */
|
|
1994
|
+
class?: HTMLAttributes['class'];
|
|
1995
|
+
};
|
|
1996
|
+
|
|
1997
|
+
/** Orientation of the accordion. */
|
|
1998
|
+
export declare type UiAccordionOrientation = 'horizontal' | 'vertical';
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* Props for the UiAccordion root component.
|
|
2002
|
+
*/
|
|
2003
|
+
export declare type UiAccordionProps = UiAccordionSingleProps | UiAccordionMultipleProps;
|
|
2004
|
+
|
|
2005
|
+
/**
|
|
2006
|
+
* Props for the UiAccordion root component (single mode).
|
|
2007
|
+
*/
|
|
2008
|
+
export declare type UiAccordionSingleProps = {
|
|
2009
|
+
/** Accordion type - 'single' allows only one item open at a time. */
|
|
2010
|
+
type: 'single';
|
|
2011
|
+
/** The controlled value of the expanded item when using `v-model` for two-way binding. */
|
|
2012
|
+
modelValue?: string;
|
|
2013
|
+
/** The value of the item that should be expanded when initially rendered (uncontrolled). */
|
|
2014
|
+
defaultValue?: string;
|
|
2015
|
+
/** Whether the accordion can be collapsed (all items closed). Only applicable when type is 'single'. */
|
|
2016
|
+
collapsible?: boolean;
|
|
2017
|
+
/** Whether the accordion is disabled. */
|
|
2018
|
+
disabled?: boolean;
|
|
2019
|
+
/** The reading direction. */
|
|
2020
|
+
dir?: UiAccordionDir;
|
|
2021
|
+
/** The orientation of the accordion. */
|
|
2022
|
+
orientation?: UiAccordionOrientation;
|
|
2023
|
+
/** Additional CSS classes to apply. */
|
|
2024
|
+
class?: HTMLAttributes['class'];
|
|
2025
|
+
};
|
|
1656
2026
|
|
|
1657
|
-
export declare const
|
|
2027
|
+
export declare const UiAccordionTrigger: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1658
2028
|
|
|
1659
|
-
|
|
2029
|
+
/**
|
|
2030
|
+
* Props for the UiAccordionTrigger component.
|
|
2031
|
+
*/
|
|
2032
|
+
export declare type UiAccordionTriggerProps = {
|
|
2033
|
+
/** Whether the trigger element is an `asChild` element. */
|
|
2034
|
+
asChild?: boolean;
|
|
2035
|
+
/** Additional CSS classes to apply. */
|
|
2036
|
+
class?: HTMLAttributes['class'];
|
|
2037
|
+
};
|
|
1660
2038
|
|
|
1661
|
-
|
|
2039
|
+
/** The type of accordion - single or multiple open items allowed. */
|
|
2040
|
+
export declare type UiAccordionType = 'single' | 'multiple';
|
|
1662
2041
|
|
|
1663
|
-
export declare const UiAlert:
|
|
2042
|
+
export declare const UiAlert: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1664
2043
|
|
|
1665
|
-
export declare const UiAlertDescription:
|
|
2044
|
+
export declare const UiAlertDescription: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1666
2045
|
|
|
1667
|
-
export declare const UiAlertDialog:
|
|
2046
|
+
export declare const UiAlertDialog: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1668
2047
|
|
|
1669
|
-
export declare const UiAlertDialogAction:
|
|
2048
|
+
export declare const UiAlertDialogAction: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1670
2049
|
|
|
1671
|
-
export declare const UiAlertDialogCancel:
|
|
2050
|
+
export declare const UiAlertDialogCancel: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1672
2051
|
|
|
1673
|
-
export declare const UiAlertDialogContent:
|
|
2052
|
+
export declare const UiAlertDialogContent: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1674
2053
|
|
|
1675
2054
|
/**
|
|
1676
2055
|
* Props for UiAlertDialogContent component.
|
|
@@ -1683,15 +2062,15 @@ declare type UiAlertDialogContentProps = UiAlertSubComponentCommonProps & {
|
|
|
1683
2062
|
disableOutsidePointerEvents?: boolean;
|
|
1684
2063
|
};
|
|
1685
2064
|
|
|
1686
|
-
export declare const UiAlertDialogDescription:
|
|
2065
|
+
export declare const UiAlertDialogDescription: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1687
2066
|
|
|
1688
|
-
export declare const UiAlertDialogFooter:
|
|
2067
|
+
export declare const UiAlertDialogFooter: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1689
2068
|
|
|
1690
|
-
export declare const UiAlertDialogHeader:
|
|
2069
|
+
export declare const UiAlertDialogHeader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1691
2070
|
|
|
1692
|
-
export declare const UiAlertDialogTitle:
|
|
2071
|
+
export declare const UiAlertDialogTitle: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1693
2072
|
|
|
1694
|
-
export declare const UiAlertDialogTrigger:
|
|
2073
|
+
export declare const UiAlertDialogTrigger: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1695
2074
|
|
|
1696
2075
|
export declare type UiAlertProps = {
|
|
1697
2076
|
variant?: UiAlertVariants;
|
|
@@ -1704,13 +2083,13 @@ declare type UiAlertSubComponentCommonProps = {
|
|
|
1704
2083
|
asChild?: boolean;
|
|
1705
2084
|
};
|
|
1706
2085
|
|
|
1707
|
-
export declare const UiAlertTitle:
|
|
2086
|
+
export declare const UiAlertTitle: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1708
2087
|
|
|
1709
2088
|
export declare type UiAlertVariants = 'default' | 'destructive';
|
|
1710
2089
|
|
|
1711
|
-
export declare const UiAvatar:
|
|
2090
|
+
export declare const UiAvatar: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1712
2091
|
|
|
1713
|
-
export declare const UiAvatarFallback:
|
|
2092
|
+
export declare const UiAvatarFallback: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1714
2093
|
|
|
1715
2094
|
export declare const UiAvatarImage: DefineComponent<UiAvatarImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1716
2095
|
|
|
@@ -1721,7 +2100,7 @@ declare type UiAvatarImageProps = {
|
|
|
1721
2100
|
crossOrigin?: ImgHTMLAttributes['crossorigin'];
|
|
1722
2101
|
};
|
|
1723
2102
|
|
|
1724
|
-
export declare const UiBadge:
|
|
2103
|
+
export declare const UiBadge: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1725
2104
|
|
|
1726
2105
|
/**
|
|
1727
2106
|
* Props for UiBadge component.
|
|
@@ -1761,7 +2140,7 @@ export declare interface UiBadgeProps {
|
|
|
1761
2140
|
*/
|
|
1762
2141
|
export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
|
|
1763
2142
|
|
|
1764
|
-
export declare const UiButton:
|
|
2143
|
+
export declare const UiButton: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1765
2144
|
|
|
1766
2145
|
/**
|
|
1767
2146
|
* Props for UiButton component.
|
|
@@ -1834,7 +2213,7 @@ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
|
|
|
1834
2213
|
*/
|
|
1835
2214
|
export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1836
2215
|
|
|
1837
|
-
export declare const UiCalendar:
|
|
2216
|
+
export declare const UiCalendar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1838
2217
|
|
|
1839
2218
|
/**
|
|
1840
2219
|
* Reading direction for the calendar.
|
|
@@ -2040,9 +2419,9 @@ export declare type UiCalendarWeekdayFormat = 'narrow' | 'short' | 'long';
|
|
|
2040
2419
|
*/
|
|
2041
2420
|
export declare type UiCalendarWeekStartsOn = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
2042
2421
|
|
|
2043
|
-
export declare const UiCard:
|
|
2422
|
+
export declare const UiCard: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2044
2423
|
|
|
2045
|
-
export declare const UiCardAction:
|
|
2424
|
+
export declare const UiCardAction: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2046
2425
|
|
|
2047
2426
|
/**
|
|
2048
2427
|
* Props for UiCardAction component.
|
|
@@ -2055,7 +2434,7 @@ export declare interface UiCardActionProps {
|
|
|
2055
2434
|
class?: HTMLAttributes['class'];
|
|
2056
2435
|
}
|
|
2057
2436
|
|
|
2058
|
-
export declare const UiCardContent:
|
|
2437
|
+
export declare const UiCardContent: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2059
2438
|
|
|
2060
2439
|
/**
|
|
2061
2440
|
* Props for UiCardContent component.
|
|
@@ -2068,7 +2447,7 @@ export declare interface UiCardContentProps {
|
|
|
2068
2447
|
class?: HTMLAttributes['class'];
|
|
2069
2448
|
}
|
|
2070
2449
|
|
|
2071
|
-
export declare const UiCardDescription:
|
|
2450
|
+
export declare const UiCardDescription: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
2072
2451
|
|
|
2073
2452
|
/**
|
|
2074
2453
|
* Props for UiCardDescription component.
|
|
@@ -2081,7 +2460,7 @@ export declare interface UiCardDescriptionProps {
|
|
|
2081
2460
|
class?: HTMLAttributes['class'];
|
|
2082
2461
|
}
|
|
2083
2462
|
|
|
2084
|
-
export declare const UiCardFooter:
|
|
2463
|
+
export declare const UiCardFooter: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2085
2464
|
|
|
2086
2465
|
/**
|
|
2087
2466
|
* Props for UiCardFooter component.
|
|
@@ -2094,7 +2473,7 @@ export declare interface UiCardFooterProps {
|
|
|
2094
2473
|
class?: HTMLAttributes['class'];
|
|
2095
2474
|
}
|
|
2096
2475
|
|
|
2097
|
-
export declare const UiCardHeader:
|
|
2476
|
+
export declare const UiCardHeader: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
2098
2477
|
|
|
2099
2478
|
/**
|
|
2100
2479
|
* Props for UiCardHeader component.
|
|
@@ -2118,7 +2497,7 @@ export declare interface UiCardProps {
|
|
|
2118
2497
|
class?: HTMLAttributes['class'];
|
|
2119
2498
|
}
|
|
2120
2499
|
|
|
2121
|
-
export declare const UiCardTitle:
|
|
2500
|
+
export declare const UiCardTitle: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
2122
2501
|
|
|
2123
2502
|
/**
|
|
2124
2503
|
* Props for UiCardTitle component.
|
|
@@ -2219,9 +2598,9 @@ export declare interface UiDataTableProps<TData, TValue> {
|
|
|
2219
2598
|
|
|
2220
2599
|
export { UiDataTableToolbar }
|
|
2221
2600
|
|
|
2222
|
-
export declare const UiDropdownMenu:
|
|
2601
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
2223
2602
|
|
|
2224
|
-
export declare const UiDropdownMenuCheckboxItem:
|
|
2603
|
+
export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
2225
2604
|
|
|
2226
2605
|
export declare interface UiDropdownMenuCheckboxItemEmits {
|
|
2227
2606
|
'update:checked': [value: boolean];
|
|
@@ -2248,7 +2627,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
|
|
|
2248
2627
|
class?: HTMLAttributes['class'];
|
|
2249
2628
|
}
|
|
2250
2629
|
|
|
2251
|
-
export declare const UiDropdownMenuContent:
|
|
2630
|
+
export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
2252
2631
|
|
|
2253
2632
|
export declare interface UiDropdownMenuContentEmits {
|
|
2254
2633
|
/**
|
|
@@ -2287,9 +2666,9 @@ export declare interface UiDropdownMenuEmits {
|
|
|
2287
2666
|
'update:open': [value: boolean];
|
|
2288
2667
|
}
|
|
2289
2668
|
|
|
2290
|
-
export declare const UiDropdownMenuGroup:
|
|
2669
|
+
export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
2291
2670
|
|
|
2292
|
-
export declare const UiDropdownMenuItem:
|
|
2671
|
+
export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
2293
2672
|
|
|
2294
2673
|
export declare interface UiDropdownMenuItemProps {
|
|
2295
2674
|
/**
|
|
@@ -2318,7 +2697,7 @@ export declare interface UiDropdownMenuItemProps {
|
|
|
2318
2697
|
class?: HTMLAttributes['class'];
|
|
2319
2698
|
}
|
|
2320
2699
|
|
|
2321
|
-
export declare const UiDropdownMenuLabel:
|
|
2700
|
+
export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
2322
2701
|
|
|
2323
2702
|
export declare interface UiDropdownMenuLabelProps {
|
|
2324
2703
|
/**
|
|
@@ -2347,7 +2726,7 @@ export declare interface UiDropdownMenuProps {
|
|
|
2347
2726
|
modal?: boolean;
|
|
2348
2727
|
}
|
|
2349
2728
|
|
|
2350
|
-
export declare const UiDropdownMenuRadioGroup:
|
|
2729
|
+
export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
2351
2730
|
|
|
2352
2731
|
export declare interface UiDropdownMenuRadioGroupEmits {
|
|
2353
2732
|
'update:modelValue': [value: string];
|
|
@@ -2361,7 +2740,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
|
|
|
2361
2740
|
modelValue?: string;
|
|
2362
2741
|
}
|
|
2363
2742
|
|
|
2364
|
-
export declare const UiDropdownMenuRadioItem:
|
|
2743
|
+
export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
2365
2744
|
|
|
2366
2745
|
export declare interface UiDropdownMenuRadioItemProps {
|
|
2367
2746
|
/**
|
|
@@ -2394,7 +2773,7 @@ export declare interface UiDropdownMenuSeparatorProps {
|
|
|
2394
2773
|
class?: HTMLAttributes['class'];
|
|
2395
2774
|
}
|
|
2396
2775
|
|
|
2397
|
-
export declare const UiDropdownMenuShortcut:
|
|
2776
|
+
export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
2398
2777
|
|
|
2399
2778
|
export declare interface UiDropdownMenuShortcutProps {
|
|
2400
2779
|
/**
|
|
@@ -2403,9 +2782,9 @@ export declare interface UiDropdownMenuShortcutProps {
|
|
|
2403
2782
|
class?: HTMLAttributes['class'];
|
|
2404
2783
|
}
|
|
2405
2784
|
|
|
2406
|
-
export declare const UiDropdownMenuSub:
|
|
2785
|
+
export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
2407
2786
|
|
|
2408
|
-
export declare const UiDropdownMenuSubContent:
|
|
2787
|
+
export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
2409
2788
|
|
|
2410
2789
|
export declare interface UiDropdownMenuSubContentEmits {
|
|
2411
2790
|
/**
|
|
@@ -2442,7 +2821,7 @@ export declare interface UiDropdownMenuSubProps {
|
|
|
2442
2821
|
defaultOpen?: boolean;
|
|
2443
2822
|
}
|
|
2444
2823
|
|
|
2445
|
-
export declare const UiDropdownMenuSubTrigger:
|
|
2824
|
+
export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
2446
2825
|
|
|
2447
2826
|
export declare interface UiDropdownMenuSubTriggerProps {
|
|
2448
2827
|
/**
|
|
@@ -2465,7 +2844,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
|
|
|
2465
2844
|
class?: HTMLAttributes['class'];
|
|
2466
2845
|
}
|
|
2467
2846
|
|
|
2468
|
-
export declare const UiDropdownMenuTrigger:
|
|
2847
|
+
export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
2469
2848
|
|
|
2470
2849
|
export declare interface UiDropdownMenuTriggerProps {
|
|
2471
2850
|
/**
|
|
@@ -2491,7 +2870,7 @@ export declare interface UiDropdownMenuTriggerProps {
|
|
|
2491
2870
|
class?: string;
|
|
2492
2871
|
}
|
|
2493
2872
|
|
|
2494
|
-
export declare const UiIconButton:
|
|
2873
|
+
export declare const UiIconButton: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
2495
2874
|
|
|
2496
2875
|
/**
|
|
2497
2876
|
* Props for UiIconButton component.
|
|
@@ -2584,11 +2963,11 @@ export declare interface UiInputProps {
|
|
|
2584
2963
|
|
|
2585
2964
|
export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2586
2965
|
|
|
2587
|
-
export declare const UiPopover:
|
|
2966
|
+
export declare const UiPopover: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
2588
2967
|
|
|
2589
2968
|
export declare type UiPopoverAlign = 'start' | 'center' | 'end';
|
|
2590
2969
|
|
|
2591
|
-
export declare const UiPopoverContent:
|
|
2970
|
+
export declare const UiPopoverContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
2592
2971
|
|
|
2593
2972
|
export declare interface UiPopoverContentEmits {
|
|
2594
2973
|
/**
|
|
@@ -2655,7 +3034,7 @@ export declare interface UiPopoverProps {
|
|
|
2655
3034
|
|
|
2656
3035
|
export declare type UiPopoverSide = 'top' | 'right' | 'bottom' | 'left';
|
|
2657
3036
|
|
|
2658
|
-
export declare const UiPopoverTrigger:
|
|
3037
|
+
export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
2659
3038
|
|
|
2660
3039
|
export declare interface UiPopoverTriggerProps {
|
|
2661
3040
|
/**
|
|
@@ -2688,7 +3067,7 @@ export declare type UiProgressProps = {
|
|
|
2688
3067
|
max?: number;
|
|
2689
3068
|
};
|
|
2690
3069
|
|
|
2691
|
-
export declare const UiRadioGroup:
|
|
3070
|
+
export declare const UiRadioGroup: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
2692
3071
|
|
|
2693
3072
|
export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
|
|
2694
3073
|
|
|
@@ -2755,9 +3134,9 @@ export declare type UiRadioGroupSharedProps = {
|
|
|
2755
3134
|
required?: boolean;
|
|
2756
3135
|
};
|
|
2757
3136
|
|
|
2758
|
-
export declare const UiSelect:
|
|
3137
|
+
export declare const UiSelect: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
2759
3138
|
|
|
2760
|
-
export declare const UiSelectContent:
|
|
3139
|
+
export declare const UiSelectContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2761
3140
|
|
|
2762
3141
|
/**
|
|
2763
3142
|
* Emits for the UiSelectContent component.
|
|
@@ -2795,7 +3174,7 @@ export declare type UiSelectEmits = {
|
|
|
2795
3174
|
'update:open': [value: boolean];
|
|
2796
3175
|
};
|
|
2797
3176
|
|
|
2798
|
-
export declare const UiSelectGroup:
|
|
3177
|
+
export declare const UiSelectGroup: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2799
3178
|
|
|
2800
3179
|
/**
|
|
2801
3180
|
* Props for the UiSelectGroup component.
|
|
@@ -2805,7 +3184,7 @@ export declare type UiSelectGroupProps = {
|
|
|
2805
3184
|
class?: HTMLAttributes['class'];
|
|
2806
3185
|
};
|
|
2807
3186
|
|
|
2808
|
-
export declare const UiSelectItem:
|
|
3187
|
+
export declare const UiSelectItem: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2809
3188
|
|
|
2810
3189
|
/**
|
|
2811
3190
|
* Props for the UiSelectItem component.
|
|
@@ -2821,7 +3200,7 @@ export declare type UiSelectItemProps = {
|
|
|
2821
3200
|
class?: HTMLAttributes['class'];
|
|
2822
3201
|
};
|
|
2823
3202
|
|
|
2824
|
-
export declare const UiSelectLabel:
|
|
3203
|
+
export declare const UiSelectLabel: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2825
3204
|
|
|
2826
3205
|
/**
|
|
2827
3206
|
* Props for the UiSelectLabel component.
|
|
@@ -2865,7 +3244,7 @@ export declare type UiSelectSeparatorProps = {
|
|
|
2865
3244
|
class?: HTMLAttributes['class'];
|
|
2866
3245
|
};
|
|
2867
3246
|
|
|
2868
|
-
export declare const UiSelectTrigger:
|
|
3247
|
+
export declare const UiSelectTrigger: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2869
3248
|
|
|
2870
3249
|
/**
|
|
2871
3250
|
* Props for the UiSelectTrigger component.
|
|
@@ -2881,7 +3260,7 @@ export declare type UiSelectTriggerProps = {
|
|
|
2881
3260
|
class?: HTMLAttributes['class'];
|
|
2882
3261
|
};
|
|
2883
3262
|
|
|
2884
|
-
export declare const UiSelectValue:
|
|
3263
|
+
export declare const UiSelectValue: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2885
3264
|
|
|
2886
3265
|
/**
|
|
2887
3266
|
* Props for the UiSelectValue component.
|
|
@@ -2939,9 +3318,9 @@ export declare type UiSwitchProps = {
|
|
|
2939
3318
|
required?: boolean;
|
|
2940
3319
|
};
|
|
2941
3320
|
|
|
2942
|
-
export declare const UiTable:
|
|
3321
|
+
export declare const UiTable: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2943
3322
|
|
|
2944
|
-
export declare const UiTableBody:
|
|
3323
|
+
export declare const UiTableBody: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2945
3324
|
|
|
2946
3325
|
/**
|
|
2947
3326
|
* Props for UiTableBody component.
|
|
@@ -2954,7 +3333,7 @@ export declare interface UiTableBodyProps {
|
|
|
2954
3333
|
class?: HTMLAttributes['class'];
|
|
2955
3334
|
}
|
|
2956
3335
|
|
|
2957
|
-
export declare const UiTableCaption:
|
|
3336
|
+
export declare const UiTableCaption: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2958
3337
|
|
|
2959
3338
|
/**
|
|
2960
3339
|
* Props for UiTableCaption component.
|
|
@@ -2967,7 +3346,7 @@ export declare interface UiTableCaptionProps {
|
|
|
2967
3346
|
class?: HTMLAttributes['class'];
|
|
2968
3347
|
}
|
|
2969
3348
|
|
|
2970
|
-
export declare const UiTableCell:
|
|
3349
|
+
export declare const UiTableCell: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2971
3350
|
|
|
2972
3351
|
/**
|
|
2973
3352
|
* Props for UiTableCell component.
|
|
@@ -2988,7 +3367,7 @@ export declare interface UiTableCellProps {
|
|
|
2988
3367
|
rowspan?: number;
|
|
2989
3368
|
}
|
|
2990
3369
|
|
|
2991
|
-
export declare const UiTableEmpty:
|
|
3370
|
+
export declare const UiTableEmpty: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2992
3371
|
|
|
2993
3372
|
/**
|
|
2994
3373
|
* Props for UiTableEmpty component.
|
|
@@ -3007,7 +3386,7 @@ export declare interface UiTableEmptyProps {
|
|
|
3007
3386
|
colspan?: number;
|
|
3008
3387
|
}
|
|
3009
3388
|
|
|
3010
|
-
export declare const UiTableFooter:
|
|
3389
|
+
export declare const UiTableFooter: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
3011
3390
|
|
|
3012
3391
|
/**
|
|
3013
3392
|
* Props for UiTableFooter component.
|
|
@@ -3020,9 +3399,9 @@ export declare interface UiTableFooterProps {
|
|
|
3020
3399
|
class?: HTMLAttributes['class'];
|
|
3021
3400
|
}
|
|
3022
3401
|
|
|
3023
|
-
export declare const UiTableHead:
|
|
3402
|
+
export declare const UiTableHead: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3024
3403
|
|
|
3025
|
-
export declare const UiTableHeader:
|
|
3404
|
+
export declare const UiTableHeader: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
3026
3405
|
|
|
3027
3406
|
/**
|
|
3028
3407
|
* Props for UiTableHeader component.
|
|
@@ -3070,7 +3449,7 @@ export declare interface UiTableProps {
|
|
|
3070
3449
|
class?: HTMLAttributes['class'];
|
|
3071
3450
|
}
|
|
3072
3451
|
|
|
3073
|
-
export declare const UiTableRow:
|
|
3452
|
+
export declare const UiTableRow: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
3074
3453
|
|
|
3075
3454
|
/**
|
|
3076
3455
|
* Props for UiTableRow component.
|
|
@@ -3089,6 +3468,85 @@ export declare interface UiTableRowProps {
|
|
|
3089
3468
|
selected?: boolean;
|
|
3090
3469
|
}
|
|
3091
3470
|
|
|
3471
|
+
export declare const UiTabs: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
3472
|
+
|
|
3473
|
+
/**
|
|
3474
|
+
* Activation mode for tabs.
|
|
3475
|
+
*/
|
|
3476
|
+
export declare type UiTabsActivationMode = 'automatic' | 'manual';
|
|
3477
|
+
|
|
3478
|
+
export declare const UiTabsContent: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
3479
|
+
|
|
3480
|
+
/**
|
|
3481
|
+
* Props for the UiTabsContent component.
|
|
3482
|
+
*/
|
|
3483
|
+
export declare type UiTabsContentProps = {
|
|
3484
|
+
/** Unique value that associates the content with a trigger (required). */
|
|
3485
|
+
value: string;
|
|
3486
|
+
/** Force mounting when more control is needed (useful for animations). */
|
|
3487
|
+
forceMount?: boolean;
|
|
3488
|
+
/** Additional CSS classes to apply. */
|
|
3489
|
+
class?: HTMLAttributes['class'];
|
|
3490
|
+
};
|
|
3491
|
+
|
|
3492
|
+
/** Reading direction for the tabs. */
|
|
3493
|
+
export declare type UiTabsDir = 'ltr' | 'rtl';
|
|
3494
|
+
|
|
3495
|
+
/**
|
|
3496
|
+
* Emits for the UiTabs root component.
|
|
3497
|
+
*/
|
|
3498
|
+
export declare type UiTabsEmits = {
|
|
3499
|
+
/** Emitted when the active tab changes. */
|
|
3500
|
+
'update:modelValue': [value: string];
|
|
3501
|
+
};
|
|
3502
|
+
|
|
3503
|
+
export declare const UiTabsList: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
3504
|
+
|
|
3505
|
+
/**
|
|
3506
|
+
* Props for the UiTabsList component.
|
|
3507
|
+
*/
|
|
3508
|
+
export declare type UiTabsListProps = {
|
|
3509
|
+
/** Whether keyboard navigation should loop from last to first and vice versa. */
|
|
3510
|
+
loop?: boolean;
|
|
3511
|
+
/** Additional CSS classes to apply. */
|
|
3512
|
+
class?: HTMLAttributes['class'];
|
|
3513
|
+
};
|
|
3514
|
+
|
|
3515
|
+
/** Orientation of the tabs. */
|
|
3516
|
+
export declare type UiTabsOrientation = 'horizontal' | 'vertical';
|
|
3517
|
+
|
|
3518
|
+
/**
|
|
3519
|
+
* Props for the UiTabs root component.
|
|
3520
|
+
*/
|
|
3521
|
+
export declare type UiTabsProps = {
|
|
3522
|
+
/** The controlled value of the active tab when using `v-model` for two-way binding. */
|
|
3523
|
+
modelValue?: string;
|
|
3524
|
+
/** The value of the tab that should be active when initially rendered (uncontrolled). */
|
|
3525
|
+
defaultValue?: string;
|
|
3526
|
+
/** The orientation of the tabs. */
|
|
3527
|
+
orientation?: UiTabsOrientation;
|
|
3528
|
+
/** The reading direction. */
|
|
3529
|
+
dir?: UiTabsDir;
|
|
3530
|
+
/** Whether tabs are activated automatically on focus or manually on click. */
|
|
3531
|
+
activationMode?: UiTabsActivationMode;
|
|
3532
|
+
/** Additional CSS classes to apply. */
|
|
3533
|
+
class?: HTMLAttributes['class'];
|
|
3534
|
+
};
|
|
3535
|
+
|
|
3536
|
+
export declare const UiTabsTrigger: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
3537
|
+
|
|
3538
|
+
/**
|
|
3539
|
+
* Props for the UiTabsTrigger component.
|
|
3540
|
+
*/
|
|
3541
|
+
export declare type UiTabsTriggerProps = {
|
|
3542
|
+
/** Unique value that associates the trigger with a content panel (required). */
|
|
3543
|
+
value: string;
|
|
3544
|
+
/** Whether the tab trigger is disabled. */
|
|
3545
|
+
disabled?: boolean;
|
|
3546
|
+
/** Additional CSS classes to apply. */
|
|
3547
|
+
class?: HTMLAttributes['class'];
|
|
3548
|
+
};
|
|
3549
|
+
|
|
3092
3550
|
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3093
3551
|
|
|
3094
3552
|
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -3125,7 +3583,7 @@ export declare interface UiTextareaProps {
|
|
|
3125
3583
|
required?: boolean;
|
|
3126
3584
|
}
|
|
3127
3585
|
|
|
3128
|
-
export declare const UiTooltip:
|
|
3586
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
3129
3587
|
|
|
3130
3588
|
export declare type UiTooltipAlign = 'start' | 'center' | 'end';
|
|
3131
3589
|
|