This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Apr 21, 2023
-
-
jojohoch authored
- Replace UpdateTextareaPipe with DynamicRowsDirective The dynamic height of the textarea is calculated based on the available width. However, accessing the width of the textarea often results in an error. For this reason, the calculation is now done using resize and change events in conjunction with a timeout to wait for the textarea to render.
-
- Apr 20, 2023
-
-
jojohoch authored
- Use scss extension fpr styles file
-
- Jan 16, 2023
-
-
jojohoch authored
- Add spans with 'nbsp;' to images to be able to align drop lists of cloze elements with images to the baseline.
-
- Jan 11, 2023
-
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
- This prevents the cursor to be set to the upper left corner of the preview image
-
jojohoch authored
-
rhenck authored
- Allow put back - check if to replace item can be moved elsewhere. this is only possible if it is not in it's origin.
-
rhenck authored
-
jojohoch authored
-
- Jan 10, 2023
- Jan 09, 2023
-
-
Richard Henck authored
Hold the replaced item while doing the actual transfer and add it to it's origin afterward. This way it can not be transfered after being moved back.
-
Richard Henck authored
-
jojohoch authored
- list-item is styled as placeholder - placeholder has no dimensions If the placeholder or the item is hidden the other one leaves the list when dragged
-
- Jan 06, 2023
-
-
Richard Henck authored
-
Richard Henck authored
Floating items can be aligned vertically and horizontally at the same time, but Material-DnD can't sort in both directions at the same time, therefore disable in this case.
-
Richard Henck authored
For Droplists this needs to be done when multiple items are allowed. For ToggleButtons it needs to be set when vertical orientation is used. It is then centered without caring about text alignment. With multiple item it would not be possible to align all of them anyway.
-
jojohoch authored
- Use placeholder with invisible character to set the baseline for the empty drop list.
-
- Jan 05, 2023
- Jan 04, 2023
-
-
Richard Henck authored
- allowReplacement (moved from element to list prop) - originList and Index are non-optional (means placeholders have to be used sometimes) - Re-introduced the dict of all DropListComponents. This is the only way I have found to get a reference to a DropListComponent by ID. This is needed for returning to origin. Origin is not actually part of the transaction and needs to be fetched from somewhere else. Hence the dict. - Console statements still present for debugging.
-
- Jan 03, 2023
-
-
rhenck authored
The native browser-drag-and-drop does not work in tablets. Therefore back to Material which works. Features are moved over with the exception of replacing items. - Copy-Lists now always allow putting items back. - Renew example files - Update versions and notes
-
rhenck authored
-
rhenck authored
-
jojohoch authored
- Add pipe to decide which list to use
-
jojohoch authored
- Add pipe to decide which list to use
-
rhenck authored
-
- Jan 02, 2023
- Dec 23, 2022
- Dec 22, 2022
- Dec 21, 2022
-
-
jojohoch authored
#409
-
- Dec 20, 2022
-
-
jojohoch authored
-