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>
Fri, 9 Aug 2019 15:52:17 +0000 (11:52 -0400)
commit08b830a59b2f70a19ee8eafe7a6eb75ad820273c
treea01d488aceff293203f3b360a8e89505c323311f
parentf96f740d31d1d730d9ee3dc9e399a2ccbbbb41be
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