This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Feb 16, 2022
- Feb 14, 2022
-
-
jojohoch authored
-
- Feb 11, 2022
-
-
jojohoch authored
The previous solution, which uses a top position of 50%, did not work on iPad
-
- Feb 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Feb 08, 2022
- Feb 07, 2022
-
-
rhenck authored
Better solution without an extra variable.
-
- Feb 02, 2022
- Jan 31, 2022
- Jan 28, 2022
- Jan 25, 2022
-
-
jojohoch authored
ImportModuleVersion stores the unitDefinitionType of the loaded unit definition. During the initialization of the unit, the individual elements can react to the stored value.
-
- Jan 24, 2022
- Jan 22, 2022
- Jan 21, 2022
- Jan 20, 2022
-
-
rhenck authored
Only the overlay can be clicked. This way the statre of the elements can not be changed which might be confused for actual value changes. Those can still only be done via properties panel. Unfortunately we need another variable so the cloze elements knows when it runs in the editor or not.
-
rhenck authored
This way the placeholder is exactly as big as the font size. There is no space for a padding here, as the normal dropList has.
-
rhenck authored
-
rhenck authored
Frames are supposed to be used to group other elements and therefore usually needs to be behind them.
-
jojohoch authored
-
jojohoch authored
- Remove element as parameter
-
- Jan 19, 2022
-
-
rhenck authored
Compound elements are now supposed to use overlays for their child elements. This overlay makes selecting child components (by clicking on them) and marking them as selected (done by the selection service) possible. The SelectionService no longer needs special logic to handle compound children selection, as they now also have an overlay with the same interface as normal (canvas) elements. A few modifications in connected directives are necessary. The now handle children components in a proper array instead of QueryList. Likert elements do not have clickable children yet and work a little differently. This should probably be unitized in the future.
-