This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 15, 2022
-
-
rhenck authored
- remove ID handling from model classes. This is now done by the editor itself (mainly unit service). - Rename and move IDManager to editor as IDService
-
- Sep 12, 2022
-
-
rhenck authored
- Do ID checks only in the class, not in unit service (or elsewhere) - Fix repaired value list to get new objects instead of references to the existing.
-
- Sep 06, 2022
-
-
jojohoch authored
-
- Sep 05, 2022
-
-
jojohoch authored
- Add "isOlderThan" method to the "SanitizationService" to distinguish old ToggleButtons with the property "option" from new ones - Use SanitizationService.isUnitDefinitionOutdated in Player to set the unitDefinitionVersion (should be modified!)
-
- Aug 29, 2022
- Aug 12, 2022
-
-
rhenck authored
Aslo create new props panel component and move border stylings to separate fieldset (wihtin the styling tab). #291
-
rhenck authored
One as a general label above the table and one for the first column heading. Since this is no proper InputElement separate properties panel inputs are used. #272
-
- Aug 11, 2022
-
-
rhenck authored
Add new parameter 'itemsPerRow'. This limits the grid columns used, making items move to the next row if overextending. Also simplify component structure.
-
- 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
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.
-
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 03, 2022
-
-
rhenck authored
#293
-
- Aug 02, 2022
- Aug 01, 2022
-
-
rhenck authored
#283
-
- Jun 28, 2022
-
-
jojohoch authored
-
- Jun 14, 2022
-
-
jojohoch authored
- Implement hasSchemerData in UIElement - Fix nullable field for some elements
-
- Jun 09, 2022
- Jun 03, 2022
- Jun 02, 2022
- Jun 01, 2022
-
-
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
- 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.
-
rhenck authored
- Elements initialize their fields explicitly and not with Object.assign, since Object.assign also assigns (and therefore overwrites) parent fields. - IDService is no longer an Angular service but a basic singleton. This allows to use it in classes. - The IDManager can be optionally passed to unit and element constructors. When present the elements check and fix their given ID when created. This way elements can be created without depending on the external IDManager but also with the dependency. - ElementFactory is no longer used to create elements. Those are now either created directly via 'new' or via the Section, which knows the different element types.
-
- May 31, 2022
-
-
jojohoch authored
-
- May 25, 2022
-
-
jojohoch authored
-
- May 17, 2022
-
-
rhenck authored
This way elements can handle their logic themselves without having to rely on outside utility classes. Also restructure files in common in a more logical way.
-