LP1819498 Angular staff catalog call number browse
authorBill Erickson <berickxx@gmail.com>
Mon, 11 Mar 2019 15:37:30 +0000 (11:37 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 2 Apr 2019 21:02:44 +0000 (17:02 -0400)
commitd297d51a3289184b607a3180aeb8ff216115aef6
treece4dc0ef16340a95a726cc28fd4c32917abc70ca
parentfc2e21615f77c9f13ea45c75747d8561705f6efd
LP1819498 Angular staff catalog call number browse

Implements call number browse as a vertical paged set, similiar to the
browse UI and search results.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
20 files changed:
Open-ILS/src/eg2/src/app/share/accesskey/accesskey.service.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog-url.service.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.html
Open-ILS/src/eg2/src/app/staff/catalog/browse.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/routing.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.ts