This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- 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 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.
-
- Jul 08, 2021
-
-
rhenck authored
This does not need to be an observable as it is used only internally and in 1 component, which needs the new state only after calling update functions. Those functions can return the new value directly instead of via observable. And for store internal use a simple variable is sufficient.
-
rhenck authored
-
rhenck authored
The Material drag and drop stuff does not play well with the implementation of elements being styled dynamically via CSS. The extra div element pulls them apart avaoiding problems.
-
- Jul 07, 2021
-
-
-
rhenck authored
This was caused by an internal sorting mechanism of the drag and drop module.
-
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.
-
rhenck authored
To avoid any issues with changing heights.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also keep track of already given ones.
-
rhenck authored
Stronger then warning.
-
jojohoch authored
* Use all style attributes of the unit definition to display sections * Remove unnecessary div tag from `SectionComponent`
-
jojohoch authored
Remove unnecessary decorator and variable initializers from `CanvasElementComponent`
-
- Jul 06, 2021
- Jul 05, 2021