From 843554f03ee27cda1a5ae32140b53c4a5149a763 Mon Sep 17 00:00:00 2001 From: John Simons Date: Thu, 8 Feb 2024 15:39:09 +1000 Subject: [PATCH 1/7] More vue converted to TypeScript --- .../vue/src/components/BusyIndicator.vue | 2 +- .../vue/src/components/ConfirmDialog.vue | 14 ++--- .../vue/src/components/DashboardItem.vue | 12 ++-- .../vue/src/components/DataView.vue | 62 +++++++------------ .../vue/src/components/EventItemShort.vue | 9 +-- .../vue/src/components/EventLogItem.vue | 34 +++++----- .../vue/src/components/ExclamationMark.vue | 17 +++-- .../vue/src/components/ItemsPerPage.vue | 19 +++--- .../vue/src/components/LicenseExpired.vue | 2 +- .../vue/src/components/NoData.vue | 10 +-- .../vue/src/components/PageFooter.vue | 6 +- .../vue/src/components/PageHeader.vue | 9 +-- .../vue/src/components/PaginationStrip.vue | 40 ++++++------ .../components/ServiceControlNotAvailable.vue | 2 +- .../vue/src/components/ToastPopup.vue | 24 +++---- .../vue/src/composables/LicenseStatus.ts | 5 ++ .../vue/src/composables/serviceLicense.ts | 10 +-- .../vue/src/composables/toast.ts | 2 +- .../vue/src/resources/EventLogItem.ts | 9 ++- .../vue/src/views/DashboardView.vue | 14 ++--- .../vue/src/views/EventsView.vue | 17 ++--- 21 files changed, 163 insertions(+), 156 deletions(-) create mode 100644 src/ServicePulse.Host/vue/src/composables/LicenseStatus.ts diff --git a/src/ServicePulse.Host/vue/src/components/BusyIndicator.vue b/src/ServicePulse.Host/vue/src/components/BusyIndicator.vue index edd77df854..ff80337874 100644 --- a/src/ServicePulse.Host/vue/src/components/BusyIndicator.vue +++ b/src/ServicePulse.Host/vue/src/components/BusyIndicator.vue @@ -1,4 +1,4 @@ - +