This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 03, 2021
-
-
rhenck authored
-
- Sep 02, 2021
-
-
rhenck authored
This uses kolkov/angular-editor.
-
rhenck authored
The known bug of number fields not emitting number but strings, which destroys the model (values). Those fields were forgotton before. Ticket: #51
-
rhenck authored
-
rhenck authored
Material cdkDrag elements interfere with dynamic styling. It needs an extra div, which was mistakenly removed.
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
- Sep 01, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
To make it work that the section itself can handle drop events, but also have the canvas to handle drops when outside of the section, all the allowed dropLists have to be connected. Because the lists are not properly nested (see below), this needs to be done manually by IDs. This list is given to the necessary dropLists to make it possible to drop items not only into them but also any other connected dropLists. Dynamic sections have droplists for the grid cells next to the actual elements. Elements can not be children of the grid cells because they can span over multiple cells. Dynamic sections don't have a general drop area, like static sections. They have grid placeholder elements which are droplists. Therefore they have no parent dropList to add to the list but themselves. Static elements only have the parent, which is added to the list. Resizing in dynamic sections is handled by the section/element-overlays themselves. Ticket #38
-
jojohoch authored
-
- Aug 31, 2021
- Aug 30, 2021
- Aug 27, 2021
- Aug 25, 2021
-
-
rhenck authored
The latest change to page width and ratio needs to be reflected by a version change.
-
rhenck authored
When this is set the page will only be rendered to that width. Otherwise 100% of the available space is used.
-
rhenck authored
This property should be used when an always visible page is used and states the ration of the always visible page to the other pages.
-
rhenck authored
This is made for any warn message properties, which only appear when the corresponding velidator is actually used.
-
rhenck authored
NgModel is needed so the value returned frim the field in number instead of string.
-
- Aug 24, 2021
- Aug 23, 2021