This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 05, 2021
- Aug 03, 2021
- Aug 02, 2021
-
-
jojohoch authored
Getter work like functions and are executed every time Angular change detection runs.
-
jojohoch authored
-
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
-
jojohoch authored
-
jojohoch authored
* Add section array to the form groups of the pages * Remove unnecessary component factory from `SectionComponent`
-
jojohoch authored
* Add specific translation file for editor in assets/i18n * Add first translations for toolbar
-
jojohoch authored
Refactor some translations
-
- Jul 29, 2021
- Jul 28, 2021
-
-
jojohoch authored
-
jojohoch authored
Use `massageService` of common project.
-
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
- Jul 26, 2021
-
-
jojohoch authored
`PlayerStateComponent` encapsulates information about the status of the player.
-
- Jul 23, 2021
-
-
rhenck authored
Also refactor a lot of stuff belonging to this: - You can edit the default values via properties panel - All elements now again have a common parent directive. form elements have a special parent for forms.
-
jojohoch authored
Move specific form functionality from `AppComponent` to a new `FormComponent` to make the code cleaner
-
jojohoch authored
* Add verona interfaces to ensure type-safe communication with host * To use the verona interfaces refactor the verona services
-
- Jul 21, 2021
-
-
jojohoch authored
* Implement `VeronaSubscriptionService` to subscribe to messages from the host of the player * Implement `VeronaPostService` to post messages to the host of the player * Implement `NativeEventService` to subscribe to events like 'scroll', 'blur' and 'focus' * Remove js code from wrapper index.html. It is no longer needed.
-
- Jul 19, 2021
-
-
jojohoch authored
-
- Jul 16, 2021
-
-
jojohoch authored
* When creating components for each element a `ValidationMessageComponent` is also generated dynamically * Prepare usage of default values for form elements * Add `form.ts` for form specific interfaces * Rename some variables and properties
-
- Jul 15, 2021
-
-
jojohoch authored
* Only elements which has to be registered by the player's form inherit from `FormElementComponent` * Element components use their specific `elementModel` * Rename file for `FormElementComponent`
-
- Jul 13, 2021