-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * Revert "work for the surveyjs/private-tasks#386" This reverts commit 6c1da5f. * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386 * work for the surveyjs/private-tasks#386
- Loading branch information
1 parent
e057a58
commit ad3ce7e
Showing
293 changed files
with
1,236 additions
and
527 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
2 changes: 2 additions & 0 deletions
2
packages/survey-angular-ui/src/components/element-title/element-title.component.html
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<ng-template #template> | ||
<sv-ng-dynamic-head [tagName]="element.titleTagName" [element]="element" *ngIf="element.hasTitle"> | ||
<svg *ngIf="!element.isExpanded && element.getCssTitleExpandableSvg()" [iconName]="'icon-expand-16x16'" [partCss]="element.getCssTitleExpandableSvg()" [size]="'16'" sv-ng-svg-icon></svg> | ||
<svg *ngIf="element.isExpanded && element.getCssTitleExpandableSvg()" [iconName]="'icon-collapse-16x16'" [partCss]="element.getCssTitleExpandableSvg()" [size]="'16'" sv-ng-svg-icon></svg> | ||
<sv-ng-element-title-actions [element]="element"></sv-ng-element-title-actions> | ||
</sv-ng-dynamic-head> | ||
</ng-template> |
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.