Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 28, 2021
    • jojohoch's avatar
      Refactor form-element-component.directive.ts · 6c38e1c0
      jojohoch authored
      * Remove FormService Injection
      * Move FormService and form types to player
      * Move interface ValueChangeElement to uI-element.ts
      * Use interface InputElementValue instead of
      string | number | boolean | null
      6c38e1c0
  2. Oct 15, 2021
  3. Oct 14, 2021
    • rhenck's avatar
      Initialize undefined values with null · 511b16df
      rhenck authored
      This makes checking the existence of properties for the property panel
      possible, since it is possible to check for null but not for undefined.
      511b16df
  4. Oct 13, 2021
  5. Oct 01, 2021
  6. Sep 30, 2021
    • jojohoch's avatar
      [player] Refactor validation messages · 4005b51e
      jojohoch authored
      * Delete validation message component
      * Use instead `mat-error` inside element components to take advantage
       of `mat-input-field`
      * Add get validators method to each form element component
      * Display validation messages via `error-transform` pipe
      4005b51e
  7. Jul 28, 2021
  8. Jul 27, 2021
  9. Jul 26, 2021
  10. Jul 23, 2021
    • rhenck's avatar
      Add default values to several elements · 14fbfb49
      rhenck authored
      Also refactor a lot of stuff belonging to this:
      - You can edit the default values via properties panel
      - All elements now again have a common parent directive. form elements
      have a special parent for forms.
      14fbfb49
  11. Jul 16, 2021
    • jojohoch's avatar
      [player] Prepare validation of form elements · 89c6ebdf
      jojohoch authored
      * When creating components for each element a
      `ValidationMessageComponent` is also generated dynamically
      * Prepare usage of default values for form elements
      * Add `form.ts` for form specific interfaces
      * Rename some variables and properties
      89c6ebdf
  12. Jul 15, 2021
  13. Jul 13, 2021
    • jojohoch's avatar
      9b581084
    • jojohoch's avatar
      [player] Add `valueChanged` event for host · b96561bf
      jojohoch authored
      * The wrapper of the player component listens to the `valueChanged`
      event and posts a message to the host of the aspect-player
      * Improve code style and remove lint errors
      b96561bf
    • rhenck's avatar
      Refactor unit model · eabe82c2
      rhenck authored
      The UIComponents now only have the properties they can make use of. This 
      means that the angular components use the CSS properties explicitly 
      instead of having all kinds of useless CSS properties.
      Also it is no longer needed to update the CSS styles via event because 
      Angular's change detection takes care of that.
      eabe82c2
  14. Jul 12, 2021
  15. Jul 09, 2021
    • jojohoch's avatar
      [player] Add form tag to player · 8d757e4c
      jojohoch authored
      * Introduce `FormService` to provide communication between
      element components and form
      * Add `ngModelChange` and `formControl` to
      some element components. This functionality is not used by
      the editor
      8d757e4c
  16. Jul 07, 2021
    • jojohoch's avatar
      Improve code style · 16fd1970
      jojohoch authored
      Remove unnecessary decorator and variable initializers from
      `CanvasElementComponent`
      16fd1970
  17. Jul 02, 2021
  18. Jul 01, 2021
  19. Jun 30, 2021
  20. Jun 29, 2021
  21. Jun 28, 2021
  22. Jun 23, 2021
  23. Jun 22, 2021
Loading