This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 08, 2022
-
-
jojohoch authored
- This makes the behavior identical to real form elements - To trigger the focusout event, the HTML element needs the tabindex attribute
-
- Sep 07, 2022
- Sep 06, 2022
-
-
jojohoch authored
-
jojohoch authored
simple dropdown lists need a minimum height so they don't collapse if they don't contain any element
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Using disabled cause conflicts with reactive form in player
-
- Sep 05, 2022
-
-
jojohoch authored
- Add "isOlderThan" method to the "SanitizationService" to distinguish old ToggleButtons with the property "option" from new ones - Use SanitizationService.isUnitDefinitionOutdated in Player to set the unitDefinitionVersion (should be modified!)
-
jojohoch authored
The equality check compares the reference of the array and not the values of the array.
-
jojohoch authored
Use css grid instead of flex plus calculating margins in template
-
- Sep 01, 2022
-
-
jojohoch authored
Using the html property "disabled" results in a warning message in the player when reactive forms are used at the same time.
-
- Aug 31, 2022
- Aug 30, 2022
- Aug 29, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
DragNDropValueObject no longer has the stringValue property but a TextLabel with text
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
# Conflicts: # projects/common/models/elements/compound-elements/cloze/cloze-child-elements/drop-list-simple.ts # projects/common/models/elements/compound-elements/cloze/cloze-child-elements/text-field-simple.ts # projects/common/models/elements/compound-elements/cloze/cloze-child-elements/toggle-button.ts # projects/common/models/elements/compound-elements/likert/likert-row.ts # projects/common/models/elements/element.ts # projects/common/models/elements/input-elements/checkbox.ts # projects/common/models/elements/input-elements/drop-list.ts # projects/common/models/elements/input-elements/dropdown.ts # projects/common/models/elements/input-elements/radio-button-group-complex.ts # projects/common/models/elements/input-elements/radio-button-group.ts # projects/common/models/elements/input-elements/slider.ts # projects/common/models/elements/input-elements/spell-correct.ts # projects/common/models/elements/input-elements/text-area.ts # projects/common/models/elements/input-elements/text-field.ts # projects/common/models/elements/text/text.ts # projects/common/models/section.ts # projects/editor/src/app/services/verona-api.service.ts
-
jojohoch authored
-
- Aug 25, 2022
- Aug 17, 2022
-
-
rhenck authored
-
rhenck authored
DragAndDropValueObjects are now a sub-interface of TextImageLabel, which requires a set imgSrc and imgPosition property. (The reason is that the editor needs a way of generating Labels therefore needs the imgSrc set to something else but undefined.)
-
rhenck authored
-
jojohoch authored
-