@typlog/ui 0.12.3 → 0.13.1
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/addons.js +6 -8
- package/components.css +81 -59
- package/components.d.ts +62 -82
- package/components.js +478 -440
- package/index.css +2 -0
- package/package.json +5 -4
- package/components/badge.css +0 -88
- package/components/card.css +0 -31
- package/components/checkbox.css +0 -92
- package/components/dropdown.css +0 -264
- package/components/editable.css +0 -34
- package/components/inputs.css +0 -570
- package/components/pagination.css +0 -279
- package/components/popover.css +0 -58
- package/components/quota.css +0 -14
- package/components/radio.css +0 -264
- package/components/scroll-area.css +0 -116
- package/components/separator.css +0 -28
- package/components/switch.css +0 -176
- package/components/table.css +0 -206
- package/components/tabs.css +0 -200
- package/components/toggle.css +0 -225
- package/components/tooltip.css +0 -45
- package/tailwind/colors.css +0 -1091
- package/tailwind/index.css +0 -3
- package/tailwind/shadow.css +0 -8
- package/tailwind/space.css +0 -11
package/components.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ import { NavigationMenuLinkProps as NavigationMenuLinkProps_2 } from 'reka-ui';
|
|
|
50
50
|
import { NavigationMenuListProps as NavigationMenuListProps_2 } from 'reka-ui';
|
|
51
51
|
import { NavigationMenuRootProps } from 'reka-ui';
|
|
52
52
|
import { NavigationMenuTriggerProps as NavigationMenuTriggerProps_2 } from 'reka-ui';
|
|
53
|
+
import { PaginationRootProps } from 'reka-ui';
|
|
53
54
|
import { PointerDownOutsideEvent } from 'reka-ui';
|
|
54
55
|
import { PopoverClose } from 'reka-ui';
|
|
55
56
|
import { PopoverContentProps } from 'reka-ui';
|
|
@@ -76,6 +77,7 @@ import { ToggleGroupItemProps } from 'reka-ui';
|
|
|
76
77
|
import { ToggleGroupRootProps as ToggleGroupRootProps_2 } from 'reka-ui';
|
|
77
78
|
import { ToggleProps as ToggleProps_2 } from 'reka-ui';
|
|
78
79
|
import { TooltipContentProps } from 'reka-ui';
|
|
80
|
+
import { TooltipRootProps } from 'reka-ui';
|
|
79
81
|
|
|
80
82
|
declare const __VLS_component: DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
81
83
|
|
|
@@ -463,7 +465,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
463
465
|
};
|
|
464
466
|
};
|
|
465
467
|
|
|
466
|
-
export declare const AccordionContent:
|
|
468
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_45<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
467
469
|
default?(_: {}): any;
|
|
468
470
|
}>;
|
|
469
471
|
|
|
@@ -481,7 +483,7 @@ export declare interface AccordionIndicatorProps {
|
|
|
481
483
|
variant?: 'chevron' | 'plus';
|
|
482
484
|
}
|
|
483
485
|
|
|
484
|
-
export declare const AccordionItem:
|
|
486
|
+
export declare const AccordionItem: __VLS_WithTemplateSlots_44<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
485
487
|
default?(_: {}): any;
|
|
486
488
|
}>;
|
|
487
489
|
|
|
@@ -492,7 +494,7 @@ export declare interface AccordionItemProps extends Omit<AccordionItemProps_2, '
|
|
|
492
494
|
value?: string;
|
|
493
495
|
}
|
|
494
496
|
|
|
495
|
-
export declare const AccordionRoot:
|
|
497
|
+
export declare const AccordionRoot: __VLS_WithTemplateSlots_43<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
496
498
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
497
499
|
}, string, PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
498
500
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
@@ -531,7 +533,7 @@ export declare interface AccordionRootProps extends AccordionRootProps_2 {
|
|
|
531
533
|
orientation?: 'vertical' | 'horizontal';
|
|
532
534
|
}
|
|
533
535
|
|
|
534
|
-
export declare const AccordionTrigger:
|
|
536
|
+
export declare const AccordionTrigger: __VLS_WithTemplateSlots_46<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
535
537
|
default?(_: {}): any;
|
|
536
538
|
}>;
|
|
537
539
|
|
|
@@ -736,13 +738,13 @@ color: ColorType;
|
|
|
736
738
|
highContrast: boolean;
|
|
737
739
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
738
740
|
|
|
739
|
-
export declare const CollapsibleContent:
|
|
741
|
+
export declare const CollapsibleContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
740
742
|
|
|
741
743
|
export { CollapsibleContentProps }
|
|
742
744
|
|
|
743
745
|
export declare const CollapsibleIndicator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
744
746
|
|
|
745
|
-
export declare const CollapsibleRoot:
|
|
747
|
+
export declare const CollapsibleRoot: __VLS_WithTemplateSlots_47<DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
746
748
|
"update:open": (value: boolean) => any;
|
|
747
749
|
}, string, PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
748
750
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -760,7 +762,7 @@ export declare interface CollapsibleRootProps extends CollapsibleRootProps_2 {
|
|
|
760
762
|
size?: '1' | '2' | '3' | '4';
|
|
761
763
|
}
|
|
762
764
|
|
|
763
|
-
export declare const CollapsibleTrigger:
|
|
765
|
+
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_48<DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
|
|
764
766
|
indicator: "none" | "left" | "right";
|
|
765
767
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
766
768
|
default?(_: {}): any;
|
|
@@ -794,7 +796,7 @@ export declare interface ColorFieldProps extends Omit<PrimitiveProps, 'asChild'>
|
|
|
794
796
|
|
|
795
797
|
export declare type ColorType = 'gray' | 'gold' | 'bronze' | 'brown' | 'yellow' | 'amber' | 'orange' | 'tomato' | 'red' | 'ruby' | 'crimson' | 'pink' | 'plum' | 'purple' | 'violet' | 'iris' | 'indigo' | 'blue' | 'cyan' | 'teal' | 'jade' | 'green' | 'grass' | 'lime' | 'mint' | 'sky';
|
|
796
798
|
|
|
797
|
-
export declare const ComboboxContent:
|
|
799
|
+
export declare const ComboboxContent: __VLS_WithTemplateSlots_31<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
798
800
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
799
801
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
800
802
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -816,11 +818,11 @@ declare interface ComboboxContentProps extends ComboboxContentProps_2 {
|
|
|
816
818
|
variant?: 'solid' | 'soft';
|
|
817
819
|
}
|
|
818
820
|
|
|
819
|
-
export declare const ComboboxEmpty:
|
|
821
|
+
export declare const ComboboxEmpty: __VLS_WithTemplateSlots_34<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
820
822
|
|
|
821
823
|
export { ComboboxGroup }
|
|
822
824
|
|
|
823
|
-
export declare const ComboboxInput:
|
|
825
|
+
export declare const ComboboxInput: __VLS_WithTemplateSlots_30<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
824
826
|
"update:modelValue": (args_0: string) => any;
|
|
825
827
|
}, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
|
|
826
828
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
@@ -838,22 +840,22 @@ declare interface ComboboxInputProps extends ComboboxInputProps_2 {
|
|
|
838
840
|
placeholder?: string;
|
|
839
841
|
}
|
|
840
842
|
|
|
841
|
-
export declare const ComboboxItem:
|
|
843
|
+
export declare const ComboboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
842
844
|
|
|
843
|
-
export declare const ComboboxLabel:
|
|
845
|
+
export declare const ComboboxLabel: __VLS_WithTemplateSlots_33<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
844
846
|
default?(_: {}): any;
|
|
845
847
|
}>;
|
|
846
848
|
|
|
847
|
-
export declare const ComboboxRoot:
|
|
848
|
-
"update:modelValue": (value: AcceptableValue) => any;
|
|
849
|
+
export declare const ComboboxRoot: __VLS_WithTemplateSlots_29<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
849
850
|
"update:open": (value: boolean) => any;
|
|
851
|
+
"update:modelValue": (value: AcceptableValue) => any;
|
|
850
852
|
highlight: (payload: {
|
|
851
853
|
ref: HTMLElement;
|
|
852
854
|
value: AcceptableValue;
|
|
853
855
|
} | undefined) => any;
|
|
854
856
|
}, string, PublicProps, Readonly<ComboboxRootProps> & Readonly<{
|
|
855
|
-
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
856
857
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
858
|
+
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
857
859
|
onHighlight?: ((payload: {
|
|
858
860
|
ref: HTMLElement;
|
|
859
861
|
value: AcceptableValue;
|
|
@@ -1135,47 +1137,23 @@ export declare interface NavigationMenuTriggerProps extends NavigationMenuTrigge
|
|
|
1135
1137
|
radius?: RadiusType;
|
|
1136
1138
|
}
|
|
1137
1139
|
|
|
1138
|
-
export declare const Pagination:
|
|
1139
|
-
page: number;
|
|
1140
|
-
} & PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1140
|
+
export declare const Pagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1141
1141
|
"update:page": (value: number) => any;
|
|
1142
|
-
}, string, PublicProps, Readonly<{
|
|
1143
|
-
page: number;
|
|
1144
|
-
} & PaginationProps> & Readonly<{
|
|
1142
|
+
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
1145
1143
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1146
1144
|
}>, {
|
|
1147
1145
|
size: "1" | "2" | "3" | "4";
|
|
1148
|
-
variant: "
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
page: number;
|
|
1154
|
-
}): any;
|
|
1155
|
-
page?(_: {
|
|
1156
|
-
page: number;
|
|
1157
|
-
}): any;
|
|
1158
|
-
page?(_: {
|
|
1159
|
-
page: number;
|
|
1160
|
-
}): any;
|
|
1161
|
-
page?(_: {
|
|
1162
|
-
page: number;
|
|
1163
|
-
}): any;
|
|
1164
|
-
'prev-edge'?(_: {
|
|
1165
|
-
page: number;
|
|
1166
|
-
}): any;
|
|
1167
|
-
'next-edge'?(_: {
|
|
1168
|
-
page: number;
|
|
1169
|
-
}): any;
|
|
1170
|
-
'next-page'?(_: {
|
|
1171
|
-
page: number;
|
|
1172
|
-
}): any;
|
|
1173
|
-
}>;
|
|
1146
|
+
variant: "soft" | "surface" | "outline" | "ghost";
|
|
1147
|
+
color: ColorType;
|
|
1148
|
+
navigation: "none" | "prev-next" | "first-last" | "all";
|
|
1149
|
+
itemsPerPage: number;
|
|
1150
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1174
1151
|
|
|
1175
|
-
export declare interface PaginationProps extends
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1152
|
+
export declare interface PaginationProps extends PaginationRootProps {
|
|
1153
|
+
color?: ColorType;
|
|
1154
|
+
size?: '1' | '2' | '3' | '4';
|
|
1155
|
+
variant?: 'soft' | 'surface' | 'outline' | 'ghost';
|
|
1156
|
+
navigation?: 'none' | 'prev-next' | 'first-last' | 'all';
|
|
1179
1157
|
}
|
|
1180
1158
|
|
|
1181
1159
|
export { PopoverClose }
|
|
@@ -1239,11 +1217,11 @@ size: "1" | "2" | "3";
|
|
|
1239
1217
|
variant: "surface" | "soft";
|
|
1240
1218
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
1241
1219
|
|
|
1242
|
-
export declare const RadioCardsItem:
|
|
1220
|
+
export declare const RadioCardsItem: __VLS_WithTemplateSlots_38<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1243
1221
|
default?(_: {}): any;
|
|
1244
1222
|
}>;
|
|
1245
1223
|
|
|
1246
|
-
export declare const RadioCardsRoot:
|
|
1224
|
+
export declare const RadioCardsRoot: __VLS_WithTemplateSlots_37<DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1247
1225
|
"update:modelValue": (payload: string) => any;
|
|
1248
1226
|
}, string, PublicProps, Readonly<RadioCardsRootProps> & Readonly<{
|
|
1249
1227
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
@@ -1271,7 +1249,7 @@ export declare interface RadioCardsRootProps extends RadioGroupRootProps_2 {
|
|
|
1271
1249
|
highContrast?: boolean;
|
|
1272
1250
|
}
|
|
1273
1251
|
|
|
1274
|
-
export declare const RadioGroupItem:
|
|
1252
|
+
export declare const RadioGroupItem: __VLS_WithTemplateSlots_36<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
|
|
1275
1253
|
default?(_: {}): any;
|
|
1276
1254
|
}>;
|
|
1277
1255
|
|
|
@@ -1286,7 +1264,7 @@ export declare interface RadioGroupItemProps extends RadioGroupItemProps_2 {
|
|
|
1286
1264
|
highContrast?: boolean;
|
|
1287
1265
|
}
|
|
1288
1266
|
|
|
1289
|
-
export declare const RadioGroupRoot:
|
|
1267
|
+
export declare const RadioGroupRoot: __VLS_WithTemplateSlots_35<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1290
1268
|
"update:modelValue": (payload: string) => any;
|
|
1291
1269
|
}, string, PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
|
|
1292
1270
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
@@ -1331,13 +1309,13 @@ export declare interface RadioProps {
|
|
|
1331
1309
|
highContrast?: boolean;
|
|
1332
1310
|
}
|
|
1333
1311
|
|
|
1334
|
-
export declare const RadioTabsItem:
|
|
1312
|
+
export declare const RadioTabsItem: __VLS_WithTemplateSlots_40<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1335
1313
|
default?(_: {}): any;
|
|
1336
1314
|
}>;
|
|
1337
1315
|
|
|
1338
1316
|
export declare type RadioTabsItemProps = RadioGroupItemProps_2;
|
|
1339
1317
|
|
|
1340
|
-
export declare const RadioTabsRoot:
|
|
1318
|
+
export declare const RadioTabsRoot: __VLS_WithTemplateSlots_39<DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1341
1319
|
"update:modelValue": (payload: string) => any;
|
|
1342
1320
|
}, string, PublicProps, Readonly<RadioTabsRootProps> & Readonly<{
|
|
1343
1321
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
@@ -1399,7 +1377,7 @@ export declare interface ScrollAreaProps extends ScrollAreaRootProps {
|
|
|
1399
1377
|
scrollbars?: 'vertical' | 'horizontal' | 'both';
|
|
1400
1378
|
}
|
|
1401
1379
|
|
|
1402
|
-
export declare const SelectContent:
|
|
1380
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_25<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
|
|
1403
1381
|
variant: "solid" | "soft";
|
|
1404
1382
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1405
1383
|
default?(_: {}): any;
|
|
@@ -1411,24 +1389,24 @@ export declare interface SelectContentProps extends SelectContentProps_2 {
|
|
|
1411
1389
|
|
|
1412
1390
|
export { SelectGroup }
|
|
1413
1391
|
|
|
1414
|
-
export declare const SelectItem:
|
|
1392
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_27<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1415
1393
|
default?(_: {}): any;
|
|
1416
1394
|
}>;
|
|
1417
1395
|
|
|
1418
1396
|
export { SelectItemProps }
|
|
1419
1397
|
|
|
1420
|
-
export declare const SelectLabel:
|
|
1398
|
+
export declare const SelectLabel: __VLS_WithTemplateSlots_28<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1421
1399
|
default?(_: {}): any;
|
|
1422
1400
|
}>;
|
|
1423
1401
|
|
|
1424
1402
|
export { SelectLabelProps }
|
|
1425
1403
|
|
|
1426
|
-
export declare const SelectRoot:
|
|
1427
|
-
"update:modelValue": (value: AcceptableValue) => any;
|
|
1404
|
+
export declare const SelectRoot: __VLS_WithTemplateSlots_24<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1428
1405
|
"update:open": (value: boolean) => any;
|
|
1406
|
+
"update:modelValue": (value: AcceptableValue) => any;
|
|
1429
1407
|
}, string, PublicProps, Readonly<SelectRootProps> & Readonly<{
|
|
1430
|
-
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
1431
1408
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1409
|
+
"onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
1432
1410
|
}>, {
|
|
1433
1411
|
size: "1" | "2" | "3";
|
|
1434
1412
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1443,7 +1421,7 @@ export declare interface SelectRootProps extends SelectRootProps_2 {
|
|
|
1443
1421
|
|
|
1444
1422
|
export declare const SelectSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1445
1423
|
|
|
1446
|
-
export declare const SelectTrigger:
|
|
1424
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_26<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
|
|
1447
1425
|
variant: "surface" | "soft" | "ghost";
|
|
1448
1426
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1449
1427
|
default?(_: {
|
|
@@ -1490,14 +1468,16 @@ export declare interface SeparatorProps {
|
|
|
1490
1468
|
|
|
1491
1469
|
export declare const SpinnerIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
1492
1470
|
|
|
1493
|
-
export declare const Switch: DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1471
|
+
export declare const Switch: __VLS_WithTemplateSlots_19<DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1494
1472
|
"update:modelValue": (payload: boolean) => any;
|
|
1495
1473
|
}, string, PublicProps, Readonly<SwitchProps> & Readonly<{
|
|
1496
1474
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
1497
1475
|
}>, {
|
|
1498
1476
|
size: "1" | "2" | "3";
|
|
1499
1477
|
variant: "surface" | "soft";
|
|
1500
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any
|
|
1478
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1479
|
+
default?(_: {}): any;
|
|
1480
|
+
}>;
|
|
1501
1481
|
|
|
1502
1482
|
export declare interface SwitchProps extends SwitchRootProps {
|
|
1503
1483
|
color?: ColorType;
|
|
@@ -1522,7 +1502,7 @@ export declare interface TableProps {
|
|
|
1522
1502
|
|
|
1523
1503
|
export { TabsContent }
|
|
1524
1504
|
|
|
1525
|
-
export declare const TabsList:
|
|
1505
|
+
export declare const TabsList: __VLS_WithTemplateSlots_41<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
|
|
1526
1506
|
size: "1" | "2";
|
|
1527
1507
|
variant: "classic" | "outline" | "surface" | "soft";
|
|
1528
1508
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1539,7 +1519,7 @@ export declare interface TabsListProps {
|
|
|
1539
1519
|
|
|
1540
1520
|
export { TabsRoot }
|
|
1541
1521
|
|
|
1542
|
-
export declare const TabsTrigger:
|
|
1522
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_42<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1543
1523
|
|
|
1544
1524
|
export declare const TextArea: DefineComponent< {
|
|
1545
1525
|
modelValue?: string;
|
|
@@ -1563,7 +1543,7 @@ export declare interface TextAreaProps {
|
|
|
1563
1543
|
radius?: RadiusType;
|
|
1564
1544
|
}
|
|
1565
1545
|
|
|
1566
|
-
export declare const TextField:
|
|
1546
|
+
export declare const TextField: __VLS_WithTemplateSlots_23<DefineComponent< {
|
|
1567
1547
|
modelValue?: any;
|
|
1568
1548
|
} & TextFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1569
1549
|
"update:modelValue": (value: any) => any;
|
|
@@ -1646,7 +1626,7 @@ export declare interface ToastMessage {
|
|
|
1646
1626
|
|
|
1647
1627
|
export declare const ToastProvider: __VLS_WithTemplateSlots_50<DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
1648
1628
|
size: "1" | "2" | "3";
|
|
1649
|
-
position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
1629
|
+
position: "top-left" | "top-right" | "top-center" | "bottom-left" | "bottom-right" | "bottom-center";
|
|
1650
1630
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1651
1631
|
default?(_: {}): any;
|
|
1652
1632
|
item?(_: {
|
|
@@ -1675,10 +1655,10 @@ position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
|
1675
1655
|
|
|
1676
1656
|
export declare interface ToastProviderProps extends ToastProviderProps_2 {
|
|
1677
1657
|
size?: '1' | '2' | '3';
|
|
1678
|
-
position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
1658
|
+
position?: 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center';
|
|
1679
1659
|
}
|
|
1680
1660
|
|
|
1681
|
-
export declare const Toggle:
|
|
1661
|
+
export declare const Toggle: __VLS_WithTemplateSlots_20<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1682
1662
|
"update:modelValue": (value: boolean) => any;
|
|
1683
1663
|
}, string, PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
1684
1664
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1689,9 +1669,9 @@ variant: "solid" | "soft" | "ghost";
|
|
|
1689
1669
|
default?(_: {}): any;
|
|
1690
1670
|
}>;
|
|
1691
1671
|
|
|
1692
|
-
export declare const ToggleGroupItem:
|
|
1672
|
+
export declare const ToggleGroupItem: __VLS_WithTemplateSlots_22<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1693
1673
|
|
|
1694
|
-
export declare const ToggleGroupRoot:
|
|
1674
|
+
export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_21<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1695
1675
|
"update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
|
|
1696
1676
|
}, string, PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
|
|
1697
1677
|
"onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
@@ -1740,7 +1720,11 @@ export declare interface ToggleProps extends ToggleProps_2 {
|
|
|
1740
1720
|
highContrast?: boolean;
|
|
1741
1721
|
}
|
|
1742
1722
|
|
|
1743
|
-
export declare const Tooltip: __VLS_WithTemplateSlots_52<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1723
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_52<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1724
|
+
"update:open": (value: boolean) => any;
|
|
1725
|
+
}, string, PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
1726
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1727
|
+
}>, {
|
|
1744
1728
|
color: ColorType;
|
|
1745
1729
|
side: "top" | "right" | "bottom" | "left";
|
|
1746
1730
|
sideOffset: number;
|
|
@@ -1752,7 +1736,7 @@ maxWidth: string;
|
|
|
1752
1736
|
content?(_: {}): any;
|
|
1753
1737
|
}>;
|
|
1754
1738
|
|
|
1755
|
-
export declare interface TooltipProps extends TooltipContentProps {
|
|
1739
|
+
export declare interface TooltipProps extends TooltipRootProps, TooltipContentProps {
|
|
1756
1740
|
/** The content associated with the tooltip. */
|
|
1757
1741
|
content?: string;
|
|
1758
1742
|
/**
|
|
@@ -1766,12 +1750,8 @@ export declare interface TooltipProps extends TooltipContentProps {
|
|
|
1766
1750
|
color?: ColorType;
|
|
1767
1751
|
}
|
|
1768
1752
|
|
|
1769
|
-
export declare function useForwardPropsEmitsWithout<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit: (name: Name, ...args: any[]) => void, exclude: string[]): ComputedRef<
|
|
1770
|
-
[x: string]: any;
|
|
1771
|
-
}>;
|
|
1753
|
+
export declare function useForwardPropsEmitsWithout<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit: (name: Name, ...args: any[]) => void, exclude: string[]): ComputedRef<T & Record<string, any>>;
|
|
1772
1754
|
|
|
1773
|
-
export declare function useForwardPropsWithout<T extends Record<string, any>>(props: MaybeRefOrGetter<T>, exclude: string[]): ComputedRef<
|
|
1774
|
-
[x: string]: any;
|
|
1775
|
-
}>;
|
|
1755
|
+
export declare function useForwardPropsWithout<T extends Record<string, any>>(props: MaybeRefOrGetter<T>, exclude: string[]): ComputedRef<T>;
|
|
1776
1756
|
|
|
1777
1757
|
export { }
|