-
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.
fix(entities-plugins): plugin form UX phase 2 [KM-61] (#1301)
* fix(entities-plugins): plugin form UX phase 2 * fix(entities-plugins): address feedback * fix(entities-plugins): address feedback 2 * test(entities-plugins): fix tests
- Loading branch information
1 parent
971b6ea
commit 210a0c2
Showing
62 changed files
with
2,157 additions
and
1,180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export type FGCollapsibleOptions = boolean | { | ||
title?: string | ||
description?: string | ||
nestedCollapsible?: { | ||
fields: any[], | ||
triggerLabel: { | ||
expand: string | ||
collapse: string | ||
} | ||
} | ||
} | ||
|
||
export interface FGSlots { | ||
beforeContent?: string | ||
emptyState?: string | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './generator/types' |
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.