This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 08, 2021
-
-
rhenck authored
This enables to hightlight parts of the text with colors.
-
- Sep 03, 2021
-
-
rhenck authored
-
- Sep 02, 2021
-
-
rhenck authored
This uses kolkov/angular-editor.
-
- Aug 31, 2021
-
-
jojohoch authored
The urls must be declared as trusted to be accepted by the application.
-
- Aug 27, 2021
- Aug 25, 2021
- Aug 23, 2021
-
-
jojohoch authored
-
- Aug 19, 2021
-
-
rhenck authored
-
rhenck authored
Before it was the index of the option. HTML UI Elements take the actual value as parameter anyway so no need to use any index.
-
rhenck authored
The section now always has the same width as the page (minus margin).
-
rhenck authored
Can only be true/false.
-
rhenck authored
-
- Aug 17, 2021
-
-
jojohoch authored
* Fix bug for small pages * Add functionality for tabbed pages * Use layoutContainer as container for intersection detection * Rename properties and methods
-
- Aug 16, 2021
- Aug 13, 2021
-
-
jojohoch authored
-
- Aug 10, 2021
- Aug 07, 2021
-
-
jojohoch authored
Property to define the position of always visible page
-
- Aug 05, 2021
- Aug 03, 2021
-
-
rhenck authored
Sections and elements can have this prop. Elements only need it to determine what properties to show in the props panel. The others are basic props for grid layouting. Refer to the grid documentation.
-
rhenck authored
This is in preparation for dynamic layouting. The actual dimensions are set by the overlay component which differs but is existent for both editor and player.
-
jojohoch authored
* Remove workaround with `Promise.resolve().then(() => ...` * Use `changeDetectorRef.detectChanges()` after updating the validators
-
- Aug 02, 2021
-
-
jojohoch authored
* Since always visible pages are removed from the order, form arrays must be rearranged * Refactor getter as properties in `PlayerStateComponent`. Getter work like functions and are executed every time Angular change detection runs.
-
- Jul 30, 2021
-
-
jojohoch authored
* Create `FormGroups` without ids * Add `FormArray` for elements
-
jojohoch authored
* Add section array to the form groups of the pages * Remove unnecessary component factory from `SectionComponent`
-
jojohoch authored
Replace pageIndication with translate pipe
-
jojohoch authored
Refactor some translations
-
- Jul 29, 2021
-
-
jojohoch authored
-
jojohoch authored
more information about [ngx-translate](https://github.com/ngx-translate/core)
-
- Jul 28, 2021
-
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Move setting of validators from `FormElementComponent` to `ValidationMessageComponent` * Add validators and warnings to `ValidationMessageComponent` * Move subscriptions for form controls and their validators from `PageComponent` to `FormComponent`
-
- Jul 27, 2021