This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 07, 2021
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
This is rather hard to implement via HTML inline style attributes. So we do it the classic way. Could be reviewed, when that feature is implemented in TipTap: https://github.com/ueberdosis/tiptap/issues/1514.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Based on TipTap which in turn is based on ProseMirror. No further assets are needed.
-
rhenck authored
The editor package is larger than that. So the build fails without the higher limit.
-
rhenck authored
Will be replaced by new editor module. See subsequent commits.
-
jojohoch authored
-
jojohoch authored
* When elements receive the focusin event, their status is changed to `TOUCHED` * Replace `this.form.valueChanges` subscription with `this.unitStateService.unitStateElementCodeChanged` subscription
-
- Oct 06, 2021
-
-
jojohoch authored
* Take over tasks of `UnitStateComponent` * Manage property `unitStateElementCode` * Removing the passing of the property `unitStateElementCode` by the components
-
jojohoch authored
-
jojohoch authored
Console logging is disabled in production mode by overriding the function in `main.ts`
-
- Oct 05, 2021
- Oct 04, 2021
-
-
jojohoch authored
* `UnitState.dataparts` has property `elementCodes` property, which stores status, value and id for FormElement * When building a unit, the stored value is assigned to the element when it is initiated * Removed `UnitState.dataparts.pages` * Removed methods initPages and addStoredValues
-
jojohoch authored
-
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
-
-
jojohoch authored
-