This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 10, 2021
-
-
rhenck authored
This change mainly helps the editor. The idea is to make the element components have the correct value of their model and don't rely on the formcontrol value. The formcontrol can be hard to manipulate, especially in compound elements. Setting the model value is way easier. The formcontrols are kept and should not interfere.
-
rhenck authored
- Add background to dragged element via cdkDragPreview - Add placeholder box for dropping via cdkDragPlaceholder - Add animations for transitions when dragging and dropping
-
rhenck authored
-
jojohoch authored
Since the options of the DropListComponent are now managed as values, the DropListComponent can be treated as a standard FormElementComponent
-
jojohoch authored
-
- Nov 09, 2021
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Although the DropListElement is a FormElement, its value is represented by the field options. Therefore, this state must be saved.
-
rhenck authored
-
rhenck authored
The drop listener simply does nothing when this is set. This way it is still possbiel to drag item but dropping them has no effect.
-
rhenck authored
Does no longer change the options instead of the connectedTo array. I reworked some logic that before only changed the options to now be able to handle any kind of string list.
-
jojohoch authored
-
jojohoch authored
Improve detection of valid pages, sections and elements
-
- Nov 08, 2021
-
-
rhenck authored
-
rhenck authored
It needs row and column to work. (It is using flex in the background.)
-
rhenck authored
-
rhenck authored
Use 'horizontal' and 'vertical'. Which are better terms and also align with other element's values.
-
rhenck authored
Also improve conditional border style. The additional dragPreview is needed so the dragged item does not have the border.
-
rhenck authored
The width/height of 90% are a preliminary workaround to not produce overflow with the border. A better solution would be good.
-
rhenck authored
-
rhenck authored
In the UI. Internally it is still likert.
-
rhenck authored
The player-element dialog options did not show the field, even when it has a value. Now it properly checks of the existing config has this set.
-
rhenck authored
This element has a list of string as editable options. Those strings form draggable elements which may be reordered or moved between different DropList elements. Also refactor option change logic to allow any property not just the text property.
-
rhenck authored
This includes a fix in the dispacker, which no more tries (and fails) to replace variable names.
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
-
rhenck authored
It logically belongs there since it is no compound element and also needs to be near the other radio group.
-
rhenck authored
-
jojohoch authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now correctly shows a dropdown instead of a text area.
-
rhenck authored
This works similarly to the standard radio group, but has a fixed horizontal layout with images above the options.
-
rhenck authored
When selecting the preset value, sometimes the string is empty and it is not possible to differentiate the options. Therefore an index is added making it possible to reliably select a value.
-
jojohoch authored
Use the status of each element
-
jojohoch authored
-