@@ -16,26 +16,8 @@ declare global {
1616 const BreadcrumbPage : typeof import ( './src/components/ui/breadcrumb/index' ) [ 'BreadcrumbPage' ]
1717 const BreadcrumbSeparator : typeof import ( './src/components/ui/breadcrumb/index' ) [ 'BreadcrumbSeparator' ]
1818 const Button : typeof import ( './src/components/ui/button/index' ) [ 'Button' ]
19- const DropdownMenu : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenu' ]
20- const DropdownMenuCheckboxItem : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuCheckboxItem' ]
21- const DropdownMenuContent : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuContent' ]
22- const DropdownMenuGroup : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuGroup' ]
23- const DropdownMenuItem : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuItem' ]
24- const DropdownMenuLabel : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuLabel' ]
25- const DropdownMenuPortal : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuPortal' ]
26- const DropdownMenuRadioGroup : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuRadioGroup' ]
27- const DropdownMenuRadioItem : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuRadioItem' ]
28- const DropdownMenuSeparator : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSeparator' ]
29- const DropdownMenuShortcut : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuShortcut' ]
30- const DropdownMenuSub : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSub' ]
31- const DropdownMenuSubContent : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSubContent' ]
32- const DropdownMenuSubTrigger : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSubTrigger' ]
33- const DropdownMenuTrigger : typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuTrigger' ]
3419 const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
3520 const Input : typeof import ( './src/components/ui/input/index' ) [ 'Input' ]
36- const Label : typeof import ( './src/components/ui/label/index' ) [ 'Label' ]
37- const MenuItem : typeof import ( 'primevue/menuitem' ) [ 'MenuItem' ]
38- const RefreshCcw : typeof import ( 'lucide-vue-next' ) [ 'RefreshCcw' ]
3921 const SIDEBAR_COOKIE_MAX_AGE : typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_COOKIE_MAX_AGE' ]
4022 const SIDEBAR_COOKIE_NAME : typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_COOKIE_NAME' ]
4123 const SIDEBAR_KEYBOARD_SHORTCUT : typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_KEYBOARD_SHORTCUT' ]
@@ -431,9 +413,6 @@ declare global {
431413 export type { Component , Slot , Slots , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , ShallowRef , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
432414 import ( 'vue' )
433415 // @ts -ignore
434- export type { FileUploadUploaderEvent } from 'primevue/fileupload'
435- import ( 'primevue/fileupload' )
436- // @ts -ignore
437416 export type { MenuItem } from 'primevue/menuitem'
438417 import ( 'primevue/menuitem' )
439418 // @ts -ignore
@@ -501,24 +480,8 @@ declare module 'vue' {
501480 readonly BreadcrumbPage : UnwrapRef < typeof import ( './src/components/ui/breadcrumb/index' ) [ 'BreadcrumbPage' ] >
502481 readonly BreadcrumbSeparator : UnwrapRef < typeof import ( './src/components/ui/breadcrumb/index' ) [ 'BreadcrumbSeparator' ] >
503482 readonly Button : UnwrapRef < typeof import ( './src/components/ui/button/index' ) [ 'Button' ] >
504- readonly DropdownMenu : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenu' ] >
505- readonly DropdownMenuCheckboxItem : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuCheckboxItem' ] >
506- readonly DropdownMenuContent : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuContent' ] >
507- readonly DropdownMenuGroup : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuGroup' ] >
508- readonly DropdownMenuItem : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuItem' ] >
509- readonly DropdownMenuLabel : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuLabel' ] >
510- readonly DropdownMenuPortal : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuPortal' ] >
511- readonly DropdownMenuRadioGroup : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuRadioGroup' ] >
512- readonly DropdownMenuRadioItem : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuRadioItem' ] >
513- readonly DropdownMenuSeparator : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSeparator' ] >
514- readonly DropdownMenuShortcut : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuShortcut' ] >
515- readonly DropdownMenuSub : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSub' ] >
516- readonly DropdownMenuSubContent : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSubContent' ] >
517- readonly DropdownMenuSubTrigger : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuSubTrigger' ] >
518- readonly DropdownMenuTrigger : UnwrapRef < typeof import ( './src/components/ui/dropdown-menu/index' ) [ 'DropdownMenuTrigger' ] >
519483 readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
520484 readonly Input : UnwrapRef < typeof import ( './src/components/ui/input/index' ) [ 'Input' ] >
521- readonly Label : UnwrapRef < typeof import ( './src/components/ui/label/index' ) [ 'Label' ] >
522485 readonly SIDEBAR_COOKIE_MAX_AGE : UnwrapRef < typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_COOKIE_MAX_AGE' ] >
523486 readonly SIDEBAR_COOKIE_NAME : UnwrapRef < typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_COOKIE_NAME' ] >
524487 readonly SIDEBAR_KEYBOARD_SHORTCUT : UnwrapRef < typeof import ( './src/components/ui/sidebar/utils' ) [ 'SIDEBAR_KEYBOARD_SHORTCUT' ] >
0 commit comments