This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 13, 2021
-
-
jojohoch authored
-
- Oct 08, 2021
- Oct 07, 2021
-
-
rhenck authored
Put the possible element types explicitly.
-
rhenck authored
This was an early draft and unused. Will be reintroduced in a proper form later.
-
rhenck authored
-
rhenck authored
The different tabs are now separate components, which makes them a lot smaller and better to handle.
-
rhenck authored
-
rhenck authored
-
rhenck authored
This replaces the label text with an image, which can be uploaded.
-
jojohoch authored
-
rhenck authored
-
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