Afform - convert afEntity and afField to components, standardize js filenames
authorColeman Watts <coleman@civicrm.org>
Thu, 14 Jan 2021 18:39:22 +0000 (13:39 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 19 Jan 2021 17:23:28 +0000 (12:23 -0500)
commit7f9236da98ac79d9d41f74ccb990b4b60499a164
tree5534644bf11f2ec081028e55245833f3e839d941
parent1a0ba8a6f9a268f21a9babb533c1bb8abb169f70
Afform - convert afEntity and afField to components, standardize js filenames
18 files changed:
ext/afform/core/ang/af/Entity.js [deleted file]
ext/afform/core/ang/af/Field.js [deleted file]
ext/afform/core/ang/af/afEntity.component.js [new file with mode: 0644]
ext/afform/core/ang/af/afField.component.js [new file with mode: 0644]
ext/afform/core/ang/af/afField.html
ext/afform/core/ang/af/afFieldset.directive.js [moved from ext/afform/core/ang/af/Fieldset.js with 100% similarity]
ext/afform/core/ang/af/afJoin.directive.js [moved from ext/afform/core/ang/af/Join.js with 100% similarity]
ext/afform/core/ang/af/afRepeat.directive.js [moved from ext/afform/core/ang/af/Repeat.js with 96% similarity]
ext/afform/core/ang/af/afRepeat.html
ext/afform/core/ang/af/fields/ChainSelect.html
ext/afform/core/ang/af/fields/CheckBox.html
ext/afform/core/ang/af/fields/Date.html
ext/afform/core/ang/af/fields/Number.html
ext/afform/core/ang/af/fields/Radio.html
ext/afform/core/ang/af/fields/RichTextEditor.html
ext/afform/core/ang/af/fields/Select.html
ext/afform/core/ang/af/fields/Text.html
ext/afform/core/ang/af/fields/TextArea.html