-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
464 additions
and
0 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,9 @@ | ||
<div class="pf-c-form__field-group-body{{#if form-field-group-body--modifier}} {{form-field-group-body--modifier}}{{/if}}" | ||
{{#unless form-field-group--IsExpanded}} | ||
hidden | ||
{{/unless}} | ||
{{#if form-field-group-body--attribute}} | ||
{{{form-field-group-body--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/patternfly/components/Form/form-field-group-header-actions.hbs
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,6 @@ | ||
<div class="pf-c-form__field-group-header-actions{{#if form-field-group-header-actions--modifier}} {{form-field-group-header-actions--modifier}}{{/if}}" | ||
{{#if form-field-group-header-actions--attribute}} | ||
{{{form-field-group-header-actions--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/patternfly/components/Form/form-field-group-header-description.hbs
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,6 @@ | ||
<div class="pf-c-form__field-group-header-description{{#if form-field-group-header-description--modifier}} {{form-field-group-header-description--modifier}}{{/if}}" | ||
{{#if form-field-group-header-description--attribute}} | ||
{{{form-field-group-header-description--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/patternfly/components/Form/form-field-group-header-main.hbs
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,6 @@ | ||
<div class="pf-c-form__field-group-header-main{{#if form-field-group-header-main--modifier}} {{form-field-group-header-main--modifier}}{{/if}}" | ||
{{#if form-field-group-header-main--attribute}} | ||
{{{form-field-group-header-main--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
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,6 @@ | ||
<div class="pf-c-form__field-group-header{{#if form-field-group-header--modifier}} {{form-field-group-header--modifier}}{{/if}}" | ||
{{#if form-field-group-header--attribute}} | ||
{{{form-field-group-header--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/patternfly/components/Form/form-field-group-title-text.hbs
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,6 @@ | ||
<div class="pf-c-form__field-group-header-title-text{{#if form-field-group-title-text--modifier}} {{form-field-group-title-text--modifier}}{{/if}}" | ||
{{#if form-field-group-title-text--attribute}} | ||
{{{form-field-group-title-text--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
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,6 @@ | ||
<div class="pf-c-form__field-group-header-title{{#if form-field-group-title--modifier}} {{form-field-group-title--modifier}}{{/if}}" | ||
{{#if form-field-group-title--attribute}} | ||
{{{form-field-group-title--attribute}}} | ||
{{/if}}> | ||
{{>@partial-block}} | ||
</div> |
14 changes: 14 additions & 0 deletions
14
src/patternfly/components/Form/form-field-group-toggle-button.hbs
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,14 @@ | ||
<div class="pf-c-form__field-group-toggle-button{{#if form-field-group-toggle-button--modifier}} {{form-field-group-toggle-button--modifier}}{{/if}}" | ||
{{#if form-field-group-toggle-button--attribute}} | ||
{{{form-field-group-toggle-button--attribute}}} | ||
{{/if}}> | ||
{{#if form-field-group--IsExpanded}} | ||
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'aria-expanded="true" aria-label="Details" id="' form-field-group--id '-toggle" aria-labelledby="' form-field-group--id '-title ' form-field-group--id '-toggle"')}} | ||
{{> form-field-group-toggle-icon}} | ||
{{/button}} | ||
{{else}} | ||
{{#> button button--modifier="pf-m-plain" button--attribute=(concat 'aria-expanded="false" aria-label="Details" id="' form-field-group--id '-toggle" aria-labelledby="' form-field-group--id '-title ' form-field-group--id '-toggle"')}} | ||
{{> form-field-group-toggle-icon}} | ||
{{/button}} | ||
{{/if}} | ||
</div> |
6 changes: 6 additions & 0 deletions
6
src/patternfly/components/Form/form-field-group-toggle-icon.hbs
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,6 @@ | ||
<span class="pf-c-form__field-group-toggle-icon{{#if form-field-group-toggle-icon--modifier}} {{form-field-group-toggle-icon--modifier}}{{/if}}" | ||
{{#if form-field-group-toggle-icon--attribute}} | ||
{{{form-field-group-toggle-icon--attribute}}} | ||
{{/if}}> | ||
<i class="fas fa-angle-right" aria-hidden="true"></i> | ||
</span> |
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,6 @@ | ||
<div class="pf-c-form__field-group-toggle{{#if form-field-group-toggle--modifier}} {{form-field-group-toggle--modifier}}{{/if}}" | ||
{{#if form-field-group-toggle--attribute}} | ||
{{{form-field-group-toggle--attribute}}} | ||
{{/if}}> | ||
{{> form-field-group-toggle-button}} | ||
</div> |
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,6 @@ | ||
<div class="pf-c-form__field-group{{#if form-field-group--IsExpanded}} pf-m-expanded{{/if}}{{#if form-field-group--IsRepeatable}} pf-m-repeatable{{/if}}{{#if form-field-group--modifier}} {{form-field-group--modifier}}{{/if}}" | ||
{{#if form-field-group--attribute}} | ||
{{{form-field-group--attribute}}} | ||
{{/if}}> | ||
{{> @partial-block}} | ||
</div> |
Oops, something went wrong.