@aleph-alpha/ui-library 1.5.0 → 1.6.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 +295 -26
- package/dist/system/lib.js +3920 -3441
- package/package.json +1 -1
package/dist/system/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ import { ReuseTemplateComponent } from '@vueuse/core';
|
|
|
19
19
|
import { Row } from '@tanstack/vue-table';
|
|
20
20
|
import { ShallowUnwrapRef } from 'vue';
|
|
21
21
|
import { Table } from '@tanstack/vue-table';
|
|
22
|
+
import { TabsContentProps } from 'reka-ui';
|
|
23
|
+
import { TabsListProps } from 'reka-ui';
|
|
24
|
+
import { TabsRootProps } from 'reka-ui';
|
|
25
|
+
import { TabsTriggerProps } from 'reka-ui';
|
|
22
26
|
import { today } from '@internationalized/date';
|
|
23
27
|
import { TooltipContentProps } from 'reka-ui';
|
|
24
28
|
import { TooltipProviderProps } from 'reka-ui';
|
|
@@ -324,7 +328,21 @@ declare const __VLS_component_58: DefineComponent<UiTableEmptyProps, {}, {}, {},
|
|
|
324
328
|
colspan: number;
|
|
325
329
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
326
330
|
|
|
327
|
-
declare const __VLS_component_59: DefineComponent<
|
|
331
|
+
declare const __VLS_component_59: DefineComponent<UiTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
332
|
+
"update:modelValue": (value: string) => any;
|
|
333
|
+
}, string, PublicProps, Readonly<UiTabsProps> & Readonly<{
|
|
334
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
335
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
336
|
+
|
|
337
|
+
declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
338
|
+
|
|
339
|
+
declare const __VLS_component_60: DefineComponent<UiTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
340
|
+
|
|
341
|
+
declare const __VLS_component_61: DefineComponent<UiTabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
342
|
+
|
|
343
|
+
declare const __VLS_component_62: DefineComponent<UiTabsContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
344
|
+
|
|
345
|
+
declare const __VLS_component_63: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
328
346
|
"update:open": (value: boolean) => any;
|
|
329
347
|
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
330
348
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -337,31 +355,27 @@ align: UiTooltipAlign;
|
|
|
337
355
|
delayDuration: number;
|
|
338
356
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
339
357
|
|
|
340
|
-
declare const
|
|
341
|
-
|
|
342
|
-
declare const __VLS_component_60: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
358
|
+
declare const __VLS_component_64: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
343
359
|
as: AsTag | Component;
|
|
344
360
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
345
361
|
|
|
346
|
-
declare const
|
|
347
|
-
"update:
|
|
348
|
-
}, string, PublicProps, Readonly<
|
|
349
|
-
"onUpdate:
|
|
362
|
+
declare const __VLS_component_65: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
363
|
+
"update:modelValue": (payload: string | number) => any;
|
|
364
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
365
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
350
366
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
351
367
|
|
|
352
|
-
declare const
|
|
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>;
|
|
368
|
+
declare const __VLS_component_66: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
361
369
|
|
|
362
|
-
declare const
|
|
370
|
+
declare const __VLS_component_67: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
363
371
|
|
|
364
|
-
declare const
|
|
372
|
+
declare const __VLS_component_68: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
373
|
+
|
|
374
|
+
declare const __VLS_component_69: DefineComponent<TooltipRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
375
|
+
"update:open": (value: boolean) => any;
|
|
376
|
+
}, string, PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
377
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
378
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
365
379
|
|
|
366
380
|
declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
367
381
|
openAutoFocus: (event: Event) => any;
|
|
@@ -379,6 +393,20 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
|
379
393
|
onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
380
394
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
381
395
|
|
|
396
|
+
declare const __VLS_component_70: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
397
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
398
|
+
pointerDownOutside: (event: Event) => any;
|
|
399
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
400
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
401
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
402
|
+
}>, {
|
|
403
|
+
sideOffset: number;
|
|
404
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
405
|
+
|
|
406
|
+
declare const __VLS_component_71: DefineComponent<TooltipProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
407
|
+
|
|
408
|
+
declare const __VLS_component_72: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
409
|
+
|
|
382
410
|
declare const __VLS_component_8: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
383
411
|
|
|
384
412
|
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -389,7 +417,23 @@ declare type __VLS_PrettifyLocal<T> = {
|
|
|
389
417
|
|
|
390
418
|
declare type __VLS_Props = UiCalendarProps;
|
|
391
419
|
|
|
392
|
-
declare type __VLS_Props_10 =
|
|
420
|
+
declare type __VLS_Props_10 = TabsRootProps & {
|
|
421
|
+
class?: HTMLAttributes['class'];
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
declare type __VLS_Props_11 = TabsContentProps & {
|
|
425
|
+
class?: HTMLAttributes['class'];
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
declare type __VLS_Props_12 = TabsListProps & {
|
|
429
|
+
class?: HTMLAttributes['class'];
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
declare type __VLS_Props_13 = TabsTriggerProps & {
|
|
433
|
+
class?: HTMLAttributes['class'];
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
declare type __VLS_Props_14 = TooltipContentProps & {
|
|
393
437
|
class?: HTMLAttributes['class'];
|
|
394
438
|
};
|
|
395
439
|
|
|
@@ -1013,6 +1057,53 @@ declare function __VLS_template_64(): {
|
|
|
1013
1057
|
rootEl: any;
|
|
1014
1058
|
};
|
|
1015
1059
|
|
|
1060
|
+
declare function __VLS_template_65(): {
|
|
1061
|
+
attrs: Partial<{}>;
|
|
1062
|
+
slots: {
|
|
1063
|
+
default?(_: {
|
|
1064
|
+
modelValue: string | number | undefined;
|
|
1065
|
+
}): any;
|
|
1066
|
+
};
|
|
1067
|
+
refs: {};
|
|
1068
|
+
rootEl: any;
|
|
1069
|
+
};
|
|
1070
|
+
|
|
1071
|
+
declare function __VLS_template_66(): {
|
|
1072
|
+
attrs: Partial<{}>;
|
|
1073
|
+
slots: {
|
|
1074
|
+
default?(_: {}): any;
|
|
1075
|
+
};
|
|
1076
|
+
refs: {};
|
|
1077
|
+
rootEl: any;
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
declare function __VLS_template_67(): {
|
|
1081
|
+
attrs: Partial<{}>;
|
|
1082
|
+
slots: {
|
|
1083
|
+
default?(_: {}): any;
|
|
1084
|
+
};
|
|
1085
|
+
refs: {};
|
|
1086
|
+
rootEl: any;
|
|
1087
|
+
};
|
|
1088
|
+
|
|
1089
|
+
declare function __VLS_template_68(): {
|
|
1090
|
+
attrs: Partial<{}>;
|
|
1091
|
+
slots: {
|
|
1092
|
+
default?(_: {}): any;
|
|
1093
|
+
};
|
|
1094
|
+
refs: {};
|
|
1095
|
+
rootEl: any;
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
declare function __VLS_template_69(): {
|
|
1099
|
+
attrs: Partial<{}>;
|
|
1100
|
+
slots: {
|
|
1101
|
+
default?(_: {}): any;
|
|
1102
|
+
};
|
|
1103
|
+
refs: {};
|
|
1104
|
+
rootEl: any;
|
|
1105
|
+
};
|
|
1106
|
+
|
|
1016
1107
|
declare function __VLS_template_7(): {
|
|
1017
1108
|
attrs: Partial<{}>;
|
|
1018
1109
|
slots: {
|
|
@@ -1022,6 +1113,33 @@ declare function __VLS_template_7(): {
|
|
|
1022
1113
|
rootEl: any;
|
|
1023
1114
|
};
|
|
1024
1115
|
|
|
1116
|
+
declare function __VLS_template_70(): {
|
|
1117
|
+
attrs: Partial<{}>;
|
|
1118
|
+
slots: {
|
|
1119
|
+
default?(_: {}): any;
|
|
1120
|
+
};
|
|
1121
|
+
refs: {};
|
|
1122
|
+
rootEl: any;
|
|
1123
|
+
};
|
|
1124
|
+
|
|
1125
|
+
declare function __VLS_template_71(): {
|
|
1126
|
+
attrs: Partial<{}>;
|
|
1127
|
+
slots: {
|
|
1128
|
+
default?(_: {}): any;
|
|
1129
|
+
};
|
|
1130
|
+
refs: {};
|
|
1131
|
+
rootEl: any;
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
declare function __VLS_template_72(): {
|
|
1135
|
+
attrs: Partial<{}>;
|
|
1136
|
+
slots: {
|
|
1137
|
+
default?(_: {}): any;
|
|
1138
|
+
};
|
|
1139
|
+
refs: {};
|
|
1140
|
+
rootEl: any;
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1025
1143
|
declare function __VLS_template_8(): {
|
|
1026
1144
|
attrs: Partial<{}>;
|
|
1027
1145
|
slots: {
|
|
@@ -1162,8 +1280,24 @@ declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
|
|
|
1162
1280
|
|
|
1163
1281
|
declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
|
|
1164
1282
|
|
|
1283
|
+
declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
|
|
1284
|
+
|
|
1285
|
+
declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
|
|
1286
|
+
|
|
1287
|
+
declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
|
|
1288
|
+
|
|
1289
|
+
declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
|
|
1290
|
+
|
|
1291
|
+
declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
|
|
1292
|
+
|
|
1165
1293
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1166
1294
|
|
|
1295
|
+
declare type __VLS_TemplateResult_70 = ReturnType<typeof __VLS_template_70>;
|
|
1296
|
+
|
|
1297
|
+
declare type __VLS_TemplateResult_71 = ReturnType<typeof __VLS_template_71>;
|
|
1298
|
+
|
|
1299
|
+
declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
|
|
1300
|
+
|
|
1167
1301
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
1168
1302
|
|
|
1169
1303
|
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
@@ -1534,12 +1668,60 @@ declare type __VLS_WithTemplateSlots_64<T, S> = T & {
|
|
|
1534
1668
|
};
|
|
1535
1669
|
};
|
|
1536
1670
|
|
|
1671
|
+
declare type __VLS_WithTemplateSlots_65<T, S> = T & {
|
|
1672
|
+
new (): {
|
|
1673
|
+
$slots: S;
|
|
1674
|
+
};
|
|
1675
|
+
};
|
|
1676
|
+
|
|
1677
|
+
declare type __VLS_WithTemplateSlots_66<T, S> = T & {
|
|
1678
|
+
new (): {
|
|
1679
|
+
$slots: S;
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
|
|
1683
|
+
declare type __VLS_WithTemplateSlots_67<T, S> = T & {
|
|
1684
|
+
new (): {
|
|
1685
|
+
$slots: S;
|
|
1686
|
+
};
|
|
1687
|
+
};
|
|
1688
|
+
|
|
1689
|
+
declare type __VLS_WithTemplateSlots_68<T, S> = T & {
|
|
1690
|
+
new (): {
|
|
1691
|
+
$slots: S;
|
|
1692
|
+
};
|
|
1693
|
+
};
|
|
1694
|
+
|
|
1695
|
+
declare type __VLS_WithTemplateSlots_69<T, S> = T & {
|
|
1696
|
+
new (): {
|
|
1697
|
+
$slots: S;
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
|
|
1537
1701
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1538
1702
|
new (): {
|
|
1539
1703
|
$slots: S;
|
|
1540
1704
|
};
|
|
1541
1705
|
};
|
|
1542
1706
|
|
|
1707
|
+
declare type __VLS_WithTemplateSlots_70<T, S> = T & {
|
|
1708
|
+
new (): {
|
|
1709
|
+
$slots: S;
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
|
|
1713
|
+
declare type __VLS_WithTemplateSlots_71<T, S> = T & {
|
|
1714
|
+
new (): {
|
|
1715
|
+
$slots: S;
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
|
|
1719
|
+
declare type __VLS_WithTemplateSlots_72<T, S> = T & {
|
|
1720
|
+
new (): {
|
|
1721
|
+
$slots: S;
|
|
1722
|
+
};
|
|
1723
|
+
};
|
|
1724
|
+
|
|
1543
1725
|
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
|
1544
1726
|
new (): {
|
|
1545
1727
|
$slots: S;
|
|
@@ -1552,7 +1734,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1552
1734
|
};
|
|
1553
1735
|
};
|
|
1554
1736
|
|
|
1555
|
-
export declare const Button:
|
|
1737
|
+
export declare const Button: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
|
|
1556
1738
|
|
|
1557
1739
|
export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
1558
1740
|
|
|
@@ -1640,6 +1822,14 @@ declare interface Props extends PrimitiveProps {
|
|
|
1640
1822
|
class?: HTMLAttributes['class'];
|
|
1641
1823
|
}
|
|
1642
1824
|
|
|
1825
|
+
export declare const Tabs: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
|
|
1826
|
+
|
|
1827
|
+
export declare const TabsContent: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
1828
|
+
|
|
1829
|
+
export declare const TabsList: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
|
|
1830
|
+
|
|
1831
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
|
|
1832
|
+
|
|
1643
1833
|
export { today }
|
|
1644
1834
|
|
|
1645
1835
|
/** Labels for UiDataTableToolbar */
|
|
@@ -1652,13 +1842,13 @@ export declare interface ToolbarLabels {
|
|
|
1652
1842
|
filterByColumn?: (column: string) => string;
|
|
1653
1843
|
}
|
|
1654
1844
|
|
|
1655
|
-
export declare const Tooltip:
|
|
1845
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
|
|
1656
1846
|
|
|
1657
|
-
export declare const TooltipContent:
|
|
1847
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
|
|
1658
1848
|
|
|
1659
|
-
export declare const TooltipProvider:
|
|
1849
|
+
export declare const TooltipProvider: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
|
|
1660
1850
|
|
|
1661
|
-
export declare const TooltipTrigger:
|
|
1851
|
+
export declare const TooltipTrigger: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
|
|
1662
1852
|
|
|
1663
1853
|
export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1664
1854
|
|
|
@@ -3089,6 +3279,85 @@ export declare interface UiTableRowProps {
|
|
|
3089
3279
|
selected?: boolean;
|
|
3090
3280
|
}
|
|
3091
3281
|
|
|
3282
|
+
export declare const UiTabs: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
3283
|
+
|
|
3284
|
+
/**
|
|
3285
|
+
* Activation mode for tabs.
|
|
3286
|
+
*/
|
|
3287
|
+
export declare type UiTabsActivationMode = 'automatic' | 'manual';
|
|
3288
|
+
|
|
3289
|
+
export declare const UiTabsContent: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
3290
|
+
|
|
3291
|
+
/**
|
|
3292
|
+
* Props for the UiTabsContent component.
|
|
3293
|
+
*/
|
|
3294
|
+
export declare type UiTabsContentProps = {
|
|
3295
|
+
/** Unique value that associates the content with a trigger (required). */
|
|
3296
|
+
value: string;
|
|
3297
|
+
/** Force mounting when more control is needed (useful for animations). */
|
|
3298
|
+
forceMount?: boolean;
|
|
3299
|
+
/** Additional CSS classes to apply. */
|
|
3300
|
+
class?: HTMLAttributes['class'];
|
|
3301
|
+
};
|
|
3302
|
+
|
|
3303
|
+
/** Reading direction for the tabs. */
|
|
3304
|
+
export declare type UiTabsDir = 'ltr' | 'rtl';
|
|
3305
|
+
|
|
3306
|
+
/**
|
|
3307
|
+
* Emits for the UiTabs root component.
|
|
3308
|
+
*/
|
|
3309
|
+
export declare type UiTabsEmits = {
|
|
3310
|
+
/** Emitted when the active tab changes. */
|
|
3311
|
+
'update:modelValue': [value: string];
|
|
3312
|
+
};
|
|
3313
|
+
|
|
3314
|
+
export declare const UiTabsList: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
3315
|
+
|
|
3316
|
+
/**
|
|
3317
|
+
* Props for the UiTabsList component.
|
|
3318
|
+
*/
|
|
3319
|
+
export declare type UiTabsListProps = {
|
|
3320
|
+
/** Whether keyboard navigation should loop from last to first and vice versa. */
|
|
3321
|
+
loop?: boolean;
|
|
3322
|
+
/** Additional CSS classes to apply. */
|
|
3323
|
+
class?: HTMLAttributes['class'];
|
|
3324
|
+
};
|
|
3325
|
+
|
|
3326
|
+
/** Orientation of the tabs. */
|
|
3327
|
+
export declare type UiTabsOrientation = 'horizontal' | 'vertical';
|
|
3328
|
+
|
|
3329
|
+
/**
|
|
3330
|
+
* Props for the UiTabs root component.
|
|
3331
|
+
*/
|
|
3332
|
+
export declare type UiTabsProps = {
|
|
3333
|
+
/** The controlled value of the active tab when using `v-model` for two-way binding. */
|
|
3334
|
+
modelValue?: string;
|
|
3335
|
+
/** The value of the tab that should be active when initially rendered (uncontrolled). */
|
|
3336
|
+
defaultValue?: string;
|
|
3337
|
+
/** The orientation of the tabs. */
|
|
3338
|
+
orientation?: UiTabsOrientation;
|
|
3339
|
+
/** The reading direction. */
|
|
3340
|
+
dir?: UiTabsDir;
|
|
3341
|
+
/** Whether tabs are activated automatically on focus or manually on click. */
|
|
3342
|
+
activationMode?: UiTabsActivationMode;
|
|
3343
|
+
/** Additional CSS classes to apply. */
|
|
3344
|
+
class?: HTMLAttributes['class'];
|
|
3345
|
+
};
|
|
3346
|
+
|
|
3347
|
+
export declare const UiTabsTrigger: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
3348
|
+
|
|
3349
|
+
/**
|
|
3350
|
+
* Props for the UiTabsTrigger component.
|
|
3351
|
+
*/
|
|
3352
|
+
export declare type UiTabsTriggerProps = {
|
|
3353
|
+
/** Unique value that associates the trigger with a content panel (required). */
|
|
3354
|
+
value: string;
|
|
3355
|
+
/** Whether the tab trigger is disabled. */
|
|
3356
|
+
disabled?: boolean;
|
|
3357
|
+
/** Additional CSS classes to apply. */
|
|
3358
|
+
class?: HTMLAttributes['class'];
|
|
3359
|
+
};
|
|
3360
|
+
|
|
3092
3361
|
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3093
3362
|
|
|
3094
3363
|
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -3125,7 +3394,7 @@ export declare interface UiTextareaProps {
|
|
|
3125
3394
|
required?: boolean;
|
|
3126
3395
|
}
|
|
3127
3396
|
|
|
3128
|
-
export declare const UiTooltip:
|
|
3397
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
|
|
3129
3398
|
|
|
3130
3399
|
export declare type UiTooltipAlign = 'start' | 'center' | 'end';
|
|
3131
3400
|
|