Update shacl-tulip for shacl-vue integration #5

Merged
jsheunis merged 4 commits from integrate-sv into main 2025-04-10 07:50:03 +00:00

4 commits

Author SHA1 Message Date
dfc8e6957e Update formbase test after changing the required state of id_iri 2025-04-10 09:43:52 +02:00
ee3109dcb5 Allow passing clone function to saveNode
Since 'structuredClone' does not work for Proxy objects,
and it is still necessary to use while the 'content' instance
variable could be a reactive object (i.e. proxy object), we
allow passing the clone function to the saveNode function. This
means downstream apps like shacl-vue can pass a clonefunction
that deals with the proxy object cloning accordingly (in that
case, first running the object through vue's 'toRaw')
2025-04-09 22:08:20 +02:00
2adf80e8a2 misc: factor our updateSerializedGraph to allow calling it from other contexts; allow headers to be passed to readRDF 2025-03-18 09:40:55 +01:00
957516fb04 move id_iri requirement and check from constructor to specicif methods 2025-03-18 09:38:53 +01:00