]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1852782 Angular MARC enriched editor (first batch)
authorBill Erickson <berickxx@gmail.com>
Thu, 14 Nov 2019 21:54:21 +0000 (16:54 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 21 Feb 2020 16:44:38 +0000 (11:44 -0500)
commit086f54a1e8d56bc7fc8f649b44eddae6dae12e7c
treea13f5f57f1736ddb5c7c4e24e55e7273fca5dc97
parenta3cd173a646097fdd09d3b13ae489fbcca41ba99
LP1852782 Angular MARC enriched editor (first batch)

Main rich MARC editor component.  Includes fixed fields editor, context
menus for value selection, undo/redo, help display, keyboard shortcuts.

Also includes a standalone context menu component.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
28 files changed:
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/common-widgets.module.ts
Open-ILS/src/eg2/src/app/share/context-menu/context-menu-container.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/context-menu/context-menu-container.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/context-menu/context-menu-container.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/context-menu/context-menu.directive.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/context-menu/context-menu.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/context-menu/context-menu.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.ts [new file with mode: 0644]
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.css [new file with mode: 0644]
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.css
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]
Open-ILS/src/eg2/src/app/staff/staff.component.html
Open-ILS/src/eg2/src/styles.css