This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jun 14, 2022
-
-
jojohoch authored
- Implement hasSchemerData in UIElement - Fix nullable field for some elements
-
jojohoch authored
# Conflicts: # projects/common/models/elements/input-elements/checkbox.ts # projects/common/models/elements/input-elements/drop-list.ts # projects/common/models/elements/input-elements/dropdown.ts # projects/common/models/elements/input-elements/radio-button-group.ts # projects/common/models/elements/input-elements/slider.ts # projects/common/models/elements/text/text.ts # projects/editor/src/app/services/unit.service.ts
-
- Jun 10, 2022
- Jun 09, 2022
-
-
rhenck authored
Turns out the space within the template code are doing this. #270
-
rhenck authored
More german quoting characters. #209
-
rhenck authored
-
rhenck authored
There was at least one bug, where entering a number could create a list with wrong styles. This is the easy fix by disabling all that, instead of fixing it, which might bo out of our jurisdiction anyway. #226
-
rhenck authored
-
rhenck authored
Better icons and reordered elements. #267
-
rhenck authored
Italics indicate that this is not a proper text.
-
rhenck authored
- Missing type inforamtion as constructor parameter - Also the new ID generation mechanism uses the type of the element to request an ID from the the IDManager. Here was a mismatch, where the type is 'likert-row', but the IDManager only knew 'likert_row'. This is now files all IDs use hyphens instead of underscores.
-
rhenck authored
-
- Jun 08, 2022
-
-
rhenck authored
-
- Jun 07, 2022
-
-
jojohoch authored
-
- Jun 03, 2022
-
-
jojohoch authored
-
rhenck authored
-
rhenck authored
This is needed in on drop logic to set the new value.
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
The dragged image did contain carry information about it's element. Also remove useless drag and drop functionality for the placeholder.
-
rhenck authored
Remove 'any's be adding proper types and using 'never'.
-
rhenck authored
-
- Jun 02, 2022
- Jun 01, 2022
-
-
rhenck authored
-
rhenck authored
Page needs to be a partial as it is only the blueprint.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now properly finds all normal and simple drop lists. This is achieved by a new method of unit all it's sub-components, which returns all contained elements with and optional type filter. Also improve (still not very pretty) styling of the drop list props panel. #260 #259
-
rhenck authored
#264
-
rhenck authored
-
rhenck authored
There were some cases where elements could end up without an ID. Also just in case an error is thrown when no ID is present.
-