This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 22, 2021
- Sep 21, 2021
-
-
rhenck authored
Before not all cells could be reached in all situations.
-
rhenck authored
The simply was no change listener on the input.
-
rhenck authored
Also the text text is by default wrapped in a paragraph. This is in line with TinyMCEs default output.
-
rhenck authored
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
- Sep 20, 2021
-
-
rhenck authored
-
rhenck authored
This is preliminary and will be reworked in the future.
-
rhenck authored
This is to prohibit editing and preserve HTML formatting. -> Also extract template from component file because it was getting to unwieldy.
-
jojohoch authored
Consider the available space for width and height Increase their default heights
-
jojohoch authored
-
rhenck authored
This is to prohibit entering html in the text box. Editing text should only be possible via editor dialog.
-
rhenck authored
New elements are now put on the current(/newly created) page or section.
-
rhenck authored
Now uses an extra display value to show german labels. Internal value is still the same: row/column.
-
rhenck authored
-
rhenck authored
Remove useless methods and add comments.
-
rhenck authored
-
rhenck authored
The section menu (containing all former properties options and reordering) is now shown on section hover. - With the removal of the section edit mode the view-only elements are no longer needed, as sections can no longer be dragged. - The unit service now has a unified logic for moving items in an array, being used for pages and sections. Although for pages there is an additional regarding the always shown page. The reorder function silently ignores nonsense reorders! - The prompt dialog now takes the text as parameter
-
jojohoch authored
to prevent vertical scrollbars when using default values. * Increase height for TextFieldElement, TextElement and DropdownElement * Change HTML structure of TextElement
-
jojohoch authored
-
rhenck authored
-
- Sep 17, 2021
-
-
rhenck authored
-
rhenck authored
They are now modified via menu at the section and no longer via props panel.
-
rhenck authored
-
rhenck authored
-
rhenck authored
This also removes all page selection logic from the selection service.
-
rhenck authored
-
rhenck authored
-
rhenck authored
It is now always made the first when page and it is taken out of the the index counter. So other pages start with 1, when a page is set as always visible.
-
- Sep 16, 2021
-
-
rhenck authored
Sections are always the same width as the page they are on.
-
rhenck authored
-
rhenck authored
-
rhenck authored
The element has been obstructed by the resizing droplist. This extra droplist is removed. To keep the parent droplist from handling the resize drop though, the element itself is a droplist and cathced the drop event. It is doin nothing with it, because resizing is done while dragging not on drop.
-
rhenck authored
Also rework selected page index to be managed by the selection service. There is a bug in Angular and as a result Material tab elements brake when the underlying array is changed. To circumvent that we temporarily remove the tab element and add it again, which should re-initialize it.
-
- Sep 14, 2021