@una-ui/nuxt 0.58.0 → 0.60.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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogAction.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogCancel.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogContent.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogContent.vue.d.ts +6 -22
- package/dist/runtime/components/alert-dialog/AlertDialogDescription.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogOverlay.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogTitle.vue +1 -1
- package/dist/runtime/components/alert-dialog/AlertDialogTrigger.vue +1 -1
- package/dist/runtime/components/aspect-ratio/AspectRatio.vue +1 -1
- package/dist/runtime/components/aspect-ratio/AspectRatio.vue.d.ts +1 -1
- package/dist/runtime/components/combobox/Combobox.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxAnchor.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxEmpty.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxGroup.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxInput.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxItem.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxItemIndicator.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxLabel.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxList.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxList.vue.d.ts +6 -22
- package/dist/runtime/components/combobox/ComboboxSeparator.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxTrigger.vue +1 -1
- package/dist/runtime/components/combobox/ComboboxViewport.vue +1 -1
- package/dist/runtime/components/data/table/TableBody.vue +1 -1
- package/dist/runtime/components/data/table/TableCaption.vue +1 -1
- package/dist/runtime/components/data/table/TableCell.vue +1 -1
- package/dist/runtime/components/data/table/TableFooter.vue +1 -1
- package/dist/runtime/components/data/table/TableHead.vue +1 -1
- package/dist/runtime/components/data/table/TableHeader.vue +1 -1
- package/dist/runtime/components/data/table/TableRow.vue +1 -1
- package/dist/runtime/components/drawer/DrawerClose.vue +1 -1
- package/dist/runtime/components/drawer/DrawerContent.vue +1 -1
- package/dist/runtime/components/drawer/DrawerContent.vue.d.ts +6 -22
- package/dist/runtime/components/drawer/DrawerDescription.vue +1 -1
- package/dist/runtime/components/drawer/DrawerOverlay.vue +1 -1
- package/dist/runtime/components/drawer/DrawerTitle.vue +1 -1
- package/dist/runtime/components/drawer/DrawerTrigger.vue +1 -1
- package/dist/runtime/components/elements/AvatarGroup.vue +1 -1
- package/dist/runtime/components/elements/Button.vue.d.ts +3 -3
- package/dist/runtime/components/elements/Label.vue +1 -1
- package/dist/runtime/components/elements/Progress.vue +1 -1
- package/dist/runtime/components/elements/Separator.vue +1 -1
- package/dist/runtime/components/elements/Toggle.vue +1 -1
- package/dist/runtime/components/elements/avatar/Avatar.vue +1 -1
- package/dist/runtime/components/elements/avatar/Avatar.vue.d.ts +2 -2
- package/dist/runtime/components/elements/avatar/AvatarFallback.vue +1 -1
- package/dist/runtime/components/elements/avatar/AvatarImage.vue +1 -1
- package/dist/runtime/components/elements/collapsible/Collapsible.vue +1 -1
- package/dist/runtime/components/elements/collapsible/CollapsibleContent.vue +1 -1
- package/dist/runtime/components/elements/collapsible/CollapsibleTrigger.vue +1 -1
- package/dist/runtime/components/elements/dialog/DialogClose.vue +1 -1
- package/dist/runtime/components/elements/dialog/DialogClose.vue.d.ts +1 -1
- package/dist/runtime/components/elements/dialog/DialogContent.vue +1 -1
- package/dist/runtime/components/elements/dialog/DialogContent.vue.d.ts +6 -22
- package/dist/runtime/components/elements/dialog/DialogDescription.vue +1 -1
- package/dist/runtime/components/elements/dialog/DialogScrollContent.vue +1 -1
- package/dist/runtime/components/elements/dialog/DialogScrollContent.vue.d.ts +6 -22
- package/dist/runtime/components/elements/dialog/DialogTitle.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenu.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenu.vue.d.ts +6 -22
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuContent.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuContent.vue.d.ts +6 -22
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuGroup.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuItem.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuLabel.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSeparator.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubContent.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubContent.vue.d.ts +6 -22
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubTrigger.vue +1 -1
- package/dist/runtime/components/elements/dropdown-menu/DropdownMenuTrigger.vue +1 -1
- package/dist/runtime/components/elements/pagination/Pagination.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationEllipsis.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationFirst.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationFirst.vue.d.ts +1 -1
- package/dist/runtime/components/elements/pagination/PaginationLast.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationLast.vue.d.ts +1 -1
- package/dist/runtime/components/elements/pagination/PaginationListItem.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationNext.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationNext.vue.d.ts +1 -1
- package/dist/runtime/components/elements/pagination/PaginationPrev.vue +1 -1
- package/dist/runtime/components/elements/pagination/PaginationPrev.vue.d.ts +1 -1
- package/dist/runtime/components/elements/popover/PopoverContent.vue +1 -1
- package/dist/runtime/components/elements/popover/PopoverContent.vue.d.ts +6 -22
- package/dist/runtime/components/elements/tabs/Tabs.vue +1 -1
- package/dist/runtime/components/elements/tabs/TabsContent.vue +1 -1
- package/dist/runtime/components/elements/tabs/TabsList.vue +1 -1
- package/dist/runtime/components/elements/tabs/TabsTrigger.vue +1 -1
- package/dist/runtime/components/elements/tooltip/TooltipContent.vue +1 -1
- package/dist/runtime/components/elements/tooltip/TooltipTrigger.vue +1 -1
- package/dist/runtime/components/forms/Checkbox.vue +1 -1
- package/dist/runtime/components/forms/FormGroup.vue +1 -1
- package/dist/runtime/components/forms/Input.vue.d.ts +6 -6
- package/dist/runtime/components/forms/Slider.vue +1 -1
- package/dist/runtime/components/forms/Switch.vue +8 -7
- package/dist/runtime/components/forms/form/FormField.vue +1 -1
- package/dist/runtime/components/forms/form/FormLabel.vue +1 -1
- package/dist/runtime/components/forms/radio-group/RadioGroup.vue +1 -1
- package/dist/runtime/components/forms/radio-group/RadioGroupItem.vue +1 -1
- package/dist/runtime/components/forms/radio-group/RadioGroupItem.vue.d.ts +1 -1
- package/dist/runtime/components/forms/select/SelectContent.vue +1 -1
- package/dist/runtime/components/forms/select/SelectContent.vue.d.ts +2 -6
- package/dist/runtime/components/forms/select/SelectGroup.vue +1 -1
- package/dist/runtime/components/forms/select/SelectItem.vue +1 -1
- package/dist/runtime/components/forms/select/SelectItemIndicator.vue +1 -1
- package/dist/runtime/components/forms/select/SelectItemText.vue +1 -1
- package/dist/runtime/components/forms/select/SelectLabel.vue +1 -1
- package/dist/runtime/components/forms/select/SelectScrollDownButton.vue +1 -1
- package/dist/runtime/components/forms/select/SelectScrollUpButton.vue +1 -1
- package/dist/runtime/components/forms/select/SelectSeparator.vue +1 -1
- package/dist/runtime/components/forms/select/SelectTrigger.vue +1 -1
- package/dist/runtime/components/forms/select/SelectValue.vue +1 -1
- package/dist/runtime/components/hover-card/HoverCard.vue +79 -0
- package/dist/runtime/components/hover-card/HoverCard.vue.d.ts +25 -0
- package/dist/runtime/components/hover-card/HoverCardArrow.vue +30 -0
- package/dist/runtime/components/hover-card/HoverCardArrow.vue.d.ts +6 -0
- package/dist/runtime/components/hover-card/HoverCardContent.vue +57 -0
- package/dist/runtime/components/hover-card/HoverCardContent.vue.d.ts +15 -0
- package/dist/runtime/components/hover-card/HoverCardTrigger.vue +55 -0
- package/dist/runtime/components/hover-card/HoverCardTrigger.vue.d.ts +13 -0
- package/dist/runtime/components/navigation/breadcrumb/BreadcrumbEllipsis.vue.d.ts +1 -1
- package/dist/runtime/components/navigation/breadcrumb/BreadcrumbSeparator.vue.d.ts +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenu.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuContent.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuContent.vue.d.ts +6 -22
- package/dist/runtime/components/navigation-menu/NavigationMenuContentItem.vue +2 -2
- package/dist/runtime/components/navigation-menu/NavigationMenuIndicator.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuItem.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuLink.vue +2 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuLink.vue.d.ts +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuList.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuTrigger.vue +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuTrigger.vue.d.ts +1 -1
- package/dist/runtime/components/navigation-menu/NavigationMenuViewport.vue +1 -1
- package/dist/runtime/components/number-field/NumberField.vue +73 -0
- package/dist/runtime/components/number-field/NumberField.vue.d.ts +28 -0
- package/dist/runtime/components/number-field/NumberFieldContent.vue +20 -0
- package/dist/runtime/components/number-field/NumberFieldContent.vue.d.ts +13 -0
- package/dist/runtime/components/number-field/NumberFieldDecrement.vue +33 -0
- package/dist/runtime/components/number-field/NumberFieldDecrement.vue.d.ts +16 -0
- package/dist/runtime/components/number-field/NumberFieldIncrement.vue +33 -0
- package/dist/runtime/components/number-field/NumberFieldIncrement.vue.d.ts +16 -0
- package/dist/runtime/components/number-field/NumberFieldInput.vue +24 -0
- package/dist/runtime/components/number-field/NumberFieldInput.vue.d.ts +5 -0
- package/dist/runtime/components/overlays/toast/Toast.vue +1 -1
- package/dist/runtime/components/overlays/toast/ToastAction.vue +1 -1
- package/dist/runtime/components/overlays/toast/ToastAction.vue.d.ts +1 -1
- package/dist/runtime/components/overlays/toast/ToastClose.vue +1 -1
- package/dist/runtime/components/overlays/toast/ToastDescription.vue +1 -1
- package/dist/runtime/components/overlays/toast/ToastTitle.vue +1 -1
- package/dist/runtime/components/overlays/toast/ToastViewport.vue +1 -1
- package/dist/runtime/components/resizable/ResizableHandle.vue +1 -1
- package/dist/runtime/components/resizable/ResizablePanel.vue +1 -1
- package/dist/runtime/components/resizable/ResizablePanelGroup.vue +1 -1
- package/dist/runtime/components/scroll-area/ScrollArea.vue +1 -1
- package/dist/runtime/components/scroll-area/ScrollArea.vue.d.ts +1 -1
- package/dist/runtime/components/scroll-area/ScrollBar.vue +1 -1
- package/dist/runtime/components/sheet/SheetClose.vue +1 -1
- package/dist/runtime/components/sheet/SheetContent.vue +1 -1
- package/dist/runtime/components/sheet/SheetContent.vue.d.ts +6 -22
- package/dist/runtime/components/sheet/SheetDescription.vue +1 -1
- package/dist/runtime/components/sheet/SheetTitle.vue +1 -1
- package/dist/runtime/components/sheet/SheetTrigger.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarGroupAction.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarGroupLabel.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuAction.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuButton.vue +2 -2
- package/dist/runtime/components/sidebar/SidebarMenuButton.vue.d.ts +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuButtonChild.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuSubButton.vue +1 -1
- package/dist/runtime/components/sidebar/SidebarMenuSubButton.vue.d.ts +1 -1
- package/dist/runtime/types/hover-card.d.ts +57 -0
- package/dist/runtime/types/hover-card.js +0 -0
- package/dist/runtime/types/index.d.ts +2 -0
- package/dist/runtime/types/index.js +2 -0
- package/dist/runtime/types/navigation-menu.d.ts +2 -2
- package/dist/runtime/types/number-field.d.ts +48 -0
- package/dist/runtime/types/number-field.js +0 -0
- package/dist/runtime/types/switch.d.ts +16 -12
- package/package.json +9 -9
|
@@ -3,7 +3,7 @@ import { DialogClose } from "reka-ui";
|
|
|
3
3
|
import Button from "../Button.vue";
|
|
4
4
|
const props = defineProps({
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
|
-
as: { type:
|
|
6
|
+
as: { type: null, required: false },
|
|
7
7
|
type: { type: String, required: false },
|
|
8
8
|
loadingPlacement: { type: String, required: false },
|
|
9
9
|
icon: { type: Boolean, required: false, default: true },
|
|
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NDialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDialogCloseProps> & Readonly<{}>, {
|
|
7
|
-
icon: boolean;
|
|
8
7
|
label: string;
|
|
8
|
+
icon: boolean;
|
|
9
9
|
btn: string;
|
|
10
10
|
square: import("vue").HTMLAttributes["class"];
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,7 +23,7 @@ const props = defineProps({
|
|
|
23
23
|
trapFocus: { type: Boolean, required: false },
|
|
24
24
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
25
25
|
asChild: { type: Boolean, required: false },
|
|
26
|
-
as: { type:
|
|
26
|
+
as: { type: null, required: false },
|
|
27
27
|
class: { type: null, required: false }
|
|
28
28
|
});
|
|
29
29
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
|
|
@@ -5,32 +5,16 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NDialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
-
pointerDownOutside: (event:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
focusOutside: (event: CustomEvent<{
|
|
12
|
-
originalEvent: FocusEvent;
|
|
13
|
-
}>) => any;
|
|
14
|
-
interactOutside: (event: CustomEvent<{
|
|
15
|
-
originalEvent: PointerEvent;
|
|
16
|
-
}> | CustomEvent<{
|
|
17
|
-
originalEvent: FocusEvent;
|
|
18
|
-
}>) => any;
|
|
8
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
9
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
10
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
19
11
|
openAutoFocus: (event: Event) => any;
|
|
20
12
|
closeAutoFocus: (event: Event) => any;
|
|
21
13
|
}, string, import("vue").PublicProps, Readonly<NDialogContentProps> & Readonly<{
|
|
22
14
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23
|
-
onPointerDownOutside?: ((event:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
27
|
-
originalEvent: FocusEvent;
|
|
28
|
-
}>) => any) | undefined;
|
|
29
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
30
|
-
originalEvent: PointerEvent;
|
|
31
|
-
}> | CustomEvent<{
|
|
32
|
-
originalEvent: FocusEvent;
|
|
33
|
-
}>) => any) | undefined;
|
|
15
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
16
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
17
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
34
18
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
35
19
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
36
20
|
}>, {
|
|
@@ -5,7 +5,7 @@ import { cn } from "../../../utils";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
una: { type: Object, required: false },
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
|
-
as: { type:
|
|
8
|
+
as: { type: null, required: false },
|
|
9
9
|
class: { type: null, required: false }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class", "una");
|
|
@@ -23,7 +23,7 @@ const props = defineProps({
|
|
|
23
23
|
trapFocus: { type: Boolean, required: false },
|
|
24
24
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
25
25
|
asChild: { type: Boolean, required: false },
|
|
26
|
-
as: { type:
|
|
26
|
+
as: { type: null, required: false },
|
|
27
27
|
class: { type: null, required: false }
|
|
28
28
|
});
|
|
29
29
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
|
|
@@ -5,32 +5,16 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NDialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
-
pointerDownOutside: (event:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
focusOutside: (event: CustomEvent<{
|
|
12
|
-
originalEvent: FocusEvent;
|
|
13
|
-
}>) => any;
|
|
14
|
-
interactOutside: (event: CustomEvent<{
|
|
15
|
-
originalEvent: PointerEvent;
|
|
16
|
-
}> | CustomEvent<{
|
|
17
|
-
originalEvent: FocusEvent;
|
|
18
|
-
}>) => any;
|
|
8
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
9
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
10
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
19
11
|
openAutoFocus: (event: Event) => any;
|
|
20
12
|
closeAutoFocus: (event: Event) => any;
|
|
21
13
|
}, string, import("vue").PublicProps, Readonly<NDialogContentProps> & Readonly<{
|
|
22
14
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23
|
-
onPointerDownOutside?: ((event:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
27
|
-
originalEvent: FocusEvent;
|
|
28
|
-
}>) => any) | undefined;
|
|
29
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
30
|
-
originalEvent: PointerEvent;
|
|
31
|
-
}> | CustomEvent<{
|
|
32
|
-
originalEvent: FocusEvent;
|
|
33
|
-
}>) => any) | undefined;
|
|
15
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
16
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
17
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
34
18
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
35
19
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
36
20
|
}>, {
|
|
@@ -5,7 +5,7 @@ import { cn } from "../../../utils";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
una: { type: Object, required: false },
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
|
-
as: { type:
|
|
8
|
+
as: { type: null, required: false },
|
|
9
9
|
class: { type: null, required: false }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class", "una");
|
|
@@ -60,7 +60,7 @@ const props = defineProps({
|
|
|
60
60
|
navigationMenuLink: { type: String, required: false },
|
|
61
61
|
ariaLabel: { type: String, required: false },
|
|
62
62
|
asChild: { type: Boolean, required: false },
|
|
63
|
-
as: { type:
|
|
63
|
+
as: { type: null, required: false },
|
|
64
64
|
dropdownMenuItem: { type: null, required: false },
|
|
65
65
|
shortcut: { type: String, required: false },
|
|
66
66
|
onSelect: { type: Function, required: false },
|
|
@@ -23,32 +23,16 @@ type __VLS_Slots = {} & {
|
|
|
23
23
|
};
|
|
24
24
|
declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
26
|
-
pointerDownOutside: (event:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
focusOutside: (event: CustomEvent<{
|
|
30
|
-
originalEvent: FocusEvent;
|
|
31
|
-
}>) => any;
|
|
32
|
-
interactOutside: (event: CustomEvent<{
|
|
33
|
-
originalEvent: PointerEvent;
|
|
34
|
-
}> | CustomEvent<{
|
|
35
|
-
originalEvent: FocusEvent;
|
|
36
|
-
}>) => any;
|
|
26
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
27
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
28
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
37
29
|
closeAutoFocus: (event: Event) => any;
|
|
38
30
|
"update:open": (payload: boolean) => any;
|
|
39
31
|
}, string, import("vue").PublicProps, Readonly<NDropdownMenuProps> & Readonly<{
|
|
40
32
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
41
|
-
onPointerDownOutside?: ((event:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
45
|
-
originalEvent: FocusEvent;
|
|
46
|
-
}>) => any) | undefined;
|
|
47
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
48
|
-
originalEvent: PointerEvent;
|
|
49
|
-
}> | CustomEvent<{
|
|
50
|
-
originalEvent: FocusEvent;
|
|
51
|
-
}>) => any) | undefined;
|
|
33
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
34
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
35
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
52
36
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
53
37
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
54
38
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,7 +33,7 @@ const props = defineProps({
|
|
|
33
33
|
prioritizePosition: { type: Boolean, required: false },
|
|
34
34
|
reference: { type: null, required: false },
|
|
35
35
|
asChild: { type: Boolean, required: false },
|
|
36
|
-
as: { type:
|
|
36
|
+
as: { type: null, required: false }
|
|
37
37
|
});
|
|
38
38
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"]);
|
|
39
39
|
const delegatedProps = reactiveOmit(props, ["class"]);
|
|
@@ -5,31 +5,15 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
-
pointerDownOutside: (event:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
focusOutside: (event: CustomEvent<{
|
|
12
|
-
originalEvent: FocusEvent;
|
|
13
|
-
}>) => any;
|
|
14
|
-
interactOutside: (event: CustomEvent<{
|
|
15
|
-
originalEvent: PointerEvent;
|
|
16
|
-
}> | CustomEvent<{
|
|
17
|
-
originalEvent: FocusEvent;
|
|
18
|
-
}>) => any;
|
|
8
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
9
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
10
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
19
11
|
closeAutoFocus: (event: Event) => any;
|
|
20
12
|
}, string, import("vue").PublicProps, Readonly<NDropdownMenuContentProps> & Readonly<{
|
|
21
13
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
22
|
-
onPointerDownOutside?: ((event:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
26
|
-
originalEvent: FocusEvent;
|
|
27
|
-
}>) => any) | undefined;
|
|
28
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
29
|
-
originalEvent: PointerEvent;
|
|
30
|
-
}> | CustomEvent<{
|
|
31
|
-
originalEvent: FocusEvent;
|
|
32
|
-
}>) => any) | undefined;
|
|
14
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
15
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
16
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
33
17
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
34
18
|
}>, {
|
|
35
19
|
sideOffset: number;
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
class: { type: null, required: false },
|
|
7
7
|
size: { type: null, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false }
|
|
10
10
|
});
|
|
11
11
|
</script>
|
|
12
12
|
|
|
@@ -17,7 +17,7 @@ const props = defineProps({
|
|
|
17
17
|
disabled: { type: Boolean, required: false },
|
|
18
18
|
textValue: { type: String, required: false },
|
|
19
19
|
asChild: { type: Boolean, required: false },
|
|
20
|
-
as: { type:
|
|
20
|
+
as: { type: null, required: false },
|
|
21
21
|
type: { type: String, required: false },
|
|
22
22
|
loadingPlacement: { type: String, required: false },
|
|
23
23
|
icon: { type: Boolean, required: false },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { NDropdownMenuItemProps } from '../../../types/index.js';
|
|
2
2
|
type __VLS_Slots = any;
|
|
3
3
|
declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDropdownMenuItemProps> & Readonly<{}>, {
|
|
4
|
-
size: string;
|
|
5
4
|
rounded: import("vue").HTMLAttributes["class"];
|
|
5
|
+
size: string;
|
|
6
6
|
dropdownMenuItem: import("vue").HTMLAttributes["class"];
|
|
7
7
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
una: { type: Object, required: false },
|
|
9
9
|
class: { type: null, required: false },
|
|
10
10
|
asChild: { type: Boolean, required: false },
|
|
11
|
-
as: { type:
|
|
11
|
+
as: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, ["class"]);
|
|
14
14
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ import Separator from "../Separator.vue";
|
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
una: { type: Object, required: false },
|
|
10
10
|
asChild: { type: Boolean, required: false },
|
|
11
|
-
as: { type:
|
|
11
|
+
as: { type: null, required: false },
|
|
12
12
|
separator: { type: null, required: false },
|
|
13
13
|
separatorPosition: { type: null, required: false },
|
|
14
14
|
size: { type: null, required: false },
|
|
@@ -25,7 +25,7 @@ const props = defineProps({
|
|
|
25
25
|
prioritizePosition: { type: Boolean, required: false },
|
|
26
26
|
reference: { type: null, required: false },
|
|
27
27
|
asChild: { type: Boolean, required: false },
|
|
28
|
-
as: { type:
|
|
28
|
+
as: { type: null, required: false }
|
|
29
29
|
});
|
|
30
30
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"]);
|
|
31
31
|
const delegatedProps = reactiveOmit(props, ["class"]);
|
|
@@ -5,33 +5,17 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuSubContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
-
pointerDownOutside: (event:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
focusOutside: (event: CustomEvent<{
|
|
12
|
-
originalEvent: FocusEvent;
|
|
13
|
-
}>) => any;
|
|
14
|
-
interactOutside: (event: CustomEvent<{
|
|
15
|
-
originalEvent: PointerEvent;
|
|
16
|
-
}> | CustomEvent<{
|
|
17
|
-
originalEvent: FocusEvent;
|
|
18
|
-
}>) => any;
|
|
8
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
9
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
10
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
19
11
|
openAutoFocus: (event: Event) => any;
|
|
20
12
|
closeAutoFocus: (event: Event) => any;
|
|
21
13
|
entryFocus: (event: Event) => any;
|
|
22
14
|
}, string, import("vue").PublicProps, Readonly<NDropdownMenuSubContentProps> & Readonly<{
|
|
23
15
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
24
|
-
onPointerDownOutside?: ((event:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
28
|
-
originalEvent: FocusEvent;
|
|
29
|
-
}>) => any) | undefined;
|
|
30
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
31
|
-
originalEvent: PointerEvent;
|
|
32
|
-
}> | CustomEvent<{
|
|
33
|
-
originalEvent: FocusEvent;
|
|
34
|
-
}>) => any) | undefined;
|
|
16
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
17
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
18
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
35
19
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
36
20
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
37
21
|
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
@@ -40,7 +40,7 @@ const props = defineProps({
|
|
|
40
40
|
ariaLabel: { type: String, required: false },
|
|
41
41
|
textValue: { type: String, required: false },
|
|
42
42
|
asChild: { type: Boolean, required: false },
|
|
43
|
-
as: { type:
|
|
43
|
+
as: { type: null, required: false }
|
|
44
44
|
});
|
|
45
45
|
const delegatedProps = reactiveOmit(props, ["class"]);
|
|
46
46
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -33,7 +33,7 @@ const props = defineProps({
|
|
|
33
33
|
navigationMenuLink: { type: String, required: false },
|
|
34
34
|
ariaLabel: { type: String, required: false },
|
|
35
35
|
asChild: { type: Boolean, required: false },
|
|
36
|
-
as: { type:
|
|
36
|
+
as: { type: null, required: false }
|
|
37
37
|
});
|
|
38
38
|
const forwardedProps = useForwardProps(props);
|
|
39
39
|
</script>
|
|
@@ -30,7 +30,7 @@ const props = defineProps({
|
|
|
30
30
|
disabled: { type: Boolean, required: false },
|
|
31
31
|
showEdges: { type: Boolean, required: false },
|
|
32
32
|
asChild: { type: Boolean, required: false },
|
|
33
|
-
as: { type:
|
|
33
|
+
as: { type: null, required: false },
|
|
34
34
|
square: { type: null, required: false },
|
|
35
35
|
class: { type: null, required: false },
|
|
36
36
|
rounded: { type: null, required: false },
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
paginationEllipsis: { type: null, required: false, default: "~" },
|
|
8
8
|
una: { type: Object, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
square: { type: null, required: false },
|
|
12
12
|
class: { type: null, required: false },
|
|
13
13
|
rounded: { type: null, required: false },
|
|
@@ -6,7 +6,7 @@ import Button from "../../elements/Button.vue";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
una: { type: Object, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false },
|
|
10
10
|
type: { type: String, required: false },
|
|
11
11
|
loadingPlacement: { type: String, required: false },
|
|
12
12
|
icon: { type: Boolean, required: false, default: true },
|
|
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NPaginationFirstProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationFirstProps> & Readonly<{}>, {
|
|
7
|
-
icon: boolean;
|
|
8
7
|
label: string;
|
|
8
|
+
icon: boolean;
|
|
9
9
|
square: import("vue").HTMLAttributes["class"];
|
|
10
10
|
paginationUnselected: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -6,7 +6,7 @@ import Button from "../../elements/Button.vue";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
una: { type: Object, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false },
|
|
10
10
|
type: { type: String, required: false },
|
|
11
11
|
loadingPlacement: { type: String, required: false },
|
|
12
12
|
icon: { type: Boolean, required: false, default: true },
|
|
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NPaginationLastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationLastProps> & Readonly<{}>, {
|
|
7
|
-
icon: boolean;
|
|
8
7
|
label: string;
|
|
8
|
+
icon: boolean;
|
|
9
9
|
square: import("vue").HTMLAttributes["class"];
|
|
10
10
|
paginationUnselected: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
una: { type: Object, required: false },
|
|
11
11
|
value: { type: Number, required: true },
|
|
12
12
|
asChild: { type: Boolean, required: false },
|
|
13
|
-
as: { type:
|
|
13
|
+
as: { type: null, required: false },
|
|
14
14
|
type: { type: String, required: false },
|
|
15
15
|
loadingPlacement: { type: String, required: false },
|
|
16
16
|
icon: { type: Boolean, required: false },
|
|
@@ -6,7 +6,7 @@ import Button from "../../elements/Button.vue";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
una: { type: Object, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false },
|
|
10
10
|
type: { type: String, required: false },
|
|
11
11
|
loadingPlacement: { type: String, required: false },
|
|
12
12
|
icon: { type: Boolean, required: false, default: true },
|
|
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NPaginationNextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationNextProps> & Readonly<{}>, {
|
|
7
|
-
icon: boolean;
|
|
8
7
|
label: string;
|
|
8
|
+
icon: boolean;
|
|
9
9
|
square: import("vue").HTMLAttributes["class"];
|
|
10
10
|
paginationUnselected: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -6,7 +6,7 @@ import Button from "../../elements/Button.vue";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
una: { type: Object, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false },
|
|
10
10
|
type: { type: String, required: false },
|
|
11
11
|
loadingPlacement: { type: String, required: false },
|
|
12
12
|
icon: { type: Boolean, required: false, default: true },
|
|
@@ -4,8 +4,8 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NPaginationPrevProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationPrevProps> & Readonly<{}>, {
|
|
7
|
-
icon: boolean;
|
|
8
7
|
label: string;
|
|
8
|
+
icon: boolean;
|
|
9
9
|
square: import("vue").HTMLAttributes["class"];
|
|
10
10
|
paginationUnselected: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -27,7 +27,7 @@ const props = defineProps({
|
|
|
27
27
|
prioritizePosition: { type: Boolean, required: false },
|
|
28
28
|
reference: { type: null, required: false },
|
|
29
29
|
asChild: { type: Boolean, required: false },
|
|
30
|
-
as: { type:
|
|
30
|
+
as: { type: null, required: false },
|
|
31
31
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
32
32
|
class: { type: null, required: false }
|
|
33
33
|
});
|
|
@@ -5,32 +5,16 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<NPopoverContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8
|
-
pointerDownOutside: (event:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
focusOutside: (event: CustomEvent<{
|
|
12
|
-
originalEvent: FocusEvent;
|
|
13
|
-
}>) => any;
|
|
14
|
-
interactOutside: (event: CustomEvent<{
|
|
15
|
-
originalEvent: PointerEvent;
|
|
16
|
-
}> | CustomEvent<{
|
|
17
|
-
originalEvent: FocusEvent;
|
|
18
|
-
}>) => any;
|
|
8
|
+
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
9
|
+
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
10
|
+
interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
|
|
19
11
|
openAutoFocus: (event: Event) => any;
|
|
20
12
|
closeAutoFocus: (event: Event) => any;
|
|
21
13
|
}, string, import("vue").PublicProps, Readonly<NPopoverContentProps> & Readonly<{
|
|
22
14
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23
|
-
onPointerDownOutside?: ((event:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
onFocusOutside?: ((event: CustomEvent<{
|
|
27
|
-
originalEvent: FocusEvent;
|
|
28
|
-
}>) => any) | undefined;
|
|
29
|
-
onInteractOutside?: ((event: CustomEvent<{
|
|
30
|
-
originalEvent: PointerEvent;
|
|
31
|
-
}> | CustomEvent<{
|
|
32
|
-
originalEvent: FocusEvent;
|
|
33
|
-
}>) => any) | undefined;
|
|
15
|
+
onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
|
|
16
|
+
onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
17
|
+
onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
|
|
34
18
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
35
19
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
36
20
|
}>, {
|
|
@@ -18,7 +18,7 @@ const props = defineProps({
|
|
|
18
18
|
modelValue: { type: null, required: false },
|
|
19
19
|
unmountOnHide: { type: Boolean, required: false },
|
|
20
20
|
asChild: { type: Boolean, required: false },
|
|
21
|
-
as: { type:
|
|
21
|
+
as: { type: null, required: false },
|
|
22
22
|
class: { type: null, required: false },
|
|
23
23
|
size: { type: null, required: false, default: "sm" },
|
|
24
24
|
tabsActive: { type: String, required: false },
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
value: { type: [String, Number], required: true },
|
|
11
11
|
forceMount: { type: Boolean, required: false },
|
|
12
12
|
asChild: { type: Boolean, required: false },
|
|
13
|
-
as: { type:
|
|
13
|
+
as: { type: null, required: false },
|
|
14
14
|
class: { type: null, required: false },
|
|
15
15
|
size: { type: null, required: false }
|
|
16
16
|
});
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
una: { type: Object, required: false },
|
|
7
7
|
loop: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false },
|
|
10
10
|
class: { type: null, required: false },
|
|
11
11
|
size: { type: null, required: false, default: "sm" }
|
|
12
12
|
});
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
value: { type: [String, Number], required: true },
|
|
9
9
|
disabled: { type: Boolean, required: false },
|
|
10
10
|
asChild: { type: Boolean, required: false },
|
|
11
|
-
as: { type:
|
|
11
|
+
as: { type: null, required: false },
|
|
12
12
|
type: { type: String, required: false },
|
|
13
13
|
loadingPlacement: { type: String, required: false },
|
|
14
14
|
icon: { type: Boolean, required: false },
|
|
@@ -13,7 +13,7 @@ const props = defineProps({
|
|
|
13
13
|
forceMount: { type: Boolean, required: false },
|
|
14
14
|
ariaLabel: { type: String, required: false },
|
|
15
15
|
asChild: { type: Boolean, required: false },
|
|
16
|
-
as: { type:
|
|
16
|
+
as: { type: null, required: false },
|
|
17
17
|
side: { type: null, required: false },
|
|
18
18
|
sideOffset: { type: Number, required: false, default: 4 },
|
|
19
19
|
align: { type: null, required: false },
|
|
@@ -32,7 +32,7 @@ const props = defineProps({
|
|
|
32
32
|
ariaLabel: { type: String, required: false },
|
|
33
33
|
reference: { type: null, required: false },
|
|
34
34
|
asChild: { type: Boolean, required: false },
|
|
35
|
-
as: { type:
|
|
35
|
+
as: { type: null, required: false }
|
|
36
36
|
});
|
|
37
37
|
</script>
|
|
38
38
|
|
|
@@ -23,7 +23,7 @@ const props = defineProps({
|
|
|
23
23
|
value: { type: null, required: false },
|
|
24
24
|
id: { type: String, required: false },
|
|
25
25
|
asChild: { type: Boolean, required: false },
|
|
26
|
-
as: { type:
|
|
26
|
+
as: { type: null, required: false },
|
|
27
27
|
name: { type: String, required: false },
|
|
28
28
|
required: { type: Boolean, required: false },
|
|
29
29
|
class: { type: null, required: false },
|
|
@@ -16,7 +16,7 @@ const props = defineProps({
|
|
|
16
16
|
una: { type: Object, required: false },
|
|
17
17
|
for: { type: String, required: false },
|
|
18
18
|
asChild: { type: Boolean, required: false },
|
|
19
|
-
as: { type:
|
|
19
|
+
as: { type: null, required: false }
|
|
20
20
|
});
|
|
21
21
|
const id = computed(() => props.id ?? randomId("form-group"));
|
|
22
22
|
const statusClassVariants = computed(() => {
|