-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(entities-shared): JSON/YAML forms [KHCP-9967][KHCP-9968][KHCP-99…
…86] (#1006) * feat(entities-shared): create a KSlideout wrapper around JSON/YAML for forms [KHCP-9892] * refactor(entities-shared): refactor JsonCodeBlock and YamlCodeBlock for reuse across config tables and forms * fix(entities-shared): fix props and refs for JSON/YAML * fix(entities-shared): add styles to slideout * fix(entities-shared): make jsonContent and yamlContent reactive * fix(entities-shared): fix style to match figma * fix(entities-shared): hide behind Milestone2 FF * test(entities-shared): add component tests * fix(entities-shared): update sandbox * fix(entities-shared): hide get api endpoint behind Milestone2 FF * fix(entities-shared): hide behind Milestone2 FF * fix(entities-shared): hide created_at and updated_at from json/yaml config * test(entities-shared): fix component tests * fix(entities-shared): fix jsonOrYaml record * fix(entities-shared): fix config in EntityBaseForm and check in ConfigCardDisplay * fix(entities-shared): strip placeholder id from post request url * fix(entities-shared): fix incorrect slot * test(entities-shared): add new component tests for JsonCodeBlock and YamlCodeBlock * fix(entities-shared): stop slideout close click from propogating * test(entities-shared): add new component tests for JsonCodeBlock and YamlCodeBlock * fix(entities-shared): cleanup * fix(entities-shared): add code comments and types
- Loading branch information
Showing
33 changed files
with
583 additions
and
139 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
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
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
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
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
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
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
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
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.