@aleph-alpha/ui-library 1.4.0 → 1.5.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 +716 -53
- package/dist/system/lib.js +11114 -7518
- package/package.json +1 -1
package/dist/system/index.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ import { Row } from '@tanstack/vue-table';
|
|
|
20
20
|
import { ShallowUnwrapRef } from 'vue';
|
|
21
21
|
import { Table } from '@tanstack/vue-table';
|
|
22
22
|
import { today } from '@internationalized/date';
|
|
23
|
+
import { TooltipContentProps } from 'reka-ui';
|
|
24
|
+
import { TooltipProviderProps } from 'reka-ui';
|
|
25
|
+
import { TooltipRootProps } from 'reka-ui';
|
|
26
|
+
import { TooltipTriggerProps } from 'reka-ui';
|
|
23
27
|
import { default as UiDataTableColumnHeader } from './UiDataTableColumnHeader.vue';
|
|
24
28
|
import { default as UiDataTablePagination } from './UiDataTablePagination.vue';
|
|
25
29
|
import { default as UiDataTableToolbar } from './UiDataTableToolbar.vue';
|
|
@@ -199,9 +203,33 @@ disabled: boolean;
|
|
|
199
203
|
loading: boolean;
|
|
200
204
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
201
205
|
|
|
202
|
-
declare const __VLS_component_39: DefineComponent<
|
|
206
|
+
declare const __VLS_component_39: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
207
|
+
"update:open": (value: boolean) => any;
|
|
208
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
209
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
210
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
211
|
+
|
|
212
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
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>;
|
|
217
|
+
|
|
218
|
+
declare const __VLS_component_40: DefineComponent<UiPopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiPopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
219
|
+
|
|
220
|
+
declare const __VLS_component_41: DefineComponent<UiPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
221
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
222
|
+
}, string, PublicProps, Readonly<UiPopoverContentProps> & Readonly<{
|
|
223
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
224
|
+
}>, {
|
|
225
|
+
side: UiPopoverSide;
|
|
226
|
+
sideOffset: number;
|
|
227
|
+
align: UiPopoverAlign;
|
|
228
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
229
|
+
|
|
230
|
+
declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
203
231
|
"update:modelValue": (value: string) => any;
|
|
204
|
-
}, string, PublicProps, Readonly<
|
|
232
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
205
233
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
206
234
|
}>, {
|
|
207
235
|
class: HTMLAttributes["class"];
|
|
@@ -213,43 +241,127 @@ dir: UiRadioGroupDirection;
|
|
|
213
241
|
loop: boolean;
|
|
214
242
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
215
243
|
|
|
216
|
-
declare const
|
|
217
|
-
"update:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
244
|
+
declare const __VLS_component_43: DefineComponent<UiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
245
|
+
"update:open": (value: boolean) => any;
|
|
246
|
+
"update:modelValue": (value: string) => any;
|
|
247
|
+
}, string, PublicProps, Readonly<UiSelectProps> & Readonly<{
|
|
248
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
249
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
250
|
+
}>, {
|
|
251
|
+
name: string;
|
|
252
|
+
required: boolean;
|
|
253
|
+
disabled: boolean;
|
|
254
|
+
defaultOpen: boolean;
|
|
255
|
+
open: boolean;
|
|
256
|
+
dir: "ltr" | "rtl";
|
|
257
|
+
modelValue: string;
|
|
258
|
+
defaultValue: string;
|
|
259
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
260
|
+
|
|
261
|
+
declare const __VLS_component_44: DefineComponent<UiSelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectTriggerProps> & Readonly<{}>, {
|
|
262
|
+
class: HTMLAttributes["class"];
|
|
263
|
+
size: "default" | "sm";
|
|
264
|
+
ariaLabel: string;
|
|
265
|
+
disabled: boolean;
|
|
266
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
267
|
+
|
|
268
|
+
declare const __VLS_component_45: DefineComponent<UiSelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
269
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
270
|
+
pointerDownOutside: (event: Event) => any;
|
|
271
|
+
}, string, PublicProps, Readonly<UiSelectContentProps> & Readonly<{
|
|
272
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
273
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
274
|
+
}>, {
|
|
275
|
+
class: HTMLAttributes["class"];
|
|
276
|
+
side: "top" | "right" | "bottom" | "left";
|
|
277
|
+
sideOffset: number;
|
|
278
|
+
align: "start" | "center" | "end";
|
|
279
|
+
position: "item-aligned" | "popper";
|
|
280
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
281
|
+
|
|
282
|
+
declare const __VLS_component_46: DefineComponent<UiSelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectItemProps> & Readonly<{}>, {
|
|
283
|
+
class: HTMLAttributes["class"];
|
|
284
|
+
disabled: boolean;
|
|
285
|
+
textValue: string;
|
|
286
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
287
|
+
|
|
288
|
+
declare const __VLS_component_47: DefineComponent<UiSelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectValueProps> & Readonly<{}>, {
|
|
289
|
+
class: HTMLAttributes["class"];
|
|
290
|
+
placeholder: string;
|
|
291
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
292
|
+
|
|
293
|
+
declare const __VLS_component_48: DefineComponent<UiSelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectLabelProps> & Readonly<{}>, {
|
|
294
|
+
class: HTMLAttributes["class"];
|
|
295
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
296
|
+
|
|
297
|
+
declare const __VLS_component_49: DefineComponent<UiSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectGroupProps> & Readonly<{}>, {
|
|
298
|
+
class: HTMLAttributes["class"];
|
|
299
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
300
|
+
|
|
301
|
+
declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
221
302
|
|
|
222
|
-
declare const
|
|
303
|
+
declare const __VLS_component_50: DefineComponent<UiTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
223
304
|
|
|
224
|
-
declare const
|
|
305
|
+
declare const __VLS_component_51: DefineComponent<UiTableHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
225
306
|
|
|
226
|
-
declare const
|
|
307
|
+
declare const __VLS_component_52: DefineComponent<UiTableBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
227
308
|
|
|
228
|
-
declare const
|
|
309
|
+
declare const __VLS_component_53: DefineComponent<UiTableFooterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
229
310
|
|
|
230
|
-
declare const
|
|
311
|
+
declare const __VLS_component_54: DefineComponent<UiTableRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableRowProps> & Readonly<{}>, {
|
|
231
312
|
selected: boolean;
|
|
232
313
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
233
314
|
|
|
234
|
-
declare const
|
|
315
|
+
declare const __VLS_component_55: DefineComponent<UiTableHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableHeadProps> & Readonly<{}>, {
|
|
235
316
|
scope: "col" | "row" | "colgroup" | "rowgroup";
|
|
236
317
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
237
318
|
|
|
238
|
-
declare const
|
|
319
|
+
declare const __VLS_component_56: DefineComponent<UiTableCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
239
320
|
|
|
240
|
-
declare const
|
|
321
|
+
declare const __VLS_component_57: DefineComponent<UiTableCaptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableCaptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCaptionElement>;
|
|
241
322
|
|
|
242
|
-
declare const
|
|
323
|
+
declare const __VLS_component_58: DefineComponent<UiTableEmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTableEmptyProps> & Readonly<{}>, {
|
|
243
324
|
colspan: number;
|
|
244
325
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
245
326
|
|
|
246
|
-
declare const
|
|
327
|
+
declare const __VLS_component_59: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
328
|
+
"update:open": (value: boolean) => any;
|
|
329
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
330
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
331
|
+
}>, {
|
|
332
|
+
class: string;
|
|
333
|
+
disabled: boolean;
|
|
334
|
+
side: UiTooltipSides;
|
|
335
|
+
sideOffset: number;
|
|
336
|
+
align: UiTooltipAlign;
|
|
337
|
+
delayDuration: number;
|
|
338
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
339
|
+
|
|
340
|
+
declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
341
|
+
|
|
342
|
+
declare const __VLS_component_60: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
247
343
|
as: AsTag | Component;
|
|
248
344
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
249
345
|
|
|
250
|
-
declare const
|
|
346
|
+
declare const __VLS_component_61: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
347
|
+
"update:open": (value: boolean) => any;
|
|
348
|
+
}, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
349
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
350
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
251
351
|
|
|
252
|
-
declare const
|
|
352
|
+
declare const __VLS_component_62: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
353
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
354
|
+
pointerDownOutside: (event: Event) => any;
|
|
355
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
356
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
357
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
358
|
+
}>, {
|
|
359
|
+
sideOffset: number;
|
|
360
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
361
|
+
|
|
362
|
+
declare const __VLS_component_63: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
363
|
+
|
|
364
|
+
declare const __VLS_component_64: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
253
365
|
|
|
254
366
|
declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
255
367
|
openAutoFocus: (event: Event) => any;
|
|
@@ -277,24 +389,36 @@ declare type __VLS_PrettifyLocal<T> = {
|
|
|
277
389
|
|
|
278
390
|
declare type __VLS_Props = UiCalendarProps;
|
|
279
391
|
|
|
392
|
+
declare type __VLS_Props_10 = TooltipContentProps & {
|
|
393
|
+
class?: HTMLAttributes['class'];
|
|
394
|
+
};
|
|
395
|
+
|
|
280
396
|
declare type __VLS_Props_2 = UiCheckboxProps;
|
|
281
397
|
|
|
282
398
|
declare type __VLS_Props_3 = UiInputProps;
|
|
283
399
|
|
|
284
|
-
declare type __VLS_Props_4 =
|
|
400
|
+
declare type __VLS_Props_4 = UiPopoverProps;
|
|
401
|
+
|
|
402
|
+
declare type __VLS_Props_5 = UiProgressProps;
|
|
285
403
|
|
|
286
|
-
declare type
|
|
404
|
+
declare type __VLS_Props_6 = UiRadioGroupProps & {
|
|
287
405
|
class?: HTMLAttributes['class'];
|
|
288
406
|
};
|
|
289
407
|
|
|
290
|
-
declare type
|
|
408
|
+
declare type __VLS_Props_7 = UiSwitchProps;
|
|
291
409
|
|
|
292
|
-
declare type
|
|
410
|
+
declare type __VLS_Props_8 = UiTextareaProps;
|
|
411
|
+
|
|
412
|
+
declare type __VLS_Props_9 = UiTooltipProps;
|
|
293
413
|
|
|
294
414
|
declare type __VLS_PublicProps = {
|
|
295
415
|
modelValue?: boolean;
|
|
296
416
|
};
|
|
297
417
|
|
|
418
|
+
declare type __VLS_PublicProps_10 = {
|
|
419
|
+
'open'?: boolean;
|
|
420
|
+
} & __VLS_Props_9;
|
|
421
|
+
|
|
298
422
|
declare type __VLS_PublicProps_2 = {
|
|
299
423
|
modelValue?: UiCalendarProps['modelValue'];
|
|
300
424
|
'placeholder'?: UiCalendarProps['placeholder'];
|
|
@@ -309,21 +433,25 @@ declare type __VLS_PublicProps_4 = {
|
|
|
309
433
|
} & __VLS_Props_3;
|
|
310
434
|
|
|
311
435
|
declare type __VLS_PublicProps_5 = {
|
|
312
|
-
|
|
436
|
+
'open'?: boolean;
|
|
313
437
|
} & __VLS_Props_4;
|
|
314
438
|
|
|
315
439
|
declare type __VLS_PublicProps_6 = {
|
|
316
|
-
modelValue?:
|
|
440
|
+
modelValue?: number;
|
|
317
441
|
} & __VLS_Props_5;
|
|
318
442
|
|
|
319
443
|
declare type __VLS_PublicProps_7 = {
|
|
320
|
-
modelValue?:
|
|
444
|
+
modelValue?: string;
|
|
321
445
|
} & __VLS_Props_6;
|
|
322
446
|
|
|
323
447
|
declare type __VLS_PublicProps_8 = {
|
|
324
|
-
modelValue?:
|
|
448
|
+
modelValue?: boolean;
|
|
325
449
|
} & __VLS_Props_7;
|
|
326
450
|
|
|
451
|
+
declare type __VLS_PublicProps_9 = {
|
|
452
|
+
modelValue?: string;
|
|
453
|
+
} & __VLS_Props_8;
|
|
454
|
+
|
|
327
455
|
declare function __VLS_template(): {
|
|
328
456
|
attrs: Partial<{}>;
|
|
329
457
|
slots: {
|
|
@@ -648,7 +776,7 @@ declare function __VLS_template_40(): {
|
|
|
648
776
|
default?(_: {}): any;
|
|
649
777
|
};
|
|
650
778
|
refs: {};
|
|
651
|
-
rootEl:
|
|
779
|
+
rootEl: any;
|
|
652
780
|
};
|
|
653
781
|
|
|
654
782
|
declare function __VLS_template_41(): {
|
|
@@ -657,7 +785,7 @@ declare function __VLS_template_41(): {
|
|
|
657
785
|
default?(_: {}): any;
|
|
658
786
|
};
|
|
659
787
|
refs: {};
|
|
660
|
-
rootEl:
|
|
788
|
+
rootEl: any;
|
|
661
789
|
};
|
|
662
790
|
|
|
663
791
|
declare function __VLS_template_42(): {
|
|
@@ -666,7 +794,7 @@ declare function __VLS_template_42(): {
|
|
|
666
794
|
default?(_: {}): any;
|
|
667
795
|
};
|
|
668
796
|
refs: {};
|
|
669
|
-
rootEl:
|
|
797
|
+
rootEl: any;
|
|
670
798
|
};
|
|
671
799
|
|
|
672
800
|
declare function __VLS_template_43(): {
|
|
@@ -675,7 +803,7 @@ declare function __VLS_template_43(): {
|
|
|
675
803
|
default?(_: {}): any;
|
|
676
804
|
};
|
|
677
805
|
refs: {};
|
|
678
|
-
rootEl:
|
|
806
|
+
rootEl: any;
|
|
679
807
|
};
|
|
680
808
|
|
|
681
809
|
declare function __VLS_template_44(): {
|
|
@@ -684,7 +812,7 @@ declare function __VLS_template_44(): {
|
|
|
684
812
|
default?(_: {}): any;
|
|
685
813
|
};
|
|
686
814
|
refs: {};
|
|
687
|
-
rootEl:
|
|
815
|
+
rootEl: any;
|
|
688
816
|
};
|
|
689
817
|
|
|
690
818
|
declare function __VLS_template_45(): {
|
|
@@ -693,7 +821,7 @@ declare function __VLS_template_45(): {
|
|
|
693
821
|
default?(_: {}): any;
|
|
694
822
|
};
|
|
695
823
|
refs: {};
|
|
696
|
-
rootEl:
|
|
824
|
+
rootEl: any;
|
|
697
825
|
};
|
|
698
826
|
|
|
699
827
|
declare function __VLS_template_46(): {
|
|
@@ -702,7 +830,7 @@ declare function __VLS_template_46(): {
|
|
|
702
830
|
default?(_: {}): any;
|
|
703
831
|
};
|
|
704
832
|
refs: {};
|
|
705
|
-
rootEl:
|
|
833
|
+
rootEl: any;
|
|
706
834
|
};
|
|
707
835
|
|
|
708
836
|
declare function __VLS_template_47(): {
|
|
@@ -711,7 +839,7 @@ declare function __VLS_template_47(): {
|
|
|
711
839
|
default?(_: {}): any;
|
|
712
840
|
};
|
|
713
841
|
refs: {};
|
|
714
|
-
rootEl:
|
|
842
|
+
rootEl: any;
|
|
715
843
|
};
|
|
716
844
|
|
|
717
845
|
declare function __VLS_template_48(): {
|
|
@@ -720,7 +848,7 @@ declare function __VLS_template_48(): {
|
|
|
720
848
|
default?(_: {}): any;
|
|
721
849
|
};
|
|
722
850
|
refs: {};
|
|
723
|
-
rootEl:
|
|
851
|
+
rootEl: any;
|
|
724
852
|
};
|
|
725
853
|
|
|
726
854
|
declare function __VLS_template_49(): {
|
|
@@ -741,6 +869,96 @@ declare function __VLS_template_5(): {
|
|
|
741
869
|
rootEl: any;
|
|
742
870
|
};
|
|
743
871
|
|
|
872
|
+
declare function __VLS_template_50(): {
|
|
873
|
+
attrs: Partial<{}>;
|
|
874
|
+
slots: {
|
|
875
|
+
default?(_: {}): any;
|
|
876
|
+
};
|
|
877
|
+
refs: {};
|
|
878
|
+
rootEl: HTMLDivElement;
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
declare function __VLS_template_51(): {
|
|
882
|
+
attrs: Partial<{}>;
|
|
883
|
+
slots: {
|
|
884
|
+
default?(_: {}): any;
|
|
885
|
+
};
|
|
886
|
+
refs: {};
|
|
887
|
+
rootEl: HTMLTableSectionElement;
|
|
888
|
+
};
|
|
889
|
+
|
|
890
|
+
declare function __VLS_template_52(): {
|
|
891
|
+
attrs: Partial<{}>;
|
|
892
|
+
slots: {
|
|
893
|
+
default?(_: {}): any;
|
|
894
|
+
};
|
|
895
|
+
refs: {};
|
|
896
|
+
rootEl: HTMLTableSectionElement;
|
|
897
|
+
};
|
|
898
|
+
|
|
899
|
+
declare function __VLS_template_53(): {
|
|
900
|
+
attrs: Partial<{}>;
|
|
901
|
+
slots: {
|
|
902
|
+
default?(_: {}): any;
|
|
903
|
+
};
|
|
904
|
+
refs: {};
|
|
905
|
+
rootEl: HTMLTableSectionElement;
|
|
906
|
+
};
|
|
907
|
+
|
|
908
|
+
declare function __VLS_template_54(): {
|
|
909
|
+
attrs: Partial<{}>;
|
|
910
|
+
slots: {
|
|
911
|
+
default?(_: {}): any;
|
|
912
|
+
};
|
|
913
|
+
refs: {};
|
|
914
|
+
rootEl: HTMLTableRowElement;
|
|
915
|
+
};
|
|
916
|
+
|
|
917
|
+
declare function __VLS_template_55(): {
|
|
918
|
+
attrs: Partial<{}>;
|
|
919
|
+
slots: {
|
|
920
|
+
default?(_: {}): any;
|
|
921
|
+
};
|
|
922
|
+
refs: {};
|
|
923
|
+
rootEl: HTMLTableCellElement;
|
|
924
|
+
};
|
|
925
|
+
|
|
926
|
+
declare function __VLS_template_56(): {
|
|
927
|
+
attrs: Partial<{}>;
|
|
928
|
+
slots: {
|
|
929
|
+
default?(_: {}): any;
|
|
930
|
+
};
|
|
931
|
+
refs: {};
|
|
932
|
+
rootEl: HTMLTableCellElement;
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
declare function __VLS_template_57(): {
|
|
936
|
+
attrs: Partial<{}>;
|
|
937
|
+
slots: {
|
|
938
|
+
default?(_: {}): any;
|
|
939
|
+
};
|
|
940
|
+
refs: {};
|
|
941
|
+
rootEl: HTMLTableCaptionElement;
|
|
942
|
+
};
|
|
943
|
+
|
|
944
|
+
declare function __VLS_template_58(): {
|
|
945
|
+
attrs: Partial<{}>;
|
|
946
|
+
slots: {
|
|
947
|
+
default?(_: {}): any;
|
|
948
|
+
};
|
|
949
|
+
refs: {};
|
|
950
|
+
rootEl: HTMLTableRowElement;
|
|
951
|
+
};
|
|
952
|
+
|
|
953
|
+
declare function __VLS_template_59(): {
|
|
954
|
+
attrs: Partial<{}>;
|
|
955
|
+
slots: {
|
|
956
|
+
default?(_: {}): any;
|
|
957
|
+
};
|
|
958
|
+
refs: {};
|
|
959
|
+
rootEl: any;
|
|
960
|
+
};
|
|
961
|
+
|
|
744
962
|
declare function __VLS_template_6(): {
|
|
745
963
|
attrs: Partial<{}>;
|
|
746
964
|
slots: {
|
|
@@ -750,6 +968,51 @@ declare function __VLS_template_6(): {
|
|
|
750
968
|
rootEl: any;
|
|
751
969
|
};
|
|
752
970
|
|
|
971
|
+
declare function __VLS_template_60(): {
|
|
972
|
+
attrs: Partial<{}>;
|
|
973
|
+
slots: {
|
|
974
|
+
default?(_: {}): any;
|
|
975
|
+
};
|
|
976
|
+
refs: {};
|
|
977
|
+
rootEl: any;
|
|
978
|
+
};
|
|
979
|
+
|
|
980
|
+
declare function __VLS_template_61(): {
|
|
981
|
+
attrs: Partial<{}>;
|
|
982
|
+
slots: {
|
|
983
|
+
default?(_: {}): any;
|
|
984
|
+
};
|
|
985
|
+
refs: {};
|
|
986
|
+
rootEl: any;
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
declare function __VLS_template_62(): {
|
|
990
|
+
attrs: Partial<{}>;
|
|
991
|
+
slots: {
|
|
992
|
+
default?(_: {}): any;
|
|
993
|
+
};
|
|
994
|
+
refs: {};
|
|
995
|
+
rootEl: any;
|
|
996
|
+
};
|
|
997
|
+
|
|
998
|
+
declare function __VLS_template_63(): {
|
|
999
|
+
attrs: Partial<{}>;
|
|
1000
|
+
slots: {
|
|
1001
|
+
default?(_: {}): any;
|
|
1002
|
+
};
|
|
1003
|
+
refs: {};
|
|
1004
|
+
rootEl: any;
|
|
1005
|
+
};
|
|
1006
|
+
|
|
1007
|
+
declare function __VLS_template_64(): {
|
|
1008
|
+
attrs: Partial<{}>;
|
|
1009
|
+
slots: {
|
|
1010
|
+
default?(_: {}): any;
|
|
1011
|
+
};
|
|
1012
|
+
refs: {};
|
|
1013
|
+
rootEl: any;
|
|
1014
|
+
};
|
|
1015
|
+
|
|
753
1016
|
declare function __VLS_template_7(): {
|
|
754
1017
|
attrs: Partial<{}>;
|
|
755
1018
|
slots: {
|
|
@@ -867,8 +1130,38 @@ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
|
|
|
867
1130
|
|
|
868
1131
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
869
1132
|
|
|
1133
|
+
declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
|
|
1134
|
+
|
|
1135
|
+
declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
|
|
1136
|
+
|
|
1137
|
+
declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
|
|
1138
|
+
|
|
1139
|
+
declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
|
|
1140
|
+
|
|
1141
|
+
declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
|
|
1142
|
+
|
|
1143
|
+
declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
|
|
1144
|
+
|
|
1145
|
+
declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
|
|
1146
|
+
|
|
1147
|
+
declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
|
|
1148
|
+
|
|
1149
|
+
declare type __VLS_TemplateResult_58 = ReturnType<typeof __VLS_template_58>;
|
|
1150
|
+
|
|
1151
|
+
declare type __VLS_TemplateResult_59 = ReturnType<typeof __VLS_template_59>;
|
|
1152
|
+
|
|
870
1153
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
871
1154
|
|
|
1155
|
+
declare type __VLS_TemplateResult_60 = ReturnType<typeof __VLS_template_60>;
|
|
1156
|
+
|
|
1157
|
+
declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
|
|
1158
|
+
|
|
1159
|
+
declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
|
|
1160
|
+
|
|
1161
|
+
declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
|
|
1162
|
+
|
|
1163
|
+
declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
|
|
1164
|
+
|
|
872
1165
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
873
1166
|
|
|
874
1167
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -1145,12 +1438,102 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
|
1145
1438
|
};
|
|
1146
1439
|
};
|
|
1147
1440
|
|
|
1441
|
+
declare type __VLS_WithTemplateSlots_50<T, S> = T & {
|
|
1442
|
+
new (): {
|
|
1443
|
+
$slots: S;
|
|
1444
|
+
};
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1447
|
+
declare type __VLS_WithTemplateSlots_51<T, S> = T & {
|
|
1448
|
+
new (): {
|
|
1449
|
+
$slots: S;
|
|
1450
|
+
};
|
|
1451
|
+
};
|
|
1452
|
+
|
|
1453
|
+
declare type __VLS_WithTemplateSlots_52<T, S> = T & {
|
|
1454
|
+
new (): {
|
|
1455
|
+
$slots: S;
|
|
1456
|
+
};
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
declare type __VLS_WithTemplateSlots_53<T, S> = T & {
|
|
1460
|
+
new (): {
|
|
1461
|
+
$slots: S;
|
|
1462
|
+
};
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
declare type __VLS_WithTemplateSlots_54<T, S> = T & {
|
|
1466
|
+
new (): {
|
|
1467
|
+
$slots: S;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
|
|
1471
|
+
declare type __VLS_WithTemplateSlots_55<T, S> = T & {
|
|
1472
|
+
new (): {
|
|
1473
|
+
$slots: S;
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
|
|
1477
|
+
declare type __VLS_WithTemplateSlots_56<T, S> = T & {
|
|
1478
|
+
new (): {
|
|
1479
|
+
$slots: S;
|
|
1480
|
+
};
|
|
1481
|
+
};
|
|
1482
|
+
|
|
1483
|
+
declare type __VLS_WithTemplateSlots_57<T, S> = T & {
|
|
1484
|
+
new (): {
|
|
1485
|
+
$slots: S;
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
declare type __VLS_WithTemplateSlots_58<T, S> = T & {
|
|
1490
|
+
new (): {
|
|
1491
|
+
$slots: S;
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
|
|
1495
|
+
declare type __VLS_WithTemplateSlots_59<T, S> = T & {
|
|
1496
|
+
new (): {
|
|
1497
|
+
$slots: S;
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1500
|
+
|
|
1148
1501
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1149
1502
|
new (): {
|
|
1150
1503
|
$slots: S;
|
|
1151
1504
|
};
|
|
1152
1505
|
};
|
|
1153
1506
|
|
|
1507
|
+
declare type __VLS_WithTemplateSlots_60<T, S> = T & {
|
|
1508
|
+
new (): {
|
|
1509
|
+
$slots: S;
|
|
1510
|
+
};
|
|
1511
|
+
};
|
|
1512
|
+
|
|
1513
|
+
declare type __VLS_WithTemplateSlots_61<T, S> = T & {
|
|
1514
|
+
new (): {
|
|
1515
|
+
$slots: S;
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1518
|
+
|
|
1519
|
+
declare type __VLS_WithTemplateSlots_62<T, S> = T & {
|
|
1520
|
+
new (): {
|
|
1521
|
+
$slots: S;
|
|
1522
|
+
};
|
|
1523
|
+
};
|
|
1524
|
+
|
|
1525
|
+
declare type __VLS_WithTemplateSlots_63<T, S> = T & {
|
|
1526
|
+
new (): {
|
|
1527
|
+
$slots: S;
|
|
1528
|
+
};
|
|
1529
|
+
};
|
|
1530
|
+
|
|
1531
|
+
declare type __VLS_WithTemplateSlots_64<T, S> = T & {
|
|
1532
|
+
new (): {
|
|
1533
|
+
$slots: S;
|
|
1534
|
+
};
|
|
1535
|
+
};
|
|
1536
|
+
|
|
1154
1537
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1155
1538
|
new (): {
|
|
1156
1539
|
$slots: S;
|
|
@@ -1169,7 +1552,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1169
1552
|
};
|
|
1170
1553
|
};
|
|
1171
1554
|
|
|
1172
|
-
export declare const Button:
|
|
1555
|
+
export declare const Button: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
1173
1556
|
|
|
1174
1557
|
export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
1175
1558
|
|
|
@@ -1269,6 +1652,14 @@ export declare interface ToolbarLabels {
|
|
|
1269
1652
|
filterByColumn?: (column: string) => string;
|
|
1270
1653
|
}
|
|
1271
1654
|
|
|
1655
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
1656
|
+
|
|
1657
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
1658
|
+
|
|
1659
|
+
export declare const TooltipProvider: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
1660
|
+
|
|
1661
|
+
export declare const TooltipTrigger: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
1662
|
+
|
|
1272
1663
|
export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1273
1664
|
|
|
1274
1665
|
export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
@@ -2193,9 +2584,101 @@ export declare interface UiInputProps {
|
|
|
2193
2584
|
|
|
2194
2585
|
export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2195
2586
|
|
|
2196
|
-
export declare const
|
|
2587
|
+
export declare const UiPopover: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
2588
|
+
|
|
2589
|
+
export declare type UiPopoverAlign = 'start' | 'center' | 'end';
|
|
2590
|
+
|
|
2591
|
+
export declare const UiPopoverContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
2592
|
+
|
|
2593
|
+
export declare interface UiPopoverContentEmits {
|
|
2594
|
+
/**
|
|
2595
|
+
* Event emitted when the escape key is pressed.
|
|
2596
|
+
* Can be used to prevent closing or add custom behavior.
|
|
2597
|
+
*/
|
|
2598
|
+
(e: 'escapeKeyDown', event: KeyboardEvent): void;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
export declare interface UiPopoverContentProps {
|
|
2602
|
+
/**
|
|
2603
|
+
* The preferred side of the trigger to render against when open.
|
|
2604
|
+
* @default 'bottom'
|
|
2605
|
+
*/
|
|
2606
|
+
side?: UiPopoverSide;
|
|
2607
|
+
/**
|
|
2608
|
+
* The distance in pixels from the trigger.
|
|
2609
|
+
* @default 4
|
|
2610
|
+
*/
|
|
2611
|
+
sideOffset?: number;
|
|
2612
|
+
/**
|
|
2613
|
+
* The preferred alignment against the trigger.
|
|
2614
|
+
* @default 'center'
|
|
2615
|
+
*/
|
|
2616
|
+
align?: UiPopoverAlign;
|
|
2617
|
+
/**
|
|
2618
|
+
* Additional CSS classes to apply to the content container.
|
|
2619
|
+
*/
|
|
2620
|
+
class?: HTMLAttributes['class'];
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
/**
|
|
2624
|
+
* Props for `UiPopover` component.
|
|
2625
|
+
*/
|
|
2626
|
+
export declare interface UiPopoverProps {
|
|
2627
|
+
/**
|
|
2628
|
+
* The controlled open state of the popover.
|
|
2629
|
+
* - Omit for uncontrolled mode (component manages state internally)
|
|
2630
|
+
* - Use `v-model:open` for controlled mode
|
|
2631
|
+
* @example
|
|
2632
|
+
* ```vue
|
|
2633
|
+
* <!-- Uncontrolled (component manages state) -->
|
|
2634
|
+
* <UiPopover>...</UiPopover>
|
|
2635
|
+
*
|
|
2636
|
+
* <!-- Controlled (parent manages state) -->
|
|
2637
|
+
* <UiPopover v-model:open="isOpen">...</UiPopover>
|
|
2638
|
+
* ```
|
|
2639
|
+
*/
|
|
2640
|
+
open?: boolean;
|
|
2641
|
+
/**
|
|
2642
|
+
* The modality of the popover.
|
|
2643
|
+
*
|
|
2644
|
+
* When set to `true`:
|
|
2645
|
+
* - Interaction with outside elements is disabled (outside clicks won't trigger underlying UI)
|
|
2646
|
+
* - Focus is trapped within the popover while open
|
|
2647
|
+
* - Only popover content is visible to screen readers
|
|
2648
|
+
*
|
|
2649
|
+
* Note: The popover is still **dismissed on outside click**. `modal` controls outside interaction,
|
|
2650
|
+
* not whether the popover closes.
|
|
2651
|
+
* @default false
|
|
2652
|
+
*/
|
|
2653
|
+
modal?: boolean;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
export declare type UiPopoverSide = 'top' | 'right' | 'bottom' | 'left';
|
|
2657
|
+
|
|
2658
|
+
export declare const UiPopoverTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
2659
|
+
|
|
2660
|
+
export declare interface UiPopoverTriggerProps {
|
|
2661
|
+
/**
|
|
2662
|
+
* Accessible label for the trigger button.
|
|
2663
|
+
* **REQUIRED** when trigger contains only icons or images (no visible text).
|
|
2664
|
+
* Applied as `aria-label` attribute.
|
|
2665
|
+
*/
|
|
2666
|
+
ariaLabel?: string;
|
|
2667
|
+
/**
|
|
2668
|
+
* Render as child element (merges props into slotted element instead of wrapping).
|
|
2669
|
+
* Set to `true` when using custom button components like `UiButton` or `UiIconButton`.
|
|
2670
|
+
* @default false
|
|
2671
|
+
*/
|
|
2672
|
+
asChild?: boolean;
|
|
2673
|
+
/**
|
|
2674
|
+
* Additional CSS classes to apply to the trigger.
|
|
2675
|
+
*/
|
|
2676
|
+
class?: HTMLAttributes['class'];
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
export declare const UiProgress: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2197
2680
|
"update:modelValue": (value: number) => any;
|
|
2198
|
-
}, string, PublicProps, Readonly<
|
|
2681
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
2199
2682
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2200
2683
|
}>, {
|
|
2201
2684
|
max: number;
|
|
@@ -2205,7 +2688,7 @@ export declare type UiProgressProps = {
|
|
|
2205
2688
|
max?: number;
|
|
2206
2689
|
};
|
|
2207
2690
|
|
|
2208
|
-
export declare const UiRadioGroup:
|
|
2691
|
+
export declare const UiRadioGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
2209
2692
|
|
|
2210
2693
|
export declare type UiRadioGroupDirection = 'ltr' | 'rtl';
|
|
2211
2694
|
|
|
@@ -2272,6 +2755,144 @@ export declare type UiRadioGroupSharedProps = {
|
|
|
2272
2755
|
required?: boolean;
|
|
2273
2756
|
};
|
|
2274
2757
|
|
|
2758
|
+
export declare const UiSelect: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
2759
|
+
|
|
2760
|
+
export declare const UiSelectContent: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
2761
|
+
|
|
2762
|
+
/**
|
|
2763
|
+
* Emits for the UiSelectContent component.
|
|
2764
|
+
*/
|
|
2765
|
+
export declare type UiSelectContentEmits = {
|
|
2766
|
+
/** Emitted when the Escape key is pressed. */
|
|
2767
|
+
(e: 'escapeKeyDown', event: KeyboardEvent): void;
|
|
2768
|
+
/** Emitted when a pointer down event occurs outside the content. */
|
|
2769
|
+
(e: 'pointerDownOutside', event: Event): void;
|
|
2770
|
+
};
|
|
2771
|
+
|
|
2772
|
+
/**
|
|
2773
|
+
* Props for the UiSelectContent component.
|
|
2774
|
+
*/
|
|
2775
|
+
export declare type UiSelectContentProps = {
|
|
2776
|
+
/** Preferred side of the trigger. */
|
|
2777
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
2778
|
+
/** Distance from the trigger in pixels. */
|
|
2779
|
+
sideOffset?: number;
|
|
2780
|
+
/** Alignment against the trigger. */
|
|
2781
|
+
align?: 'start' | 'center' | 'end';
|
|
2782
|
+
/** Positioning mode. */
|
|
2783
|
+
position?: 'item-aligned' | 'popper';
|
|
2784
|
+
/** Additional CSS classes to apply. */
|
|
2785
|
+
class?: HTMLAttributes['class'];
|
|
2786
|
+
};
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* Emits for the UiSelect root component.
|
|
2790
|
+
*/
|
|
2791
|
+
export declare type UiSelectEmits = {
|
|
2792
|
+
/** Emitted when the selected value changes. */
|
|
2793
|
+
'update:modelValue': [value: string];
|
|
2794
|
+
/** Emitted when the open state changes. */
|
|
2795
|
+
'update:open': [value: boolean];
|
|
2796
|
+
};
|
|
2797
|
+
|
|
2798
|
+
export declare const UiSelectGroup: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
2799
|
+
|
|
2800
|
+
/**
|
|
2801
|
+
* Props for the UiSelectGroup component.
|
|
2802
|
+
*/
|
|
2803
|
+
export declare type UiSelectGroupProps = {
|
|
2804
|
+
/** Additional CSS classes to apply. */
|
|
2805
|
+
class?: HTMLAttributes['class'];
|
|
2806
|
+
};
|
|
2807
|
+
|
|
2808
|
+
export declare const UiSelectItem: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
2809
|
+
|
|
2810
|
+
/**
|
|
2811
|
+
* Props for the UiSelectItem component.
|
|
2812
|
+
*/
|
|
2813
|
+
export declare type UiSelectItemProps = {
|
|
2814
|
+
/** Unique value of the item (required). */
|
|
2815
|
+
value: string;
|
|
2816
|
+
/** Whether the item is disabled. */
|
|
2817
|
+
disabled?: boolean;
|
|
2818
|
+
/** Text for typeahead purposes. */
|
|
2819
|
+
textValue?: string;
|
|
2820
|
+
/** Additional CSS classes to apply. */
|
|
2821
|
+
class?: HTMLAttributes['class'];
|
|
2822
|
+
};
|
|
2823
|
+
|
|
2824
|
+
export declare const UiSelectLabel: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2825
|
+
|
|
2826
|
+
/**
|
|
2827
|
+
* Props for the UiSelectLabel component.
|
|
2828
|
+
*/
|
|
2829
|
+
export declare type UiSelectLabelProps = {
|
|
2830
|
+
/** Additional CSS classes to apply. */
|
|
2831
|
+
class?: HTMLAttributes['class'];
|
|
2832
|
+
};
|
|
2833
|
+
|
|
2834
|
+
/**
|
|
2835
|
+
* Props for the UiSelect root component.
|
|
2836
|
+
*/
|
|
2837
|
+
export declare type UiSelectProps = {
|
|
2838
|
+
/** The controlled value of the select. */
|
|
2839
|
+
modelValue?: string;
|
|
2840
|
+
/** The value when initially rendered (uncontrolled). */
|
|
2841
|
+
defaultValue?: string;
|
|
2842
|
+
/** Whether the select is open by default. */
|
|
2843
|
+
defaultOpen?: boolean;
|
|
2844
|
+
/** Controlled open state. */
|
|
2845
|
+
open?: boolean;
|
|
2846
|
+
/** Whether the select is disabled. */
|
|
2847
|
+
disabled?: boolean;
|
|
2848
|
+
/** Whether the select is required in a form. */
|
|
2849
|
+
required?: boolean;
|
|
2850
|
+
/** The name for form submission. */
|
|
2851
|
+
name?: string;
|
|
2852
|
+
/** Reading direction. */
|
|
2853
|
+
dir?: 'ltr' | 'rtl';
|
|
2854
|
+
};
|
|
2855
|
+
|
|
2856
|
+
export declare const UiSelectSeparator: DefineComponent<UiSelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSelectSeparatorProps> & Readonly<{}>, {
|
|
2857
|
+
class: HTMLAttributes["class"];
|
|
2858
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* Props for the UiSelectSeparator component.
|
|
2862
|
+
*/
|
|
2863
|
+
export declare type UiSelectSeparatorProps = {
|
|
2864
|
+
/** Additional CSS classes to apply. */
|
|
2865
|
+
class?: HTMLAttributes['class'];
|
|
2866
|
+
};
|
|
2867
|
+
|
|
2868
|
+
export declare const UiSelectTrigger: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
2869
|
+
|
|
2870
|
+
/**
|
|
2871
|
+
* Props for the UiSelectTrigger component.
|
|
2872
|
+
*/
|
|
2873
|
+
export declare type UiSelectTriggerProps = {
|
|
2874
|
+
/** Accessible label for icon-only triggers. */
|
|
2875
|
+
ariaLabel?: string;
|
|
2876
|
+
/** Whether the trigger is disabled. */
|
|
2877
|
+
disabled?: boolean;
|
|
2878
|
+
/** Size of the trigger. */
|
|
2879
|
+
size?: 'default' | 'sm';
|
|
2880
|
+
/** Additional CSS classes to apply. */
|
|
2881
|
+
class?: HTMLAttributes['class'];
|
|
2882
|
+
};
|
|
2883
|
+
|
|
2884
|
+
export declare const UiSelectValue: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
2885
|
+
|
|
2886
|
+
/**
|
|
2887
|
+
* Props for the UiSelectValue component.
|
|
2888
|
+
*/
|
|
2889
|
+
export declare type UiSelectValueProps = {
|
|
2890
|
+
/** Placeholder when no value is selected. */
|
|
2891
|
+
placeholder?: string;
|
|
2892
|
+
/** Additional CSS classes to apply. */
|
|
2893
|
+
class?: HTMLAttributes['class'];
|
|
2894
|
+
};
|
|
2895
|
+
|
|
2275
2896
|
export declare const UiSpinner: DefineComponent<UiSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSpinnerProps> & Readonly<{}>, {
|
|
2276
2897
|
class: string;
|
|
2277
2898
|
ariaLabel: string;
|
|
@@ -2292,9 +2913,9 @@ export declare interface UiSpinnerProps {
|
|
|
2292
2913
|
ariaLabel?: string;
|
|
2293
2914
|
}
|
|
2294
2915
|
|
|
2295
|
-
export declare const UiSwitch: DefineComponent<
|
|
2916
|
+
export declare const UiSwitch: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2296
2917
|
"update:modelValue": (value: boolean) => any;
|
|
2297
|
-
}, string, PublicProps, Readonly<
|
|
2918
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
2298
2919
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2299
2920
|
}>, {
|
|
2300
2921
|
required: boolean;
|
|
@@ -2318,9 +2939,9 @@ export declare type UiSwitchProps = {
|
|
|
2318
2939
|
required?: boolean;
|
|
2319
2940
|
};
|
|
2320
2941
|
|
|
2321
|
-
export declare const UiTable:
|
|
2942
|
+
export declare const UiTable: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2322
2943
|
|
|
2323
|
-
export declare const UiTableBody:
|
|
2944
|
+
export declare const UiTableBody: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2324
2945
|
|
|
2325
2946
|
/**
|
|
2326
2947
|
* Props for UiTableBody component.
|
|
@@ -2333,7 +2954,7 @@ export declare interface UiTableBodyProps {
|
|
|
2333
2954
|
class?: HTMLAttributes['class'];
|
|
2334
2955
|
}
|
|
2335
2956
|
|
|
2336
|
-
export declare const UiTableCaption:
|
|
2957
|
+
export declare const UiTableCaption: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2337
2958
|
|
|
2338
2959
|
/**
|
|
2339
2960
|
* Props for UiTableCaption component.
|
|
@@ -2346,7 +2967,7 @@ export declare interface UiTableCaptionProps {
|
|
|
2346
2967
|
class?: HTMLAttributes['class'];
|
|
2347
2968
|
}
|
|
2348
2969
|
|
|
2349
|
-
export declare const UiTableCell:
|
|
2970
|
+
export declare const UiTableCell: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2350
2971
|
|
|
2351
2972
|
/**
|
|
2352
2973
|
* Props for UiTableCell component.
|
|
@@ -2367,7 +2988,7 @@ export declare interface UiTableCellProps {
|
|
|
2367
2988
|
rowspan?: number;
|
|
2368
2989
|
}
|
|
2369
2990
|
|
|
2370
|
-
export declare const UiTableEmpty:
|
|
2991
|
+
export declare const UiTableEmpty: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2371
2992
|
|
|
2372
2993
|
/**
|
|
2373
2994
|
* Props for UiTableEmpty component.
|
|
@@ -2386,7 +3007,7 @@ export declare interface UiTableEmptyProps {
|
|
|
2386
3007
|
colspan?: number;
|
|
2387
3008
|
}
|
|
2388
3009
|
|
|
2389
|
-
export declare const UiTableFooter:
|
|
3010
|
+
export declare const UiTableFooter: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2390
3011
|
|
|
2391
3012
|
/**
|
|
2392
3013
|
* Props for UiTableFooter component.
|
|
@@ -2399,9 +3020,9 @@ export declare interface UiTableFooterProps {
|
|
|
2399
3020
|
class?: HTMLAttributes['class'];
|
|
2400
3021
|
}
|
|
2401
3022
|
|
|
2402
|
-
export declare const UiTableHead:
|
|
3023
|
+
export declare const UiTableHead: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2403
3024
|
|
|
2404
|
-
export declare const UiTableHeader:
|
|
3025
|
+
export declare const UiTableHeader: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2405
3026
|
|
|
2406
3027
|
/**
|
|
2407
3028
|
* Props for UiTableHeader component.
|
|
@@ -2449,7 +3070,7 @@ export declare interface UiTableProps {
|
|
|
2449
3070
|
class?: HTMLAttributes['class'];
|
|
2450
3071
|
}
|
|
2451
3072
|
|
|
2452
|
-
export declare const UiTableRow:
|
|
3073
|
+
export declare const UiTableRow: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2453
3074
|
|
|
2454
3075
|
/**
|
|
2455
3076
|
* Props for UiTableRow component.
|
|
@@ -2470,9 +3091,9 @@ export declare interface UiTableRowProps {
|
|
|
2470
3091
|
|
|
2471
3092
|
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2472
3093
|
|
|
2473
|
-
export declare const UiTextarea: DefineComponent<
|
|
3094
|
+
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2474
3095
|
"update:modelValue": (value: string) => any;
|
|
2475
|
-
}, string, PublicProps, Readonly<
|
|
3096
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
2476
3097
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2477
3098
|
}>, {
|
|
2478
3099
|
placeholder: string;
|
|
@@ -2504,4 +3125,46 @@ export declare interface UiTextareaProps {
|
|
|
2504
3125
|
required?: boolean;
|
|
2505
3126
|
}
|
|
2506
3127
|
|
|
3128
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3129
|
+
|
|
3130
|
+
export declare type UiTooltipAlign = 'start' | 'center' | 'end';
|
|
3131
|
+
|
|
3132
|
+
export declare interface UiTooltipProps {
|
|
3133
|
+
/**
|
|
3134
|
+
* The text content to display in the tooltip.
|
|
3135
|
+
*/
|
|
3136
|
+
content: string;
|
|
3137
|
+
/**
|
|
3138
|
+
* The side of the trigger where the tooltip should appear.
|
|
3139
|
+
* @default 'top'
|
|
3140
|
+
*/
|
|
3141
|
+
side?: UiTooltipSides;
|
|
3142
|
+
/**
|
|
3143
|
+
* The distance in pixels from the trigger.
|
|
3144
|
+
* @default 4
|
|
3145
|
+
*/
|
|
3146
|
+
sideOffset?: number;
|
|
3147
|
+
/**
|
|
3148
|
+
* The preferred alignment against the trigger.
|
|
3149
|
+
* @default 'center'
|
|
3150
|
+
*/
|
|
3151
|
+
align?: UiTooltipAlign;
|
|
3152
|
+
/**
|
|
3153
|
+
* Additional CSS classes to apply to the tooltip content.
|
|
3154
|
+
*/
|
|
3155
|
+
class?: string;
|
|
3156
|
+
/**
|
|
3157
|
+
* The duration from when the pointer enters the trigger until the tooltip opens.
|
|
3158
|
+
* @default 500
|
|
3159
|
+
*/
|
|
3160
|
+
delayDuration?: number;
|
|
3161
|
+
/**
|
|
3162
|
+
* Prevents the tooltip from opening.
|
|
3163
|
+
* @default false
|
|
3164
|
+
*/
|
|
3165
|
+
disabled?: boolean;
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
export declare type UiTooltipSides = 'top' | 'right' | 'bottom' | 'left';
|
|
3169
|
+
|
|
2507
3170
|
export { }
|