Mise à jour d'Angular
+ correction sur le filtre des DZs
This commit is contained in:
1247
Front/skydivelogs-app/package-lock.json
generated
1247
Front/skydivelogs-app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,32 +12,32 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^11.2.0",
|
||||
"@angular/cdk": "^11.2.0",
|
||||
"@angular/common": "^11.2.0",
|
||||
"@angular/compiler": "^11.2.0",
|
||||
"@angular/core": "^11.2.0",
|
||||
"@angular/forms": "^11.2.0",
|
||||
"@angular/material": "^11.2.0",
|
||||
"@angular/platform-browser": "^11.2.0",
|
||||
"@angular/platform-browser-dynamic": "^11.2.0",
|
||||
"@angular/router": "^11.2.0",
|
||||
"@angular/animations": "^11.2.7",
|
||||
"@angular/cdk": "^11.2.6",
|
||||
"@angular/common": "^11.2.7",
|
||||
"@angular/compiler": "^11.2.7",
|
||||
"@angular/core": "^11.2.7",
|
||||
"@angular/forms": "^11.2.7",
|
||||
"@angular/material": "^11.2.6",
|
||||
"@angular/platform-browser": "^11.2.7",
|
||||
"@angular/platform-browser-dynamic": "^11.2.7",
|
||||
"@angular/router": "^11.2.7",
|
||||
"bufferutil": "^4.0.3",
|
||||
"core-js": "^2.6.12",
|
||||
"fibers": "^5.0.0",
|
||||
"html-webpack-plugin": "^4.5.1",
|
||||
"node-sass": "^4.14.1",
|
||||
"rxjs": "^6.6.3",
|
||||
"rxjs": "^6.6.7",
|
||||
"rxjs-compat": "^6.6.3",
|
||||
"tslib": "^2.0.0",
|
||||
"utf-8-validate": "^5.0.4",
|
||||
"zone.js": "^0.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.1102.0",
|
||||
"@angular/cli": "^11.2.0",
|
||||
"@angular/compiler-cli": "^11.2.0",
|
||||
"@angular/language-service": "^11.2.0",
|
||||
"@angular-devkit/build-angular": "^0.1102.6",
|
||||
"@angular/cli": "^11.2.6",
|
||||
"@angular/compiler-cli": "^11.2.7",
|
||||
"@angular/language-service": "^11.2.7",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^12.19.12",
|
||||
|
||||
@@ -155,11 +155,7 @@ export class NewJumpComponent implements OnInit {
|
||||
|
||||
public onChangeDz(event: any) {
|
||||
let filterValue: string;
|
||||
// if (event.id !== undefined) {
|
||||
// filterValue = event.name.toLowerCase();
|
||||
// } else {
|
||||
// filterValue = event.toLowerCase();
|
||||
// }
|
||||
|
||||
if (event.id === undefined) {
|
||||
filterValue = event.toLowerCase();
|
||||
|
||||
@@ -180,5 +176,6 @@ export class NewJumpComponent implements OnInit {
|
||||
|
||||
public resetDz() {
|
||||
this.selectedDz = undefined;
|
||||
this.onChangeDz('');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user