|
6 | 6 | export {} |
7 | 7 |
|
8 | 8 | /* prettier-ignore */ |
9 | | -declare module 'vue' { |
10 | | - export interface GlobalComponents { |
11 | | - AudioIndicator: typeof import('./src/components/AudioIndicator.vue')['default'] |
12 | | - AudioSettingsTab: typeof import('./src/components/settings/AudioSettingsTab.vue')['default'] |
13 | | - BackgroundSettingsTab: typeof import('./src/components/settings/BackgroundSettingsTab.vue')['default'] |
14 | | - ChatNotification: typeof import('./src/components/ChatNotification.vue')['default'] |
15 | | - ChatNotificationQueue: typeof import('./src/components/ChatNotificationQueue.vue')['default'] |
16 | | - ChatPanel: typeof import('./src/components/ChatPanel.vue')['default'] |
17 | | - ClickToCopyField: typeof import('./src/components/ClickToCopyField.vue')['default'] |
18 | | - DeviceSettingsTab: typeof import('./src/components/settings/DeviceSettingsTab.vue')['default'] |
19 | | - EmojiPicker: typeof import('./src/components/EmojiPicker.vue')['default'] |
20 | | - FloatingControls: typeof import('./src/components/FloatingControls.vue')['default'] |
21 | | - FloatingReactions: typeof import('./src/components/FloatingReactions.vue')['default'] |
22 | | - GroupTile: typeof import('./src/components/GroupTile.vue')['default'] |
23 | | - JoinRequestNotifications: typeof import('./src/components/JoinRequestNotifications.vue')['default'] |
24 | | - KickParticipantDialog: typeof import('./src/components/KickParticipantDialog.vue')['default'] |
25 | | - LobbyOverlay: typeof import('./src/components/LobbyOverlay.vue')['default'] |
26 | | - LucideAlertCircle: typeof import('~icons/lucide/alert-circle')['default'] |
27 | | - LucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default'] |
28 | | - LucideCheck: typeof import('~icons/lucide/check')['default'] |
29 | | - LucideCircleUserRound: typeof import('~icons/lucide/circle-user-round')['default'] |
30 | | - LucideClock: typeof import('~icons/lucide/clock')['default'] |
31 | | - LucideHand: typeof import('~icons/lucide/hand')['default'] |
32 | | - LucideHome: typeof import('~icons/lucide/home')['default'] |
33 | | - LucideLoader: typeof import('~icons/lucide/loader')['default'] |
34 | | - LucideMessageSquare: typeof import('~icons/lucide/message-square')['default'] |
35 | | - LucideMessageSquareDot: typeof import('~icons/lucide/message-square-dot')['default'] |
36 | | - LucideMessageSquareOff: typeof import('~icons/lucide/message-square-off')['default'] |
37 | | - LucideMic: typeof import('~icons/lucide/mic')['default'] |
38 | | - LucideMicOff: typeof import('~icons/lucide/mic-off')['default'] |
39 | | - LucideMonitorPause: typeof import('~icons/lucide/monitor-pause')['default'] |
40 | | - LucideMonitorUp: typeof import('~icons/lucide/monitor-up')['default'] |
41 | | - LucideMoreHorizontal: typeof import('~icons/lucide/more-horizontal')['default'] |
42 | | - LucideMoreVertical: typeof import('~icons/lucide/more-vertical')['default'] |
43 | | - LucidePhoneOff: typeof import('~icons/lucide/phone-off')['default'] |
44 | | - LucidePlay: typeof import("~icons/lucide/play")["default"] |
45 | | - LucidePlayCircle: typeof import("~icons/lucide/play-circle")["default"] |
46 | | - LucidePlus: typeof import('~icons/lucide/plus')['default'] |
47 | | - LucideSearch: typeof import('~icons/lucide/search')['default'] |
48 | | - LucideSettings: typeof import('~icons/lucide/settings')['default'] |
49 | | - LucideSmile: typeof import('~icons/lucide/smile')['default'] |
50 | | - LucideUserCheck: typeof import("~icons/lucide/user-check")["default"] |
51 | | - LucideUserMinus: typeof import("~icons/lucide/user-minus")["default"] |
52 | | - LucideUserPlus: typeof import("~icons/lucide/user-plus")["default"] |
53 | | - LucideUsers: typeof import('~icons/lucide/users')['default'] |
54 | | - LucideVideo: typeof import('~icons/lucide/video')['default'] |
55 | | - LucideVideoOff: typeof import('~icons/lucide/video-off')['default'] |
56 | | - LucideWifiOff: typeof import('~icons/lucide/wifi-off')['default'] |
57 | | - LucideX: typeof import('~icons/lucide/x')['default'] |
58 | | - LucideXCircle: typeof import('~icons/lucide/x-circle')['default'] |
59 | | - MeetingAccessSettingsTab: typeof import('./src/components/settings/MeetingAccessSettingsTab.vue')['default'] |
60 | | - MeetingAvatar: typeof import('./src/components/MeetingAvatar.vue')['default'] |
61 | | - MeetingInfoDialog: typeof import('./src/components/MeetingInfoDialog.vue')['default'] |
62 | | - MeetingPreview: typeof import('./src/components/MeetingPreview.vue')['default'] |
63 | | - NamePill: typeof import('./src/components/NamePill.vue')['default'] |
64 | | - NotificationSettingsTab: typeof import('./src/components/settings/NotificationSettingsTab.vue')['default'] |
65 | | - ParticipantAvatarGroup: typeof import('./src/components/ParticipantAvatarGroup.vue')['default'] |
66 | | - ParticipantTile: typeof import('./src/components/ParticipantTile.vue')['default'] |
67 | | - PeoplePanel: typeof import('./src/components/PeoplePanel.vue')['default'] |
68 | | - PeopleParticipantTile: typeof import('./src/components/PeopleParticipantTile.vue')['default'] |
69 | | - PeopleWaitingSection: typeof import('./src/components/PeopleWaitingSection.vue')['default'] |
70 | | - ReactionPicker: typeof import('./src/components/ReactionPicker.vue')['default'] |
71 | | - RejectionOverlay: typeof import('./src/components/RejectionOverlay.vue')['default'] |
72 | | - RouterLink: typeof import('vue-router')['RouterLink'] |
73 | | - RouterView: typeof import('vue-router')['RouterView'] |
74 | | - ScreenShareLayout: typeof import('./src/components/ScreenShareLayout.vue')['default'] |
75 | | - ScreenShareSidebar: typeof import('./src/components/ScreenShareSidebar.vue')['default'] |
76 | | - ScreenShareSidebarParticipantTile: typeof import('./src/components/ScreenShareSidebarParticipantTile.vue')['default'] |
77 | | - SettingsDialog: typeof import('./src/components/settings/SettingsDialog.vue')['default'] |
78 | | - SettingsLayoutBase: typeof import('./src/components/settings/SettingsLayoutBase.vue')['default'] |
79 | | - SFUDashboard: typeof import('./src/components/SFUDashboard.vue')['default'] |
80 | | - VideoGrid: typeof import('./src/components/VideoGrid.vue')['default'] |
81 | | - VideoPreview: typeof import('./src/components/VideoPreview.vue')['default'] |
82 | | - } |
| 9 | +declare module "vue" { |
| 10 | + export interface GlobalComponents { |
| 11 | + AudioIndicator: typeof import( |
| 12 | + "./src/components/AudioIndicator.vue", |
| 13 | + )["default"]; |
| 14 | + AudioSettingsTab: typeof import( |
| 15 | + "./src/components/settings/AudioSettingsTab.vue", |
| 16 | + )["default"]; |
| 17 | + BackgroundSettingsTab: typeof import( |
| 18 | + "./src/components/settings/BackgroundSettingsTab.vue", |
| 19 | + )["default"]; |
| 20 | + ChatNotification: typeof import( |
| 21 | + "./src/components/ChatNotification.vue", |
| 22 | + )["default"]; |
| 23 | + ChatNotificationQueue: typeof import( |
| 24 | + "./src/components/ChatNotificationQueue.vue", |
| 25 | + )["default"]; |
| 26 | + ChatPanel: typeof import("./src/components/ChatPanel.vue")["default"]; |
| 27 | + ClickToCopyField: typeof import( |
| 28 | + "./src/components/ClickToCopyField.vue", |
| 29 | + )["default"]; |
| 30 | + DeviceSettingsTab: typeof import( |
| 31 | + "./src/components/settings/DeviceSettingsTab.vue", |
| 32 | + )["default"]; |
| 33 | + EmojiPicker: typeof import("./src/components/EmojiPicker.vue")["default"]; |
| 34 | + FloatingReactions: typeof import( |
| 35 | + "./src/components/FloatingReactions.vue", |
| 36 | + )["default"]; |
| 37 | + GroupTile: typeof import("./src/components/GroupTile.vue")["default"]; |
| 38 | + JoinRequestNotifications: typeof import( |
| 39 | + "./src/components/JoinRequestNotifications.vue", |
| 40 | + )["default"]; |
| 41 | + KickParticipantDialog: typeof import( |
| 42 | + "./src/components/KickParticipantDialog.vue", |
| 43 | + )["default"]; |
| 44 | + LayoutSettingsTab: typeof import( |
| 45 | + "./src/components/settings/LayoutSettingsTab.vue", |
| 46 | + )["default"]; |
| 47 | + LobbyOverlay: typeof import("./src/components/LobbyOverlay.vue")["default"]; |
| 48 | + LucideAlertCircle: typeof import("~icons/lucide/alert-circle")["default"]; |
| 49 | + LucideAlertTriangle: typeof import( |
| 50 | + "~icons/lucide/alert-triangle", |
| 51 | + )["default"]; |
| 52 | + LucideCheck: typeof import("~icons/lucide/check")["default"]; |
| 53 | + LucideCircleUserRound: typeof import( |
| 54 | + "~icons/lucide/circle-user-round", |
| 55 | + )["default"]; |
| 56 | + LucideClock: typeof import("~icons/lucide/clock")["default"]; |
| 57 | + LucideHand: typeof import("~icons/lucide/hand")["default"]; |
| 58 | + LucideHome: typeof import("~icons/lucide/home")["default"]; |
| 59 | + LucideLoader: typeof import("~icons/lucide/loader")["default"]; |
| 60 | + LucideMessageSquare: typeof import( |
| 61 | + "~icons/lucide/message-square", |
| 62 | + )["default"]; |
| 63 | + LucideMessageSquareDot: typeof import( |
| 64 | + "~icons/lucide/message-square-dot", |
| 65 | + )["default"]; |
| 66 | + LucideMessageSquareOff: typeof import( |
| 67 | + "~icons/lucide/message-square-off", |
| 68 | + )["default"]; |
| 69 | + LucideMic: typeof import("~icons/lucide/mic")["default"]; |
| 70 | + LucideMicOff: typeof import("~icons/lucide/mic-off")["default"]; |
| 71 | + LucideMonitorPause: typeof import("~icons/lucide/monitor-pause")["default"]; |
| 72 | + LucideMonitorUp: typeof import("~icons/lucide/monitor-up")["default"]; |
| 73 | + LucideMoreHorizontal: typeof import( |
| 74 | + "~icons/lucide/more-horizontal", |
| 75 | + )["default"]; |
| 76 | + LucideMoreVertical: typeof import("~icons/lucide/more-vertical")["default"]; |
| 77 | + LucidePhoneOff: typeof import("~icons/lucide/phone-off")["default"]; |
| 78 | + LucidePlay: typeof import("~icons/lucide/play")["default"]; |
| 79 | + LucidePlayCircle: typeof import("~icons/lucide/play-circle")["default"]; |
| 80 | + LucidePlus: typeof import("~icons/lucide/plus")["default"]; |
| 81 | + LucideSearch: typeof import("~icons/lucide/search")["default"]; |
| 82 | + LucideSettings: typeof import("~icons/lucide/settings")["default"]; |
| 83 | + LucideSmile: typeof import("~icons/lucide/smile")["default"]; |
| 84 | + LucideUserCheck: typeof import("~icons/lucide/user-check")["default"]; |
| 85 | + LucideUserMinus: typeof import("~icons/lucide/user-minus")["default"]; |
| 86 | + LucideUserPlus: typeof import("~icons/lucide/user-plus")["default"]; |
| 87 | + LucideUsers: typeof import("~icons/lucide/users")["default"]; |
| 88 | + LucideVideo: typeof import("~icons/lucide/video")["default"]; |
| 89 | + LucideVideoOff: typeof import("~icons/lucide/video-off")["default"]; |
| 90 | + LucideX: typeof import("~icons/lucide/x")["default"]; |
| 91 | + LucideXCircle: typeof import("~icons/lucide/x-circle")["default"]; |
| 92 | + MeetingAccessSettingsTab: typeof import( |
| 93 | + "./src/components/settings/MeetingAccessSettingsTab.vue", |
| 94 | + )["default"]; |
| 95 | + MeetingAvatar: typeof import( |
| 96 | + "./src/components/MeetingAvatar.vue", |
| 97 | + )["default"]; |
| 98 | + MeetingInfoDialog: typeof import( |
| 99 | + "./src/components/MeetingInfoDialog.vue", |
| 100 | + )["default"]; |
| 101 | + MeetingPreview: typeof import( |
| 102 | + "./src/components/MeetingPreview.vue", |
| 103 | + )["default"]; |
| 104 | + MeetingToolbar: typeof import( |
| 105 | + "./src/components/MeetingToolbar.vue", |
| 106 | + )["default"]; |
| 107 | + NamePill: typeof import("./src/components/NamePill.vue")["default"]; |
| 108 | + NotificationSettingsTab: typeof import( |
| 109 | + "./src/components/settings/NotificationSettingsTab.vue", |
| 110 | + )["default"]; |
| 111 | + ParticipantAvatarGroup: typeof import( |
| 112 | + "./src/components/ParticipantAvatarGroup.vue", |
| 113 | + )["default"]; |
| 114 | + ParticipantTile: typeof import( |
| 115 | + "./src/components/ParticipantTile.vue", |
| 116 | + )["default"]; |
| 117 | + PeoplePanel: typeof import("./src/components/PeoplePanel.vue")["default"]; |
| 118 | + PeopleParticipantTile: typeof import( |
| 119 | + "./src/components/PeopleParticipantTile.vue", |
| 120 | + )["default"]; |
| 121 | + PeopleWaitingSection: typeof import( |
| 122 | + "./src/components/PeopleWaitingSection.vue", |
| 123 | + )["default"]; |
| 124 | + PreviewToolbar: typeof import( |
| 125 | + "./src/components/PreviewToolbar.vue", |
| 126 | + )["default"]; |
| 127 | + ReactionPicker: typeof import( |
| 128 | + "./src/components/ReactionPicker.vue", |
| 129 | + )["default"]; |
| 130 | + RejectionOverlay: typeof import( |
| 131 | + "./src/components/RejectionOverlay.vue", |
| 132 | + )["default"]; |
| 133 | + RouterLink: typeof import("vue-router")["RouterLink"]; |
| 134 | + RouterView: typeof import("vue-router")["RouterView"]; |
| 135 | + ScreenShareLayout: typeof import( |
| 136 | + "./src/components/ScreenShareLayout.vue", |
| 137 | + )["default"]; |
| 138 | + ScreenShareSidebar: typeof import( |
| 139 | + "./src/components/ScreenShareSidebar.vue", |
| 140 | + )["default"]; |
| 141 | + ScreenShareSidebarParticipantTile: typeof import( |
| 142 | + "./src/components/ScreenShareSidebarParticipantTile.vue", |
| 143 | + )["default"]; |
| 144 | + SettingsDialog: typeof import( |
| 145 | + "./src/components/settings/SettingsDialog.vue", |
| 146 | + )["default"]; |
| 147 | + SettingsLayoutBase: typeof import( |
| 148 | + "./src/components/settings/SettingsLayoutBase.vue", |
| 149 | + )["default"]; |
| 150 | + SFUDashboard: typeof import("./src/components/SFUDashboard.vue")["default"]; |
| 151 | + Spinner: typeof import("./src/components/Spinner.vue")["default"]; |
| 152 | + VideoGrid: typeof import("./src/components/VideoGrid.vue")["default"]; |
| 153 | + VideoPreview: typeof import("./src/components/VideoPreview.vue")["default"]; |
| 154 | + } |
83 | 155 | } |
0 commit comments