This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 24, 2022
-
-
jojohoch authored
- Areas are marked with the surrounding 'aspect-anchor' tag
-
- Nov 21, 2022
-
-
jojohoch authored
- If this property is set, the input of more characters than specified in maxLength is prevented - It also prevents the insertion of text.
-
- Oct 14, 2022
-
-
jojohoch authored
-
- Oct 13, 2022
-
-
rhenck authored
-
- Aug 31, 2022
-
-
jojohoch authored
Fix import order
-
- May 30, 2022
-
-
jojohoch authored
-
- May 23, 2022
-
-
jojohoch authored
-
- May 21, 2022
-
-
jojohoch authored
- remove prefix 'on' - split methods
-
- May 20, 2022
-
-
jojohoch authored
- May 18, 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 09, 2022
- May 06, 2022
-
-
rhenck authored
Knowledge of the 'document' existence is only a matter of the function not the caller.
-
- May 03, 2022
-
-
jojohoch authored
-
- May 02, 2022
-
-
jojohoch authored
-
- Apr 27, 2022
-
-
jojohoch authored
- Remove TODOS
-
jojohoch authored
elementModels are described in the unitDefinition elementCodes are saved in the unitState Their values are mapped by the ElementModelElementCodeMappingService
-
jojohoch authored
- Rename class name, methods and properties - Remove method registerDropListValueIds - Calculate array of DragNDropValueObjects in app component
-
- Apr 25, 2022
-
-
jojohoch authored
Use the mapper method `toUnitState` of the UnitStateElementMapperService when registering elements and their initial values
-
- Apr 22, 2022
-
-
jojohoch authored
-
jojohoch authored
- add unit-definition-menu module - add verona module and move verona services and verona interfaces to it to make them available in different modules - move the distinction of different page types to app component to make them available for unitDefinitionMenu component
-
- Apr 14, 2022
-
-
jojohoch authored
Change import paths of CommonModule files in editor and player
-
- Apr 12, 2022
-
-
jojohoch authored
-
- Apr 11, 2022
-
-
jojohoch authored
- Use `inputmode` 'none' to hide the virtual keyboard of the os - Use DeviceService to detect if the player is running on a mobile device
-
- Mar 28, 2022
-
-
rhenck authored
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- Mar 17, 2022
-
-
jojohoch authored
Rename KeyboardComponent to KeypadComponent Rename KeyboardService to KeypadService Split LayoutComponent into LayoutPlayerComponent and LayoutPagesComponent Prepare the introduction of an additional keyboard
-
- Mar 09, 2022
-
-
jojohoch authored
and in ElementFormGroupDirective
-
- Mar 07, 2022
- Mar 01, 2022
-
-
jojohoch authored
- Reimplement UnitStateComponent as central point to send the collected information - Implement ValidationService to determine the responseStatus of all forms
-
- 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
-
jojohoch authored
This helps to divide the code of the element container into smaller meaningful units. In addition, each element can be given its own form group.
-