This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 29, 2022
-
-
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
-
jojohoch authored
-
jojohoch authored
- Replace asynchronous child processes with synchronous processes - Add shortcuts to package.json
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- Aug 16, 2022
- Aug 15, 2022
-
-
jojohoch authored
-
- Aug 12, 2022
-
-
rhenck authored
Aslo create new props panel component and move border stylings to separate fieldset (wihtin the styling tab). #291
-
rhenck authored
One as a general label above the table and one for the first column heading. Since this is no proper InputElement separate properties panel inputs are used. #272
-
- Aug 11, 2022
- Aug 10, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
Move label creation to ElementFactory. No way has been found to have an abstract static method for OptionElement's label generation, therefore silence the linter. Same for getElementComponent.
-
rhenck authored
-
rhenck authored
This is only useful in CompoundElements. So use checks for that class instance.
-
- Aug 09, 2022
-
-
rhenck authored
So TipTap does not moan about empty document. Put placeholder text in the cloze document instead of the component template.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now checks when creating or updating object if IDs are okay.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now always shows the values as rich text (which works because basic text is valid html). Also remove some unused fields.
-
rhenck authored
A no longer existing class was used, but turned out to not be necessary anyway. #313
-