@@ -10,6 +10,13 @@ declare module 'vue' {
1010 export interface GlobalComponents {
1111 AutoComplete : typeof import ( 'primevue/autocomplete' ) [ 'default' ]
1212 BasePropertyValueEditor : typeof import ( './src/features/wikibase-schema/components/BasePropertyValueEditor.vue' ) [ 'default' ]
13+ Breadcrumb : typeof import ( './src/components/ui/breadcrumb/Breadcrumb.vue' ) [ 'default' ]
14+ BreadcrumbEllipsis : typeof import ( './src/components/ui/breadcrumb/BreadcrumbEllipsis.vue' ) [ 'default' ]
15+ BreadcrumbItem : typeof import ( './src/components/ui/breadcrumb/BreadcrumbItem.vue' ) [ 'default' ]
16+ BreadcrumbLink : typeof import ( './src/components/ui/breadcrumb/BreadcrumbLink.vue' ) [ 'default' ]
17+ BreadcrumbList : typeof import ( './src/components/ui/breadcrumb/BreadcrumbList.vue' ) [ 'default' ]
18+ BreadcrumbPage : typeof import ( './src/components/ui/breadcrumb/BreadcrumbPage.vue' ) [ 'default' ]
19+ BreadcrumbSeparator : typeof import ( './src/components/ui/breadcrumb/BreadcrumbSeparator.vue' ) [ 'default' ]
1320 Button : typeof import ( './src/components/ui/button/Button.vue' ) [ 'default' ]
1421 Card : typeof import ( 'primevue/card' ) [ 'default' ]
1522 Checkbox : typeof import ( 'primevue/checkbox' ) [ 'default' ]
@@ -25,9 +32,27 @@ declare module 'vue' {
2532 DataTabPanel : typeof import ( './src/features/data-processing/components/DataTabPanel.vue' ) [ 'default' ]
2633 DefaultLayout : typeof import ( './src/core/layouts/DefaultLayout.vue' ) [ 'default' ]
2734 Dialog : typeof import ( 'primevue/dialog' ) [ 'default' ]
35+ Divider : typeof import ( 'primevue/divider' ) [ 'default' ]
36+ DropdownMenu : typeof import ( './src/components/ui/dropdown-menu/DropdownMenu.vue' ) [ 'default' ]
37+ DropdownMenuCheckboxItem : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue' ) [ 'default' ]
38+ DropdownMenuContent : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuContent.vue' ) [ 'default' ]
39+ DropdownMenuGroup : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuGroup.vue' ) [ 'default' ]
40+ DropdownMenuItem : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuItem.vue' ) [ 'default' ]
41+ DropdownMenuLabel : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuLabel.vue' ) [ 'default' ]
42+ DropdownMenuRadioGroup : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue' ) [ 'default' ]
43+ DropdownMenuRadioItem : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue' ) [ 'default' ]
44+ DropdownMenuSeparator : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuSeparator.vue' ) [ 'default' ]
45+ DropdownMenuShortcut : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuShortcut.vue' ) [ 'default' ]
46+ DropdownMenuSub : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuSub.vue' ) [ 'default' ]
47+ DropdownMenuSubContent : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuSubContent.vue' ) [ 'default' ]
48+ DropdownMenuSubTrigger : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue' ) [ 'default' ]
49+ DropdownMenuTrigger : typeof import ( './src/components/ui/dropdown-menu/DropdownMenuTrigger.vue' ) [ 'default' ]
2850 DropZone : typeof import ( './src/features/wikibase-schema/components/DropZone.vue' ) [ 'default' ]
51+ FileUpload : typeof import ( 'primevue/fileupload' ) [ 'default' ]
2952 Header : typeof import ( './src/shared/components/Header.vue' ) [ 'default' ]
53+ Input : typeof import ( './src/components/ui/input/Input.vue' ) [ 'default' ]
3054 InputText : typeof import ( 'primevue/inputtext' ) [ 'default' ]
55+ Label : typeof import ( './src/components/ui/label/Label.vue' ) [ 'default' ]
3156 MainContent : typeof import ( './src/shared/components/MainContent.vue' ) [ 'default' ]
3257 OpenProject : typeof import ( './src/features/project-management/pages/OpenProject.vue' ) [ 'default' ]
3358 Paginator : typeof import ( 'primevue/paginator' ) [ 'default' ]
@@ -46,7 +71,41 @@ declare module 'vue' {
4671 SchemaSelector : typeof import ( './src/features/wikibase-schema/components/SchemaSelector.vue' ) [ 'default' ]
4772 SchemaTabPanel : typeof import ( './src/features/wikibase-schema/components/SchemaTabPanel.vue' ) [ 'default' ]
4873 Select : typeof import ( 'primevue/select' ) [ 'default' ]
49- Sidebar : typeof import ( './src/shared/components/Sidebar.vue' ) [ 'default' ]
74+ Separator : typeof import ( './src/components/ui/separator/Separator.vue' ) [ 'default' ]
75+ Sheet : typeof import ( './src/components/ui/sheet/Sheet.vue' ) [ 'default' ]
76+ SheetClose : typeof import ( './src/components/ui/sheet/SheetClose.vue' ) [ 'default' ]
77+ SheetContent : typeof import ( './src/components/ui/sheet/SheetContent.vue' ) [ 'default' ]
78+ SheetDescription : typeof import ( './src/components/ui/sheet/SheetDescription.vue' ) [ 'default' ]
79+ SheetFooter : typeof import ( './src/components/ui/sheet/SheetFooter.vue' ) [ 'default' ]
80+ SheetHeader : typeof import ( './src/components/ui/sheet/SheetHeader.vue' ) [ 'default' ]
81+ SheetOverlay : typeof import ( './src/components/ui/sheet/SheetOverlay.vue' ) [ 'default' ]
82+ SheetTitle : typeof import ( './src/components/ui/sheet/SheetTitle.vue' ) [ 'default' ]
83+ SheetTrigger : typeof import ( './src/components/ui/sheet/SheetTrigger.vue' ) [ 'default' ]
84+ Sidebar : typeof import ( './src/components/ui/sidebar/Sidebar.vue' ) [ 'default' ]
85+ SidebarContent : typeof import ( './src/components/ui/sidebar/SidebarContent.vue' ) [ 'default' ]
86+ SidebarFooter : typeof import ( './src/components/ui/sidebar/SidebarFooter.vue' ) [ 'default' ]
87+ SidebarGroup : typeof import ( './src/components/ui/sidebar/SidebarGroup.vue' ) [ 'default' ]
88+ SidebarGroupAction : typeof import ( './src/components/ui/sidebar/SidebarGroupAction.vue' ) [ 'default' ]
89+ SidebarGroupContent : typeof import ( './src/components/ui/sidebar/SidebarGroupContent.vue' ) [ 'default' ]
90+ SidebarGroupLabel : typeof import ( './src/components/ui/sidebar/SidebarGroupLabel.vue' ) [ 'default' ]
91+ SidebarHeader : typeof import ( './src/components/ui/sidebar/SidebarHeader.vue' ) [ 'default' ]
92+ SidebarInput : typeof import ( './src/components/ui/sidebar/SidebarInput.vue' ) [ 'default' ]
93+ SidebarInset : typeof import ( './src/components/ui/sidebar/SidebarInset.vue' ) [ 'default' ]
94+ SidebarMenu : typeof import ( './src/components/ui/sidebar/SidebarMenu.vue' ) [ 'default' ]
95+ SidebarMenuAction : typeof import ( './src/components/ui/sidebar/SidebarMenuAction.vue' ) [ 'default' ]
96+ SidebarMenuBadge : typeof import ( './src/components/ui/sidebar/SidebarMenuBadge.vue' ) [ 'default' ]
97+ SidebarMenuButton : typeof import ( './src/components/ui/sidebar/SidebarMenuButton.vue' ) [ 'default' ]
98+ SidebarMenuButtonChild : typeof import ( './src/components/ui/sidebar/SidebarMenuButtonChild.vue' ) [ 'default' ]
99+ SidebarMenuItem : typeof import ( './src/components/ui/sidebar/SidebarMenuItem.vue' ) [ 'default' ]
100+ SidebarMenuSkeleton : typeof import ( './src/components/ui/sidebar/SidebarMenuSkeleton.vue' ) [ 'default' ]
101+ SidebarMenuSub : typeof import ( './src/components/ui/sidebar/SidebarMenuSub.vue' ) [ 'default' ]
102+ SidebarMenuSubButton : typeof import ( './src/components/ui/sidebar/SidebarMenuSubButton.vue' ) [ 'default' ]
103+ SidebarMenuSubItem : typeof import ( './src/components/ui/sidebar/SidebarMenuSubItem.vue' ) [ 'default' ]
104+ SidebarProvider : typeof import ( './src/components/ui/sidebar/SidebarProvider.vue' ) [ 'default' ]
105+ SidebarRail : typeof import ( './src/components/ui/sidebar/SidebarRail.vue' ) [ 'default' ]
106+ SidebarSeparator : typeof import ( './src/components/ui/sidebar/SidebarSeparator.vue' ) [ 'default' ]
107+ SidebarTrigger : typeof import ( './src/components/ui/sidebar/SidebarTrigger.vue' ) [ 'default' ]
108+ Skeleton : typeof import ( './src/components/ui/skeleton/Skeleton.vue' ) [ 'default' ]
50109 StatementEditor : typeof import ( './src/features/wikibase-schema/components/StatementEditor.vue' ) [ 'default' ]
51110 StatementManager : typeof import ( './src/features/wikibase-schema/components/StatementManager.vue' ) [ 'default' ]
52111 Tab : typeof import ( 'primevue/tab' ) [ 'default' ]
@@ -60,6 +119,10 @@ declare module 'vue' {
60119 TieredMenu : typeof import ( 'primevue/tieredmenu' ) [ 'default' ]
61120 Toast : typeof import ( 'primevue/toast' ) [ 'default' ]
62121 ToggleSwitch : typeof import ( 'primevue/toggleswitch' ) [ 'default' ]
122+ Tooltip : typeof import ( './src/components/ui/tooltip/Tooltip.vue' ) [ 'default' ]
123+ TooltipContent : typeof import ( './src/components/ui/tooltip/TooltipContent.vue' ) [ 'default' ]
124+ TooltipProvider : typeof import ( './src/components/ui/tooltip/TooltipProvider.vue' ) [ 'default' ]
125+ TooltipTrigger : typeof import ( './src/components/ui/tooltip/TooltipTrigger.vue' ) [ 'default' ]
63126 ValidationDisplay : typeof import ( './src/features/wikibase-schema/components/ValidationDisplay.vue' ) [ 'default' ]
64127 ValueMappingEditor : typeof import ( './src/features/wikibase-schema/components/ValueMappingEditor.vue' ) [ 'default' ]
65128 WikibaseSchemaEditor : typeof import ( './src/features/wikibase-schema/components/WikibaseSchemaEditor.vue' ) [ 'default' ]
0 commit comments