una-nuxt-module 3.0.10 → 3.0.12
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 +2 -2
- package/dist/runtime/auth/middleware/authorization.js +5 -3
- package/dist/runtime/auth/plugins/auth.js +3 -2
- package/dist/runtime/components/ui/accordion/AccordionContent.vue +1 -1
- package/dist/runtime/components/ui/accordion/AccordionItem.vue +1 -1
- package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +1 -1
- package/dist/runtime/components/ui/alert/Alert.vue +1 -1
- package/dist/runtime/components/ui/alert/AlertDescription.vue +1 -1
- package/dist/runtime/components/ui/alert/AlertTitle.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +1 -1
- package/dist/runtime/components/ui/avatar/Avatar.vue +1 -1
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -1
- package/dist/runtime/components/ui/badge/Badge.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +1 -1
- package/dist/runtime/components/ui/button/Button.vue +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroup.vue +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue +1 -1
- package/dist/runtime/components/ui/button-group/ButtonGroupText.vue +1 -1
- package/dist/runtime/components/ui/calendar/Calendar.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarCell.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarGrid.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarHeader.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarHeading.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +1 -1
- package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +1 -1
- package/dist/runtime/components/ui/card/Card.vue +1 -1
- package/dist/runtime/components/ui/card/CardAction.vue +1 -1
- package/dist/runtime/components/ui/card/CardContent.vue +1 -1
- package/dist/runtime/components/ui/card/CardDescription.vue +1 -1
- package/dist/runtime/components/ui/card/CardFooter.vue +1 -1
- package/dist/runtime/components/ui/card/CardHeader.vue +1 -1
- package/dist/runtime/components/ui/card/CardTitle.vue +1 -1
- package/dist/runtime/components/ui/carousel/Carousel.vue +1 -1
- package/dist/runtime/components/ui/carousel/CarouselContent.vue +1 -1
- package/dist/runtime/components/ui/carousel/CarouselItem.vue +1 -1
- package/dist/runtime/components/ui/carousel/CarouselNext.vue +1 -1
- package/dist/runtime/components/ui/carousel/CarouselPrevious.vue +1 -1
- package/dist/runtime/components/ui/chart/ChartContainer.vue +1 -1
- package/dist/runtime/components/ui/chart/ChartLegendContent.vue +1 -1
- package/dist/runtime/components/ui/chart/ChartTooltipContent.vue +1 -1
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +1 -1
- package/dist/runtime/components/ui/checkbox/Checkbox.vue +5 -3
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxGroup.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxInput.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxItem.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxList.vue +2 -1
- package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue +1 -1
- package/dist/runtime/components/ui/combobox/ComboboxViewport.vue +1 -1
- package/dist/runtime/components/ui/command/Command.vue +1 -1
- package/dist/runtime/components/ui/command/CommandEmpty.vue +1 -1
- package/dist/runtime/components/ui/command/CommandGroup.vue +1 -1
- package/dist/runtime/components/ui/command/CommandInput.vue +1 -1
- package/dist/runtime/components/ui/command/CommandItem.vue +1 -1
- package/dist/runtime/components/ui/command/CommandList.vue +1 -1
- package/dist/runtime/components/ui/command/CommandSeparator.vue +1 -1
- package/dist/runtime/components/ui/command/CommandShortcut.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogContent.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogDescription.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogFooter.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogHeader.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogTitle.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerContent.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerDescription.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerFooter.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerHeader.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerOverlay.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerTitle.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -1
- package/dist/runtime/components/ui/empty/Empty.vue +1 -1
- package/dist/runtime/components/ui/empty/EmptyContent.vue +1 -1
- package/dist/runtime/components/ui/empty/EmptyDescription.vue +1 -1
- package/dist/runtime/components/ui/empty/EmptyHeader.vue +1 -1
- package/dist/runtime/components/ui/empty/EmptyMedia.vue +1 -1
- package/dist/runtime/components/ui/empty/EmptyTitle.vue +1 -1
- package/dist/runtime/components/ui/field/Field.vue +1 -1
- package/dist/runtime/components/ui/field/FieldContent.vue +1 -1
- package/dist/runtime/components/ui/field/FieldDescription.vue +1 -1
- package/dist/runtime/components/ui/field/FieldError.vue +1 -1
- package/dist/runtime/components/ui/field/FieldGroup.vue +1 -1
- package/dist/runtime/components/ui/field/FieldLabel.vue +1 -1
- package/dist/runtime/components/ui/field/FieldLegend.vue +1 -1
- package/dist/runtime/components/ui/field/FieldSeparator.vue +1 -1
- package/dist/runtime/components/ui/field/FieldSet.vue +1 -1
- package/dist/runtime/components/ui/field/FieldTitle.vue +1 -1
- package/dist/runtime/components/ui/form/FormDescription.vue +1 -1
- package/dist/runtime/components/ui/form/FormItem.vue +1 -1
- package/dist/runtime/components/ui/form/FormLabel.vue +1 -1
- package/dist/runtime/components/ui/form/FormMessage.vue +1 -1
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -1
- package/dist/runtime/components/ui/input/Input.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroup.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroupInput.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroupText.vue +1 -1
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +1 -1
- package/dist/runtime/components/ui/input-otp/InputOTP.vue +1 -1
- package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue +1 -1
- package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue +1 -1
- package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue +1 -1
- package/dist/runtime/components/ui/item/Item.vue +1 -1
- package/dist/runtime/components/ui/item/ItemActions.vue +1 -1
- package/dist/runtime/components/ui/item/ItemContent.vue +1 -1
- package/dist/runtime/components/ui/item/ItemDescription.vue +1 -1
- package/dist/runtime/components/ui/item/ItemFooter.vue +1 -1
- package/dist/runtime/components/ui/item/ItemGroup.vue +1 -1
- package/dist/runtime/components/ui/item/ItemHeader.vue +1 -1
- package/dist/runtime/components/ui/item/ItemMedia.vue +1 -1
- package/dist/runtime/components/ui/item/ItemSeparator.vue +1 -1
- package/dist/runtime/components/ui/item/ItemTitle.vue +1 -1
- package/dist/runtime/components/ui/kbd/Kbd.vue +1 -1
- package/dist/runtime/components/ui/kbd/KbdGroup.vue +1 -1
- package/dist/runtime/components/ui/label/Label.vue +1 -1
- package/dist/runtime/components/ui/menubar/Menubar.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarContent.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarItem.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarLabel.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarSeparator.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarShortcut.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue +1 -1
- package/dist/runtime/components/ui/menubar/MenubarTrigger.vue +1 -1
- package/dist/runtime/components/ui/native-select/NativeSelect.vue +1 -1
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +1 -1
- package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue +1 -1
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue +1 -1
- package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +1 -0
- package/dist/runtime/components/ui/number-field/NumberField.vue +1 -1
- package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +1 -0
- package/dist/runtime/components/ui/number-field/NumberFieldContent.vue +1 -1
- package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue +1 -1
- package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue +1 -1
- package/dist/runtime/components/ui/number-field/NumberFieldInput.vue +1 -1
- package/dist/runtime/components/ui/pagination/Pagination.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationContent.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationItem.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationLast.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationNext.vue +1 -1
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +1 -1
- package/dist/runtime/components/ui/pin-input/PinInput.vue +1 -1
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +1 -1
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +1 -1
- package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -1
- package/dist/runtime/components/ui/progress/Progress.vue +1 -1
- package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue +1 -1
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue +1 -1
- package/dist/runtime/components/ui/resizable/ResizableHandle.vue +1 -1
- package/dist/runtime/components/ui/resizable/ResizablePanel.vue +1 -0
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +1 -1
- package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +1 -1
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +1 -1
- package/dist/runtime/components/ui/select/SelectContent.vue +1 -1
- package/dist/runtime/components/ui/select/SelectItem.vue +1 -1
- package/dist/runtime/components/ui/select/SelectLabel.vue +1 -1
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +1 -1
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +1 -1
- package/dist/runtime/components/ui/select/SelectSeparator.vue +1 -1
- package/dist/runtime/components/ui/select/SelectTrigger.vue +1 -1
- package/dist/runtime/components/ui/separator/Separator.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetContent.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetDescription.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetFooter.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetHeader.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -1
- package/dist/runtime/components/ui/sidebar/Sidebar.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarContent.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarInput.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarInset.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarRail.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +1 -1
- package/dist/runtime/components/ui/skeleton/Skeleton.vue +1 -1
- package/dist/runtime/components/ui/slider/Slider.vue +1 -1
- package/dist/runtime/components/ui/spinner/Spinner.vue +1 -1
- package/dist/runtime/components/ui/stepper/Stepper.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperDescription.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperIndicator.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperItem.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperSeparator.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperTitle.vue +1 -1
- package/dist/runtime/components/ui/stepper/StepperTrigger.vue +1 -1
- package/dist/runtime/components/ui/switch/Switch.d.vue.ts +1 -0
- package/dist/runtime/components/ui/switch/Switch.vue +5 -3
- package/dist/runtime/components/ui/switch/Switch.vue.d.ts +1 -0
- package/dist/runtime/components/ui/table/Table.vue +1 -1
- package/dist/runtime/components/ui/table/TableBody.vue +1 -1
- package/dist/runtime/components/ui/table/TableCaption.vue +1 -1
- package/dist/runtime/components/ui/table/TableCell.vue +1 -1
- package/dist/runtime/components/ui/table/TableEmpty.vue +1 -1
- package/dist/runtime/components/ui/table/TableFooter.vue +1 -1
- package/dist/runtime/components/ui/table/TableHead.vue +1 -1
- package/dist/runtime/components/ui/table/TableHeader.vue +1 -1
- package/dist/runtime/components/ui/table/TableRow.vue +1 -1
- package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +0 -24
- package/dist/runtime/components/ui/tabs/Tabs.vue +1 -1
- package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +0 -24
- package/dist/runtime/components/ui/tabs/TabsContent.vue +1 -1
- package/dist/runtime/components/ui/tabs/TabsList.vue +1 -1
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInput.vue +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +1 -1
- package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +1 -1
- package/dist/runtime/components/ui/textarea/Textarea.vue +1 -1
- package/dist/runtime/components/ui/toggle/Toggle.vue +1 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +1 -1
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +1 -1
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue +1 -1
- package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +2 -1
- package/package.json +24 -24
|
@@ -21,7 +21,7 @@ const props = defineProps({
|
|
|
21
21
|
as: { type: null, required: false },
|
|
22
22
|
name: { type: String, required: false },
|
|
23
23
|
required: { type: Boolean, required: false },
|
|
24
|
-
class: { type: null, required: false }
|
|
24
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
25
25
|
});
|
|
26
26
|
const emits = defineEmits(["update:modelValue"]);
|
|
27
27
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
disabled: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
|
-
class: { type: null, required: false }
|
|
10
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
11
11
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
13
13
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
disabled: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
|
-
class: { type: null, required: false }
|
|
10
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
11
11
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
13
13
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
showEdges: { type: Boolean, required: false },
|
|
13
13
|
asChild: { type: Boolean, required: false },
|
|
14
14
|
as: { type: null, required: false },
|
|
15
|
-
class: { type: null, required: false }
|
|
15
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
16
16
|
});
|
|
17
17
|
const emits = defineEmits(["update:page"]);
|
|
18
18
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
</script>
|
|
@@ -6,7 +6,7 @@ import cn from "../../../utils/cn";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
8
|
as: { type: null, required: false },
|
|
9
|
-
class: { type: null, required: false }
|
|
9
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
12
12
|
</script>
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
10
|
size: { type: null, required: false, default: "default" },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class", "size");
|
|
14
14
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
10
|
size: { type: null, required: false, default: "icon" },
|
|
11
|
-
class: { type: null, required: false },
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
|
|
12
12
|
isActive: { type: Boolean, required: false }
|
|
13
13
|
});
|
|
14
14
|
const delegatedProps = reactiveOmit(props, "class", "size", "isActive");
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
10
|
size: { type: null, required: false, default: "default" },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class", "size");
|
|
14
14
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
10
|
size: { type: null, required: false, default: "default" },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class", "size");
|
|
14
14
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
10
|
size: { type: null, required: false, default: "default" },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class", "size");
|
|
14
14
|
const forwarded = useForwardProps(delegatedProps);
|
|
@@ -16,7 +16,7 @@ const props = defineProps({
|
|
|
16
16
|
as: { type: null, required: false },
|
|
17
17
|
name: { type: String, required: false },
|
|
18
18
|
required: { type: Boolean, required: false },
|
|
19
|
-
class: { type: null, required: false }
|
|
19
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
20
20
|
});
|
|
21
21
|
const emits = defineEmits(["update:modelValue", "complete"]);
|
|
22
22
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
disabled: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
|
-
class: { type: null, required: false }
|
|
10
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
11
11
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
13
13
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -32,7 +32,7 @@ const props = defineProps({
|
|
|
32
32
|
asChild: { type: Boolean, required: false },
|
|
33
33
|
as: { type: null, required: false },
|
|
34
34
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
35
|
-
class: { type: null, required: false }
|
|
35
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
36
36
|
});
|
|
37
37
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
|
|
38
38
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
getValueText: { type: Function, required: false },
|
|
13
13
|
asChild: { type: Boolean, required: false },
|
|
14
14
|
as: { type: null, required: false },
|
|
15
|
-
class: { type: null, required: false }
|
|
15
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
16
16
|
});
|
|
17
17
|
const delegatedProps = reactiveOmit(props, "class");
|
|
18
18
|
</script>
|
|
@@ -10,9 +10,9 @@ type __VLS_Slots = {} & {
|
|
|
10
10
|
default?: (props: typeof __VLS_8) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:modelValue": (payload:
|
|
13
|
+
"update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: ((payload:
|
|
15
|
+
"onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue) => any) | undefined;
|
|
16
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
@@ -13,7 +13,7 @@ const props = defineProps({
|
|
|
13
13
|
as: { type: null, required: false },
|
|
14
14
|
name: { type: String, required: false },
|
|
15
15
|
required: { type: Boolean, required: false },
|
|
16
|
-
class: { type: null, required: false }
|
|
16
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
17
17
|
});
|
|
18
18
|
const emits = defineEmits(["update:modelValue"]);
|
|
19
19
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -10,9 +10,9 @@ type __VLS_Slots = {} & {
|
|
|
10
10
|
default?: (props: typeof __VLS_8) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:modelValue": (payload:
|
|
13
|
+
"update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: ((payload:
|
|
15
|
+
"onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue) => any) | undefined;
|
|
16
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
@@ -15,7 +15,7 @@ const props = defineProps({
|
|
|
15
15
|
as: { type: null, required: false },
|
|
16
16
|
name: { type: String, required: false },
|
|
17
17
|
required: { type: Boolean, required: false },
|
|
18
|
-
class: { type: null, required: false }
|
|
18
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
19
19
|
});
|
|
20
20
|
const delegatedProps = reactiveOmit(props, "class");
|
|
21
21
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -33,7 +33,7 @@ const props = defineProps({
|
|
|
33
33
|
fixedDate: { type: String, required: false },
|
|
34
34
|
asChild: { type: Boolean, required: false },
|
|
35
35
|
as: { type: null, required: false },
|
|
36
|
-
class: { type: null, required: false }
|
|
36
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
37
37
|
});
|
|
38
38
|
const emits = defineEmits(["update:modelValue", "update:validModelValue", "update:placeholder", "update:startValue"]);
|
|
39
39
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
date: { type: null, required: true },
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
8
|
as: { type: null, required: false },
|
|
9
|
-
class: { type: null, required: false }
|
|
9
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
12
12
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
month: { type: null, required: true },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
10
|
as: { type: null, required: false, default: "button" },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
14
14
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
defineSlots();
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
nextPage: { type: Function, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
10
|
as: { type: null, required: false },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
14
14
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
prevPage: { type: Function, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
10
|
as: { type: null, required: false },
|
|
11
|
-
class: { type: null, required: false }
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
14
14
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -11,7 +11,7 @@ const props = defineProps({
|
|
|
11
11
|
nonce: { type: String, required: false },
|
|
12
12
|
asChild: { type: Boolean, required: false },
|
|
13
13
|
as: { type: null, required: false },
|
|
14
|
-
class: { type: null, required: false },
|
|
14
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
|
|
15
15
|
withHandle: { type: Boolean, required: false }
|
|
16
16
|
});
|
|
17
17
|
const emits = defineEmits(["dragging"]);
|
|
@@ -8,6 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
maxSize: { type: Number, required: false },
|
|
9
9
|
minSize: { type: Number, required: false },
|
|
10
10
|
order: { type: Number, required: false },
|
|
11
|
+
sizeUnit: { type: String, required: false },
|
|
11
12
|
asChild: { type: Boolean, required: false },
|
|
12
13
|
as: { type: null, required: false }
|
|
13
14
|
});
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
storage: { type: Object, required: false },
|
|
11
11
|
asChild: { type: Boolean, required: false },
|
|
12
12
|
as: { type: null, required: false },
|
|
13
|
-
class: { type: null, required: false }
|
|
13
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
14
14
|
});
|
|
15
15
|
const emits = defineEmits(["layout"]);
|
|
16
16
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -13,7 +13,7 @@ const props = defineProps({
|
|
|
13
13
|
scrollHideDelay: { type: Number, required: false },
|
|
14
14
|
asChild: { type: Boolean, required: false },
|
|
15
15
|
as: { type: null, required: false },
|
|
16
|
-
class: { type: null, required: false }
|
|
16
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
17
17
|
});
|
|
18
18
|
const delegatedProps = reactiveOmit(props, "class");
|
|
19
19
|
</script>
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
forceMount: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
|
-
class: { type: null, required: false }
|
|
10
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
11
11
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
13
13
|
</script>
|
|
@@ -36,7 +36,7 @@ const props = defineProps({
|
|
|
36
36
|
asChild: { type: Boolean, required: false },
|
|
37
37
|
as: { type: null, required: false },
|
|
38
38
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
39
|
-
class: { type: null, required: false }
|
|
39
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
40
40
|
});
|
|
41
41
|
const emits = defineEmits(["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"]);
|
|
42
42
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -14,7 +14,7 @@ const props = defineProps({
|
|
|
14
14
|
textValue: { type: String, required: false },
|
|
15
15
|
asChild: { type: Boolean, required: false },
|
|
16
16
|
as: { type: null, required: false },
|
|
17
|
-
class: { type: null, required: false }
|
|
17
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
18
18
|
});
|
|
19
19
|
const delegatedProps = reactiveOmit(props, "class");
|
|
20
20
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ const props = defineProps({
|
|
|
5
5
|
for: { type: String, required: false },
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
</script>
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@ import cn from "../../../utils/cn";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
8
|
as: { type: null, required: false },
|
|
9
|
-
class: { type: null, required: false }
|
|
9
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
12
12
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -6,7 +6,7 @@ import cn from "../../../utils/cn";
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
8
|
as: { type: null, required: false },
|
|
9
|
-
class: { type: null, required: false }
|
|
9
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
12
12
|
const forwardedProps = useForwardProps(delegatedProps);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
</script>
|
|
@@ -8,7 +8,7 @@ const props = defineProps({
|
|
|
8
8
|
reference: { type: null, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
10
|
as: { type: null, required: false },
|
|
11
|
-
class: { type: null, required: false },
|
|
11
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
|
|
12
12
|
size: { type: String, required: false, default: "default" }
|
|
13
13
|
});
|
|
14
14
|
const delegatedProps = reactiveOmit(props, "class", "size");
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
decorative: { type: Boolean, required: false, default: true },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
9
|
as: { type: null, required: false },
|
|
10
|
-
class: { type: null, required: false }
|
|
10
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
11
11
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
13
13
|
</script>
|
|
@@ -13,7 +13,7 @@ defineOptions({
|
|
|
13
13
|
inheritAttrs: false
|
|
14
14
|
});
|
|
15
15
|
const props = defineProps({
|
|
16
|
-
class: { type: null, required: false },
|
|
16
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
|
|
17
17
|
side: { type: String, required: false, default: "right" },
|
|
18
18
|
forceMount: { type: Boolean, required: false },
|
|
19
19
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
</script>
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
forceMount: { type: Boolean, required: false },
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
8
|
as: { type: null, required: false },
|
|
9
|
-
class: { type: null, required: false }
|
|
9
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
10
10
|
});
|
|
11
11
|
const delegatedProps = reactiveOmit(props, "class");
|
|
12
12
|
</script>
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
7
|
as: { type: null, required: false },
|
|
8
|
-
class: { type: null, required: false }
|
|
8
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
11
11
|
</script>
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
side: { type: String, required: false, default: "left" },
|
|
13
13
|
variant: { type: String, required: false, default: "sidebar" },
|
|
14
14
|
collapsible: { type: String, required: false, default: "offcanvas" },
|
|
15
|
-
class: { type: null, required: false }
|
|
15
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
16
16
|
});
|
|
17
17
|
const { isMobile, state, openMobile, setOpenMobile } = useSidebar();
|
|
18
18
|
</script>
|
|
@@ -4,7 +4,7 @@ import cn from "../../../utils/cn";
|
|
|
4
4
|
const props = defineProps({
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
6
|
as: { type: null, required: false },
|
|
7
|
-
class: { type: null, required: false }
|
|
7
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
8
8
|
});
|
|
9
9
|
</script>
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ import cn from "../../../utils/cn";
|
|
|
4
4
|
const props = defineProps({
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
6
|
as: { type: null, required: false },
|
|
7
|
-
class: { type: null, required: false }
|
|
7
|
+
class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
|
|
8
8
|
});
|
|
9
9
|
</script>
|
|
10
10
|
|