lpxxx Angular staff catalog call number browse user/berick/lpxxx-ang-catalog-cn-browse
authorBill Erickson <berickxx@gmail.com>
Mon, 11 Mar 2019 15:37:30 +0000 (11:37 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 11 Mar 2019 16:37:30 +0000 (12:37 -0400)
commitf7127554ee0f6e006f6bf7b7a6ec1a6c243470a5
treeea80e28694ef2c96c25f9569e961e572887532da
parentdcc170680f1847f6edacc788a425651eaff6fafd
lpxxx 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