Add DropList feature returnToOriginOnReplacement
Allows DropListvalueObjects which have this setting to be replaced in lists which only allow onlyOneItem. When this switch is set, the class sets the other 2 internal values (originListID?: string; originListIndex) itself. Those can not be seen nor changed from outside. Also refactoring in lots of places around droplists. Better names, cleaner structure, comments. #305
Showing
- docs/unit_definition_changelog.txt 4 additions, 0 deletionsdocs/unit_definition_changelog.txt
- projects/common/components/input-elements/drop-list.component.ts 99 additions, 76 deletions...s/common/components/input-elements/drop-list.component.ts
- projects/common/models/elements/element.ts 3 additions, 0 deletionsprojects/common/models/elements/element.ts
- projects/common/models/elements/input-elements/drop-list.ts 15 additions, 1 deletionprojects/common/models/elements/input-elements/drop-list.ts
- projects/editor/src/app/components/dialogs/drop-list-option-edit-dialog.component.ts 6 additions, 2 deletions...ponents/dialogs/drop-list-option-edit-dialog.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/drop-list-properties.component.ts 7 additions, 6 deletions...erties-tab/input-groups/drop-list-properties.component.ts
Loading
Please register or sign in to comment