Afform - Refactor elements as components & move to their own files
authorColeman Watts <coleman@civicrm.org>
Fri, 8 Jan 2021 19:24:54 +0000 (14:24 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 11 Jan 2021 14:49:06 +0000 (09:49 -0500)
commitab3c1d83f0a5a3b92cbec4d0ee296e51b9629bd4
tree7d5bfc29e80cd963097113f70ece8806163da048
parentb844d2ca6f053dd5e73d2586fc344c73545bcb99
Afform - Refactor elements as components & move to their own files
21 files changed:
ext/afform/admin/ang/afGuiEditor.ang.php
ext/afform/admin/ang/afGuiEditor.css
ext/afform/admin/ang/afGuiEditor.js
ext/afform/admin/ang/afGuiEditor/afGuiEditorCanvas.html
ext/afform/admin/ang/afGuiEditor/container.html [deleted file]
ext/afform/admin/ang/afGuiEditor/elements/afGuiButton-menu.html [moved from ext/afform/admin/ang/afGuiEditor/button-menu.html with 80% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiButton.component.js [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiButton.html [moved from ext/afform/admin/ang/afGuiEditor/button.html with 72% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer-menu.html [moved from ext/afform/admin/ang/afGuiEditor/container-menu.html with 60% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.component.js [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiField-menu.html [moved from ext/afform/admin/ang/afGuiEditor/field-menu.html with 78% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiField.component.js [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiField.html [moved from ext/afform/admin/ang/afGuiEditor/field.html with 85% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiMarkup-menu.html [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiMarkup.component.js [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiMarkup.html [moved from ext/afform/admin/ang/afGuiEditor/markup.html with 86% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiText-menu.html [moved from ext/afform/admin/ang/afGuiEditor/text-menu.html with 91% similarity]
ext/afform/admin/ang/afGuiEditor/elements/afGuiText.component.js [new file with mode: 0644]
ext/afform/admin/ang/afGuiEditor/elements/afGuiText.html [moved from ext/afform/admin/ang/afGuiEditor/text.html with 62% similarity]
ext/afform/admin/ang/afGuiEditor/markup-menu.html [deleted file]