This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 18, 2021
-
-
rhenck authored
-
rhenck authored
This is now always disallowed when there is only 1 page. There is an issue when this is set and further pages are deleted, but this scenario should be very rare und non-consequential.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Input element with type number still returns string. Therefore we need to convert the value before sedning it to the unit service. This was causing a bug later when resizing the element on the canvas.
-
jojohoch authored
-
rhenck authored
-
- Aug 17, 2021
-
-
rhenck authored
-
rhenck authored
The version is taken from the package.json file and replaced in the html.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now correctly selects the first section of the page changed to.
-
rhenck authored
-
rhenck authored
Instead of manipulating the page object directly via ngmodel. This way the unit service may inform the host about changes. Also future undo functionality is prepared.
-
jojohoch authored
* Fix bug for small pages * Add functionality for tabbed pages * Use layoutContainer as container for intersection detection * Rename properties and methods
-
rhenck authored
Teststudio does not show patch versions.
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
- Aug 16, 2021
-
-
rhenck authored
-
rhenck authored
Unsubscribing, private methods ...
-
rhenck authored
-
rhenck authored
Also some small improvements to variable naming and file structure. #23
-
rhenck authored
-
rhenck authored
To communicate with the host application.
-
rhenck authored
This allows the API service to send the unit definition to the host.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
- Unit service now again takes the elements to be changed as parameter instead of managing (and even knowing) selections. - Selections are managed by the appropriate service - Also using rxjs operators instead of serving observable state as getter method.
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
Move `MatDialogModule` from editor to common Add `AlertDialog` to player
-
jojohoch authored
Check whether `unitDefinition` or `unitStateDataType` are undefined is done within the verify methods
-
jojohoch authored
-