This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 24, 2023
-
-
rhenck authored
Measure holds the value and a unit for CSS properties.
-
- May 22, 2023
- May 05, 2023
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
- Reformat styles
-
jojohoch authored
-
jojohoch authored
- Reformat styles
-
jojohoch authored
- Reformat styles
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- May 02, 2023
-
-
jojohoch authored
For all other input assistance presets, the status of the backspace key is fixed.
-
- Apr 28, 2023
-
-
jojohoch authored
-
- Jan 19, 2023
-
-
jojohoch authored
- There is a page navigation only for not always visible pages - Fix initialization of the button's action parameter
-
- Jan 09, 2023
-
-
jojohoch authored
-
- Jan 06, 2023
-
-
Richard Henck authored
-
- 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
- Dec 16, 2022
-
-
jojohoch authored
- Add cdk scrolling strategy to keyboard that brings overlays to scrolling
-
- Nov 30, 2022
- 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 25, 2022
-
-
jojohoch authored
-
- Nov 24, 2022
- Nov 21, 2022
-
-
jojohoch authored
- If this property is set, the input of more characters than specified in maxLength is prevented - It also prevents the insertion of text.
-
- Nov 20, 2022
-
-
rhenck authored
-
rhenck authored
- Part of the properties panel for every element (like delete and duplicate) - This allows interacting with elements, generating events and inpect their usage. Usually this is unwanted since it might interfere with dragging the overlay, but sometimes you want to get a feel for the element or check it's contents (GeoGebra for example)
-
- Nov 18, 2022
-
-
rhenck authored
Also set geometry element to always use fixed size, which is all that works anyway.
-
- Nov 10, 2022
-
-
jojohoch authored
This way the value of the selection box is displayed initially - Remove property dropListIDs - Remove mousedown event
-
- Nov 09, 2022
-
-
jojohoch authored
-