Upgrade primeng to 20.0.1 (#903)

* build(npm): add missed packages

* build(npm): upgrade primeng to 20.0.1

* feat(ui): upgrade ui to support 20 primeng

https://primeng.org/migration/v19#compatible

* fix(ui): p-input value max requires value

* refactor(ui): remove unused component imports

* build(npm): allow common js dependencies

* style(ui): fix some warnings

* fix(ui): replace chips with autoComplete

---------

Co-authored-by: Aditya Chandel <8075870+adityachandelgit@users.noreply.github.com>
This commit is contained in:
Alexander Puzynia
2025-08-14 11:10:45 -07:00
committed by GitHub
parent 77e02ac7f9
commit 60f8442514
20 changed files with 2348 additions and 546 deletions

View File

@@ -21,10 +21,11 @@
"@angular/platform-browser-dynamic": "^20.1.6",
"@angular/router": "^20.1.6",
"@iharbeck/ngx-virtual-scroller": "^19.0.1",
"@primeng/themes": "^19.1.4",
"@primeng/themes": "^20.0.1",
"@stomp/rx-stomp": "^2.0.1",
"@stomp/stompjs": "^7.1.1",
"@tailwindcss/postcss": "^4.1.8",
"@tweenjs/tween.js": "^25.0.0",
"angular-oauth2-oidc": "^20.0.0",
"epubjs": "^0.3.93",
"jwt-decode": "^4.0.0",
@@ -32,7 +33,7 @@
"ngx-extended-pdf-viewer": "^23.3.1",
"ngx-infinite-scroll": "^20.0.0",
"primeicons": "^7.0.0",
"primeng": "19.1.4",
"primeng": "^20.0.1",
"quill": "^2.0.3",
"rxjs": "^7.8.2",
"showdown": "^2.1.0",