This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 11, 2021
- Nov 10, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also reorder translations a bit.
-
rhenck authored
-
rhenck authored
Options and value were the same thing anyway and the value was updated once anything was changed within that dropList. The player though needs a start value and this way we have one.
-
rhenck authored
Interactions are mutually exclusive (for now). The string values describe which interaction is possible.
-
jojohoch authored
Supplement to commit "Refactor elements to use the model's value"
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
AudioComponent and VideoComponent inherit from MediaPlayerElementComponent to avoid duplicate code
-
jojohoch authored
-
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.
-