@aleph-alpha/ui-library 1.0.0 → 1.1.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/README.md +21 -5
- package/dist/system/index.d.ts +749 -77
- package/dist/system/lib.js +8566 -4612
- package/package.json +10 -3
package/dist/system/index.d.ts
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
|
+
import { AllowedComponentProps } from 'vue';
|
|
1
2
|
import { AsTag } from 'reka-ui';
|
|
2
3
|
import { ClassProp } from 'class-variance-authority/types';
|
|
4
|
+
import { ColumnDef } from '@tanstack/vue-table';
|
|
3
5
|
import { Component } from 'vue';
|
|
6
|
+
import { ComponentCustomProps } from 'vue';
|
|
4
7
|
import { ComponentOptionsMixin } from 'vue';
|
|
5
8
|
import { ComponentProvideOptions } from 'vue';
|
|
6
9
|
import { DefineComponent } from 'vue';
|
|
7
10
|
import { HTMLAttributes } from 'vue';
|
|
11
|
+
import { ImgHTMLAttributes } from 'vue';
|
|
8
12
|
import { PrimitiveProps } from 'reka-ui';
|
|
9
13
|
import { PublicProps } from 'vue';
|
|
14
|
+
import { Row } from '@tanstack/vue-table';
|
|
15
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
16
|
+
import { Table } from '@tanstack/vue-table';
|
|
17
|
+
import { default as UiDataTableColumnHeader } from './UiDataTableColumnHeader.vue';
|
|
18
|
+
import { default as UiDataTablePagination } from './UiDataTablePagination.vue';
|
|
19
|
+
import { default as UiDataTableToolbar } from './UiDataTableToolbar.vue';
|
|
10
20
|
import { VariantProps } from 'class-variance-authority';
|
|
21
|
+
import { VNode } from 'vue';
|
|
22
|
+
import { VNodeProps } from 'vue';
|
|
11
23
|
|
|
12
24
|
declare const __VLS_component: DefineComponent<UiAlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertProps> & Readonly<{}>, {
|
|
13
25
|
variant: UiAlertVariants;
|
|
@@ -19,57 +31,61 @@ declare const __VLS_component_11: DefineComponent<UiAlertSubComponentCommonProps
|
|
|
19
31
|
|
|
20
32
|
declare const __VLS_component_12: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
21
33
|
|
|
22
|
-
declare const __VLS_component_13: DefineComponent<
|
|
34
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
|
|
36
|
+
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
|
|
38
|
+
declare const __VLS_component_15: DefineComponent<UiBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiBadgeProps> & Readonly<{}>, {
|
|
23
39
|
variant: UiBadgeVariants;
|
|
24
40
|
asChild: boolean;
|
|
25
41
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
42
|
|
|
27
|
-
declare const
|
|
43
|
+
declare const __VLS_component_16: DefineComponent<UiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonProps> & Readonly<{}>, {
|
|
28
44
|
class: string;
|
|
29
|
-
variant: UiButtonVariant;
|
|
30
45
|
type: "button" | "submit" | "reset";
|
|
46
|
+
variant: UiButtonVariant;
|
|
31
47
|
size: UiButtonSize;
|
|
32
48
|
asChild: boolean;
|
|
49
|
+
ariaLabel: string;
|
|
33
50
|
disabled: boolean;
|
|
51
|
+
loading: boolean;
|
|
34
52
|
startIcon: Component;
|
|
35
53
|
endIcon: Component;
|
|
36
|
-
ariaLabel: string;
|
|
37
|
-
loading: boolean;
|
|
38
54
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
55
|
|
|
40
|
-
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
|
-
|
|
42
|
-
declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
43
|
-
|
|
44
56
|
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
45
57
|
|
|
46
|
-
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
58
|
+
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
47
59
|
|
|
48
60
|
declare const __VLS_component_19: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
49
61
|
|
|
50
62
|
declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
51
63
|
|
|
52
|
-
declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
64
|
+
declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
65
|
+
|
|
66
|
+
declare const __VLS_component_21: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
53
67
|
|
|
54
|
-
declare const
|
|
68
|
+
declare const __VLS_component_22: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
55
69
|
|
|
56
|
-
declare const
|
|
70
|
+
declare const __VLS_component_23: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLHeadingElement>;
|
|
71
|
+
|
|
72
|
+
declare const __VLS_component_24: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
73
|
"update:open": (value: boolean) => any;
|
|
58
74
|
}, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
|
|
59
75
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
60
76
|
}>, {
|
|
61
|
-
modal: boolean;
|
|
62
77
|
open: boolean;
|
|
78
|
+
modal: boolean;
|
|
63
79
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
64
80
|
|
|
65
|
-
declare const
|
|
81
|
+
declare const __VLS_component_25: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
|
|
66
82
|
class: string;
|
|
67
83
|
asChild: boolean;
|
|
68
|
-
disabled: boolean;
|
|
69
84
|
ariaLabel: string;
|
|
85
|
+
disabled: boolean;
|
|
70
86
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
71
87
|
|
|
72
|
-
declare const
|
|
88
|
+
declare const __VLS_component_26: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
73
89
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
74
90
|
}, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
|
|
75
91
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -80,7 +96,7 @@ sideOffset: number;
|
|
|
80
96
|
align: "start" | "center" | "end";
|
|
81
97
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
98
|
|
|
83
|
-
declare const
|
|
99
|
+
declare const __VLS_component_27: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
|
|
84
100
|
class: HTMLAttributes["class"];
|
|
85
101
|
variant: "default" | "destructive";
|
|
86
102
|
disabled: boolean;
|
|
@@ -88,18 +104,20 @@ textValue: string;
|
|
|
88
104
|
inset: boolean;
|
|
89
105
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
106
|
|
|
91
|
-
declare const
|
|
107
|
+
declare const __VLS_component_28: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
|
|
92
108
|
class: HTMLAttributes["class"];
|
|
93
109
|
inset: boolean;
|
|
94
110
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
95
111
|
|
|
96
|
-
declare const
|
|
112
|
+
declare const __VLS_component_29: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
113
|
+
|
|
114
|
+
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
97
115
|
|
|
98
|
-
declare const
|
|
116
|
+
declare const __VLS_component_30: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
|
|
99
117
|
class: HTMLAttributes["class"];
|
|
100
118
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
101
119
|
|
|
102
|
-
declare const
|
|
120
|
+
declare const __VLS_component_31: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
103
121
|
"update:checked": (value: boolean) => any;
|
|
104
122
|
}, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
|
|
105
123
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
@@ -107,37 +125,35 @@ declare const __VLS_component_29: DefineComponent<UiDropdownMenuCheckboxItemProp
|
|
|
107
125
|
class: HTMLAttributes["class"];
|
|
108
126
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
109
127
|
|
|
110
|
-
declare const
|
|
111
|
-
|
|
112
|
-
declare const __VLS_component_30: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
128
|
+
declare const __VLS_component_32: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
113
129
|
"update:modelValue": (value: string) => any;
|
|
114
130
|
}, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
|
|
115
131
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
116
132
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
117
133
|
|
|
118
|
-
declare const
|
|
134
|
+
declare const __VLS_component_33: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
|
|
119
135
|
class: HTMLAttributes["class"];
|
|
120
136
|
disabled: boolean;
|
|
121
137
|
textValue: string;
|
|
122
138
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
123
139
|
|
|
124
|
-
declare const
|
|
140
|
+
declare const __VLS_component_34: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
125
141
|
"update:open": (value: boolean) => any;
|
|
126
142
|
}, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
|
|
127
143
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
128
144
|
}>, {
|
|
129
|
-
open: boolean;
|
|
130
145
|
defaultOpen: boolean;
|
|
146
|
+
open: boolean;
|
|
131
147
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
148
|
|
|
133
|
-
declare const
|
|
149
|
+
declare const __VLS_component_35: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
|
|
134
150
|
class: HTMLAttributes["class"];
|
|
135
151
|
disabled: boolean;
|
|
136
152
|
textValue: string;
|
|
137
153
|
inset: boolean;
|
|
138
154
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
139
155
|
|
|
140
|
-
declare const
|
|
156
|
+
declare const __VLS_component_36: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
141
157
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
142
158
|
}, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
|
|
143
159
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -146,42 +162,80 @@ class: HTMLAttributes["class"];
|
|
|
146
162
|
sideOffset: number;
|
|
147
163
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
148
164
|
|
|
149
|
-
declare const
|
|
165
|
+
declare const __VLS_component_37: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
|
|
150
166
|
class: string;
|
|
151
|
-
variant: UiIconButtonVariant;
|
|
152
167
|
type: "button" | "submit" | "reset";
|
|
168
|
+
variant: UiIconButtonVariant;
|
|
153
169
|
size: UiIconButtonSize;
|
|
154
170
|
asChild: boolean;
|
|
155
171
|
disabled: boolean;
|
|
156
172
|
loading: boolean;
|
|
157
173
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
174
|
|
|
159
|
-
declare const
|
|
160
|
-
|
|
175
|
+
declare const __VLS_component_38: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
176
|
+
"update:modelValue": (value: string) => any;
|
|
177
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
178
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
179
|
+
}>, {
|
|
180
|
+
class: HTMLAttributes["class"];
|
|
181
|
+
required: boolean;
|
|
182
|
+
asChild: boolean;
|
|
183
|
+
orientation: UiRadioGroupOrientation;
|
|
184
|
+
disabled: boolean;
|
|
185
|
+
dir: UiRadioGroupDirection;
|
|
186
|
+
loop: boolean;
|
|
161
187
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
162
188
|
|
|
189
|
+
declare const __VLS_component_39: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
190
|
+
|
|
163
191
|
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
164
192
|
"update:modelValue": (value: boolean) => any;
|
|
165
193
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
166
194
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
167
195
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
168
196
|
|
|
197
|
+
declare const __VLS_component_40: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
198
|
+
|
|
199
|
+
declare const __VLS_component_41: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
200
|
+
|
|
201
|
+
declare const __VLS_component_42: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
202
|
+
|
|
203
|
+
declare const __VLS_component_43: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
|
|
204
|
+
selected: boolean;
|
|
205
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
206
|
+
|
|
207
|
+
declare const __VLS_component_44: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
|
|
208
|
+
scope: "col" | "row" | "colgroup" | "rowgroup";
|
|
209
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
210
|
+
|
|
211
|
+
declare const __VLS_component_45: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
212
|
+
|
|
213
|
+
declare const __VLS_component_46: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
|
|
214
|
+
|
|
215
|
+
declare const __VLS_component_47: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
|
|
216
|
+
colspan: number;
|
|
217
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
218
|
+
|
|
219
|
+
declare const __VLS_component_48: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
220
|
+
as: AsTag | Component;
|
|
221
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
222
|
+
|
|
169
223
|
declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
224
|
|
|
171
225
|
declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
226
|
|
|
173
227
|
declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
228
|
+
openAutoFocus: (event: Event) => any;
|
|
174
229
|
pointerDownOutside: (event: Event) => any;
|
|
175
230
|
focusOutside: (event: Event) => any;
|
|
176
231
|
interactOutside: (event: Event) => any;
|
|
177
|
-
openAutoFocus: (event: Event) => any;
|
|
178
232
|
closeAutoFocus: (event: Event) => any;
|
|
179
233
|
escapeKeydown: (event: KeyboardEvent) => any;
|
|
180
234
|
}, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
|
|
235
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
181
236
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
182
237
|
onFocusOutside?: ((event: Event) => any) | undefined;
|
|
183
238
|
onInteractOutside?: ((event: Event) => any) | undefined;
|
|
184
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
185
239
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
186
240
|
onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
187
241
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -190,11 +244,23 @@ declare const __VLS_component_8: DefineComponent<UiAlertSubComponentCommonProps,
|
|
|
190
244
|
|
|
191
245
|
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
192
246
|
|
|
247
|
+
declare type __VLS_PrettifyLocal<T> = {
|
|
248
|
+
[K in keyof T]: T[K];
|
|
249
|
+
} & {};
|
|
250
|
+
|
|
193
251
|
declare type __VLS_Props = UiCheckboxProps;
|
|
194
252
|
|
|
195
253
|
declare type __VLS_Props_2 = UiInputProps;
|
|
196
254
|
|
|
197
|
-
declare type __VLS_Props_3 =
|
|
255
|
+
declare type __VLS_Props_3 = UiProgressProps;
|
|
256
|
+
|
|
257
|
+
declare type __VLS_Props_4 = UiRadioGroupProps & {
|
|
258
|
+
class?: HTMLAttributes['class'];
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
declare type __VLS_Props_5 = UiSwitchProps;
|
|
262
|
+
|
|
263
|
+
declare type __VLS_Props_6 = UiTextareaProps;
|
|
198
264
|
|
|
199
265
|
declare type __VLS_PublicProps = {
|
|
200
266
|
modelValue?: boolean;
|
|
@@ -209,9 +275,21 @@ declare type __VLS_PublicProps_3 = {
|
|
|
209
275
|
} & __VLS_Props_2;
|
|
210
276
|
|
|
211
277
|
declare type __VLS_PublicProps_4 = {
|
|
212
|
-
modelValue?:
|
|
278
|
+
modelValue?: number;
|
|
213
279
|
} & __VLS_Props_3;
|
|
214
280
|
|
|
281
|
+
declare type __VLS_PublicProps_5 = {
|
|
282
|
+
modelValue?: string;
|
|
283
|
+
} & __VLS_Props_4;
|
|
284
|
+
|
|
285
|
+
declare type __VLS_PublicProps_6 = {
|
|
286
|
+
modelValue?: boolean;
|
|
287
|
+
} & __VLS_Props_5;
|
|
288
|
+
|
|
289
|
+
declare type __VLS_PublicProps_7 = {
|
|
290
|
+
modelValue?: string;
|
|
291
|
+
} & __VLS_Props_6;
|
|
292
|
+
|
|
215
293
|
declare function __VLS_template(): {
|
|
216
294
|
attrs: Partial<{}>;
|
|
217
295
|
slots: {
|
|
@@ -272,7 +350,7 @@ declare function __VLS_template_15(): {
|
|
|
272
350
|
default?(_: {}): any;
|
|
273
351
|
};
|
|
274
352
|
refs: {};
|
|
275
|
-
rootEl:
|
|
353
|
+
rootEl: any;
|
|
276
354
|
};
|
|
277
355
|
|
|
278
356
|
declare function __VLS_template_16(): {
|
|
@@ -281,7 +359,7 @@ declare function __VLS_template_16(): {
|
|
|
281
359
|
default?(_: {}): any;
|
|
282
360
|
};
|
|
283
361
|
refs: {};
|
|
284
|
-
rootEl:
|
|
362
|
+
rootEl: any;
|
|
285
363
|
};
|
|
286
364
|
|
|
287
365
|
declare function __VLS_template_17(): {
|
|
@@ -299,7 +377,7 @@ declare function __VLS_template_18(): {
|
|
|
299
377
|
default?(_: {}): any;
|
|
300
378
|
};
|
|
301
379
|
refs: {};
|
|
302
|
-
rootEl:
|
|
380
|
+
rootEl: HTMLDivElement;
|
|
303
381
|
};
|
|
304
382
|
|
|
305
383
|
declare function __VLS_template_19(): {
|
|
@@ -326,7 +404,7 @@ declare function __VLS_template_20(): {
|
|
|
326
404
|
default?(_: {}): any;
|
|
327
405
|
};
|
|
328
406
|
refs: {};
|
|
329
|
-
rootEl:
|
|
407
|
+
rootEl: HTMLParagraphElement;
|
|
330
408
|
};
|
|
331
409
|
|
|
332
410
|
declare function __VLS_template_21(): {
|
|
@@ -335,7 +413,7 @@ declare function __VLS_template_21(): {
|
|
|
335
413
|
default?(_: {}): any;
|
|
336
414
|
};
|
|
337
415
|
refs: {};
|
|
338
|
-
rootEl:
|
|
416
|
+
rootEl: HTMLDivElement;
|
|
339
417
|
};
|
|
340
418
|
|
|
341
419
|
declare function __VLS_template_22(): {
|
|
@@ -344,7 +422,7 @@ declare function __VLS_template_22(): {
|
|
|
344
422
|
default?(_: {}): any;
|
|
345
423
|
};
|
|
346
424
|
refs: {};
|
|
347
|
-
rootEl:
|
|
425
|
+
rootEl: HTMLDivElement;
|
|
348
426
|
};
|
|
349
427
|
|
|
350
428
|
declare function __VLS_template_23(): {
|
|
@@ -353,7 +431,7 @@ declare function __VLS_template_23(): {
|
|
|
353
431
|
default?(_: {}): any;
|
|
354
432
|
};
|
|
355
433
|
refs: {};
|
|
356
|
-
rootEl:
|
|
434
|
+
rootEl: HTMLHeadingElement;
|
|
357
435
|
};
|
|
358
436
|
|
|
359
437
|
declare function __VLS_template_24(): {
|
|
@@ -398,13 +476,12 @@ declare function __VLS_template_28(): {
|
|
|
398
476
|
default?(_: {}): any;
|
|
399
477
|
};
|
|
400
478
|
refs: {};
|
|
401
|
-
rootEl:
|
|
479
|
+
rootEl: any;
|
|
402
480
|
};
|
|
403
481
|
|
|
404
482
|
declare function __VLS_template_29(): {
|
|
405
483
|
attrs: Partial<{}>;
|
|
406
484
|
slots: {
|
|
407
|
-
'indicator-icon'?(_: {}): any;
|
|
408
485
|
default?(_: {}): any;
|
|
409
486
|
};
|
|
410
487
|
refs: {};
|
|
@@ -426,7 +503,7 @@ declare function __VLS_template_30(): {
|
|
|
426
503
|
default?(_: {}): any;
|
|
427
504
|
};
|
|
428
505
|
refs: {};
|
|
429
|
-
rootEl:
|
|
506
|
+
rootEl: HTMLSpanElement;
|
|
430
507
|
};
|
|
431
508
|
|
|
432
509
|
declare function __VLS_template_31(): {
|
|
@@ -442,7 +519,7 @@ declare function __VLS_template_31(): {
|
|
|
442
519
|
declare function __VLS_template_32(): {
|
|
443
520
|
attrs: Partial<{}>;
|
|
444
521
|
slots: {
|
|
445
|
-
default?(_:
|
|
522
|
+
default?(_: {}): any;
|
|
446
523
|
};
|
|
447
524
|
refs: {};
|
|
448
525
|
rootEl: any;
|
|
@@ -451,6 +528,7 @@ declare function __VLS_template_32(): {
|
|
|
451
528
|
declare function __VLS_template_33(): {
|
|
452
529
|
attrs: Partial<{}>;
|
|
453
530
|
slots: {
|
|
531
|
+
'indicator-icon'?(_: {}): any;
|
|
454
532
|
default?(_: {}): any;
|
|
455
533
|
};
|
|
456
534
|
refs: {};
|
|
@@ -460,7 +538,7 @@ declare function __VLS_template_33(): {
|
|
|
460
538
|
declare function __VLS_template_34(): {
|
|
461
539
|
attrs: Partial<{}>;
|
|
462
540
|
slots: {
|
|
463
|
-
default?(_:
|
|
541
|
+
default?(_: any): any;
|
|
464
542
|
};
|
|
465
543
|
refs: {};
|
|
466
544
|
rootEl: any;
|
|
@@ -484,6 +562,33 @@ declare function __VLS_template_36(): {
|
|
|
484
562
|
rootEl: any;
|
|
485
563
|
};
|
|
486
564
|
|
|
565
|
+
declare function __VLS_template_37(): {
|
|
566
|
+
attrs: Partial<{}>;
|
|
567
|
+
slots: {
|
|
568
|
+
default?(_: {}): any;
|
|
569
|
+
};
|
|
570
|
+
refs: {};
|
|
571
|
+
rootEl: any;
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
declare function __VLS_template_38(): {
|
|
575
|
+
attrs: Partial<{}>;
|
|
576
|
+
slots: {
|
|
577
|
+
default?(_: {}): any;
|
|
578
|
+
};
|
|
579
|
+
refs: {};
|
|
580
|
+
rootEl: any;
|
|
581
|
+
};
|
|
582
|
+
|
|
583
|
+
declare function __VLS_template_39(): {
|
|
584
|
+
attrs: Partial<{}>;
|
|
585
|
+
slots: {
|
|
586
|
+
default?(_: {}): any;
|
|
587
|
+
};
|
|
588
|
+
refs: {};
|
|
589
|
+
rootEl: HTMLDivElement;
|
|
590
|
+
};
|
|
591
|
+
|
|
487
592
|
declare function __VLS_template_4(): {
|
|
488
593
|
attrs: Partial<{}>;
|
|
489
594
|
slots: {
|
|
@@ -493,6 +598,87 @@ declare function __VLS_template_4(): {
|
|
|
493
598
|
rootEl: any;
|
|
494
599
|
};
|
|
495
600
|
|
|
601
|
+
declare function __VLS_template_40(): {
|
|
602
|
+
attrs: Partial<{}>;
|
|
603
|
+
slots: {
|
|
604
|
+
default?(_: {}): any;
|
|
605
|
+
};
|
|
606
|
+
refs: {};
|
|
607
|
+
rootEl: HTMLTableSectionElement;
|
|
608
|
+
};
|
|
609
|
+
|
|
610
|
+
declare function __VLS_template_41(): {
|
|
611
|
+
attrs: Partial<{}>;
|
|
612
|
+
slots: {
|
|
613
|
+
default?(_: {}): any;
|
|
614
|
+
};
|
|
615
|
+
refs: {};
|
|
616
|
+
rootEl: HTMLTableSectionElement;
|
|
617
|
+
};
|
|
618
|
+
|
|
619
|
+
declare function __VLS_template_42(): {
|
|
620
|
+
attrs: Partial<{}>;
|
|
621
|
+
slots: {
|
|
622
|
+
default?(_: {}): any;
|
|
623
|
+
};
|
|
624
|
+
refs: {};
|
|
625
|
+
rootEl: HTMLTableSectionElement;
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
declare function __VLS_template_43(): {
|
|
629
|
+
attrs: Partial<{}>;
|
|
630
|
+
slots: {
|
|
631
|
+
default?(_: {}): any;
|
|
632
|
+
};
|
|
633
|
+
refs: {};
|
|
634
|
+
rootEl: HTMLTableRowElement;
|
|
635
|
+
};
|
|
636
|
+
|
|
637
|
+
declare function __VLS_template_44(): {
|
|
638
|
+
attrs: Partial<{}>;
|
|
639
|
+
slots: {
|
|
640
|
+
default?(_: {}): any;
|
|
641
|
+
};
|
|
642
|
+
refs: {};
|
|
643
|
+
rootEl: HTMLTableCellElement;
|
|
644
|
+
};
|
|
645
|
+
|
|
646
|
+
declare function __VLS_template_45(): {
|
|
647
|
+
attrs: Partial<{}>;
|
|
648
|
+
slots: {
|
|
649
|
+
default?(_: {}): any;
|
|
650
|
+
};
|
|
651
|
+
refs: {};
|
|
652
|
+
rootEl: HTMLTableCellElement;
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
declare function __VLS_template_46(): {
|
|
656
|
+
attrs: Partial<{}>;
|
|
657
|
+
slots: {
|
|
658
|
+
default?(_: {}): any;
|
|
659
|
+
};
|
|
660
|
+
refs: {};
|
|
661
|
+
rootEl: HTMLTableCaptionElement;
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
declare function __VLS_template_47(): {
|
|
665
|
+
attrs: Partial<{}>;
|
|
666
|
+
slots: {
|
|
667
|
+
default?(_: {}): any;
|
|
668
|
+
};
|
|
669
|
+
refs: {};
|
|
670
|
+
rootEl: HTMLTableRowElement;
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
declare function __VLS_template_48(): {
|
|
674
|
+
attrs: Partial<{}>;
|
|
675
|
+
slots: {
|
|
676
|
+
default?(_: {}): any;
|
|
677
|
+
};
|
|
678
|
+
refs: {};
|
|
679
|
+
rootEl: any;
|
|
680
|
+
};
|
|
681
|
+
|
|
496
682
|
declare function __VLS_template_5(): {
|
|
497
683
|
attrs: Partial<{}>;
|
|
498
684
|
slots: {
|
|
@@ -598,8 +784,32 @@ declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
|
|
|
598
784
|
|
|
599
785
|
declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
600
786
|
|
|
787
|
+
declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
788
|
+
|
|
789
|
+
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
790
|
+
|
|
791
|
+
declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
|
|
792
|
+
|
|
601
793
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
602
794
|
|
|
795
|
+
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
796
|
+
|
|
797
|
+
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
798
|
+
|
|
799
|
+
declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
|
|
800
|
+
|
|
801
|
+
declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
802
|
+
|
|
803
|
+
declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
804
|
+
|
|
805
|
+
declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
|
|
806
|
+
|
|
807
|
+
declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
|
|
808
|
+
|
|
809
|
+
declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
|
|
810
|
+
|
|
811
|
+
declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
|
|
812
|
+
|
|
603
813
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
604
814
|
|
|
605
815
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -790,12 +1000,84 @@ declare type __VLS_WithTemplateSlots_36<T, S> = T & {
|
|
|
790
1000
|
};
|
|
791
1001
|
};
|
|
792
1002
|
|
|
1003
|
+
declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
1004
|
+
new (): {
|
|
1005
|
+
$slots: S;
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
1008
|
+
|
|
1009
|
+
declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
1010
|
+
new (): {
|
|
1011
|
+
$slots: S;
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
|
|
1015
|
+
declare type __VLS_WithTemplateSlots_39<T, S> = T & {
|
|
1016
|
+
new (): {
|
|
1017
|
+
$slots: S;
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
|
|
793
1021
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
794
1022
|
new (): {
|
|
795
1023
|
$slots: S;
|
|
796
1024
|
};
|
|
797
1025
|
};
|
|
798
1026
|
|
|
1027
|
+
declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
1028
|
+
new (): {
|
|
1029
|
+
$slots: S;
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
|
|
1033
|
+
declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
1034
|
+
new (): {
|
|
1035
|
+
$slots: S;
|
|
1036
|
+
};
|
|
1037
|
+
};
|
|
1038
|
+
|
|
1039
|
+
declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
1040
|
+
new (): {
|
|
1041
|
+
$slots: S;
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
|
|
1045
|
+
declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
1046
|
+
new (): {
|
|
1047
|
+
$slots: S;
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
|
|
1051
|
+
declare type __VLS_WithTemplateSlots_44<T, S> = T & {
|
|
1052
|
+
new (): {
|
|
1053
|
+
$slots: S;
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1056
|
+
|
|
1057
|
+
declare type __VLS_WithTemplateSlots_45<T, S> = T & {
|
|
1058
|
+
new (): {
|
|
1059
|
+
$slots: S;
|
|
1060
|
+
};
|
|
1061
|
+
};
|
|
1062
|
+
|
|
1063
|
+
declare type __VLS_WithTemplateSlots_46<T, S> = T & {
|
|
1064
|
+
new (): {
|
|
1065
|
+
$slots: S;
|
|
1066
|
+
};
|
|
1067
|
+
};
|
|
1068
|
+
|
|
1069
|
+
declare type __VLS_WithTemplateSlots_47<T, S> = T & {
|
|
1070
|
+
new (): {
|
|
1071
|
+
$slots: S;
|
|
1072
|
+
};
|
|
1073
|
+
};
|
|
1074
|
+
|
|
1075
|
+
declare type __VLS_WithTemplateSlots_48<T, S> = T & {
|
|
1076
|
+
new (): {
|
|
1077
|
+
$slots: S;
|
|
1078
|
+
};
|
|
1079
|
+
};
|
|
1080
|
+
|
|
799
1081
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
800
1082
|
new (): {
|
|
801
1083
|
$slots: S;
|
|
@@ -826,7 +1108,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
826
1108
|
};
|
|
827
1109
|
};
|
|
828
1110
|
|
|
829
|
-
export declare const Button:
|
|
1111
|
+
export declare const Button: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
830
1112
|
|
|
831
1113
|
export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
832
1114
|
|
|
@@ -835,17 +1117,87 @@ export declare const buttonVariants: (props?: ({
|
|
|
835
1117
|
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
836
1118
|
} & ClassProp) | undefined) => string;
|
|
837
1119
|
|
|
1120
|
+
/** Labels for UiDataTableColumnHeader */
|
|
1121
|
+
export declare interface ColumnHeaderLabels {
|
|
1122
|
+
/** Label for ascending sort menu item */
|
|
1123
|
+
sortAscending?: string;
|
|
1124
|
+
/** Label for descending sort menu item */
|
|
1125
|
+
sortDescending?: string;
|
|
1126
|
+
/** Aria label suffix when sorted ascending */
|
|
1127
|
+
sortedAscending?: string;
|
|
1128
|
+
/** Aria label suffix when sorted descending */
|
|
1129
|
+
sortedDescending?: string;
|
|
1130
|
+
/** Aria label suffix when not sorted */
|
|
1131
|
+
clickToSort?: string;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export declare const DATA_TABLE_LABELS: {
|
|
1135
|
+
/** UiDataTable */
|
|
1136
|
+
readonly emptyText: "No results.";
|
|
1137
|
+
/** UiDataTableColumnHeader */
|
|
1138
|
+
readonly sortAscending: "Asc";
|
|
1139
|
+
readonly sortDescending: "Desc";
|
|
1140
|
+
readonly sortedAscending: "sorted ascending";
|
|
1141
|
+
readonly sortedDescending: "sorted descending";
|
|
1142
|
+
readonly clickToSort: "click to sort";
|
|
1143
|
+
/** UiDataTablePagination */
|
|
1144
|
+
readonly rowsPerPage: "Rows per page";
|
|
1145
|
+
readonly goToFirstPage: "Go to first page";
|
|
1146
|
+
readonly goToPreviousPage: "Go to previous page";
|
|
1147
|
+
readonly goToNextPage: "Go to next page";
|
|
1148
|
+
readonly goToLastPage: "Go to last page";
|
|
1149
|
+
readonly pageOf: (page: number, total: number) => string;
|
|
1150
|
+
readonly rowsSelected: (selected: number, total: number) => string;
|
|
1151
|
+
/** UiDataTableToolbar */
|
|
1152
|
+
readonly filterPlaceholder: "Search...";
|
|
1153
|
+
readonly searchAllColumns: "Search all columns";
|
|
1154
|
+
readonly filterByColumn: (column: string) => string;
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
export declare type DataTableLabels = typeof DATA_TABLE_LABELS;
|
|
1158
|
+
|
|
838
1159
|
declare const _default: {
|
|
839
1160
|
install(app: any, options: any): void;
|
|
840
1161
|
};
|
|
841
1162
|
export default _default;
|
|
842
1163
|
|
|
1164
|
+
/** TanStack Table's default column size - columns without explicit size use this value */
|
|
1165
|
+
export declare const DEFAULT_COLUMN_SIZE = 150;
|
|
1166
|
+
|
|
1167
|
+
/** Labels for UiDataTablePagination */
|
|
1168
|
+
export declare interface PaginationLabels {
|
|
1169
|
+
/** Label for rows per page selector */
|
|
1170
|
+
rowsPerPage?: string;
|
|
1171
|
+
/** Aria label for first page button */
|
|
1172
|
+
goToFirstPage?: string;
|
|
1173
|
+
/** Aria label for previous page button */
|
|
1174
|
+
goToPreviousPage?: string;
|
|
1175
|
+
/** Aria label for next page button */
|
|
1176
|
+
goToNextPage?: string;
|
|
1177
|
+
/** Aria label for last page button */
|
|
1178
|
+
goToLastPage?: string;
|
|
1179
|
+
/** Function to generate page info text */
|
|
1180
|
+
pageOf?: (page: number, total: number) => string;
|
|
1181
|
+
/** Function to generate selection count text */
|
|
1182
|
+
rowsSelected?: (selected: number, total: number) => string;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
843
1185
|
declare interface Props extends PrimitiveProps {
|
|
844
1186
|
variant?: ButtonVariants['variant'];
|
|
845
1187
|
size?: ButtonVariants['size'];
|
|
846
1188
|
class?: HTMLAttributes['class'];
|
|
847
1189
|
}
|
|
848
1190
|
|
|
1191
|
+
/** Labels for UiDataTableToolbar */
|
|
1192
|
+
export declare interface ToolbarLabels {
|
|
1193
|
+
/** Placeholder text for filter input */
|
|
1194
|
+
filterPlaceholder?: string;
|
|
1195
|
+
/** Aria label for global search input */
|
|
1196
|
+
searchAllColumns?: string;
|
|
1197
|
+
/** Function to generate aria label for column filter */
|
|
1198
|
+
filterByColumn?: (column: string) => string;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
849
1201
|
export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
850
1202
|
|
|
851
1203
|
export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
@@ -894,7 +1246,20 @@ export declare const UiAlertTitle: __VLS_WithTemplateSlots_3<typeof __VLS_compon
|
|
|
894
1246
|
|
|
895
1247
|
export declare type UiAlertVariants = 'default' | 'destructive';
|
|
896
1248
|
|
|
897
|
-
export declare const
|
|
1249
|
+
export declare const UiAvatar: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1250
|
+
|
|
1251
|
+
export declare const UiAvatarFallback: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1252
|
+
|
|
1253
|
+
export declare const UiAvatarImage: DefineComponent<UiAvatarImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1254
|
+
|
|
1255
|
+
declare type UiAvatarImageProps = {
|
|
1256
|
+
src: string;
|
|
1257
|
+
alt: string;
|
|
1258
|
+
referrerPolicy?: ImgHTMLAttributes['referrerpolicy'];
|
|
1259
|
+
crossOrigin?: ImgHTMLAttributes['crossorigin'];
|
|
1260
|
+
};
|
|
1261
|
+
|
|
1262
|
+
export declare const UiBadge: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
898
1263
|
|
|
899
1264
|
/**
|
|
900
1265
|
* Props for UiBadge component.
|
|
@@ -935,7 +1300,7 @@ export declare interface UiBadgeProps {
|
|
|
935
1300
|
*/
|
|
936
1301
|
export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
|
|
937
1302
|
|
|
938
|
-
export declare const UiButton:
|
|
1303
|
+
export declare const UiButton: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
939
1304
|
|
|
940
1305
|
/**
|
|
941
1306
|
* Props for UiButton component.
|
|
@@ -1008,27 +1373,27 @@ export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
|
|
|
1008
1373
|
*/
|
|
1009
1374
|
export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1010
1375
|
|
|
1011
|
-
export declare const UiCard:
|
|
1376
|
+
export declare const UiCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1012
1377
|
|
|
1013
|
-
export declare const UiCardAction:
|
|
1378
|
+
export declare const UiCardAction: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1014
1379
|
|
|
1015
|
-
export declare const UiCardContent:
|
|
1380
|
+
export declare const UiCardContent: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1016
1381
|
|
|
1017
|
-
export declare const UiCardDescription:
|
|
1382
|
+
export declare const UiCardDescription: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1018
1383
|
|
|
1019
|
-
export declare const UiCardFooter:
|
|
1384
|
+
export declare const UiCardFooter: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1020
1385
|
|
|
1021
|
-
export declare const UiCardHeader:
|
|
1386
|
+
export declare const UiCardHeader: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1022
1387
|
|
|
1023
|
-
export declare const UiCardTitle:
|
|
1388
|
+
export declare const UiCardTitle: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1024
1389
|
|
|
1025
1390
|
export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1026
1391
|
"update:modelValue": (value: UiCheckboxModelValue) => any;
|
|
1027
1392
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1028
1393
|
"onUpdate:modelValue"?: ((value: UiCheckboxModelValue) => any) | undefined;
|
|
1029
1394
|
}>, {
|
|
1030
|
-
disabled: boolean;
|
|
1031
1395
|
required: boolean;
|
|
1396
|
+
disabled: boolean;
|
|
1032
1397
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1033
1398
|
|
|
1034
1399
|
/**
|
|
@@ -1058,9 +1423,61 @@ export declare type UiCheckboxProps = {
|
|
|
1058
1423
|
|
|
1059
1424
|
export declare const UiCompositionPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1060
1425
|
|
|
1061
|
-
export declare const
|
|
1426
|
+
export declare const UiDataTable: <TData, TValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1427
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & UiDataTableProps<TData, TValue> & Partial<{}>> & PublicProps;
|
|
1428
|
+
expose(exposed: ShallowUnwrapRef< {
|
|
1429
|
+
table: Table<TData>;
|
|
1430
|
+
}>): void;
|
|
1431
|
+
attrs: any;
|
|
1432
|
+
slots: {
|
|
1433
|
+
empty?(_: {}): any;
|
|
1434
|
+
};
|
|
1435
|
+
emit: {};
|
|
1436
|
+
}>) => VNode & {
|
|
1437
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1438
|
+
};
|
|
1439
|
+
|
|
1440
|
+
export { UiDataTableColumnHeader }
|
|
1441
|
+
|
|
1442
|
+
export { UiDataTablePagination }
|
|
1443
|
+
|
|
1444
|
+
/**
|
|
1445
|
+
* Props for the UiDataTable component.
|
|
1446
|
+
*/
|
|
1447
|
+
export declare interface UiDataTableProps<TData, TValue> {
|
|
1448
|
+
/**
|
|
1449
|
+
* The column definitions for the table.
|
|
1450
|
+
*/
|
|
1451
|
+
columns: ColumnDef<TData, TValue>[];
|
|
1452
|
+
/**
|
|
1453
|
+
* The data to display in the table.
|
|
1454
|
+
*/
|
|
1455
|
+
data: TData[];
|
|
1456
|
+
/**
|
|
1457
|
+
* Text to display when there are no results.
|
|
1458
|
+
* @default "No results."
|
|
1459
|
+
*/
|
|
1460
|
+
emptyText?: string;
|
|
1461
|
+
/**
|
|
1462
|
+
* Function to derive a unique ID for each row. Important for proper row selection
|
|
1463
|
+
* and state management when data changes. Defaults to using the row index.
|
|
1464
|
+
* @example (row) => row.id
|
|
1465
|
+
*/
|
|
1466
|
+
getRowId?: (originalRow: TData, index: number, parent?: Row<TData>) => string;
|
|
1467
|
+
/**
|
|
1468
|
+
* Minimum height for the table container. Useful for preventing layout shifts
|
|
1469
|
+
* during pagination. The last row will have a visible bottom border even when
|
|
1470
|
+
* the container is taller than the content.
|
|
1471
|
+
* @example "400px"
|
|
1472
|
+
*/
|
|
1473
|
+
tableMinHeight?: string;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
export { UiDataTableToolbar }
|
|
1062
1477
|
|
|
1063
|
-
export declare const
|
|
1478
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1479
|
+
|
|
1480
|
+
export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1064
1481
|
|
|
1065
1482
|
export declare interface UiDropdownMenuCheckboxItemEmits {
|
|
1066
1483
|
'update:checked': [value: boolean];
|
|
@@ -1087,7 +1504,7 @@ export declare interface UiDropdownMenuCheckboxItemProps {
|
|
|
1087
1504
|
class?: HTMLAttributes['class'];
|
|
1088
1505
|
}
|
|
1089
1506
|
|
|
1090
|
-
export declare const UiDropdownMenuContent:
|
|
1507
|
+
export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1091
1508
|
|
|
1092
1509
|
export declare interface UiDropdownMenuContentEmits {
|
|
1093
1510
|
/**
|
|
@@ -1126,9 +1543,9 @@ export declare interface UiDropdownMenuEmits {
|
|
|
1126
1543
|
'update:open': [value: boolean];
|
|
1127
1544
|
}
|
|
1128
1545
|
|
|
1129
|
-
export declare const UiDropdownMenuGroup:
|
|
1546
|
+
export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1130
1547
|
|
|
1131
|
-
export declare const UiDropdownMenuItem:
|
|
1548
|
+
export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1132
1549
|
|
|
1133
1550
|
export declare interface UiDropdownMenuItemProps {
|
|
1134
1551
|
/**
|
|
@@ -1157,7 +1574,7 @@ export declare interface UiDropdownMenuItemProps {
|
|
|
1157
1574
|
class?: HTMLAttributes['class'];
|
|
1158
1575
|
}
|
|
1159
1576
|
|
|
1160
|
-
export declare const UiDropdownMenuLabel:
|
|
1577
|
+
export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1161
1578
|
|
|
1162
1579
|
export declare interface UiDropdownMenuLabelProps {
|
|
1163
1580
|
/**
|
|
@@ -1186,7 +1603,7 @@ export declare interface UiDropdownMenuProps {
|
|
|
1186
1603
|
modal?: boolean;
|
|
1187
1604
|
}
|
|
1188
1605
|
|
|
1189
|
-
export declare const UiDropdownMenuRadioGroup:
|
|
1606
|
+
export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1190
1607
|
|
|
1191
1608
|
export declare interface UiDropdownMenuRadioGroupEmits {
|
|
1192
1609
|
'update:modelValue': [value: string];
|
|
@@ -1200,7 +1617,7 @@ export declare interface UiDropdownMenuRadioGroupProps {
|
|
|
1200
1617
|
modelValue?: string;
|
|
1201
1618
|
}
|
|
1202
1619
|
|
|
1203
|
-
export declare const UiDropdownMenuRadioItem:
|
|
1620
|
+
export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1204
1621
|
|
|
1205
1622
|
export declare interface UiDropdownMenuRadioItemProps {
|
|
1206
1623
|
/**
|
|
@@ -1233,7 +1650,7 @@ export declare interface UiDropdownMenuSeparatorProps {
|
|
|
1233
1650
|
class?: HTMLAttributes['class'];
|
|
1234
1651
|
}
|
|
1235
1652
|
|
|
1236
|
-
export declare const UiDropdownMenuShortcut:
|
|
1653
|
+
export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1237
1654
|
|
|
1238
1655
|
export declare interface UiDropdownMenuShortcutProps {
|
|
1239
1656
|
/**
|
|
@@ -1242,9 +1659,9 @@ export declare interface UiDropdownMenuShortcutProps {
|
|
|
1242
1659
|
class?: HTMLAttributes['class'];
|
|
1243
1660
|
}
|
|
1244
1661
|
|
|
1245
|
-
export declare const UiDropdownMenuSub:
|
|
1662
|
+
export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1246
1663
|
|
|
1247
|
-
export declare const UiDropdownMenuSubContent:
|
|
1664
|
+
export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1248
1665
|
|
|
1249
1666
|
export declare interface UiDropdownMenuSubContentEmits {
|
|
1250
1667
|
/**
|
|
@@ -1281,7 +1698,7 @@ export declare interface UiDropdownMenuSubProps {
|
|
|
1281
1698
|
defaultOpen?: boolean;
|
|
1282
1699
|
}
|
|
1283
1700
|
|
|
1284
|
-
export declare const UiDropdownMenuSubTrigger:
|
|
1701
|
+
export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1285
1702
|
|
|
1286
1703
|
export declare interface UiDropdownMenuSubTriggerProps {
|
|
1287
1704
|
/**
|
|
@@ -1304,7 +1721,7 @@ export declare interface UiDropdownMenuSubTriggerProps {
|
|
|
1304
1721
|
class?: HTMLAttributes['class'];
|
|
1305
1722
|
}
|
|
1306
1723
|
|
|
1307
|
-
export declare const UiDropdownMenuTrigger:
|
|
1724
|
+
export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1308
1725
|
|
|
1309
1726
|
export declare interface UiDropdownMenuTriggerProps {
|
|
1310
1727
|
/**
|
|
@@ -1330,7 +1747,7 @@ export declare interface UiDropdownMenuTriggerProps {
|
|
|
1330
1747
|
class?: string;
|
|
1331
1748
|
}
|
|
1332
1749
|
|
|
1333
|
-
export declare const UiIconButton:
|
|
1750
|
+
export declare const UiIconButton: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1334
1751
|
|
|
1335
1752
|
/**
|
|
1336
1753
|
* Props for UiIconButton component.
|
|
@@ -1423,6 +1840,85 @@ export declare interface UiInputProps {
|
|
|
1423
1840
|
|
|
1424
1841
|
export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1425
1842
|
|
|
1843
|
+
export declare const UiProgress: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1844
|
+
"update:modelValue": (value: number) => any;
|
|
1845
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1846
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1847
|
+
}>, {
|
|
1848
|
+
max: number;
|
|
1849
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1850
|
+
|
|
1851
|
+
export declare type UiProgressProps = {
|
|
1852
|
+
max?: number;
|
|
1853
|
+
};
|
|
1854
|
+
|
|
1855
|
+
export declare const UiRadioGroup: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1856
|
+
|
|
1857
|
+
export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
|
|
1858
|
+
|
|
1859
|
+
export declare const UiRadioGroupItem: DefineComponent<UiRadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiRadioGroupItemProps> & Readonly<{}>, {
|
|
1860
|
+
required: boolean;
|
|
1861
|
+
asChild: boolean;
|
|
1862
|
+
disabled: boolean;
|
|
1863
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1864
|
+
|
|
1865
|
+
export declare type UiRadioGroupItemProps = UiRadioGroupSharedProps & {
|
|
1866
|
+
/**
|
|
1867
|
+
* The unique identifier for the radio item.
|
|
1868
|
+
*/
|
|
1869
|
+
id: string;
|
|
1870
|
+
/**
|
|
1871
|
+
* The value of the radio item.
|
|
1872
|
+
*/
|
|
1873
|
+
value: string;
|
|
1874
|
+
};
|
|
1875
|
+
|
|
1876
|
+
export declare type UiRadioGroupOrientation = 'vertical' | 'horizontal';
|
|
1877
|
+
|
|
1878
|
+
export declare type UiRadioGroupProps = UiRadioGroupSharedProps & {
|
|
1879
|
+
/**
|
|
1880
|
+
* The name attribute applied to the radio group.
|
|
1881
|
+
*/
|
|
1882
|
+
name: string;
|
|
1883
|
+
/**
|
|
1884
|
+
* The orientation of the radio group.
|
|
1885
|
+
* @default vertical
|
|
1886
|
+
*/
|
|
1887
|
+
orientation?: UiRadioGroupOrientation;
|
|
1888
|
+
/**
|
|
1889
|
+
* The reading direction of the radio group.
|
|
1890
|
+
* @default ltr
|
|
1891
|
+
*/
|
|
1892
|
+
dir?: UiRadioGroupDirection;
|
|
1893
|
+
/**
|
|
1894
|
+
* Whether keyboard navigation loops from last to first item.
|
|
1895
|
+
* @default true
|
|
1896
|
+
*/
|
|
1897
|
+
loop?: boolean;
|
|
1898
|
+
};
|
|
1899
|
+
|
|
1900
|
+
/**
|
|
1901
|
+
* Shared props between `UiRadioGroup` and `UiRadioGroupItem`.
|
|
1902
|
+
* Note: `name` belongs to the group only.
|
|
1903
|
+
*/
|
|
1904
|
+
export declare type UiRadioGroupSharedProps = {
|
|
1905
|
+
/**
|
|
1906
|
+
* Render as child element (merges props into slotted element instead of wrapping).
|
|
1907
|
+
* @default false
|
|
1908
|
+
*/
|
|
1909
|
+
asChild?: boolean;
|
|
1910
|
+
/**
|
|
1911
|
+
* Whether the component is disabled.
|
|
1912
|
+
* @default false
|
|
1913
|
+
*/
|
|
1914
|
+
disabled?: boolean;
|
|
1915
|
+
/**
|
|
1916
|
+
* Whether the component is required.
|
|
1917
|
+
* @default false
|
|
1918
|
+
*/
|
|
1919
|
+
required?: boolean;
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1426
1922
|
export declare const UiSpinner: DefineComponent<UiSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSpinnerProps> & Readonly<{}>, {
|
|
1427
1923
|
class: string;
|
|
1428
1924
|
ariaLabel: string;
|
|
@@ -1443,11 +1939,187 @@ export declare interface UiSpinnerProps {
|
|
|
1443
1939
|
ariaLabel?: string;
|
|
1444
1940
|
}
|
|
1445
1941
|
|
|
1942
|
+
export declare const UiSwitch: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1943
|
+
"update:modelValue": (value: boolean) => any;
|
|
1944
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1945
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1946
|
+
}>, {
|
|
1947
|
+
required: boolean;
|
|
1948
|
+
disabled: boolean;
|
|
1949
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1950
|
+
|
|
1951
|
+
export declare type UiSwitchProps = {
|
|
1952
|
+
/**
|
|
1953
|
+
* Prop to name the element
|
|
1954
|
+
*/
|
|
1955
|
+
name: string;
|
|
1956
|
+
/**
|
|
1957
|
+
* Prop to define the component as disabled, therefore blocking all user interaction with it.
|
|
1958
|
+
* @default false
|
|
1959
|
+
*/
|
|
1960
|
+
disabled?: boolean;
|
|
1961
|
+
/**
|
|
1962
|
+
* Define the element as required on a Form.
|
|
1963
|
+
* @default false
|
|
1964
|
+
*/
|
|
1965
|
+
required?: boolean;
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
export declare const UiTable: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1969
|
+
|
|
1970
|
+
export declare const UiTableBody: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1971
|
+
|
|
1972
|
+
/**
|
|
1973
|
+
* Props for UiTableBody component.
|
|
1974
|
+
* Groups the body content of a table (tbody element).
|
|
1975
|
+
*/
|
|
1976
|
+
export declare interface UiTableBodyProps {
|
|
1977
|
+
/**
|
|
1978
|
+
* Additional CSS classes to apply to the tbody element.
|
|
1979
|
+
*/
|
|
1980
|
+
class?: HTMLAttributes['class'];
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
export declare const UiTableCaption: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1984
|
+
|
|
1985
|
+
/**
|
|
1986
|
+
* Props for UiTableCaption component.
|
|
1987
|
+
* Provides a caption or title for the table.
|
|
1988
|
+
*/
|
|
1989
|
+
export declare interface UiTableCaptionProps {
|
|
1990
|
+
/**
|
|
1991
|
+
* Additional CSS classes to apply to the caption element.
|
|
1992
|
+
*/
|
|
1993
|
+
class?: HTMLAttributes['class'];
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
export declare const UiTableCell: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* Props for UiTableCell component.
|
|
2000
|
+
* Represents a data cell in the table (td element).
|
|
2001
|
+
*/
|
|
2002
|
+
export declare interface UiTableCellProps {
|
|
2003
|
+
/**
|
|
2004
|
+
* Additional CSS classes to apply to the td element.
|
|
2005
|
+
*/
|
|
2006
|
+
class?: HTMLAttributes['class'];
|
|
2007
|
+
/**
|
|
2008
|
+
* Number of columns the cell should span.
|
|
2009
|
+
*/
|
|
2010
|
+
colspan?: number;
|
|
2011
|
+
/**
|
|
2012
|
+
* Number of rows the cell should span.
|
|
2013
|
+
*/
|
|
2014
|
+
rowspan?: number;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
export declare const UiTableEmpty: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
2018
|
+
|
|
2019
|
+
/**
|
|
2020
|
+
* Props for UiTableEmpty component.
|
|
2021
|
+
* Displays an empty state message when the table has no data.
|
|
2022
|
+
*/
|
|
2023
|
+
export declare interface UiTableEmptyProps {
|
|
2024
|
+
/**
|
|
2025
|
+
* Additional CSS classes to apply to the empty state container.
|
|
2026
|
+
*/
|
|
2027
|
+
class?: HTMLAttributes['class'];
|
|
2028
|
+
/**
|
|
2029
|
+
* Number of columns the empty state should span.
|
|
2030
|
+
* Should match the total number of columns in your table.
|
|
2031
|
+
* @default 1
|
|
2032
|
+
*/
|
|
2033
|
+
colspan?: number;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
export declare const UiTableFooter: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
2037
|
+
|
|
2038
|
+
/**
|
|
2039
|
+
* Props for UiTableFooter component.
|
|
2040
|
+
* Groups the footer content of a table (tfoot element).
|
|
2041
|
+
*/
|
|
2042
|
+
export declare interface UiTableFooterProps {
|
|
2043
|
+
/**
|
|
2044
|
+
* Additional CSS classes to apply to the tfoot element.
|
|
2045
|
+
*/
|
|
2046
|
+
class?: HTMLAttributes['class'];
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
export declare const UiTableHead: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
2050
|
+
|
|
2051
|
+
export declare const UiTableHeader: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
2052
|
+
|
|
2053
|
+
/**
|
|
2054
|
+
* Props for UiTableHeader component.
|
|
2055
|
+
* Groups the header content of a table (thead element).
|
|
2056
|
+
*/
|
|
2057
|
+
export declare interface UiTableHeaderProps {
|
|
2058
|
+
/**
|
|
2059
|
+
* Additional CSS classes to apply to the thead element.
|
|
2060
|
+
*/
|
|
2061
|
+
class?: HTMLAttributes['class'];
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
/**
|
|
2065
|
+
* Props for UiTableHead component.
|
|
2066
|
+
* Represents a header cell in the table (th element).
|
|
2067
|
+
*/
|
|
2068
|
+
export declare interface UiTableHeadProps {
|
|
2069
|
+
/**
|
|
2070
|
+
* Additional CSS classes to apply to the th element.
|
|
2071
|
+
*/
|
|
2072
|
+
class?: HTMLAttributes['class'];
|
|
2073
|
+
/**
|
|
2074
|
+
* Number of columns the header cell should span.
|
|
2075
|
+
*/
|
|
2076
|
+
colspan?: number;
|
|
2077
|
+
/**
|
|
2078
|
+
* Number of rows the header cell should span.
|
|
2079
|
+
*/
|
|
2080
|
+
rowspan?: number;
|
|
2081
|
+
/**
|
|
2082
|
+
* Scope of the header cell for accessibility.
|
|
2083
|
+
* @default 'col'
|
|
2084
|
+
*/
|
|
2085
|
+
scope?: 'col' | 'row' | 'colgroup' | 'rowgroup';
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
/**
|
|
2089
|
+
* Props for UiTable component.
|
|
2090
|
+
* A responsive table container with horizontal scroll support.
|
|
2091
|
+
*/
|
|
2092
|
+
export declare interface UiTableProps {
|
|
2093
|
+
/**
|
|
2094
|
+
* Additional CSS classes to apply to the table element.
|
|
2095
|
+
*/
|
|
2096
|
+
class?: HTMLAttributes['class'];
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
export declare const UiTableRow: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
2100
|
+
|
|
2101
|
+
/**
|
|
2102
|
+
* Props for UiTableRow component.
|
|
2103
|
+
* Represents a row in the table (tr element).
|
|
2104
|
+
*/
|
|
2105
|
+
export declare interface UiTableRowProps {
|
|
2106
|
+
/**
|
|
2107
|
+
* Additional CSS classes to apply to the tr element.
|
|
2108
|
+
*/
|
|
2109
|
+
class?: HTMLAttributes['class'];
|
|
2110
|
+
/**
|
|
2111
|
+
* Whether the row is currently selected.
|
|
2112
|
+
* Sets the data-state attribute for styling.
|
|
2113
|
+
* @default false
|
|
2114
|
+
*/
|
|
2115
|
+
selected?: boolean;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
1446
2118
|
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1447
2119
|
|
|
1448
|
-
export declare const UiTextarea: DefineComponent<
|
|
2120
|
+
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1449
2121
|
"update:modelValue": (value: string) => any;
|
|
1450
|
-
}, string, PublicProps, Readonly<
|
|
2122
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1451
2123
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1452
2124
|
}>, {
|
|
1453
2125
|
placeholder: string;
|