una-nuxt-module 2.1.13 → 2.1.14
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 -1
- package/dist/runtime/components/ui/accordion/Accordion.vue +1 -1
- 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-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/AlertDialogTitle.vue +1 -1
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +1 -1
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue +1 -1
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -1
- package/dist/runtime/components/ui/avatar/AvatarImage.vue +1 -1
- package/dist/runtime/components/ui/badge/Badge.vue +1 -1
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -1
- package/dist/runtime/components/ui/button/Button.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/CalendarGridBody.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/checkbox/Checkbox.vue +1 -1
- package/dist/runtime/components/ui/collapsible/Collapsible.vue +1 -1
- package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue +1 -1
- package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue +1 -1
- package/dist/runtime/components/ui/combobox/Combobox.vue +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 +1 -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/context-menu/ContextMenuCheckboxItem.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuGroup.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/ContextMenuRadioGroup.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/ContextMenuSubContent.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +1 -1
- package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue +1 -1
- package/dist/runtime/components/ui/dialog/DialogClose.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/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/dialog/DialogTrigger.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerClose.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/DrawerOverlay.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerTitle.vue +1 -1
- package/dist/runtime/components/ui/drawer/DrawerTrigger.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/DropdownMenuGroup.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/DropdownMenuRadioGroup.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/DropdownMenuSubContent.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +1 -1
- package/dist/runtime/components/ui/form/FormLabel.vue +1 -1
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -1
- package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue +1 -1
- package/dist/runtime/components/ui/label/Label.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/MenubarGroup.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/MenubarRadioGroup.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/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/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.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/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/PinInputSeparator.vue +1 -1
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +1 -1
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue +1 -1
- package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -1
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue +1 -1
- package/dist/runtime/components/ui/progress/Progress.vue +1 -1
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue +1 -1
- 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/RangeCalendarGridBody.vue +1 -1
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.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 -1
- 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/SelectGroup.vue +1 -1
- package/dist/runtime/components/ui/select/SelectItem.vue +1 -1
- package/dist/runtime/components/ui/select/SelectItemText.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/select/SelectValue.vue +1 -1
- package/dist/runtime/components/ui/separator/Separator.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetClose.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/SheetOverlay.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -1
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +2 -2
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -1
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -1
- package/dist/runtime/components/ui/slider/Slider.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.vue +1 -1
- package/dist/runtime/components/ui/tabs/Tabs.vue +1 -1
- 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/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/TooltipTrigger.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -197,7 +197,7 @@ function addTemplates() {
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
const name = "una-nuxt-module";
|
|
200
|
-
const version = "2.1.
|
|
200
|
+
const version = "2.1.14";
|
|
201
201
|
|
|
202
202
|
const module = defineNuxtModule({
|
|
203
203
|
meta: {
|
|
@@ -218,6 +218,7 @@ const module = defineNuxtModule({
|
|
|
218
218
|
async setup(options, nuxt) {
|
|
219
219
|
const logger = useLogger(name);
|
|
220
220
|
const { resolve } = createResolver(import.meta.url);
|
|
221
|
+
nuxt.options.alias["#unaxt"] = resolve("./runtime");
|
|
221
222
|
const mergeRuntimeConfigWithDefaults = () => {
|
|
222
223
|
const validateIDToken = import.meta.dev ? nuxt.options.runtimeConfig.public.unaNuxtModule.sso.validateIDToken ?? false : true;
|
|
223
224
|
nuxt.options.runtimeConfig.public.unaNuxtModule = defu(
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
orientation: { type: String, required: false },
|
|
11
11
|
unmountOnHide: { type: Boolean, required: false },
|
|
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
|
modelValue: { type: null, required: false },
|
|
16
16
|
defaultValue: { type: null, required: false }
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
forceMount: { type: Boolean, 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");
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
value: { type: String, required: true },
|
|
11
11
|
unmountOnHide: { 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
|
});
|
|
16
16
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import cn from "../../../utils/cn";
|
|
9
9
|
const props = defineProps({
|
|
10
10
|
asChild: { type: Boolean, required: false },
|
|
11
|
-
as: { type:
|
|
11
|
+
as: { type: null, required: false },
|
|
12
12
|
class: { type: null, required: false }
|
|
13
13
|
});
|
|
14
14
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
import { buttonVariants } from "../button";
|
|
6
6
|
const props = defineProps({
|
|
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");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
import { buttonVariants } from "../button";
|
|
6
6
|
const props = defineProps({
|
|
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");
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
trapFocus: { type: Boolean, required: false },
|
|
13
13
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
14
14
|
asChild: { type: Boolean, required: false },
|
|
15
|
-
as: { type:
|
|
15
|
+
as: { type: null, required: false },
|
|
16
16
|
class: { type: null, required: false }
|
|
17
17
|
});
|
|
18
18
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import cn from "../../../utils/cn";
|
|
7
7
|
const props = defineProps({
|
|
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
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -4,7 +4,7 @@ import { AlertDialogTitle } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -3,7 +3,7 @@ import { AspectRatio } from "reka-ui";
|
|
|
3
3
|
const props = defineProps({
|
|
4
4
|
ratio: { type: Number, required: false },
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
|
-
as: { type:
|
|
6
|
+
as: { type: null, required: false }
|
|
7
7
|
});
|
|
8
8
|
</script>
|
|
9
9
|
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
delayMs: { type: Number, 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");
|
|
@@ -5,7 +5,7 @@ const props = defineProps({
|
|
|
5
5
|
referrerPolicy: { type: null, required: false },
|
|
6
6
|
crossOrigin: { type: null, required: false },
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
|
-
as: { type:
|
|
8
|
+
as: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
</script>
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
import { badgeVariants } from ".";
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
asChild: { type: Boolean, required: false },
|
|
8
|
-
as: { type:
|
|
8
|
+
as: { type: null, required: false },
|
|
9
9
|
variant: { type: null, required: false },
|
|
10
10
|
class: { type: null, required: false }
|
|
11
11
|
});
|
|
@@ -3,7 +3,7 @@ import { Primitive } from "reka-ui";
|
|
|
3
3
|
import cn from "../../../utils/cn";
|
|
4
4
|
const props = defineProps({
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
|
-
as: { type:
|
|
6
|
+
as: { type: null, required: false, default: "a" },
|
|
7
7
|
class: { type: null, required: false }
|
|
8
8
|
});
|
|
9
9
|
</script>
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
size: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false, default: "button" }
|
|
11
11
|
});
|
|
12
12
|
</script>
|
|
13
13
|
|
|
@@ -44,7 +44,7 @@ const props = defineProps({
|
|
|
44
44
|
multiple: { type: Boolean, required: false },
|
|
45
45
|
disableDaysOutsideCurrentView: { type: Boolean, required: false },
|
|
46
46
|
asChild: { type: Boolean, required: false },
|
|
47
|
-
as: { type:
|
|
47
|
+
as: { type: null, required: false },
|
|
48
48
|
class: { type: null, required: false }
|
|
49
49
|
});
|
|
50
50
|
const emits = defineEmits(["update:modelValue", "update:placeholder"]);
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
date: { type: null, required: true },
|
|
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");
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
day: { type: null, required: true },
|
|
11
11
|
month: { type: null, required: true },
|
|
12
12
|
asChild: { type: Boolean, required: false },
|
|
13
|
-
as: { type:
|
|
13
|
+
as: { type: null, required: false, default: "button" },
|
|
14
14
|
class: { type: null, required: false }
|
|
15
15
|
});
|
|
16
16
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -4,7 +4,7 @@ import { CalendarGrid, useForwardProps } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { CalendarGridHead } from "reka-ui";
|
|
3
3
|
const props = defineProps({
|
|
4
4
|
asChild: { type: Boolean, required: false },
|
|
5
|
-
as: { type:
|
|
5
|
+
as: { type: null, required: false },
|
|
6
6
|
class: { type: null, required: false }
|
|
7
7
|
});
|
|
8
8
|
</script>
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import cn from "../../../utils/cn";
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import cn from "../../../utils/cn";
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import cn from "../../../utils/cn";
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import cn from "../../../utils/cn";
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
defineSlots();
|
|
@@ -7,7 +7,7 @@ import { buttonVariants } from "../button";
|
|
|
7
7
|
const props = defineProps({
|
|
8
8
|
nextPage: { type: Function, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -7,7 +7,7 @@ import { buttonVariants } from "../button";
|
|
|
7
7
|
const props = defineProps({
|
|
8
8
|
prevPage: { type: Function, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -10,7 +10,7 @@ const props = defineProps({
|
|
|
10
10
|
value: { type: null, required: false },
|
|
11
11
|
id: { type: String, required: false },
|
|
12
12
|
asChild: { type: Boolean, required: false },
|
|
13
|
-
as: { type:
|
|
13
|
+
as: { type: null, required: false },
|
|
14
14
|
name: { type: String, required: false },
|
|
15
15
|
required: { type: Boolean, required: false },
|
|
16
16
|
class: { type: null, required: false }
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
disabled: { type: Boolean, required: false },
|
|
7
7
|
unmountOnHide: { type: Boolean, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false }
|
|
10
10
|
});
|
|
11
11
|
const emits = defineEmits(["update:open"]);
|
|
12
12
|
const forwarded = useForwardPropsEmits(props, emits);
|
|
@@ -3,7 +3,7 @@ import { CollapsibleContent } from "reka-ui";
|
|
|
3
3
|
const props = defineProps({
|
|
4
4
|
forceMount: { type: Boolean, required: false },
|
|
5
5
|
asChild: { type: Boolean, required: false },
|
|
6
|
-
as: { type:
|
|
6
|
+
as: { type: null, required: false }
|
|
7
7
|
});
|
|
8
8
|
</script>
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ const props = defineProps({
|
|
|
14
14
|
highlightOnHover: { type: Boolean, required: false },
|
|
15
15
|
by: { type: [String, Function], required: false },
|
|
16
16
|
asChild: { type: Boolean, required: false },
|
|
17
|
-
as: { type:
|
|
17
|
+
as: { type: null, required: false },
|
|
18
18
|
name: { type: String, required: false },
|
|
19
19
|
required: { type: Boolean, required: false }
|
|
20
20
|
});
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
reference: { type: null, 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");
|
|
@@ -4,7 +4,7 @@ import { ComboboxEmpty } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -4,7 +4,7 @@ import { ComboboxGroup, ComboboxLabel } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false },
|
|
9
9
|
heading: { type: String, required: false }
|
|
10
10
|
});
|
|
@@ -15,7 +15,7 @@ const props = defineProps({
|
|
|
15
15
|
autoFocus: { type: Boolean, required: false },
|
|
16
16
|
disabled: { type: Boolean, required: false },
|
|
17
17
|
asChild: { type: Boolean, required: false },
|
|
18
|
-
as: { type:
|
|
18
|
+
as: { type: null, required: false },
|
|
19
19
|
class: { type: null, required: false }
|
|
20
20
|
});
|
|
21
21
|
const emits = defineEmits(["update:modelValue"]);
|
|
@@ -7,7 +7,7 @@ const props = defineProps({
|
|
|
7
7
|
value: { type: null, required: true },
|
|
8
8
|
disabled: { type: Boolean, required: false },
|
|
9
9
|
asChild: { type: Boolean, required: false },
|
|
10
|
-
as: { type:
|
|
10
|
+
as: { type: null, required: false },
|
|
11
11
|
class: { type: null, required: false }
|
|
12
12
|
});
|
|
13
13
|
const emits = defineEmits(["select"]);
|
|
@@ -4,7 +4,7 @@ import { ComboboxItemIndicator, useForwardProps } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -22,7 +22,7 @@ const props = defineProps({
|
|
|
22
22
|
prioritizePosition: { type: Boolean, required: false },
|
|
23
23
|
reference: { type: null, required: false },
|
|
24
24
|
asChild: { type: Boolean, required: false },
|
|
25
|
-
as: { type:
|
|
25
|
+
as: { type: null, required: false },
|
|
26
26
|
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
27
27
|
class: { type: null, required: false }
|
|
28
28
|
});
|
|
@@ -4,7 +4,7 @@ import { ComboboxSeparator } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
disabled: { type: Boolean, 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");
|
|
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
|
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
nonce: { type: String, 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");
|
|
@@ -15,7 +15,7 @@ const props = defineProps({
|
|
|
15
15
|
highlightOnHover: { type: Boolean, required: false },
|
|
16
16
|
by: { type: [String, Function], required: false },
|
|
17
17
|
asChild: { type: Boolean, required: false },
|
|
18
|
-
as: { type:
|
|
18
|
+
as: { type: null, required: false },
|
|
19
19
|
name: { type: String, required: false },
|
|
20
20
|
required: { type: Boolean, required: false },
|
|
21
21
|
class: { type: null, required: false }
|
|
@@ -6,7 +6,7 @@ import cn from "../../../utils/cn";
|
|
|
6
6
|
import { useCommand } from ".";
|
|
7
7
|
const props = defineProps({
|
|
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
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -6,7 +6,7 @@ import cn from "../../../utils/cn";
|
|
|
6
6
|
import { provideCommandGroupContext, useCommand } from ".";
|
|
7
7
|
const props = defineProps({
|
|
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
|
heading: { type: String, required: false }
|
|
12
12
|
});
|
|
@@ -15,7 +15,7 @@ const props = defineProps({
|
|
|
15
15
|
autoFocus: { type: Boolean, required: false },
|
|
16
16
|
disabled: { type: Boolean, required: false },
|
|
17
17
|
asChild: { type: Boolean, required: false },
|
|
18
|
-
as: { type:
|
|
18
|
+
as: { type: null, required: false },
|
|
19
19
|
class: { type: null, required: false }
|
|
20
20
|
});
|
|
21
21
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -13,7 +13,7 @@ const props = defineProps({
|
|
|
13
13
|
value: { type: null, required: true },
|
|
14
14
|
disabled: { type: Boolean, required: false },
|
|
15
15
|
asChild: { type: Boolean, required: false },
|
|
16
|
-
as: { type:
|
|
16
|
+
as: { type: null, required: false },
|
|
17
17
|
class: { type: null, required: false }
|
|
18
18
|
});
|
|
19
19
|
const emits = defineEmits(["select"]);
|
|
@@ -4,7 +4,7 @@ import { ListboxContent, useForwardProps } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -6,7 +6,7 @@ const props = defineProps({
|
|
|
6
6
|
orientation: { type: String, required: false },
|
|
7
7
|
decorative: { 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
|
});
|
|
12
12
|
const delegatedProps = reactiveOmit(props, "class");
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
disabled: { type: Boolean, required: false },
|
|
13
13
|
textValue: { type: String, required: false },
|
|
14
14
|
asChild: { type: Boolean, required: false },
|
|
15
|
-
as: { type:
|
|
15
|
+
as: { type: null, required: false },
|
|
16
16
|
class: { type: null, required: false }
|
|
17
17
|
});
|
|
18
18
|
const emits = defineEmits(["select", "update:modelValue"]);
|
|
@@ -20,7 +20,7 @@ const props = defineProps({
|
|
|
20
20
|
prioritizePosition: { type: Boolean, required: false },
|
|
21
21
|
reference: { type: null, required: false },
|
|
22
22
|
asChild: { type: Boolean, required: false },
|
|
23
|
-
as: { type:
|
|
23
|
+
as: { type: null, required: false },
|
|
24
24
|
class: { type: null, required: false }
|
|
25
25
|
});
|
|
26
26
|
const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"]);
|
|
@@ -9,7 +9,7 @@ const props = defineProps({
|
|
|
9
9
|
disabled: { type: Boolean, required: false },
|
|
10
10
|
textValue: { type: String, required: false },
|
|
11
11
|
asChild: { type: Boolean, required: false },
|
|
12
|
-
as: { type:
|
|
12
|
+
as: { type: null, required: false },
|
|
13
13
|
class: { type: null, required: false },
|
|
14
14
|
inset: { type: Boolean, required: false },
|
|
15
15
|
variant: { type: String, required: false, default: "default" }
|
|
@@ -4,7 +4,7 @@ import { ContextMenuLabel } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false },
|
|
9
9
|
inset: { type: Boolean, required: false }
|
|
10
10
|
});
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
const props = defineProps({
|
|
7
7
|
modelValue: { type: String, required: false },
|
|
8
8
|
asChild: { type: Boolean, required: false },
|
|
9
|
-
as: { type:
|
|
9
|
+
as: { type: null, required: false }
|
|
10
10
|
});
|
|
11
11
|
const emits = defineEmits(["update:modelValue"]);
|
|
12
12
|
const forwarded = useForwardPropsEmits(props, emits);
|
|
@@ -12,7 +12,7 @@ const props = defineProps({
|
|
|
12
12
|
disabled: { type: Boolean, required: false },
|
|
13
13
|
textValue: { type: String, required: false },
|
|
14
14
|
asChild: { type: Boolean, required: false },
|
|
15
|
-
as: { type:
|
|
15
|
+
as: { type: null, required: false },
|
|
16
16
|
class: { type: null, required: false }
|
|
17
17
|
});
|
|
18
18
|
const emits = defineEmits(["select"]);
|
|
@@ -4,7 +4,7 @@ import { ContextMenuSeparator } from "reka-ui";
|
|
|
4
4
|
import cn from "../../../utils/cn";
|
|
5
5
|
const props = defineProps({
|
|
6
6
|
asChild: { type: Boolean, required: false },
|
|
7
|
-
as: { type:
|
|
7
|
+
as: { type: null, required: false },
|
|
8
8
|
class: { type: null, required: false }
|
|
9
9
|
});
|
|
10
10
|
const delegatedProps = reactiveOmit(props, "class");
|