This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 14, 2024
-
-
jojohoch authored
-
- Feb 05, 2024
-
-
jojohoch authored
#606
-
- Aug 16, 2023
-
-
jojohoch authored
#397
-
- Jul 04, 2023
-
-
jojohoch authored
#401
-
- Oct 21, 2022
-
-
rhenck authored
-
- Aug 16, 2022
-
-
jojohoch authored
- Refactor subscriptions for verona commands
-
- May 21, 2022
-
-
jojohoch authored
-
- May 20, 2022
-
-
jojohoch authored
- Rename methods with prefix 'on'
-
- May 18, 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.
-
- May 09, 2022
-
-
jojohoch authored
-
- May 06, 2022
- May 04, 2022
-
-
jojohoch authored
-
- May 03, 2022
-
-
jojohoch authored
-
- Apr 22, 2022
-
-
jojohoch authored
-
jojohoch authored
This is possible since now playerState also has the information of the underlying scrollPages
-
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
-
- Mar 02, 2022
-
-
jojohoch authored
-
- Mar 01, 2022
-
-
jojohoch authored
-
- 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 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.
-
- Dec 01, 2021
-
-
jojohoch authored
see Verona Api
-
- Oct 15, 2021
-
-
rhenck authored
-
- Oct 14, 2021
-
-
jojohoch authored
-
- Oct 06, 2021
- Oct 05, 2021
-
-
jojohoch authored
-
- 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
-
- Aug 24, 2021
-
-
jojohoch authored
* in eager mode a vopStateChangedNotification is still sent * otherwise the last state is cached in the `VeronaPostService` and can be retrieved from the host
-
- 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 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
-
- Aug 05, 2021
-
-
jojohoch authored
-
- Aug 02, 2021
-
-
jojohoch authored
* Since always visible pages are removed from the order, form arrays must be rearranged * Refactor getter as properties in `PlayerStateComponent`. Getter work like functions and are executed every time Angular change detection runs.
-
- Jul 30, 2021
-
-
jojohoch authored
Refactor some translations
-
- Jul 29, 2021
- Jul 28, 2021
-
-
jojohoch authored
-
- Jul 27, 2021
-
-
jojohoch authored
* Register `PageComponent` as child formGroup, so that values for any page can be sent to the host. * Register formControls as controls of the page
-