prlg-ui 1.8.237 → 1.8.238
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +3161 -3059
- package/dist/rekaUI.d.ts +189 -48
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -72,8 +72,10 @@ import { DialogDescriptionProps } from 'reka-ui';
|
|
|
72
72
|
import { DialogOverlayProps } from 'reka-ui';
|
|
73
73
|
import { DialogPortal } from 'reka-ui';
|
|
74
74
|
import { DialogRoot } from 'reka-ui';
|
|
75
|
+
import { DialogRootProps } from 'reka-ui';
|
|
75
76
|
import { DialogTitleProps } from 'reka-ui';
|
|
76
77
|
import { DialogTrigger } from 'reka-ui';
|
|
78
|
+
import { DialogTriggerProps } from 'reka-ui';
|
|
77
79
|
import { DropdownMenuArrowProps } from 'reka-ui';
|
|
78
80
|
import { DropdownMenuCheckboxItem } from 'reka-ui';
|
|
79
81
|
import { DropdownMenuContentProps } from 'reka-ui';
|
|
@@ -297,13 +299,49 @@ width: number;
|
|
|
297
299
|
|
|
298
300
|
declare const __VLS_component_41: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
299
301
|
|
|
300
|
-
declare const __VLS_component_42: DefineComponent<
|
|
302
|
+
declare const __VLS_component_42: DefineComponent<DialogRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
303
|
+
"update:open": (value: boolean) => any;
|
|
304
|
+
}, string, PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
305
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
306
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
301
307
|
|
|
302
|
-
declare const __VLS_component_43: DefineComponent<
|
|
308
|
+
declare const __VLS_component_43: DefineComponent<IDialogContentProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
309
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
310
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
311
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
312
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
313
|
+
openAutoFocus: (event: Event) => any;
|
|
314
|
+
closeAutoFocus: (event: Event) => any;
|
|
315
|
+
}, string, PublicProps, Readonly<IDialogContentProps_2> & Readonly<{
|
|
316
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
317
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
318
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
319
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
320
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
321
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
322
|
+
}>, {
|
|
323
|
+
width: number;
|
|
324
|
+
position: "right" | "top" | "left" | "bottom";
|
|
325
|
+
closeButton: IDrawerCloseProps;
|
|
326
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
303
327
|
|
|
304
|
-
declare const __VLS_component_44: DefineComponent<
|
|
328
|
+
declare const __VLS_component_44: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
305
329
|
|
|
306
|
-
declare const __VLS_component_45: DefineComponent<
|
|
330
|
+
declare const __VLS_component_45: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
331
|
+
|
|
332
|
+
declare const __VLS_component_46: DefineComponent<DialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
333
|
+
|
|
334
|
+
declare const __VLS_component_47: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
335
|
+
|
|
336
|
+
declare const __VLS_component_48: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
337
|
+
|
|
338
|
+
declare const __VLS_component_49: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
339
|
+
|
|
340
|
+
declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
341
|
+
visibleArrow: boolean;
|
|
342
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
343
|
+
|
|
344
|
+
declare const __VLS_component_50: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
307
345
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
308
346
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
309
347
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -322,29 +360,25 @@ width: number;
|
|
|
322
360
|
alignOffset: number;
|
|
323
361
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
324
362
|
|
|
325
|
-
declare const
|
|
363
|
+
declare const __VLS_component_51: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
326
364
|
|
|
327
|
-
declare const
|
|
365
|
+
declare const __VLS_component_52: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
328
366
|
|
|
329
|
-
declare const
|
|
367
|
+
declare const __VLS_component_53: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
330
368
|
|
|
331
|
-
declare const
|
|
369
|
+
declare const __VLS_component_54: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
332
370
|
colors: TagColors;
|
|
333
371
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
334
372
|
|
|
335
|
-
declare const
|
|
336
|
-
visibleArrow: boolean;
|
|
337
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
338
|
-
|
|
339
|
-
declare const __VLS_component_50: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
373
|
+
declare const __VLS_component_55: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
340
374
|
as: AsTag | Component;
|
|
341
375
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
342
376
|
|
|
343
|
-
declare const
|
|
377
|
+
declare const __VLS_component_56: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
344
378
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
345
379
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
346
380
|
|
|
347
|
-
declare const
|
|
381
|
+
declare const __VLS_component_57: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
348
382
|
pause: () => any;
|
|
349
383
|
"update:open": (value: boolean) => any;
|
|
350
384
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -430,11 +464,11 @@ y: number;
|
|
|
430
464
|
variant: ToastVariant;
|
|
431
465
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
432
466
|
|
|
433
|
-
declare const
|
|
467
|
+
declare const __VLS_component_58: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
434
468
|
as: AsTag | Component;
|
|
435
469
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
436
470
|
|
|
437
|
-
declare const
|
|
471
|
+
declare const __VLS_component_59: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
438
472
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
439
473
|
pointerDownOutside: (event: Event) => any;
|
|
440
474
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -444,7 +478,15 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
444
478
|
viewArrow: boolean;
|
|
445
479
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
446
480
|
|
|
447
|
-
declare const
|
|
481
|
+
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
482
|
+
size: ButtonSize;
|
|
483
|
+
variant: ButtonVariant;
|
|
484
|
+
buttonStyle: ButtonStyle;
|
|
485
|
+
strong: boolean;
|
|
486
|
+
as: AsTag | Component;
|
|
487
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
488
|
+
|
|
489
|
+
declare const __VLS_component_60: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
448
490
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
449
491
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
450
492
|
closeAutoFocus: (event: Event) => any;
|
|
@@ -454,17 +496,9 @@ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
|
454
496
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
455
497
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
456
498
|
|
|
457
|
-
declare const
|
|
499
|
+
declare const __VLS_component_61: DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
458
500
|
|
|
459
|
-
declare const
|
|
460
|
-
|
|
461
|
-
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
462
|
-
size: ButtonSize;
|
|
463
|
-
variant: ButtonVariant;
|
|
464
|
-
buttonStyle: ButtonStyle;
|
|
465
|
-
strong: boolean;
|
|
466
|
-
as: AsTag | Component;
|
|
467
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
501
|
+
declare const __VLS_component_62: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
468
502
|
|
|
469
503
|
declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
470
504
|
size: ButtonSize;
|
|
@@ -867,7 +901,9 @@ declare function __VLS_template_42(): {
|
|
|
867
901
|
declare function __VLS_template_43(): {
|
|
868
902
|
attrs: Partial<{}>;
|
|
869
903
|
slots: {
|
|
870
|
-
|
|
904
|
+
header?(_: {}): any;
|
|
905
|
+
default?(_: {}): any;
|
|
906
|
+
actions?(_: {}): any;
|
|
871
907
|
};
|
|
872
908
|
refs: {};
|
|
873
909
|
rootEl: any;
|
|
@@ -912,7 +948,7 @@ declare function __VLS_template_47(): {
|
|
|
912
948
|
declare function __VLS_template_48(): {
|
|
913
949
|
attrs: Partial<{}>;
|
|
914
950
|
slots: {
|
|
915
|
-
default?(_:
|
|
951
|
+
default?(_: any): any;
|
|
916
952
|
};
|
|
917
953
|
refs: {};
|
|
918
954
|
rootEl: any;
|
|
@@ -924,7 +960,7 @@ declare function __VLS_template_49(): {
|
|
|
924
960
|
default?(_: {}): any;
|
|
925
961
|
};
|
|
926
962
|
refs: {};
|
|
927
|
-
rootEl:
|
|
963
|
+
rootEl: any;
|
|
928
964
|
};
|
|
929
965
|
|
|
930
966
|
declare function __VLS_template_5(): {
|
|
@@ -978,7 +1014,7 @@ declare function __VLS_template_54(): {
|
|
|
978
1014
|
default?(_: {}): any;
|
|
979
1015
|
};
|
|
980
1016
|
refs: {};
|
|
981
|
-
rootEl:
|
|
1017
|
+
rootEl: HTMLDivElement;
|
|
982
1018
|
};
|
|
983
1019
|
|
|
984
1020
|
declare function __VLS_template_55(): {
|
|
@@ -1008,6 +1044,24 @@ declare function __VLS_template_57(): {
|
|
|
1008
1044
|
rootEl: any;
|
|
1009
1045
|
};
|
|
1010
1046
|
|
|
1047
|
+
declare function __VLS_template_58(): {
|
|
1048
|
+
attrs: Partial<{}>;
|
|
1049
|
+
slots: {
|
|
1050
|
+
default?(_: {}): any;
|
|
1051
|
+
};
|
|
1052
|
+
refs: {};
|
|
1053
|
+
rootEl: any;
|
|
1054
|
+
};
|
|
1055
|
+
|
|
1056
|
+
declare function __VLS_template_59(): {
|
|
1057
|
+
attrs: Partial<{}>;
|
|
1058
|
+
slots: {
|
|
1059
|
+
default?(_: {}): any;
|
|
1060
|
+
};
|
|
1061
|
+
refs: {};
|
|
1062
|
+
rootEl: any;
|
|
1063
|
+
};
|
|
1064
|
+
|
|
1011
1065
|
declare function __VLS_template_6(): {
|
|
1012
1066
|
attrs: Partial<{}>;
|
|
1013
1067
|
slots: {
|
|
@@ -1017,6 +1071,33 @@ declare function __VLS_template_6(): {
|
|
|
1017
1071
|
rootEl: any;
|
|
1018
1072
|
};
|
|
1019
1073
|
|
|
1074
|
+
declare function __VLS_template_60(): {
|
|
1075
|
+
attrs: Partial<{}>;
|
|
1076
|
+
slots: {
|
|
1077
|
+
default?(_: {}): any;
|
|
1078
|
+
};
|
|
1079
|
+
refs: {};
|
|
1080
|
+
rootEl: any;
|
|
1081
|
+
};
|
|
1082
|
+
|
|
1083
|
+
declare function __VLS_template_61(): {
|
|
1084
|
+
attrs: Partial<{}>;
|
|
1085
|
+
slots: {
|
|
1086
|
+
default?(_: {}): any;
|
|
1087
|
+
};
|
|
1088
|
+
refs: {};
|
|
1089
|
+
rootEl: any;
|
|
1090
|
+
};
|
|
1091
|
+
|
|
1092
|
+
declare function __VLS_template_62(): {
|
|
1093
|
+
attrs: Partial<{}>;
|
|
1094
|
+
slots: {
|
|
1095
|
+
default?(_: {}): any;
|
|
1096
|
+
};
|
|
1097
|
+
refs: {};
|
|
1098
|
+
rootEl: any;
|
|
1099
|
+
};
|
|
1100
|
+
|
|
1020
1101
|
declare function __VLS_template_7(): {
|
|
1021
1102
|
attrs: Partial<{}>;
|
|
1022
1103
|
slots: {
|
|
@@ -1150,8 +1231,18 @@ declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
|
|
|
1150
1231
|
|
|
1151
1232
|
declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
|
|
1152
1233
|
|
|
1234
|
+
declare type __VLS_TemplateResult_58 = ReturnType<typeof __VLS_template_58>;
|
|
1235
|
+
|
|
1236
|
+
declare type __VLS_TemplateResult_59 = ReturnType<typeof __VLS_template_59>;
|
|
1237
|
+
|
|
1153
1238
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
1154
1239
|
|
|
1240
|
+
declare type __VLS_TemplateResult_60 = ReturnType<typeof __VLS_template_60>;
|
|
1241
|
+
|
|
1242
|
+
declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
|
|
1243
|
+
|
|
1244
|
+
declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
|
|
1245
|
+
|
|
1155
1246
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
1156
1247
|
|
|
1157
1248
|
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
@@ -1476,12 +1567,42 @@ declare type __VLS_WithTemplateSlots_57<T, S> = T & {
|
|
|
1476
1567
|
};
|
|
1477
1568
|
};
|
|
1478
1569
|
|
|
1570
|
+
declare type __VLS_WithTemplateSlots_58<T, S> = T & {
|
|
1571
|
+
new (): {
|
|
1572
|
+
$slots: S;
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
declare type __VLS_WithTemplateSlots_59<T, S> = T & {
|
|
1577
|
+
new (): {
|
|
1578
|
+
$slots: S;
|
|
1579
|
+
};
|
|
1580
|
+
};
|
|
1581
|
+
|
|
1479
1582
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1480
1583
|
new (): {
|
|
1481
1584
|
$slots: S;
|
|
1482
1585
|
};
|
|
1483
1586
|
};
|
|
1484
1587
|
|
|
1588
|
+
declare type __VLS_WithTemplateSlots_60<T, S> = T & {
|
|
1589
|
+
new (): {
|
|
1590
|
+
$slots: S;
|
|
1591
|
+
};
|
|
1592
|
+
};
|
|
1593
|
+
|
|
1594
|
+
declare type __VLS_WithTemplateSlots_61<T, S> = T & {
|
|
1595
|
+
new (): {
|
|
1596
|
+
$slots: S;
|
|
1597
|
+
};
|
|
1598
|
+
};
|
|
1599
|
+
|
|
1600
|
+
declare type __VLS_WithTemplateSlots_62<T, S> = T & {
|
|
1601
|
+
new (): {
|
|
1602
|
+
$slots: S;
|
|
1603
|
+
};
|
|
1604
|
+
};
|
|
1605
|
+
|
|
1485
1606
|
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1486
1607
|
new (): {
|
|
1487
1608
|
$slots: S;
|
|
@@ -1747,6 +1868,16 @@ export { DialogRoot }
|
|
|
1747
1868
|
|
|
1748
1869
|
export { DialogTrigger }
|
|
1749
1870
|
|
|
1871
|
+
export declare const DrawerContent: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1872
|
+
|
|
1873
|
+
export declare const DrawerOverlay: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1874
|
+
|
|
1875
|
+
export declare const DrawerPortal: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1876
|
+
|
|
1877
|
+
export declare const DrawerRoot: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1878
|
+
|
|
1879
|
+
export declare const DrawerTrigger: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1880
|
+
|
|
1750
1881
|
export declare const DropdownMenuArrow: DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
|
|
1751
1882
|
rounded: boolean;
|
|
1752
1883
|
width: number;
|
|
@@ -1930,10 +2061,20 @@ declare interface IDialogContentProps extends DialogContentProps {
|
|
|
1930
2061
|
width?: number;
|
|
1931
2062
|
}
|
|
1932
2063
|
|
|
2064
|
+
declare interface IDialogContentProps_2 extends DialogContentProps {
|
|
2065
|
+
closeButton?: IDrawerCloseProps;
|
|
2066
|
+
width?: number;
|
|
2067
|
+
position?: 'right' | 'top' | 'left' | 'bottom';
|
|
2068
|
+
}
|
|
2069
|
+
|
|
1933
2070
|
declare interface IDialogTitleProps extends DialogTitleProps {
|
|
1934
2071
|
text?: string;
|
|
1935
2072
|
}
|
|
1936
2073
|
|
|
2074
|
+
declare interface IDrawerCloseProps extends DialogCloseProps {
|
|
2075
|
+
enabled?: boolean;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
1937
2078
|
declare interface IDropdownMenuContentProps extends DropdownMenuContentProps {
|
|
1938
2079
|
width?: number;
|
|
1939
2080
|
}
|
|
@@ -1967,7 +2108,7 @@ declare interface ITooltipContentProps extends TooltipContentProps {
|
|
|
1967
2108
|
viewArrow?: boolean;
|
|
1968
2109
|
}
|
|
1969
2110
|
|
|
1970
|
-
export declare const Label:
|
|
2111
|
+
export declare const Label: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1971
2112
|
|
|
1972
2113
|
declare interface LoadingElement extends HTMLElement {
|
|
1973
2114
|
dataset: DOMStringMap & {
|
|
@@ -1984,9 +2125,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
1984
2125
|
|
|
1985
2126
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1986
2127
|
|
|
1987
|
-
export declare const PaginationList:
|
|
2128
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1988
2129
|
|
|
1989
|
-
export declare const PaginationListItem:
|
|
2130
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1990
2131
|
|
|
1991
2132
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1992
2133
|
|
|
@@ -2004,7 +2145,7 @@ height: number;
|
|
|
2004
2145
|
|
|
2005
2146
|
export { PopoverClose }
|
|
2006
2147
|
|
|
2007
|
-
export declare const PopoverContent:
|
|
2148
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
2008
2149
|
|
|
2009
2150
|
export { PopoverPortal }
|
|
2010
2151
|
|
|
@@ -2025,7 +2166,7 @@ export declare const RadioGroupItem: DefineComponent<RadioGroupItemProps, {}, {}
|
|
|
2025
2166
|
|
|
2026
2167
|
export { RadioGroupRoot }
|
|
2027
2168
|
|
|
2028
|
-
export declare const SelectContent:
|
|
2169
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
2029
2170
|
|
|
2030
2171
|
export { SelectGroup }
|
|
2031
2172
|
|
|
@@ -2049,13 +2190,13 @@ export { SelectScrollUpButton }
|
|
|
2049
2190
|
|
|
2050
2191
|
export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2051
2192
|
|
|
2052
|
-
export declare const SelectTrigger:
|
|
2193
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
2053
2194
|
|
|
2054
2195
|
export declare const SelectValue: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
|
|
2055
2196
|
maxSelectedLabels: number;
|
|
2056
2197
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2057
2198
|
|
|
2058
|
-
export declare const SelectViewport:
|
|
2199
|
+
export declare const SelectViewport: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
2059
2200
|
|
|
2060
2201
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2061
2202
|
|
|
@@ -2063,13 +2204,13 @@ export { TabsContent }
|
|
|
2063
2204
|
|
|
2064
2205
|
export { TabsIndicator }
|
|
2065
2206
|
|
|
2066
|
-
export declare const TabsList:
|
|
2207
|
+
export declare const TabsList: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
2067
2208
|
|
|
2068
|
-
export declare const TabsRoot:
|
|
2209
|
+
export declare const TabsRoot: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
2069
2210
|
|
|
2070
|
-
export declare const TabsTrigger:
|
|
2211
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2071
2212
|
|
|
2072
|
-
export declare const Tag:
|
|
2213
|
+
export declare const Tag: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2073
2214
|
|
|
2074
2215
|
export declare interface TagColors {
|
|
2075
2216
|
background?: string;
|
|
@@ -2101,21 +2242,21 @@ export { ToastAction }
|
|
|
2101
2242
|
|
|
2102
2243
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2103
2244
|
|
|
2104
|
-
export declare const ToastDescription:
|
|
2245
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
2105
2246
|
|
|
2106
2247
|
export { ToastPortal }
|
|
2107
2248
|
|
|
2108
|
-
export declare const ToastProvider:
|
|
2249
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
2109
2250
|
|
|
2110
|
-
export declare const ToastRoot:
|
|
2251
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
2111
2252
|
|
|
2112
|
-
export declare const ToastTitle:
|
|
2253
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
2113
2254
|
|
|
2114
2255
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
2115
2256
|
|
|
2116
2257
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2117
2258
|
|
|
2118
|
-
export declare const TooltipContent:
|
|
2259
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
2119
2260
|
|
|
2120
2261
|
export { TooltipPortal }
|
|
2121
2262
|
|