-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds abilty to use '*' in layout array (#8)
* feat(layout): layout from schema Adds the ability to generate layout nodes from the json schema definition. Use of the * key allows for all remaining schema dataPointers to be represented in the form. Type information is also pulled over from the schema when not given by the user. * test: adds additional test cases * chore: update compodoc version Updates the version of compodoc plugin in order to resolve bug with mark down parsing * refactor: adds missing dependency * docs: Adds some docs for layout First cut at drafting some docs for current schema and layout functionality * fix: corrects issue with * layouts Removes pointers to type object from the pointer map so as not to be included when using * layout * docs: adds test example
- Loading branch information
Showing
20 changed files
with
736 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.