This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Apr 22, 2022
-
-
jojohoch authored
Delete keyboard module
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
- add unit-definition-menu module - add verona module and move verona services and verona interfaces to it to make them available in different modules - move the distinction of different page types to app component to make them available for unitDefinitionMenu component
-
- Apr 19, 2022
-
-
jojohoch authored
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Mar 31, 2022
-
-
jojohoch authored
to ensure that a section that is not displayed has no dimensions
-
- Mar 28, 2022
-
-
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 18, 2022
-
-
jojohoch authored
Move KeyInputModule to the modules subfolder Create template file for AppComponent
-
- Mar 17, 2022
- Mar 01, 2022
- Feb 28, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Remove manipulations from elementModel - Refactor drop list component - Use of initial values for audio and video playback time Defining the validators not in the elements anymore, but when creating the forms
-
jojohoch authored
This helps to divide the code of the element container into smaller meaningful units. In addition, each element can be given its own form group.
-
- 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.
-
- Jan 20, 2022
- Dec 13, 2021
-
-
jojohoch authored
- Rename NumbersKeyboardComponent to MathKeyboardComponent - Decrease the number of input properties - Split source code into private methods
-
- Nov 23, 2021
-
-
jojohoch authored
-
- Oct 29, 2021
- Oct 18, 2021
-
-
jojohoch authored
-
- Oct 15, 2021
-
-
jojohoch authored
* Remove general (full) keyboard in layout component * Implement French keyboard component
-
- Oct 14, 2021
-
-
jojohoch authored
to avoid name collision.
-
- Oct 05, 2021
-
-
jojohoch authored
* Implement as draggable overlay * Keyboard can be configured as 'mini' or 'full'
-
- Oct 01, 2021
- Sep 30, 2021
-
-
jojohoch authored
* Delete validation message component * Use instead `mat-error` inside element components to take advantage of `mat-input-field` * Add get validators method to each form element component * Display validation messages via `error-transform` pipe
-
- Sep 29, 2021
-
-
jojohoch authored
* Bugfix for units without always visible page * Bugfix for aspect ratio over 50% * Integration of keyboard
-
- Sep 23, 2021
-
-
jojohoch authored
-
- Sep 21, 2021
-
-
jojohoch authored
-
- Sep 02, 2021
- Aug 18, 2021
-
-
jojohoch authored
* Move two different intersection detections from `scroll-index.directive` and `section.component` to `intersection-detection.directive`
-
- Aug 17, 2021
-
-
jojohoch authored
* Fix bug for small pages * Add functionality for tabbed pages * Use layoutContainer as container for intersection detection * Rename properties and methods
-
- Aug 16, 2021
-
-
jojohoch authored
Move `MatDialogModule` from editor to common Add `AlertDialog` to player
-