This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 19, 2021
-
-
rhenck authored
This allows to use them in template bindings. Used in compound elements.
-
- Nov 18, 2021
-
-
rhenck authored
- List items only have a margin between then but no longer on the outside. - Remove unused background color. This is set dynamically in the template.
-
- Nov 12, 2021
-
-
rhenck authored
This shows a outline on potential dropLists when dragging an item.
-
- Nov 10, 2021
-
-
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.
-
jojohoch authored
-
rhenck authored
- Add background to dragged element via cdkDragPreview - Add placeholder box for dropping via cdkDragPlaceholder - Add animations for transitions when dragging and dropping
-
jojohoch authored
-
- Nov 09, 2021
- Nov 08, 2021
-
-
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
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.
-