@igea/oac_frontend 1.0.100 → 1.0.101

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.
@@ -2,7 +2,7 @@
2
2
  {% extends "../base.twig" %}
3
3
 
4
4
  {% block extendHead %}
5
- <script src="/{{ root }}/js/lib/shacl-form.bundle.js" type="module"></script>
5
+ <script src="/{{ root }}/js/lib/shacl-form.bundle-2.0.7-11.js" type="module"></script>
6
6
  <script src="/{{ root }}/js/app/vue-autocomplete-component.js"></script>
7
7
  <script src="/{{ root }}/js/app/vue-investigation.js"></script>
8
8
 
@@ -12,7 +12,7 @@
12
12
  {% block extendHead %}
13
13
 
14
14
  {# SHACL FORM web component #}
15
- <script src="/frontend/js/lib/shacl-form.bundle.js" type="module"></script>
15
+ <script src="/frontend/js/lib/shacl-form.bundle-2.0.7-11.js" type="module"></script>
16
16
 
17
17
  {# Vue investigation (stessa usata per editing) #}
18
18
  <script src="/frontend/js/app/vue-investigation.js"></script>
@@ -1,7 +1,7 @@
1
1
  {% extends 'v2/layout.twig' %}
2
2
 
3
3
  {% block extendHead %}
4
- <script src="/frontend/js/lib/shacl-form.bundle.js" type="module"></script>
4
+ <script src="/frontend/js/lib/shacl-form.bundle-2.0.7-11.js" type="module"></script>
5
5
  <script src="/frontend/js/app/vue-autocomplete-component.js"></script>
6
6
  <script src="/frontend/js/app/vue-investigation.js"></script>
7
7
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  {% block extendHead %}
4
4
  <link rel="stylesheet" href="/{{ root }}/css/drop-file.css">
5
- <script src="/frontend/js/lib/shacl-form.bundle.js" type="module"></script>
5
+ <script src="/frontend/js/lib/shacl-form.bundle-2.0.7-11.js" type="module"></script>
6
6
  <script src="/frontend/js/vocabolaries/vocabolaries.js"></script>
7
7
  <script src="/frontend/js/app/vue-vocabolary-view.js"></script>
8
8
  {% endblock %}
@@ -3,7 +3,7 @@
3
3
 
4
4
  {% block extendHead %}
5
5
  <link rel="stylesheet" href="/{{ root }}/css/drop-file.css">
6
- <script src="/{{ root }}/js/lib/shacl-form.bundle.js" type="module"></script>
6
+ <script src="/{{ root }}/js/lib/shacl-form.bundle-2.0.7-11.js" type="module"></script>
7
7
  <script src="/{{ root }}/js/vocabolaries/vocabolaries.js"></script>
8
8
  <script src="/{{ root }}/js/app/vue-vocabolary-view.js"></script>
9
9
  {% endblock %}