From 976ea5e4eddbf4ad1e0e6100878ca38b1c0ae847 Mon Sep 17 00:00:00 2001 From: venbainfotech Date: Fri, 8 Jul 2022 17:27:23 +0530 Subject: [PATCH] flyhi advance filter and sales link issue --- .../flyhi-advance-filter/custom-calendar.html | 18 ++++ .../flyhi-advance-filter.component.html | 39 ++++---- .../flyhi-advance-filter.component.ts | 96 +++++++++++++++++-- .../sales-pd-list/sales-pd.component.ts | 22 ++++- ng6-seed/src/app/sales-pd/sales-pd.module.ts | 6 +- .../app/session/login/login-component.html | 11 ++- .../app/session/login/login-component.scss | 4 + .../src/app/session/login/login.component.ts | 2 + 8 files changed, 166 insertions(+), 32 deletions(-) create mode 100644 ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/custom-calendar.html diff --git a/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/custom-calendar.html b/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/custom-calendar.html new file mode 100644 index 0000000..3da8739 --- /dev/null +++ b/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/custom-calendar.html @@ -0,0 +1,18 @@ +
+ + + {{monthLabel}} + + + + {{yearLabel}} + +
\ No newline at end of file diff --git a/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/flyhi-advance-filter.component.html b/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/flyhi-advance-filter.component.html index 1b1df36..bca5b9f 100644 --- a/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/flyhi-advance-filter.component.html +++ b/ng6-seed/src/app/fly-hi/fly-hi-list/flyhi-advance-filter/flyhi-advance-filter.component.html @@ -36,6 +36,11 @@ +
+ + + +
-
- +
+ + + + + + +
- + + + + + +
-
- - - -
+
- - - - - + + +
Forgot password?
diff --git a/ng6-seed/src/app/session/login/login-component.scss b/ng6-seed/src/app/session/login/login-component.scss index 0829347..a39ca2c 100755 --- a/ng6-seed/src/app/session/login/login-component.scss +++ b/ng6-seed/src/app/session/login/login-component.scss @@ -38,4 +38,8 @@ .bottom-sec,.mat-green{ color:white !important; font-weight: 700; +} +.passwordIcon{ + font-size: larger !important; + color: #f34325 !important; } \ No newline at end of file diff --git a/ng6-seed/src/app/session/login/login.component.ts b/ng6-seed/src/app/session/login/login.component.ts index b8650cd..572f3a3 100755 --- a/ng6-seed/src/app/session/login/login.component.ts +++ b/ng6-seed/src/app/session/login/login.component.ts @@ -45,12 +45,14 @@ export class LoginComponent implements OnInit{ }; commonDetails: any; dialogRef: MatDialogRef; + hide: boolean; constructor( private router: Router, public aws: AwsService, public dialog: MatDialog, public shared:CognitoService,private dashBoardService:DashboardService , private loaderService:LoaderService) { } ngOnInit(){ + this.hide = true; this.loggedInCheck(); }