LPXXX MARC enriched editor WIP
authorBill Erickson <berickxx@gmail.com>
Thu, 14 Nov 2019 21:54:21 +0000 (16:54 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 6 Dec 2019 15:36:13 +0000 (10:36 -0500)
commit06c9749bc343b70ed858bc2d47958890e68c7835
tree0a9b6c3f4fa389d8a6f61a32152efb59eb4929d1
parentf1f34b259ca4ebc3d797f38770e47a97d2980e26
LPXXX MARC enriched editor WIP

Signed-off-by: Bill Erickson <berickxx@gmail.com>
13 files changed:
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor-context.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-fields-editor.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-fields-editor.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/flat-editor.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/marc-edit.module.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/marcrecord.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html
Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.ts
Open-ILS/src/eg2/src/app/staff/share/marc-edit/tagtable.service.ts [new file with mode: 0644]