@igea/oac_frontend 1.0.103 → 1.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/public/js/lib/sparnatural-main.js +0 -2
- package/src/public/css/sparnatural copy.css +0 -1418
- package/src/public/css/sparnatural_.css +0 -1418
- package/src/public/js/lib/shacl-form.bundle.js +0 -1103
- package/src/public/js/lib/shacl-form.bundle___.js +0 -34012
- package/src/public/js/lib/sparnatural_.js +0 -3
package/package.json
CHANGED
|
@@ -428,9 +428,7 @@ sparnatural.addEventListener("init", (event) => {
|
|
|
428
428
|
|
|
429
429
|
sparnatural.addEventListener("queryUpdated", (event) => {
|
|
430
430
|
let queryString = sparnatural.expandSparql(event.detail.queryString);
|
|
431
|
-
// Fix bug Sparnatural: "_ 1" -> "_1", "_ 2" -> "_2", etc.
|
|
432
431
|
yasqe.setValue(queryString);
|
|
433
|
-
|
|
434
432
|
console.log("Sparnatural JSON query:");
|
|
435
433
|
console.dir(event.detail.queryJson);
|
|
436
434
|
});
|