This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 10, 2022
-
-
rhenck authored
-
rhenck authored
Move label creation to ElementFactory. No way has been found to have an abstract static method for OptionElement's label generation, therefore silence the linter. Same for getElementComponent.
-
rhenck authored
-
rhenck authored
This is only useful in CompoundElements. So use checks for that class instance.
-
- Aug 09, 2022
-
-
rhenck authored
So TipTap does not moan about empty document. Put placeholder text in the cloze document instead of the component template.
-
rhenck authored
Now checks when creating or updating object if IDs are okay.
-
rhenck authored
-
rhenck authored
A no longer existing class was used, but turned out to not be necessary anyway. #313
-
rhenck authored
Initialize to null, to be able to differentiate in the props panel. Also improve props panel layout by always showing all fields and disabling them if needed instead of hiding them. Fix translation.
-
rhenck authored
#318
-
rhenck authored
sanatizer TextImageLabel: position -> imgPosition DragNDropValueObject stringValue -> text imgSrcValue -> imgSrc RadioButtonGroupComplexElement columns -> options Likert columns -> options
-
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 03, 2022
-
-
rhenck authored
#293
-
- Aug 02, 2022
-
-
rhenck authored
Also add it to the likert row dialog. #112
-
rhenck authored
#283
-
rhenck authored
Also refactor properties panel and ToggleButton class logic for striking values. This now relies more on CSS classes provided by Material instead of doing finetuned logic my ourselves. This also allows showing the correct preview in the editor. #287
-
- Aug 01, 2022
- Jun 09, 2022
-
-
rhenck authored
Turns out the space within the template code are doing this. #270
-
rhenck authored
-
rhenck authored
Better icons and reordered elements. #267
-
rhenck authored
Italics indicate that this is not a proper text.
-
rhenck authored
- Missing type inforamtion as constructor parameter - Also the new ID generation mechanism uses the type of the element to request an ID from the the IDManager. Here was a mismatch, where the type is 'likert-row', but the IDManager only knew 'likert_row'. This is now files all IDs use hyphens instead of underscores.
-
- Jun 03, 2022
-
-
rhenck authored
This is needed in on drop logic to set the new value.
-
rhenck authored
The dragged image did contain carry information about it's element. Also remove useless drag and drop functionality for the placeholder.
-
rhenck authored
Remove 'any's be adding proper types and using 'never'.
-
rhenck authored
-
- Jun 02, 2022
-
-
jojohoch authored
- problem with nullish values
-
- Jun 01, 2022
-
-
rhenck authored
Page needs to be a partial as it is only the blueprint.
-
rhenck authored
-
rhenck authored
Now properly finds all normal and simple drop lists. This is achieved by a new method of unit all it's sub-components, which returns all contained elements with and optional type filter. Also improve (still not very pretty) styling of the drop list props panel. #260 #259
-
rhenck authored
There were some cases where elements could end up without an ID. Also just in case an error is thrown when no ID is present.
-
rhenck authored
The service is no longer an Angular service, but is now a basic singleton.
-
rhenck authored
-
rhenck authored
The creation of a temporary cloze elements fails when it encounters unknown child types. Therefore we use a static ClozeElement method to get the child elements from the document instead of the whole element.
-
rhenck authored
- Move methods from cloze parser helper library to cloze class. - Cloze children are set up with a special placeholder which is then recognized and replaced by a new ID. And the element is recreated (like before) to have a proper element model class, which the TipTap editor doesn't provide.
-