diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index 2f6849de..69f980b1 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -40,6 +40,7 @@ declare module 'vue' { FilterByGenre: typeof import('./components/filter/by/Genre.vue')['default'] FilterByLanguage: typeof import('./components/filter/by/Language.vue')['default'] FilterByPublisher: typeof import('./components/filter/by/Publisher.vue')['default'] + FilterByReadStatus: typeof import('./components/filter/by/ReadStatus.vue')['default'] FilterByReleaseYear: typeof import('./components/filter/by/ReleaseYear.vue')['default'] FilterBySeriesStatus: typeof import('./components/filter/by/SeriesStatus.vue')['default'] FilterBySharingLabel: typeof import('./components/filter/by/SharingLabel.vue')['default'] @@ -107,6 +108,7 @@ declare module 'vue' { SeriesMenuBottomSheet: typeof import('./components/series/menu/SeriesMenuBottomSheet.vue')['default'] ServerSettings: typeof import('./components/server/Settings.vue')['default'] SnackQueue: typeof import('./components/SnackQueue.vue')['default'] + TempDrawer: typeof import('./components/TempDrawer.vue')['default'] ThemeSelector: typeof import('./components/ThemeSelector.vue')['default'] UserAuthenticationActivityTable: typeof import('./components/user/AuthenticationActivityTable.vue')['default'] UserDeletionWarning: typeof import('./components/user/DeletionWarning.vue')['default'] diff --git a/next-ui/src/components/LocaleSelector.vue b/next-ui/src/components/LocaleSelector.vue index e3c0b0fc..9716fb43 100644 --- a/next-ui/src/components/LocaleSelector.vue +++ b/next-ui/src/components/LocaleSelector.vue @@ -1,7 +1,7 @@