This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 04, 2021
-
-
rhenck authored
-
rhenck authored
The DOM query is now only done once and nt again everytime the value changes.
-
jojohoch authored
* Rename service to `KeyboardService` * Replace the two fixed rows for upper and lower case letters of the keyboard with a general row array * Rename css classes, variables and methods
-
- Oct 01, 2021
-
-
jojohoch authored
-
jojohoch authored
* Adapts their appearance to mat-form-fields * Fix coloring of background for checkboxes
-
jojohoch authored
-
jojohoch authored
Overridden by some child elements (TextField, CheckBox)
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* After deleting validation component, element component is no longer needed and is deleted * Element overlay takes over the methods of element component
-
- 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
-
jojohoch authored
Accidental closing of the keyboard can happen when the user clicks on the board under the keys
-
jojohoch authored
* Bugfix for units without always visible page * Bugfix for aspect ratio over 50% * Integration of keyboard
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Since the material elements don't give a way of applying the background color, a hack is needed to get the internal elements and apply the style. Directive to be able to do it for text field and text area.
-
- Sep 28, 2021
- Sep 27, 2021
- Sep 26, 2021
-
-
rhenck authored
-
rhenck authored
The duplication is done by creating a new element (UnitUIElement) for each element of the copied object. And then overwriting it with the props of the old one, in addition to assigning a new ID.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Can now be repositioned and moved between sections properly.
-
rhenck authored
-
rhenck authored
- The selection service only needs to handle element selection. For pages and sections having the index is enough. - Those indeces are simple fields instead of observables. This also simplifies the components which don't have to get the value out of the observables. - Therefore the selection service does no longer need to have a direct reference to the unit service and it's unit. - Selection logic is not done by the section components themselves but by the parent canvas component. - The unit service can now manipulate pages and section by index in addition to passing the necessary objects directly.
-
- Sep 25, 2021
-
-
jojohoch authored
* Fix scrollbar bug * Remove using of timeout method * Add Material fonts
-
jojohoch authored
Because the always visible page is now positioned at the first place of the unit definition.
-
jojohoch authored
* Remove unnecessary styles * Refactor case distinctions * Improve styles of some elements
-
jojohoch authored
Refactor styles for elements and element overlays to achieve stretching of dynamic sections when text areas are resized
-
- Sep 24, 2021