This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- 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 10, 2022
-
-
jojohoch authored
-
- Mar 07, 2022
- Mar 01, 2022
-
-
jojohoch authored
-
- Feb 28, 2022
-
-
jojohoch authored
-
- 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.
-
- Feb 04, 2022
- Feb 03, 2022
-
-
jojohoch authored
- This improves scroll snap behaviour - Set background color of page - Interpret the margin of a page as padding. What it really is
-
- Jan 26, 2022
-
-
jojohoch authored
-
- Jan 18, 2022
-
-
jojohoch authored
Add styles for fixed right position Customize markup for different positioning Refactor Usage of KeyboardService in components
-
- Dec 17, 2021
-
-
jojohoch authored
-
- Nov 01, 2021
-
-
jojohoch authored
* Use IntersectionDetector for intersectionDetection directive * remove unnecessary input 'index' from page component
-
- Oct 15, 2021
-
-
jojohoch authored
* Remove general (full) keyboard in layout component * Implement French keyboard component
-
- Oct 06, 2021
-
-
jojohoch authored
* Take over tasks of `UnitStateComponent` * Manage property `unitStateElementCode` * Removing the passing of the property `unitStateElementCode` by the components
-
- Oct 05, 2021
-
-
jojohoch authored
* Implement as draggable overlay * Keyboard can be configured as 'mini' or 'full'
-
- Oct 04, 2021
-
-
jojohoch authored
* `UnitState.dataparts` has property `elementCodes` property, which stores status, value and id for FormElement * When building a unit, the stored value is assigned to the element when it is initiated * Removed `UnitState.dataparts.pages` * Removed methods initPages and addStoredValues
-
- Sep 29, 2021
-
-
jojohoch authored
* Bugfix for units without always visible page * Bugfix for aspect ratio over 50% * Integration of keyboard
-
- Sep 25, 2021
-
-
jojohoch authored
Because the always visible page is now positioned at the first place of the unit definition.
-
- Sep 21, 2021
-
-
jojohoch authored
-
- Aug 27, 2021
-
-
jojohoch authored
-
- Aug 25, 2021
-
-
rhenck authored
When this is set the page will only be rendered to that width. Otherwise 100% of the available space is used.
-
- Aug 23, 2021
-
-
jojohoch authored
In the past, the page index could be set by button click and after scrolling, which led to unwanted side effects
-
- Aug 20, 2021
-
-
jojohoch authored
To center the content of the player, the dimensions of all pages are calculated.
-
- Aug 18, 2021
-
-
jojohoch authored
* Move two different intersection detections from `scroll-index.directive` and `section.component` to `intersection-detection.directive`
-
- Aug 17, 2021
- Aug 13, 2021
-
-
jojohoch authored
-
- Aug 12, 2021
-
-
jojohoch authored
* Use `IntersectionObserver` to detect page position while scrolling
-
- Aug 07, 2021
-
-
jojohoch authored
* Pages can be scrolled or tabbed * Labels of pages can be shown and hidden * Always visible pages can be left, right, top or bottom * Layout of pages is now handled in `LayoutComponent` and removed from `PlayerStateComponent` * Due to the `ScrollIndexDirective`, pages with scrollbars have similar interfaces as pages with tabs
-