mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
* WIP vue3 * WIP vue3 * WIP vue3 * Migrates to vitejs * Fixes js tests and removes not needed modules * Fixes unmount * Updates to use css instead for space * Fixes tests and rebases one more time * Uses orgua * Fixes migrations bugs with oruga and fixes scroll * Fixes v-deep * Fixes icons to prod * Fixes icons to prod * Adds favicon back * Transitions some to composition api * Updates another component to comp api * Cleans defineProps * Updates log messages * Moves more to compose api * Cleans up styles and rewrites event source * Tries to fix DOMPurify * Removes postcss * WIP typescript * Improves importing * Converts all to ts * Converts main to ts * Makes changes for tsconfig * Moves more to ts * Adds typing to store * More typing * Updates to ts * Updates the rest to ts * Fixes computes * Fixes unmount * Adds cypress with custom base fixed * Fixes jest tests * Fixes golang tests * Adds gitignore for cypress * Removes int in favor of e2e with cypress * Tries to fix int tests again * Adds title * Updates e2e tests * Uses vue for isMobile * Removes app spec * Cleans up docker * Adds drop down for settings * Fixes bug with restart * Fixes scroll up bug * Adds tests for light mode
37 lines
2.2 KiB
TypeScript
37 lines
2.2 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
CarbonCaretDown: typeof import('~icons/carbon/caret-down')['default']
|
|
CilColumns: typeof import('~icons/cil/columns')['default']
|
|
ContainerStat: typeof import('./components/ContainerStat.vue')['default']
|
|
ContainerTitle: typeof import('./components/ContainerTitle.vue')['default']
|
|
FuzzySearchModal: typeof import('./components/FuzzySearchModal.vue')['default']
|
|
InfiniteLoader: typeof import('./components/InfiniteLoader.vue')['default']
|
|
LogActionsToolbar: typeof import('./components/LogActionsToolbar.vue')['default']
|
|
LogContainer: typeof import('./components/LogContainer.vue')['default']
|
|
LogEventSource: typeof import('./components/LogEventSource.vue')['default']
|
|
LogViewer: typeof import('./components/LogViewer.vue')['default']
|
|
LogViewerWithSource: typeof import('./components/LogViewerWithSource.vue')['default']
|
|
MdiLightChevronDoubleDown: typeof import('~icons/mdi-light/chevron-double-down')['default']
|
|
MdiLightChevronLeft: typeof import('~icons/mdi-light/chevron-left')['default']
|
|
MdiLightChevronRight: typeof import('~icons/mdi-light/chevron-right')['default']
|
|
MdiLightCog: typeof import('~icons/mdi-light/cog')['default']
|
|
MdiLightMagnify: typeof import('~icons/mdi-light/magnify')['default']
|
|
MobileMenu: typeof import('./components/MobileMenu.vue')['default']
|
|
OcticonContainer24: typeof import('~icons/octicon/container24')['default']
|
|
OcticonDownload24: typeof import('~icons/octicon/download24')['default']
|
|
OcticonTrash24: typeof import('~icons/octicon/trash24')['default']
|
|
PastTime: typeof import('./components/PastTime.vue')['default']
|
|
RelativeTime: typeof import('./components/RelativeTime.vue')['default']
|
|
ScrollableView: typeof import('./components/ScrollableView.vue')['default']
|
|
ScrollProgress: typeof import('./components/ScrollProgress.vue')['default']
|
|
Search: typeof import('./components/Search.vue')['default']
|
|
SideMenu: typeof import('./components/SideMenu.vue')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|