From c3d521320aa7e7bc8306da6aafb87c517120fe01 Mon Sep 17 00:00:00 2001 From: volar Date: Fri, 15 Dec 2023 20:42:44 +0100 Subject: [PATCH] update to latest common admin --- package.json | 6 +-- src/components/system/CurrentUserDropdown.vue | 6 +-- src/composables/system/appInitialize.ts | 15 ++++--- .../system/appNotificationListeners.ts | 6 +-- src/composables/system/currentExtSystem.ts | 19 +++++---- src/composables/system/currentUser.ts | 39 ------------------- src/main.ts | 6 +-- src/router/checkAbility.ts | 7 ++-- src/services/api/coreDam/userApi.ts | 9 ++--- src/types/coreDam/CurrentUser.ts | 23 +---------- .../coreDam/asset/components/ImagePreview.vue | 11 +++++- .../AssetToolbarExtSystemLicenceDialog.vue | 14 +++---- yarn.lock | 30 +++++++------- 13 files changed, 69 insertions(+), 122 deletions(-) diff --git a/package.json b/package.json index 35d9e125..7129b28e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts" }, "dependencies": { - "@anzusystems/common-admin": "1.40.0-alpha17", + "@anzusystems/common-admin": "1.40.0-alpha19", "@mdi/font": "7.3.67", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", @@ -43,7 +43,7 @@ "devDependencies": { "@cypress/grep": "^4.0.1", "@intlify/unplugin-vue-i18n": "^1.6.0", - "@rushstack/eslint-patch": "^1.6.0", + "@rushstack/eslint-patch": "^1.6.1", "@types/node": "^20.10.4", "@types/rusha": "^0.8.3", "@types/sortablejs": "^1.15.7", @@ -68,7 +68,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard-scss": "^12.0.0", "typescript": "^4.9.5", - "vite": "^5.0.9", + "vite": "^5.0.10", "vite-plugin-vuetify": "^2.0.1", "vue-tsc": "1.8.25" } diff --git a/src/components/system/CurrentUserDropdown.vue b/src/components/system/CurrentUserDropdown.vue index a93f5841..b51d67f6 100644 --- a/src/components/system/CurrentUserDropdown.vue +++ b/src/components/system/CurrentUserDropdown.vue @@ -1,14 +1,14 @@