This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 29, 2021
- Oct 28, 2021
-
-
jojohoch authored
* Remove FormService Injection * Move FormService and form types to player * Move interface ValueChangeElement to uI-element.ts * Use interface InputElementValue instead of string | number | boolean | null
-
- Oct 27, 2021
- Oct 26, 2021
-
-
jojohoch authored
* Add `InputElementValue` as type when needed
-
- Oct 22, 2021
-
-
rhenck authored
Should at least be in util folder. And since it is imilar functionality to the unit factory it is placed within.
-
- Oct 21, 2021
- Oct 19, 2021
- Oct 18, 2021
- Oct 15, 2021
- Oct 14, 2021
- Oct 13, 2021
- Oct 07, 2021
-
-
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.
-
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