refactor the search form into a separate component
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 17 Jan 2020 22:47:42 +0000 (17:47 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 17 Jan 2020 22:47:42 +0000 (17:47 -0500)
commit57d3c055ec6213a760354bfd02ec91f6c54321ae
treebea02647883aeae55d4be6ec52ff4ca6d0a593d0
parentc4a5489274bb1cf2f9efa4bd659f65cf1bee2879
refactor the search form into a separate component

This enables including the form *in* the tab and simplifies
initializing the form during a tab change.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
13 files changed:
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.component.ts
Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.module.ts
Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/lineitem-results.component.ts
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.ts
Open-ILS/src/eg2/src/app/staff/acq/search/purchase-order-results.component.html
Open-ILS/src/eg2/src/app/staff/acq/search/purchase-order-results.component.ts