MCPcopy
hub / github.com/SPlayer-Dev/SPlayer / GlobalComponents

Interface GlobalComponents

components.d.ts:13–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11/* prettier-ignore */
12declare module 'vue' {
13 export interface GlobalComponents {
14 ABLoop: typeof import('./src/components/Modal/ABLoop.vue')['default']
15 AboutSetting: typeof import('./src/components/Setting/AboutSetting.vue')['default']
16 AMLLServer: typeof import('./src/components/Modal/Setting/AMLLServer.vue')['default']
17 AMLyric: typeof import('./src/components/Player/PlayerLyric/AMLyric.vue')['default']
18 ArtistList: typeof import('./src/components/List/ArtistList.vue')['default']
19 AutoClose: typeof import('./src/components/Modal/AutoClose.vue')['default']
20 BackgroundRender: typeof import('./src/components/AMLL/BackgroundRender.vue')['default']
21 BatchList: typeof import('./src/components/Modal/BatchList.vue')['default']
22 CacheSizeLimit: typeof import('./src/components/Setting/components/CacheSizeLimit.vue')['default']
23 ChangeRate: typeof import('./src/components/Modal/ChangeRate.vue')['default']
24 CloudMatch: typeof import('./src/components/Modal/CloudMatch.vue')['default']
25 CommentList: typeof import('./src/components/List/CommentList.vue')['default']
26 ContextMenuManager: typeof import('./src/components/Modal/Setting/ContextMenuManager.vue')['default']
27 CopyLyrics: typeof import('./src/components/Modal/CopyLyrics.vue')['default']
28 CopySongInfo: typeof import('./src/components/Modal/CopySongInfo.vue')['default']
29 CoverList: typeof import('./src/components/List/CoverList.vue')['default']
30 CoverManager: typeof import('./src/components/Modal/Setting/CoverManager.vue')['default']
31 CoverMenu: typeof import('./src/components/Menu/CoverMenu.vue')['default']
32 CreatePlaylist: typeof import('./src/components/Modal/CreatePlaylist.vue')['default']
33 CustomCode: typeof import('./src/components/Modal/Setting/CustomCode.vue')['default']
34 DefaultLyric: typeof import('./src/components/Player/PlayerLyric/DefaultLyric.vue')['default']
35 DownloadModal: typeof import('./src/components/Modal/DownloadModal.vue')['default']
36 Equalizer: typeof import('./src/components/Modal/Equalizer.vue')['default']
37 ExcludeComment: typeof import('./src/components/Modal/Setting/ExcludeComment.vue')['default']
38 ExcludeLyrics: typeof import('./src/components/Modal/Setting/ExcludeLyrics.vue')['default']
39 FontManager: typeof import('./src/components/Modal/Setting/FontManager.vue')['default']
40 FullPlayer: typeof import('./src/components/Player/FullPlayer.vue')['default']
41 FullPlayerMobile: typeof import('./src/components/Player/FullPlayerMobile.vue')['default']
42 FullscreenPlayerManager: typeof import('./src/components/Modal/Setting/FullscreenPlayerManager.vue')['default']
43 HomePageSectionManager: typeof import('./src/components/Modal/Setting/HomePageSectionManager.vue')['default']
44 JumpArtist: typeof import('./src/components/Modal/JumpArtist.vue')['default']
45 ListComment: typeof import('./src/components/List/ListComment.vue')['default']
46 ListDetail: typeof import('./src/components/List/ListDetail.vue')['default']
47 LocalLyricDirectories: typeof import('./src/components/Setting/components/LocalLyricDirectories.vue')['default']
48 LocalMusicDirectory: typeof import('./src/components/Modal/Setting/LocalMusicDirectory.vue')['default']
49 Login: typeof import('./src/components/Modal/Login/Login.vue')['default']
50 LoginCookie: typeof import('./src/components/Modal/Login/LoginCookie.vue')['default']
51 LoginPhone: typeof import('./src/components/Modal/Login/LoginPhone.vue')['default']
52 LoginQRCode: typeof import('./src/components/Modal/Login/LoginQRCode.vue')['default']
53 LoginUID: typeof import('./src/components/Modal/Login/LoginUID.vue')['default']
54 Logo: typeof import('./src/components/Layout/Logo.vue')['default']
55 LyricPlayer: typeof import('./src/components/AMLL/LyricPlayer.vue')['default']
56 LyricPreview: typeof import('./src/components/Setting/components/LyricPreview.vue')['default']
57 MainPlayer: typeof import('./src/components/Player/MainPlayer.vue')['default']
58 MainSetting: typeof import('./src/components/Setting/MainSetting.vue')['default']
59 Menu: typeof import('./src/components/Layout/Menu.vue')['default']
60 MobileSongMenu: typeof import('./src/components/Menu/MobileSongMenu.vue')['default']
61 NA: typeof import('naive-ui')['NA']
62 NAlert: typeof import('naive-ui')['NAlert']
63 Nav: typeof import('./src/components/Layout/Nav.vue')['default']
64 NAvatar: typeof import('naive-ui')['NAvatar']
65 NBackTop: typeof import('naive-ui')['NBackTop']
66 NBadge: typeof import('naive-ui')['NBadge']
67 NButton: typeof import('naive-ui')['NButton']
68 NCard: typeof import('naive-ui')['NCard']
69 NCheckbox: typeof import('naive-ui')['NCheckbox']
70 NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected