[Explore & Library | explore-redesign]: First update for direct linking according to redesign.

1. claimContextSearchForm.component.ts & claimProjectSearchForm.component.ts & claimResultSearchForm.component.ts: Added "@Input() public centerAlign: boolean = false".
2. claimContextSearchForm.component.html & claimProjectSearchForm.component.html & claimResultSearchForm.component.html: align search form to the center if centerAlign is true (in direct linking).
3. linkingGeneric.component.ts:
   a. Scroll to top smoothly when changing step.
   b. Added method "getEntityName()" to resolve entity name from entity type.
4. linkingGeneric.component.html: Redesign in direct linking:
   a. Hidden stepper.
   b. Title before search form
   c. Back button instead of breadcrumb.
   d. Search form aligned to the center.
   e. In basket, no tabs, but source on top of link source to.
   f. Button to Step 3 renamed to "Summarise".
5. HelperFunctions.class.ts: In methods "scroll()" and "scrollTo()" added parameter "smooth: boolean = false" for smooth scroll.
6. tsconfig.json: Commented "angularCompilerOptions": { "strictTemplates": true}.
This commit is contained in:
Konstantina Galouni 2023-02-15 23:56:16 +02:00
parent c1bb343097
commit d4b9d4954e
4 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 5c9470a959a08a12ff34e032b0d6f06e359d21e7 Subproject commit 38a8802d7e2f3c09255fb84cd1a96bc28b9c69cc

@ -1 +1 @@
Subproject commit eb70ad415dab13916591c15fb510a1a5dafdd6dd Subproject commit 07894ca9181ece40f0602ee6661b6b2cb0c958a3

@ -1 +1 @@
Subproject commit 3b10e32e0df3103a23b36d58b2c6656396b18428 Subproject commit c488799c31fce637f6865de49b9bd800375247b7

View File

@ -19,7 +19,7 @@
"dom" "dom"
] ]
}, },
"angularCompilerOptions": { // "angularCompilerOptions": {
"strictTemplates": true // "strictTemplates": true
} // }
} }