This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 28, 2024
-
-
jojohoch authored
-
- Feb 02, 2024
-
-
rhenck authored
-
- Nov 28, 2023
-
-
rhenck authored
#579
-
- Sep 08, 2023
-
-
rhenck authored
- Remove all Roboto files Since there is just one font, this setting can be safely ignored. This is easier than sanitizing all elements.
-
- Aug 01, 2023
-
-
rhenck authored
- crossOutChecked adds line-through styling if checked. This is used in Cloze texts to cross out words. - This means Checkbox is no longer a PositionedElement and does not validate PositionProperties
-
- Jun 30, 2023
-
-
rhenck authored
- Remove dynamicPositioning from PositionProperties. This is not knowledge that the element needs to know. In the few places it was used, it was fixed or solved by asking the containing section about which positioning is active. - Fix and improve cloze child sizing. All can now have dynamic width and height. - Fix empty lines in ClozeDocument rendering - Editor SelectionService now knows if a cloze child is selected. This way the PropertiesPanel can show valid dimension inputs regardless of the underlying section.
-
- Jun 05, 2023
- Jan 06, 2023
-
-
Richard Henck authored
For Droplists this needs to be done when multiple items are allowed. For ToggleButtons it needs to be set when vertical orientation is used. It is then centered without caring about text alignment. With multiple item it would not be possible to align all of them anyway.
-
- Jan 05, 2023
-
-
rhenck authored
-
- Jan 03, 2023
- Jan 02, 2023
-
-
rhenck authored
-
- Dec 02, 2022
-
-
rhenck authored
- Extra span element around cloze child elements served no visible purpose. It also makes sense that an inline div is not inside of a span, which is meant for text. - CSS rules were overengineered and in part shadowed (and thereby pointless) by element styles from the template. This is also in preparation for the DropList styling overhaul.
-
- Oct 14, 2022
-
-
rhenck authored
Create new pipe for checking if element is included in list.
-
- Oct 07, 2022
-
-
rhenck authored
- Make position props on buttons optional - Move UIElement creation back to Factory instead of within Section
-
- 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.
-
- Jun 09, 2022
- 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.
-
- May 05, 2022
-
-
rhenck authored
Makes more sense logically to pass the cloze element as a whole instead of just the document. Knowing about the document is the responsibility of the method not the caller.
-
- May 02, 2022
- Apr 19, 2022
-
-
rhenck authored
-
- Apr 14, 2022
-
-
rhenck authored
#229
-
- Mar 31, 2022
- Mar 02, 2022
-
-
rhenck authored
- Units and element are now built via the factory. This ensures only the wanted properties are present. All others are discarded. - Since the sanatizer is supposed to check the unit defintion version it is used by player and editor and therefore put in common. This in turn makes it necessary to put the JSON resolver settings in the root-TSConfig file. - Renamed a couple of properties to have clearer names.
-
- Feb 28, 2022
-
-
jojohoch authored
Remove manipulations from elementModel - Refactor drop list component - Use of initial values for audio and video playback time Defining the validators not in the elements anymore, but when creating the forms
-
- Feb 22, 2022
-
-
rhenck authored
This makes for cleaner imports.
-
- Feb 18, 2022
-
-
rhenck authored
- Unify font and surface props - Use intersection type for additional properties - Also rework editor props panel to properly create the combined properties recursively, passing the results to its child panel (tabs). New algorithm works without lodash, therefore the package is removed.
-
- Feb 17, 2022
-
-
rhenck authored
This removes all the classes and goes back to simple interfaces for unit, pages etc and all elements. This makes creating them easier and cleaner. Things like specific needs when setting element properties and most importantly compatibility handling is done by a special service module, that knows all the elements and how to repair old their potentially outdated definitions.
-
- Feb 16, 2022
-
-
jojohoch authored
Remove the wrapper divs in each element component and add the 'fixed-size-content-wrapper' class to the element overlays of player and editor
-
- Feb 11, 2022
-
-
jojohoch authored
The previous solution, which uses a top position of 50%, did not work on iPad
-
- Feb 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Jan 22, 2022
- Jan 21, 2022