This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 22, 2021
-
-
jojohoch authored
-
- Oct 15, 2021
-
-
jojohoch authored
Add styles for bar and buttons
-
- Oct 14, 2021
-
-
jojohoch authored
to avoid name collision.
-
- Oct 13, 2021
- Oct 07, 2021
-
-
rhenck authored
This was an early draft and unused. Will be reintroduced in a proper form later.
-
- 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
-
-
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 21, 2021
-
-
jojohoch authored
-
- Aug 31, 2021
-
-
jojohoch authored
The urls must be declared as trusted to be accepted by the application.
-
- Aug 16, 2021
- Jul 29, 2021
-
-
jojohoch authored
more information about [ngx-translate](https://github.com/ngx-translate/core)
-
- Jul 23, 2021
-
-
rhenck authored
-
- Jul 20, 2021
- Jul 19, 2021
-
-
rhenck authored
- Service is used by the editor exclusively so definition in local app.module. - Edit dialogs triggered via double click on drag overlay - Unit Service now defines a default edit dialog for elements. For now label or text if available.
-
- Jul 14, 2021
-
-
rhenck authored
Since this does not label anything but instead is meant for (longer) texts.
-
- Jul 09, 2021
-
-
jojohoch authored
* Introduce `FormService` to provide communication between element components and form * Add `ngModelChange` and `formControl` to some element components. This functionality is not used by the editor
-
- Jul 07, 2021
-
-
rhenck authored
This defines the elements priority when stacking elements on the canvas. Directly maps to the CSS property. Also show tooltip on the input to explain what it is for.
-
- Jul 05, 2021
-
-
rhenck authored
The extra styling via panelClass needs CSS definition in local project, so can not be set by the Service itself but relies on local CSS rules.
-
- Jun 28, 2021