shacl-vue needed a way to connect specific keys to a triple object value in FormBase.content
The value of a triple object which was previously stored as a basic type element in an array,
e.g. [null]. This has been changed to storing an object with one required field 'value' in an
array, e.g. [{value: null}]. It now allows any application using shacl-tulip to add additional
properties to the element, which satisfies shacl-vue's need to add a so-called component-key.
The main changes necessary were just to update the code accessing specific array elements to
storing and accessing those elements as javascript objects. The relevant tests were also updated,
and shacl-tulip version has been bumped to 0.8
|
||
|---|---|---|
| .. | ||
| ClassDataset.test.js | ||
| FormBase.test.js | ||
| RdfDataset.test.js | ||
| ShapesDataset.test.js | ||
| tulip.test.js | ||