diff --git a/projects/common-map/package.json b/projects/common-map/package.json index a767d92..65d7fdb 100644 --- a/projects/common-map/package.json +++ b/projects/common-map/package.json @@ -8,7 +8,7 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "18.2.3", + "@angular/core": "19.2.18", "ngrx-store-localstorage": "^18.0.0", "@ngrx/effects": "^18.0.2", "@ngrx/router-store": "^18.0.2", diff --git a/projects/common-map/src/fm-map/components/map-search/map-search.component.scss b/projects/common-map/src/fm-map/components/map-search/map-search.component.scss index 7eb4114..f57656a 100644 --- a/projects/common-map/src/fm-map/components/map-search/map-search.component.scss +++ b/projects/common-map/src/fm-map/components/map-search/map-search.component.scss @@ -14,7 +14,7 @@ div.map-search { } .disabled { - color:lighten(#000000,80%); + color:adjust(#000000,80%); } :host ::ng-deep ngb-typeahead-window.dropdown-menu { diff --git a/projects/common-map3d/package.json b/projects/common-map3d/package.json index 41d5b82..925e4db 100644 --- a/projects/common-map3d/package.json +++ b/projects/common-map3d/package.json @@ -8,8 +8,8 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": "18.2.3", - "@angular/core": "18.2.3", + "@angular/common": "19.2.18", + "@angular/core": "19.2.18", "cesium": "^1.97.0", "ol-cesium": ">=2.13.0" } diff --git a/projects/common/package.json b/projects/common/package.json index 8bfa106..fcaa83b 100644 --- a/projects/common/package.json +++ b/projects/common/package.json @@ -6,9 +6,9 @@ }, "peerDependencies": { "@ng-bootstrap/ng-bootstrap": "^17.0.1", - "@angular/common": "18.2.3", - "@angular/core": "18.2.3", - "@angular/forms": "18.2.3", + "@angular/common": "19.2.18", + "@angular/core": "19.2.18", + "@angular/forms": "19.2.18", "@ngrx/effects": "^18.0.2", "@ngrx/router-store": "^18.0.2", "@ngrx/store": "^18.0.2", diff --git a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss index 76b5c87..142ee8c 100644 --- a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss +++ b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.scss @@ -45,7 +45,7 @@ div.card-header span.fa { .upload-file .progress-container .progress-bar { display: block; - background-color: color("green"); + background-color: green; width: 0%; height: 100%; } @@ -84,7 +84,7 @@ div.card-header span.fa { } .upload-file.done > div > span.fa-check { - color: color("green"); + color: green; width: 20px; display: inline-block; vertical-align: middle; diff --git a/projects/ng-openlayers/package.json b/projects/ng-openlayers/package.json index 1ddb241..9139eaf 100644 --- a/projects/ng-openlayers/package.json +++ b/projects/ng-openlayers/package.json @@ -31,8 +31,8 @@ "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "18.2.3", - "@angular/core": "18.2.3", + "@angular/common": "19.2.18", + "@angular/core": "19.2.18", "ol": "^8.2.0" } }