-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow add subitems in toolbox (#5745)
* work for #5737 Allow to add sub items in toolbox similar to text and rating * work for #5737 Allow to add sub items in toolbox similar to text and rating * work for #5737 fix Add new question functionality * work for #5737 fix Convert question functionality * work for #5737 update api * work for #5737 update selector * work for #5737 fix itemComponent * work for #5737 update toolboxList * work for #5737 add unit tests * #5737 - fixed dots item popup component params * #5735 - fix classes * #5680 showSubItems should work in dropdowns Fixes #5680 * #5737 - fixed subitems selection * #5737 - add unit tests * #5737 - fixed fail while conversion to matrix dropdown * #5737 - fix type conversion * Describe the new API * #5737 - fixed conversion inside one type --------- Co-authored-by: OlgaLarina <[email protected]> Co-authored-by: Aleksey Novikov <[email protected]> Co-authored-by: Aleksey Novikov <[email protected]> Co-authored-by: RomanTsukanov <[email protected]>
- Loading branch information
1 parent
31b0125
commit 46d0e18
Showing
21 changed files
with
558 additions
and
97 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
packages/survey-creator-angular/src/toolbox/toolbox-list.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,8 +1,7 @@ | ||
<ng-template #template> | ||
<div [class]="model.cssClasses.root"> | ||
<ng-container *ngFor="let item of model.renderedActions"> | ||
<svc-toolbox-tool [item]="item" [creator]="toolbox.creator" [parentModel]="model" | ||
[isCompact]="false"></svc-toolbox-tool> | ||
<svc-toolbox-tool [item]="item" [creator]="creator" [parentModel]="model" [isCompact]="false"></svc-toolbox-tool> | ||
</ng-container> | ||
</div> | ||
</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
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.