This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jul 23, 2021
- 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.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
- Jul 20, 2021
- Jul 19, 2021
-
-
rhenck authored
Was an earlier try to get the correct cursor on canvas elements. This has been solved another way.
-
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.
-
rhenck authored
-
rhenck authored
Somewhat messy because of more nested droplists and a handler triggering every pixel. But the best I can do for now. May revisit later.
-
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
-
jojohoch authored
Use `elementModel.label` instead of `elementModel.text`
-
- Jul 15, 2021
-
-
rhenck authored
Not elements can only be dragged when selected.
-
rhenck authored
One page can have this setting and is supposed to be shown at all times on the left side.
-
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 14, 2021
- Jul 13, 2021
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Move all player components to component folder but `AppComponent` Improve naming of variables
-
jojohoch authored
-
jojohoch authored
* The wrapper of the player component listens to the `valueChanged` event and posts a message to the host of the aspect-player * Improve code style and remove lint errors
-
rhenck authored
-
rhenck authored
The UIComponents now only have the properties they can make use of. This means that the angular components use the CSS properties explicitly instead of having all kinds of useless CSS properties. Also it is no longer needed to update the CSS styles via event because Angular's change detection takes care of that.
-
- Jul 12, 2021
-
-
jojohoch authored
Use `parentForm` input in `PageComponent` and in `SectionComponent` instead
-
- 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
-
rhenck authored
Use selected page index for similar functionality.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also add section prop editing.
-