This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jan 09, 2023
-
-
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.
-
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 19, 2022
-
-
jojohoch authored
-
- Dec 16, 2022
-
-
jojohoch authored
Drop lists that allow only one element but are not used in cloze texts display their elements right-aligned
-
- Dec 12, 2022
-
-
jojohoch authored
-
- Dec 02, 2022
- Dec 01, 2022
-
-
rhenck authored
Rules for when drop is allowed have been fixed. It is quite complicated and therefore a lot of explanatory comments are added. - improved translation - add example file
-
- Nov 29, 2022
-
-
rhenck authored
Allows DropListvalueObjects which have this setting to be replaced in lists which only allow onlyOneItem. When this switch is set, the class sets the other 2 internal values (originListID?: string; originListIndex) itself. Those can not be seen nor changed from outside. Also refactoring in lots of places around droplists. Better names, cleaner structure, comments. #305
-
- Nov 28, 2022
-
-
rhenck authored
Lists with this setting delete dropped value objects. This allows putting items back. (Only makes sense when used with copyOnDrop. Otherwise there can not be duplicate value IDs). Also improve constructor value checks to correctly handle nullish booleans. #281
-
- Nov 21, 2022
-
-
rhenck authored
-
- Nov 20, 2022
-
-
rhenck authored
#309
-
- Nov 09, 2022
- Nov 08, 2022
- Nov 07, 2022
-
-
rhenck authored
- Replace Material Droplist with native HTML events - Remove simple-drop-list element; Cloze elements now use the normal DropList element - Add example units
-
- Oct 18, 2022
-
-
jojohoch authored
- overflow of lists is now hidden to prevent dropable elements from being displayed outside the container - placeholders are hidden with flex orientation
-