@soft-stech/bootsman-ui-shadcn 1.0.3 → 1.0.4-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/ui/accordion/BuiAccordion.vue.d.ts +22 -1
- package/dist/components/ui/accordion/BuiAccordionContent.vue.d.ts +22 -1
- package/dist/components/ui/accordion/BuiAccordionItem.vue.d.ts +22 -1
- package/dist/components/ui/accordion/BuiAccordionTrigger.vue.d.ts +24 -1
- package/dist/components/ui/alert/BuiAlert.vue.d.ts +24 -1
- package/dist/components/ui/alert/BuiAlertDescription.vue.d.ts +12 -1
- package/dist/components/ui/alert/BuiAlertTitle.vue.d.ts +8 -1
- package/dist/components/ui/alert/index.d.ts +3 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialog.vue.d.ts +22 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogAction.vue.d.ts +18 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogCancel.vue.d.ts +18 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogDescription.vue.d.ts +22 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogFooter.vue.d.ts +20 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogHeader.vue.d.ts +20 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogTitle.vue.d.ts +22 -1
- package/dist/components/ui/alert-dialog/BuiAlertDialogTrigger.vue.d.ts +18 -1
- package/dist/components/ui/aspect-ratio/BuiAspectRatio.vue.d.ts +18 -1
- package/dist/components/ui/avatar/BuiAvatar.vue.d.ts +40 -1
- package/dist/components/ui/avatar/BuiAvatarFallback.vue.d.ts +18 -1
- package/dist/components/ui/avatar/BuiAvatarImage.vue.d.ts +11 -1
- package/dist/components/ui/avatar/index.d.ts +4 -1
- package/dist/components/ui/badge/BuiBadge.vue.d.ts +43 -1
- package/dist/components/ui/badge/index.d.ts +3 -1
- package/dist/components/ui/button/BuiButton.vue.d.ts +38 -1
- package/dist/components/ui/button/index.d.ts +4 -1
- package/dist/components/ui/calendar/BuiCalendar.vue.d.ts +62 -1
- package/dist/components/ui/card/BuiCard.vue.d.ts +20 -1
- package/dist/components/ui/card/BuiCardContent.vue.d.ts +20 -1
- package/dist/components/ui/card/BuiCardDescription.vue.d.ts +20 -1
- package/dist/components/ui/card/BuiCardFooter.vue.d.ts +20 -1
- package/dist/components/ui/card/BuiCardHeader.vue.d.ts +20 -1
- package/dist/components/ui/card/BuiCardTitle.vue.d.ts +20 -1
- package/dist/components/ui/checkbox/BuiCheckbox.vue.d.ts +15 -1
- package/dist/components/ui/command/BuiCommandDialog.vue.d.ts +22 -1
- package/dist/components/ui/command/BuiCommandEmpty.vue.d.ts +18 -1
- package/dist/components/ui/command/BuiCommandGroup.vue.d.ts +22 -1
- package/dist/components/ui/command/BuiCommandInput.vue.d.ts +11 -1
- package/dist/components/ui/command/BuiCommandSeparator.vue.d.ts +18 -1
- package/dist/components/ui/command/BuiCommandShortcut.vue.d.ts +8 -1
- package/dist/components/ui/context-menu/BuiContextMenu.vue.d.ts +22 -1
- package/dist/components/ui/context-menu/BuiContextMenuCheckboxItem.vue.d.ts +28 -1
- package/dist/components/ui/context-menu/BuiContextMenuGroup.vue.d.ts +18 -1
- package/dist/components/ui/context-menu/BuiContextMenuItem.vue.d.ts +28 -1
- package/dist/components/ui/context-menu/BuiContextMenuLabel.vue.d.ts +24 -1
- package/dist/components/ui/context-menu/BuiContextMenuRadioGroup.vue.d.ts +22 -1
- package/dist/components/ui/context-menu/BuiContextMenuRadioItem.vue.d.ts +26 -1
- package/dist/components/ui/context-menu/BuiContextMenuSeparator.vue.d.ts +11 -1
- package/dist/components/ui/context-menu/BuiContextMenuShortcut.vue.d.ts +8 -1
- package/dist/components/ui/context-menu/BuiContextMenuSub.vue.d.ts +22 -1
- package/dist/components/ui/context-menu/BuiContextMenuSubTrigger.vue.d.ts +24 -1
- package/dist/components/ui/context-menu/BuiContextMenuTrigger.vue.d.ts +18 -1
- package/dist/components/ui/dialog/BuiDialog.vue.d.ts +22 -1
- package/dist/components/ui/dialog/BuiDialogClose.vue.d.ts +18 -1
- package/dist/components/ui/dialog/BuiDialogDescription.vue.d.ts +22 -1
- package/dist/components/ui/dialog/BuiDialogFooter.vue.d.ts +20 -1
- package/dist/components/ui/dialog/BuiDialogHeader.vue.d.ts +20 -1
- package/dist/components/ui/dialog/BuiDialogTitle.vue.d.ts +22 -1
- package/dist/components/ui/dialog/BuiDialogTrigger.vue.d.ts +18 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenu.vue.d.ts +22 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuCheckboxItem.vue.d.ts +28 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuGroup.vue.d.ts +18 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuItem.vue.d.ts +24 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuLabel.vue.d.ts +24 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioGroup.vue.d.ts +22 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioItem.vue.d.ts +26 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuSeparator.vue.d.ts +11 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuShortcut.vue.d.ts +8 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuSub.vue.d.ts +22 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubTrigger.vue.d.ts +22 -1
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuTrigger.vue.d.ts +18 -1
- package/dist/components/ui/form/BuiFormControl.vue.d.ts +8 -1
- package/dist/components/ui/form/BuiFormDescription.vue.d.ts +8 -1
- package/dist/components/ui/form/BuiFormItem.vue.d.ts +9 -1
- package/dist/components/ui/form/BuiFormLabel.vue.d.ts +18 -1
- package/dist/components/ui/form/BuiFormMessage.vue.d.ts +1 -1
- package/dist/components/ui/form/useFormField.d.ts +6 -6
- package/dist/components/ui/hover-card/BuiHoverCard.vue.d.ts +18 -1
- package/dist/components/ui/hover-card/BuiHoverCardContent.vue.d.ts +36 -1
- package/dist/components/ui/hover-card/BuiHoverCardTrigger.vue.d.ts +18 -1
- package/dist/components/ui/input/BuiInput.vue.d.ts +26 -1
- package/dist/components/ui/input/index.d.ts +3 -1
- package/dist/components/ui/label/BuiLabel.vue.d.ts +22 -1
- package/dist/components/ui/pagination/BuiPaginationCommon.vue.d.ts +36 -1
- package/dist/components/ui/pagination/BuiPaginationEllipsis.vue.d.ts +18 -1
- package/dist/components/ui/pagination/BuiPaginationFirst.vue.d.ts +32 -1
- package/dist/components/ui/pagination/BuiPaginationLast.vue.d.ts +32 -1
- package/dist/components/ui/pagination/BuiPaginationNext.vue.d.ts +32 -1
- package/dist/components/ui/pagination/BuiPaginationPrev.vue.d.ts +32 -1
- package/dist/components/ui/popover/BuiPopover.vue.d.ts +22 -1
- package/dist/components/ui/popover/BuiPopoverTrigger.vue.d.ts +18 -1
- package/dist/components/ui/progress/BuiProgress.vue.d.ts +36 -1
- package/dist/components/ui/progress/index.d.ts +3 -1
- package/dist/components/ui/radio-group/BuiRadioGroup.vue.d.ts +26 -1
- package/dist/components/ui/radio-group/BuiRadioGroupItem.vue.d.ts +15 -1
- package/dist/components/ui/select/BuiSelect.vue.d.ts +24 -1
- package/dist/components/ui/select/BuiSelectGroup.vue.d.ts +22 -1
- package/dist/components/ui/select/BuiSelectItem.vue.d.ts +22 -1
- package/dist/components/ui/select/BuiSelectItemText.vue.d.ts +18 -1
- package/dist/components/ui/select/BuiSelectLabel.vue.d.ts +22 -1
- package/dist/components/ui/select/BuiSelectSeparator.vue.d.ts +15 -1
- package/dist/components/ui/select/BuiSelectTrigger.vue.d.ts +41 -1
- package/dist/components/ui/select/BuiSelectValue.vue.d.ts +18 -1
- package/dist/components/ui/separator/BuiSeparator.vue.d.ts +15 -1
- package/dist/components/ui/slider/BuiSlider.vue.d.ts +17 -1
- package/dist/components/ui/switch/BuiSwitch.vue.d.ts +19 -1
- package/dist/components/ui/table/BuiDataTable.vue.d.ts +46 -7
- package/dist/components/ui/table/BuiTable.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableBody.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableCaption.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableCell.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableEmpty.vue.d.ts +38 -1
- package/dist/components/ui/table/BuiTableFooter.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableHead.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableHeader.vue.d.ts +21 -1
- package/dist/components/ui/table/BuiTableRow.vue.d.ts +21 -1
- package/dist/components/ui/tabs/BuiTabs.vue.d.ts +22 -1
- package/dist/components/ui/tabs/BuiTabsContent.vue.d.ts +22 -1
- package/dist/components/ui/tabs/BuiTabsList.vue.d.ts +23 -1
- package/dist/components/ui/tabs/BuiTabsTrigger.vue.d.ts +23 -1
- package/dist/components/ui/tabs/index.d.ts +6 -2
- package/dist/components/ui/textarea/BuiTextarea.vue.d.ts +23 -1
- package/dist/components/ui/textarea/index.d.ts +3 -1
- package/dist/components/ui/toast/BuiToastAction.vue.d.ts +22 -1
- package/dist/components/ui/toast/BuiToastClose.vue.d.ts +14 -1
- package/dist/components/ui/toast/BuiToastDescription.vue.d.ts +22 -1
- package/dist/components/ui/toast/BuiToastProvider.vue.d.ts +18 -1
- package/dist/components/ui/toast/BuiToastTitle.vue.d.ts +22 -1
- package/dist/components/ui/toast/BuiToastViewport.vue.d.ts +15 -1
- package/dist/components/ui/toast/BuiToaster.vue.d.ts +1 -1
- package/dist/components/ui/toast/index.d.ts +3 -1
- package/dist/components/ui/toggle/BuiToggle.vue.d.ts +51 -1
- package/dist/components/ui/toggle/index.d.ts +4 -1
- package/dist/components/ui/tooltip/BuiTooltip.vue.d.ts +22 -1
- package/dist/components/ui/tooltip/BuiTooltipContent.vue.d.ts +38 -1
- package/dist/components/ui/tooltip/BuiTooltipProvider.vue.d.ts +18 -1
- package/dist/components/ui/tooltip/BuiTooltipTrigger.vue.d.ts +18 -1
- package/dist/histoire-setup.d.ts +0 -0
- package/dist/lib/utils.d.ts +5 -3
- package/dist/tailwind-preset.d.ts +116 -1
- package/package.json +5 -4
- package/dist/components/ui/alert-dialog/BuiAlertDialogContent.vue.d.ts +0 -2
- package/dist/components/ui/command/BuiCommand.vue.d.ts +0 -2
- package/dist/components/ui/command/BuiCommandItem.vue.d.ts +0 -2
- package/dist/components/ui/command/BuiCommandList.vue.d.ts +0 -2
- package/dist/components/ui/context-menu/BuiContextMenuContent.vue.d.ts +0 -2
- package/dist/components/ui/context-menu/BuiContextMenuSubContent.vue.d.ts +0 -2
- package/dist/components/ui/dialog/BuiDialogContent.vue.d.ts +0 -2
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuContent.vue.d.ts +0 -2
- package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubContent.vue.d.ts +0 -2
- package/dist/components/ui/popover/BuiPopoverContent.vue.d.ts +0 -2
- package/dist/components/ui/select/BuiSelectContent.vue.d.ts +0 -2
- package/dist/components/ui/toast/BuiToast.vue.d.ts +0 -12
- package/dist/components/ui/toast/use-toast.d.ts +0 -21
@@ -1,2 +1,21 @@
|
|
1
|
-
|
1
|
+
interface DialogFooterProps {
|
2
|
+
class?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DialogFooterProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogFooterProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
2
7
|
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -1,2 +1,21 @@
|
|
1
|
-
|
1
|
+
interface DialogHeaderProps {
|
2
|
+
class?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DialogHeaderProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogHeaderProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
2
7
|
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type DialogTitleProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DialogTitleProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTitleProps & {
|
5
|
+
class?: string | undefined;
|
6
|
+
}>>>, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type DialogTriggerProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DialogTriggerProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuRootProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuRootProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:open": (value: boolean) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRootProps>>> & {
|
5
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
6
|
+
}, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|
@@ -1,2 +1,29 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuCheckboxItemProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuCheckboxItemProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
5
|
+
select: (event: Event) => void;
|
6
|
+
"update:checked": (payload: boolean) => void;
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuCheckboxItemProps & {
|
8
|
+
class?: string | undefined;
|
9
|
+
}>>> & {
|
10
|
+
onSelect?: ((event: Event) => any) | undefined;
|
11
|
+
"onUpdate:checked"?: ((payload: boolean) => any) | undefined;
|
12
|
+
}, {}, {}>, {
|
13
|
+
default?(_: {}): any;
|
14
|
+
}>;
|
2
15
|
export default _default;
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
17
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
20
|
+
} : {
|
21
|
+
type: import('vue').PropType<T[K]>;
|
22
|
+
required: true;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
26
|
+
new (): {
|
27
|
+
$slots: S;
|
28
|
+
};
|
29
|
+
};
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuGroupProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuGroupProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,25 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuItemProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuItemProps & {
|
3
|
+
inset?: boolean | undefined;
|
4
|
+
class?: string | undefined;
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuItemProps & {
|
6
|
+
inset?: boolean | undefined;
|
7
|
+
class?: string | undefined;
|
8
|
+
}>>>, {}, {}>, {
|
9
|
+
default?(_: {}): any;
|
10
|
+
}>;
|
2
11
|
export default _default;
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
16
|
+
} : {
|
17
|
+
type: import('vue').PropType<T[K]>;
|
18
|
+
required: true;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
22
|
+
new (): {
|
23
|
+
$slots: S;
|
24
|
+
};
|
25
|
+
};
|
@@ -1,2 +1,25 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuLabelProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuLabelProps & {
|
3
|
+
inset?: boolean | undefined;
|
4
|
+
class?: string | undefined;
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuLabelProps & {
|
6
|
+
inset?: boolean | undefined;
|
7
|
+
class?: string | undefined;
|
8
|
+
}>>>, {}, {}>, {
|
9
|
+
default?(_: {}): any;
|
10
|
+
}>;
|
2
11
|
export default _default;
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
16
|
+
} : {
|
17
|
+
type: import('vue').PropType<T[K]>;
|
18
|
+
required: true;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
22
|
+
new (): {
|
23
|
+
$slots: S;
|
24
|
+
};
|
25
|
+
};
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuRadioGroupProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (payload: boolean) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioGroupProps>>> & {
|
5
|
+
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
6
|
+
}, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|
@@ -1,2 +1,27 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuRadioItemProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioItemProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
5
|
+
select: (event: Event) => void;
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuRadioItemProps & {
|
7
|
+
class?: string | undefined;
|
8
|
+
}>>> & {
|
9
|
+
onSelect?: ((event: Event) => any) | undefined;
|
10
|
+
}, {}, {}>, {
|
11
|
+
default?(_: {}): any;
|
12
|
+
}>;
|
2
13
|
export default _default;
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
18
|
+
} : {
|
19
|
+
type: import('vue').PropType<T[K]>;
|
20
|
+
required: true;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
24
|
+
new (): {
|
25
|
+
$slots: S;
|
26
|
+
};
|
27
|
+
};
|
@@ -1,2 +1,12 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuSeparatorProps } from 'radix-vue';
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuSeparatorProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSeparatorProps>>>, {}, {}>;
|
2
3
|
export default _default;
|
4
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
5
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
6
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
7
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
8
|
+
} : {
|
9
|
+
type: import('vue').PropType<T[K]>;
|
10
|
+
required: true;
|
11
|
+
};
|
12
|
+
};
|
@@ -1,2 +1,9 @@
|
|
1
|
-
declare const _default:
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
2
|
+
default?(_: {}): any;
|
3
|
+
}>;
|
2
4
|
export default _default;
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
6
|
+
new (): {
|
7
|
+
$slots: S;
|
8
|
+
};
|
9
|
+
};
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuSubProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:open": (value: boolean) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubProps>>> & {
|
5
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
6
|
+
}, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuSubTriggerProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuSubTriggerProps & {
|
5
|
+
class?: string | undefined;
|
6
|
+
}>>>, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type DropdownMenuTriggerProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DropdownMenuTriggerProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,9 @@
|
|
1
|
-
declare const _default:
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
2
|
+
default?(_: {}): any;
|
3
|
+
}>;
|
2
4
|
export default _default;
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
6
|
+
new (): {
|
7
|
+
$slots: S;
|
8
|
+
};
|
9
|
+
};
|
@@ -1,2 +1,9 @@
|
|
1
|
-
declare const _default:
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
2
|
+
default?(_: {}): any;
|
3
|
+
}>;
|
2
4
|
export default _default;
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
6
|
+
new (): {
|
7
|
+
$slots: S;
|
8
|
+
};
|
9
|
+
};
|
@@ -1,3 +1,11 @@
|
|
1
|
+
import { type InjectionKey } from 'vue';
|
1
2
|
export declare const FORM_ITEM_INJECTION_KEY: InjectionKey<string>;
|
2
|
-
declare const _default:
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
4
|
+
default?(_: {}): any;
|
5
|
+
}>;
|
3
6
|
export default _default;
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
8
|
+
new (): {
|
9
|
+
$slots: S;
|
10
|
+
};
|
11
|
+
};
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type LabelProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<LabelProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<LabelProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default:
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare function useFormField(): {
|
2
|
-
valid:
|
3
|
-
isDirty:
|
4
|
-
isTouched:
|
5
|
-
error:
|
6
|
-
id:
|
7
|
-
name:
|
2
|
+
valid: import("vue").ComputedRef<boolean>;
|
3
|
+
isDirty: import("vue").ComputedRef<boolean>;
|
4
|
+
isTouched: import("vue").ComputedRef<boolean>;
|
5
|
+
error: import("vue").ComputedRef<string>;
|
6
|
+
id: string | undefined;
|
7
|
+
name: import("vue").MaybeRef<string>;
|
8
8
|
formItemId: string;
|
9
9
|
formDescriptionId: string;
|
10
10
|
formMessageId: string;
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type HoverCardRootProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<HoverCardRootProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HoverCardRootProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,37 @@
|
|
1
|
-
|
1
|
+
import { type HoverCardContentProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HoverCardContentProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {
|
5
|
+
sideOffset: number;
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<HoverCardContentProps & {
|
7
|
+
class?: string | undefined;
|
8
|
+
}>, {
|
9
|
+
sideOffset: number;
|
10
|
+
}>>>, {
|
11
|
+
sideOffset: number;
|
12
|
+
}, {}>, {
|
13
|
+
default?(_: {}): any;
|
14
|
+
}>;
|
2
15
|
export default _default;
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
17
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
20
|
+
} : {
|
21
|
+
type: import('vue').PropType<T[K]>;
|
22
|
+
required: true;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
27
|
+
default: D[K];
|
28
|
+
}> : P[K];
|
29
|
+
};
|
30
|
+
type __VLS_Prettify<T> = {
|
31
|
+
[K in keyof T]: T[K];
|
32
|
+
} & {};
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
34
|
+
new (): {
|
35
|
+
$slots: S;
|
36
|
+
};
|
37
|
+
};
|
@@ -1,2 +1,19 @@
|
|
1
|
-
|
1
|
+
import { type HoverCardTriggerProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<HoverCardTriggerProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<HoverCardTriggerProps>>>, {}, {}>, {
|
3
|
+
default?(_: {}): any;
|
4
|
+
}>;
|
2
5
|
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -1,2 +1,27 @@
|
|
1
|
-
|
1
|
+
import type { HTMLAttributes } from 'vue';
|
2
|
+
import { inputVariants } from '.';
|
3
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
4
|
+
defaultValue?: string | number | undefined;
|
5
|
+
variant?: NonNullable<Parameters<typeof inputVariants>[0]>['variant'];
|
6
|
+
modelValue?: string | number | undefined;
|
7
|
+
class?: HTMLAttributes['class'];
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
9
|
+
"update:modelValue": (payload: string | number) => void;
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
11
|
+
defaultValue?: string | number | undefined;
|
12
|
+
variant?: NonNullable<Parameters<typeof inputVariants>[0]>['variant'];
|
13
|
+
modelValue?: string | number | undefined;
|
14
|
+
class?: HTMLAttributes['class'];
|
15
|
+
}>>> & {
|
16
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
17
|
+
}, {}, {}>;
|
2
18
|
export default _default;
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
23
|
+
} : {
|
24
|
+
type: import('vue').PropType<T[K]>;
|
25
|
+
required: true;
|
26
|
+
};
|
27
|
+
};
|
@@ -1,2 +1,4 @@
|
|
1
1
|
export { default as BuiInput } from './BuiInput.vue';
|
2
|
-
export declare const inputVariants:
|
2
|
+
export declare const inputVariants: (props?: ({
|
3
|
+
variant?: "default" | "destructive" | "success" | null | undefined;
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
@@ -1,2 +1,23 @@
|
|
1
|
-
|
1
|
+
import { type LabelProps } from 'radix-vue';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<LabelProps & {
|
3
|
+
class?: string | undefined;
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<LabelProps & {
|
5
|
+
class?: string | undefined;
|
6
|
+
}>>>, {}, {}>, {
|
7
|
+
default?(_: {}): any;
|
8
|
+
}>;
|
2
9
|
export default _default;
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
14
|
+
} : {
|
15
|
+
type: import('vue').PropType<T[K]>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
20
|
+
new (): {
|
21
|
+
$slots: S;
|
22
|
+
};
|
23
|
+
};
|