This commit is contained in:
Bastian Wagner
2026-08-03 14:49:35 +02:00
parent 71d76725a4
commit b21641f37a
24 changed files with 1009 additions and 136 deletions

View File

@@ -17,6 +17,7 @@
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@angular/service-worker": "^21.2.0",
"ag-grid-angular": "^36.0.2",
"chart.js": "^4.5.1",
"qrcode": "^1.5.4",
"rxjs": "~7.8.0",
@@ -4236,6 +4237,42 @@
"node": ">= 0.6"
}
},
"node_modules/ag-charts-types": {
"version": "14.0.2",
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-14.0.2.tgz",
"integrity": "sha512-F7ZG0g8Y+iKhJi50AfZRwEyUM/TBsNyh2IoXB0JaDN97lnbemIK8GE5kF1eBtXtN4mcC+lPXK9oZUeVXwO9EWA==",
"license": "MIT"
},
"node_modules/ag-grid-angular": {
"version": "36.0.2",
"resolved": "https://registry.npmjs.org/ag-grid-angular/-/ag-grid-angular-36.0.2.tgz",
"integrity": "sha512-qBEvOmkcmioJTLZOozoJMYFMSu0/+I6fmeYJ7xrzxv3X88Vr/MoytdiR1j9GbLuhG8tusePfNiwuDnAJxEzbBw==",
"license": "MIT",
"dependencies": {
"ag-grid-community": "36.0.2",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": ">= 20.0.0",
"@angular/core": ">= 20.0.0"
}
},
"node_modules/ag-grid-community": {
"version": "36.0.2",
"resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-36.0.2.tgz",
"integrity": "sha512-TINZfuFvMY2nc3JfQHiUWT7dNIxI89ZxS5XkXIPi/rYICoNupRqpaM41KVzGPPfSkM0AwhuzTFxAiF08zEkV1Q==",
"license": "MIT",
"dependencies": {
"ag-charts-types": "14.0.2",
"ag-stack": "36.0.2"
}
},
"node_modules/ag-stack": {
"version": "36.0.2",
"resolved": "https://registry.npmjs.org/ag-stack/-/ag-stack-36.0.2.tgz",
"integrity": "sha512-YuhQExQw5YsWK0wxrksRyYBAqOU0v08lJH5uxRsKx+49ko5vkDgnJuhX4yF995BBVdLY1LKlXukLEub+olKyuA==",
"license": "MIT"
},
"node_modules/agent-base": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",