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.
-
- Aug 25, 2021
- 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 16, 2021
-
-
rhenck authored
Also some small improvements to variable naming and file structure. #23
-
- 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
-
-
jojohoch authored
-
- 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.
-
- Jul 30, 2021
-
-
jojohoch authored
Replace pageIndication with translate pipe
-
- Jul 27, 2021
-
-
rhenck authored
-
- Jul 26, 2021
-
-
rhenck authored
Some elements were missing parent interfaces. Also refactor unit factory to not return objects completely adhering to interfaces but records, which then can be put together to create the real object adhering to the interface.
-
rhenck authored
Those props are set when page is created and can not be changed. This will have to be refactored when the functionality to switch pages is implemented.
-
rhenck authored
-
- Jul 23, 2021
-
-
rhenck authored
Both use the property name 'min' and 'max' but map it to min/max and minlength/maxlength respectively.
-
rhenck authored
-
rhenck authored
The exact type of the value is still specified in the child class.
-
rhenck authored
Those have a required setting and warn message. - Also refactor SurfaceElement to no longer inherit from UIElement as this is not needed since we can have multiple inheritance for interfaces.
-
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.
-
- Jul 20, 2021
-
-
rhenck 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
-
-
rhenck authored
One page can have this setting and is supposed to be shown at all times on the left side.
-
- Jul 14, 2021
- Jul 13, 2021
-
-
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
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 07, 2021
-
-
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.
-
- Jul 05, 2021
- Jun 22, 2021