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.
Files changed (195) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +2 -1
  3. package/dist/runtime/components/ui/accordion/Accordion.vue +1 -1
  4. package/dist/runtime/components/ui/accordion/AccordionContent.vue +1 -1
  5. package/dist/runtime/components/ui/accordion/AccordionItem.vue +1 -1
  6. package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +1 -1
  7. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +1 -1
  8. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
  9. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +1 -1
  10. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +1 -1
  11. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +1 -1
  12. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +1 -1
  13. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue +1 -1
  14. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -1
  15. package/dist/runtime/components/ui/avatar/AvatarImage.vue +1 -1
  16. package/dist/runtime/components/ui/badge/Badge.vue +1 -1
  17. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -1
  18. package/dist/runtime/components/ui/button/Button.vue +1 -1
  19. package/dist/runtime/components/ui/calendar/Calendar.vue +1 -1
  20. package/dist/runtime/components/ui/calendar/CalendarCell.vue +1 -1
  21. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +1 -1
  22. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +1 -1
  23. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +1 -1
  24. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +1 -1
  25. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +1 -1
  26. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +1 -1
  27. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +1 -1
  28. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +1 -1
  29. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +1 -1
  30. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +1 -1
  31. package/dist/runtime/components/ui/checkbox/Checkbox.vue +1 -1
  32. package/dist/runtime/components/ui/collapsible/Collapsible.vue +1 -1
  33. package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue +1 -1
  34. package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue +1 -1
  35. package/dist/runtime/components/ui/combobox/Combobox.vue +1 -1
  36. package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue +1 -1
  37. package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue +1 -1
  38. package/dist/runtime/components/ui/combobox/ComboboxGroup.vue +1 -1
  39. package/dist/runtime/components/ui/combobox/ComboboxInput.vue +1 -1
  40. package/dist/runtime/components/ui/combobox/ComboboxItem.vue +1 -1
  41. package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue +1 -1
  42. package/dist/runtime/components/ui/combobox/ComboboxList.vue +1 -1
  43. package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue +1 -1
  44. package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue +1 -1
  45. package/dist/runtime/components/ui/combobox/ComboboxViewport.vue +1 -1
  46. package/dist/runtime/components/ui/command/Command.vue +1 -1
  47. package/dist/runtime/components/ui/command/CommandEmpty.vue +1 -1
  48. package/dist/runtime/components/ui/command/CommandGroup.vue +1 -1
  49. package/dist/runtime/components/ui/command/CommandInput.vue +1 -1
  50. package/dist/runtime/components/ui/command/CommandItem.vue +1 -1
  51. package/dist/runtime/components/ui/command/CommandList.vue +1 -1
  52. package/dist/runtime/components/ui/command/CommandSeparator.vue +1 -1
  53. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue +1 -1
  54. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -1
  55. package/dist/runtime/components/ui/context-menu/ContextMenuGroup.vue +1 -1
  56. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue +1 -1
  57. package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue +1 -1
  58. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue +1 -1
  59. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +1 -1
  60. package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue +1 -1
  61. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +1 -1
  62. package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +1 -1
  63. package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue +1 -1
  64. package/dist/runtime/components/ui/dialog/DialogClose.vue +1 -1
  65. package/dist/runtime/components/ui/dialog/DialogContent.vue +1 -1
  66. package/dist/runtime/components/ui/dialog/DialogDescription.vue +1 -1
  67. package/dist/runtime/components/ui/dialog/DialogOverlay.vue +1 -1
  68. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +1 -1
  69. package/dist/runtime/components/ui/dialog/DialogTitle.vue +1 -1
  70. package/dist/runtime/components/ui/dialog/DialogTrigger.vue +1 -1
  71. package/dist/runtime/components/ui/drawer/DrawerClose.vue +1 -1
  72. package/dist/runtime/components/ui/drawer/DrawerContent.vue +1 -1
  73. package/dist/runtime/components/ui/drawer/DrawerDescription.vue +1 -1
  74. package/dist/runtime/components/ui/drawer/DrawerOverlay.vue +1 -1
  75. package/dist/runtime/components/ui/drawer/DrawerTitle.vue +1 -1
  76. package/dist/runtime/components/ui/drawer/DrawerTrigger.vue +1 -1
  77. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +1 -1
  78. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -1
  79. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +1 -1
  80. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -1
  81. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -1
  82. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +1 -1
  83. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -1
  84. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -1
  85. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -1
  86. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -1
  87. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +1 -1
  88. package/dist/runtime/components/ui/form/FormLabel.vue +1 -1
  89. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -1
  90. package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue +1 -1
  91. package/dist/runtime/components/ui/label/Label.vue +1 -1
  92. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue +1 -1
  93. package/dist/runtime/components/ui/menubar/MenubarContent.vue +1 -1
  94. package/dist/runtime/components/ui/menubar/MenubarGroup.vue +1 -1
  95. package/dist/runtime/components/ui/menubar/MenubarItem.vue +1 -1
  96. package/dist/runtime/components/ui/menubar/MenubarLabel.vue +1 -1
  97. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue +1 -1
  98. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +1 -1
  99. package/dist/runtime/components/ui/menubar/MenubarSeparator.vue +1 -1
  100. package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +1 -1
  101. package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue +1 -1
  102. package/dist/runtime/components/ui/menubar/MenubarTrigger.vue +1 -1
  103. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue +1 -1
  104. package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue +1 -1
  105. package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue +1 -1
  106. package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue +1 -1
  107. package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue +1 -1
  108. package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue +1 -1
  109. package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue +1 -1
  110. package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue +1 -1
  111. package/dist/runtime/components/ui/number-field/NumberField.vue +1 -1
  112. package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue +1 -1
  113. package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue +1 -1
  114. package/dist/runtime/components/ui/pagination/Pagination.vue +1 -1
  115. package/dist/runtime/components/ui/pagination/PaginationContent.vue +1 -1
  116. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +1 -1
  117. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +1 -1
  118. package/dist/runtime/components/ui/pagination/PaginationItem.vue +1 -1
  119. package/dist/runtime/components/ui/pagination/PaginationLast.vue +1 -1
  120. package/dist/runtime/components/ui/pagination/PaginationNext.vue +1 -1
  121. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +1 -1
  122. package/dist/runtime/components/ui/pin-input/PinInput.vue +1 -1
  123. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +1 -1
  124. package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue +1 -1
  125. package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +1 -1
  126. package/dist/runtime/components/ui/popover/PopoverAnchor.vue +1 -1
  127. package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -1
  128. package/dist/runtime/components/ui/popover/PopoverTrigger.vue +1 -1
  129. package/dist/runtime/components/ui/progress/Progress.vue +1 -1
  130. package/dist/runtime/components/ui/radio-group/RadioGroup.vue +1 -1
  131. package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue +1 -1
  132. package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue +1 -1
  133. package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue +1 -1
  134. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue +1 -1
  135. package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue +1 -1
  136. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.vue +1 -1
  137. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.vue +1 -1
  138. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue +1 -1
  139. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue +1 -1
  140. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue +1 -1
  141. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue +1 -1
  142. package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue +1 -1
  143. package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue +1 -1
  144. package/dist/runtime/components/ui/resizable/ResizableHandle.vue +1 -1
  145. package/dist/runtime/components/ui/resizable/ResizablePanel.vue +1 -1
  146. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +1 -1
  147. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +1 -1
  148. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +1 -1
  149. package/dist/runtime/components/ui/select/SelectContent.vue +1 -1
  150. package/dist/runtime/components/ui/select/SelectGroup.vue +1 -1
  151. package/dist/runtime/components/ui/select/SelectItem.vue +1 -1
  152. package/dist/runtime/components/ui/select/SelectItemText.vue +1 -1
  153. package/dist/runtime/components/ui/select/SelectLabel.vue +1 -1
  154. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +1 -1
  155. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +1 -1
  156. package/dist/runtime/components/ui/select/SelectSeparator.vue +1 -1
  157. package/dist/runtime/components/ui/select/SelectTrigger.vue +1 -1
  158. package/dist/runtime/components/ui/select/SelectValue.vue +1 -1
  159. package/dist/runtime/components/ui/separator/Separator.vue +1 -1
  160. package/dist/runtime/components/ui/sheet/SheetClose.vue +1 -1
  161. package/dist/runtime/components/ui/sheet/SheetContent.vue +1 -1
  162. package/dist/runtime/components/ui/sheet/SheetDescription.vue +1 -1
  163. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +1 -1
  164. package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -1
  165. package/dist/runtime/components/ui/sheet/SheetTrigger.vue +1 -1
  166. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -1
  167. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -1
  168. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
  169. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +2 -2
  170. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -1
  171. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -1
  172. package/dist/runtime/components/ui/slider/Slider.vue +1 -1
  173. package/dist/runtime/components/ui/stepper/Stepper.vue +1 -1
  174. package/dist/runtime/components/ui/stepper/StepperDescription.vue +1 -1
  175. package/dist/runtime/components/ui/stepper/StepperIndicator.vue +1 -1
  176. package/dist/runtime/components/ui/stepper/StepperItem.vue +1 -1
  177. package/dist/runtime/components/ui/stepper/StepperSeparator.vue +1 -1
  178. package/dist/runtime/components/ui/stepper/StepperTitle.vue +1 -1
  179. package/dist/runtime/components/ui/stepper/StepperTrigger.vue +1 -1
  180. package/dist/runtime/components/ui/switch/Switch.vue +1 -1
  181. package/dist/runtime/components/ui/tabs/Tabs.vue +1 -1
  182. package/dist/runtime/components/ui/tabs/TabsContent.vue +1 -1
  183. package/dist/runtime/components/ui/tabs/TabsList.vue +1 -1
  184. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +1 -1
  185. package/dist/runtime/components/ui/tags-input/TagsInput.vue +1 -1
  186. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +1 -1
  187. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +1 -1
  188. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +1 -1
  189. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +1 -1
  190. package/dist/runtime/components/ui/toggle/Toggle.vue +1 -1
  191. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +1 -1
  192. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +1 -1
  193. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +1 -1
  194. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue +1 -1
  195. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "una-nuxt-module",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "configKey": "unaxt",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
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.13";
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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 { AlertDialogTrigger } from "reka-ui";
3
3
  const props = defineProps({
4
4
  asChild: { type: Boolean, required: false },
5
- as: { type: [String, Object, Function], required: false }
5
+ as: { type: null, required: false }
6
6
  });
7
7
  </script>
8
8
 
@@ -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: [String, Object, Function], required: false }
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false }
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false, default: "a" },
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: [String, Object, Function], required: false, default: "button" }
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false, default: "button" },
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: [String, Object, Function], required: false },
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 { CalendarGridBody } from "reka-ui";
3
3
  const props = defineProps({
4
4
  asChild: { type: Boolean, required: false },
5
- as: { type: [String, Object, Function], required: false }
5
+ as: { type: null, required: false }
6
6
  });
7
7
  </script>
8
8
 
@@ -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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false }
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: [String, Object, Function], required: false }
6
+ as: { type: null, required: false }
7
7
  });
8
8
  </script>
9
9
 
@@ -2,7 +2,7 @@
2
2
  import { CollapsibleTrigger } from "reka-ui";
3
3
  const props = defineProps({
4
4
  asChild: { type: Boolean, required: false },
5
- as: { type: [String, Object, Function], required: false }
5
+ as: { type: null, required: false }
6
6
  });
7
7
  </script>
8
8
 
@@ -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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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"]);
@@ -2,7 +2,7 @@
2
2
  import { ContextMenuGroup } from "reka-ui";
3
3
  const props = defineProps({
4
4
  asChild: { type: Boolean, required: false },
5
- as: { type: [String, Object, Function], required: false }
5
+ as: { type: null, required: false }
6
6
  });
7
7
  </script>
8
8
 
@@ -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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false }
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: [String, Object, Function], required: false },
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: [String, Object, Function], required: false },
7
+ as: { type: null, required: false },
8
8
  class: { type: null, required: false }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");