This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 31, 2022
-
-
rhenck authored
The material dialog functionality used, adding the mat-dialog-title directive the toolbar.
-
- Mar 30, 2022
- Mar 29, 2022
- Mar 28, 2022
-
-
rhenck authored
-
rhenck authored
For some reason the 'host' selector does not work properly. Switching back to using the component selector.
-
rhenck authored
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- Mar 25, 2022
-
-
rhenck authored
Don't use the page maxWidth when it is not set.
-
rhenck authored
-
rhenck authored
This makes newly created elements appear next to each other instead of on top.
-
rhenck authored
It is enough to set the row and column values. Spans are now only changed from the props panel.
-
rhenck authored
This had to many implementation problems and is not really an important feature. Removing the corresponding stylings also improves the visual layout - elements can now grow freely and the section resized with them.
-
rhenck authored
This is now done only via the cdkDropListGroup directive which collects child drop lists. There is actually no need to connect them manually.
-
- Mar 23, 2022
- Mar 18, 2022
-
-
jojohoch authored
Move KeyInputModule to the modules subfolder Create template file for AppComponent
-
- Mar 17, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Rename properties and events for keypads
-
jojohoch authored
-
jojohoch authored
Rename KeyboardComponent to KeypadComponent Rename KeyboardService to KeypadService Split LayoutComponent into LayoutPlayerComponent and LayoutPagesComponent Prepare the introduction of an additional keyboard
-
- Mar 15, 2022
-
- Mar 14, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
gridColumnStart: number; gridColumnEnd: number; gridRowStart: number; gridRowEnd: number; becomes gridColumn: number; gridColumnRange: number; gridRow: number; gridRowRange: number;
-
jojohoch authored
Replace custom pointer events with native pointer events
-