LP1835982 More grid cell print generators
authorBill Erickson <berickxx@gmail.com>
Fri, 9 Aug 2019 15:52:05 +0000 (11:52 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 19 Nov 2019 16:29:30 +0000 (11:29 -0500)
commitc77fb4bc5fd940efa2b5645a6cc38ce16de3821b
treed72a983acafecb5adcd1966fbebcad72bc3b5935
parent5c8360d8ccf656b1e225b4c81ca2bc8aaba91de2
LP1835982 More grid cell print generators

Adds additional print content generators for Angular grid cells which
are rendered via cell templates.

* Vandelay match set list grid
* Vandelay queue contents grid
* Vandelay queued record matches grid
* Catalog holds grid.

Also adds a warning to the grid component when an attempt is made to
print a templated cell which has no print content generator.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid-print.component.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue.component.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.ts
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts