diff --git a/assets/components.d.ts b/assets/components.d.ts index 52be8d8d..57e37cb6 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -5,6 +5,8 @@ import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { + CarbonCaretDown: typeof import('~icons/carbon/caret-down')['default'] + CilColumns: typeof import('~icons/cil/columns')['default'] CilFindInPage: typeof import('~icons/cil/find-in-page')['default'] ContainerStat: typeof import('./components/ContainerStat.vue')['default'] ContainerTitle: typeof import('./components/ContainerTitle.vue')['default'] @@ -17,7 +19,15 @@ declare module '@vue/runtime-core' { LogViewer: typeof import('./components/LogViewer.vue')['default'] LogViewerWithSource: typeof import('./components/LogViewerWithSource.vue')['default'] MdiDotsVertical: typeof import('~icons/mdi/dots-vertical')['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'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/assets/components/LogViewer.vue b/assets/components/LogViewer.vue index 9c5b06ad..7d72bdb5 100644 --- a/assets/components/LogViewer.vue +++ b/assets/components/LogViewer.vue @@ -1,5 +1,5 @@