diff --git a/appinfo/info.xml b/appinfo/info.xml index 64eacc2f..791d7b87 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -50,7 +50,7 @@ Vrij en open source onder de EUPL-licentie. **Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl. Voor een Service Level Agreement (SLA), neem contact op via sales@conduction.nl. ]]> - 0.1.148-unstable.20260830155811 + 0.1.151-unstable.20260831114910 EUPL-1.2 Conduction Stackiq diff --git a/composer.json b/composer.json index 679e61ab..9e45b751 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,8 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "8.3" + "php": "8.3", + "ext-xsl": "1" } } } diff --git a/eslint-suppressions.json b/eslint-suppressions.json index 855f5d7d..ebf283eb 100644 --- a/eslint-suppressions.json +++ b/eslint-suppressions.json @@ -4,6 +4,11 @@ "count": 2 } }, + "src/components/CatalogPanels.vue": { + "no-console": { + "count": 10 + } + }, "src/components/CollapsibleSection.vue": { "vue/slot-name-casing": { "count": 1 @@ -431,17 +436,6 @@ "count": 2 } }, - "src/views/Dashboard.vue": { - "@typescript-eslint/no-unused-vars": { - "count": 1 - }, - "no-console": { - "count": 10 - }, - "vue/multi-word-component-names": { - "count": 1 - } - }, "src/views/KwetsbaarhedenView.vue": { "@typescript-eslint/no-unused-vars": { "count": 1 @@ -542,4 +536,4 @@ "count": 1 } } -} \ No newline at end of file +} diff --git a/openapi.json b/openapi.json index bc84307e..1f78b8f8 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "stackiq", - "version": "0.1.148-unstable.20260830155811", + "version": "0.1.151-unstable.20260831114910", "description": "Stackiq", "license": { "name": "agpl" diff --git a/package-lock.json b/package-lock.json index 5a6a86d2..29471790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2198,9 +2198,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.27.0.tgz", - "integrity": "sha512-64IS6VrAp4c+Hr9AAS9/z6AzznmaPfbO4GrZtmOX57dLCpJORkn5M/wSKpAC6ZG+gUHTJeXDUiabut9bV0kRnQ==", + "version": "2.27.2", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.27.2.tgz", + "integrity": "sha512-FhDF3FvM+ee0Jx7z70Lki7o7Mm4DeX/GsOqHo33hOcdylzXR63UXLRbxKMedodEiIqgOFUAI6GTox735iyL8Dw==", "license": "EUPL-1.2", "dependencies": { "@ckpack/vue-color": "^1.6.0", diff --git a/src/views/Dashboard.vue b/src/components/CatalogPanels.vue similarity index 71% rename from src/views/Dashboard.vue rename to src/components/CatalogPanels.vue index 92e98de3..3b8c0095 100644 --- a/src/views/Dashboard.vue +++ b/src/components/CatalogPanels.vue @@ -1,153 +1,128 @@