This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Dec 02, 2021
-
-
rhenck authored
-
rhenck authored
The given serialized properties may not conform to all UIElement properties. They are merely meant as a building plan; they may also contain outdated properties which have to be transformed when reading.
-
rhenck authored
Basically a div with border properties as usual.
-
rhenck authored
Create object list, when none is existent yet. Otherwise append as before.
-
rhenck authored
Now correctly reads the value IDs of drop list elements, so they can not be used again.
-
rhenck authored
-
rhenck authored
-
- Dec 01, 2021
-
-
rhenck authored
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
After a unit definition is read, the deprecated properties are deleted.
-
rhenck authored
-
rhenck authored
This controls the general font size. Specific spans can still be styled individually in the text editor. - The TextEditor also uses this font size as default when rendering the text.
-
jojohoch authored
-
jojohoch authored
see Verona Api
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
-
rhenck authored
- Now correctly exchanges the simple ui element objects with constructed objects. - Also remove the unnecessary variable childElements. The child elements can be gotten from the parts. As it is done in the component method getFormElementModelChildren.
-
rhenck authored
-
rhenck authored
Now correctly used the value of the dropped element.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
- Remove function call in template - Init value with elementModel.value - Set readonly and disabled properties in template and remove OnInit - Compact code
-
jojohoch authored
-
- Nov 30, 2021
-
-
rhenck authored
Use a copy of the original elements to avoid accidentally changing them.
-
rhenck authored
-
rhenck authored
The version used does not support the new json-ld format yet and errors out.
-
rhenck authored
-
rhenck authored
-
jojohoch authored
# Conflicts: # projects/common/models/uI-element.ts # projects/editor/src/app/app.module.ts # projects/editor/src/app/components/unit-view/page-view/properties-panel/element-model-properties-component.component.ts # projects/editor/src/app/services/dialog.service.ts
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
This is ised to flatten objects for the proerties panel.
-
rhenck authored
The change of moving some properties to sub objects broke the creation of the combinedProperties object, which can't deal with nested objects. To circumvent that all elements are now flattened before being combined. The connected property panels now again look for the properties on the element itself and not in sub-objects.
-
jojohoch authored
-