graphdb-workbench 2.7.4 → 2.7.5-TR1
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/dist/121.a9905fd2f001942970c3.bundle.js +1 -0
- package/dist/123.537690673829efc8d449.bundle.js +1 -0
- package/dist/148.254a642917f6b6c15d61.bundle.js +1 -1
- package/dist/17.3d7eaaad411633e6bcac.bundle.js +3 -0
- package/dist/{18.5ec8d8bedc5900dd9987.bundle.js → 18.d9d99950a0c1da7f12c6.bundle.js} +2 -2
- package/dist/{19.8c07889227bc39cae000.bundle.js → 19.b4244c289c3dfc3c09ec.bundle.js} +1 -1
- package/dist/28.c11269f1bfdea632cc8c.bundle.js +1 -1
- package/dist/29.9e82fddb3191a1d492ef.bundle.js +1 -1
- package/dist/299.6bc38539ac3a1f688515.bundle.js +1 -1
- package/dist/301.311927a5091e698dcfed.bundle.js +1 -1
- package/dist/302.07e63f56f579a56c5ea0.bundle.js +1 -1
- package/dist/303.0cc447af82c7337dc639.bundle.js +1 -1
- package/dist/332.218235e77c873ac2a107.bundle.js +1 -1
- package/dist/42.c1055d3f77e831a0feee.bundle.js +1 -1
- package/dist/51.5f93e26d33e6f8276243.bundle.js +1 -1
- package/dist/{bundle.b2cc5d5363ad5d9e12ec.bundle.js → bundle.3850162bec7f31d85e64.bundle.js} +2 -2
- package/dist/css/dependencies.css +5 -4
- package/dist/css/import.css +4 -0
- package/dist/i18n/locale-en.json +1 -0
- package/dist/i18n/locale-fr.json +1 -0
- package/dist/index.html +3 -3
- package/dist/js/angular/core/directives/autocomplete/templates/autocomplete.html +1 -1
- package/dist/js/angular/core/directives/operations-statuses-monitor/templates/operations-statuses-monitor.html +1 -1
- package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
- package/dist/js/angular/core/directives/yasgui-component/templates/yasgui-component.html +1 -1
- package/dist/js/angular/security/templates/user.html +1 -1
- package/dist/license-checker.json +2 -2
- package/dist/pages/aclmanagement.html +2 -2
- package/dist/pages/autocomplete.html +1 -1
- package/dist/pages/choose-repository-type.html +1 -1
- package/dist/pages/cluster-management/clusterInfo.html +3 -3
- package/dist/pages/create-index.html +1 -1
- package/dist/pages/dependencies.html +10 -6
- package/dist/pages/domainRangeInfo.html +2 -2
- package/dist/pages/edit.html +3 -3
- package/dist/pages/explore.html +1 -1
- package/dist/pages/export.html +1 -1
- package/dist/pages/find.html +1 -1
- package/dist/pages/graph-config/saveGraphConfig.html +8 -8
- package/dist/pages/graphs-visualizations.html +7 -7
- package/dist/pages/guides.html +1 -1
- package/dist/pages/import.html +2 -2
- package/dist/pages/jdbc-create.html +1 -1
- package/dist/pages/monitor/backup-and-restore.html +1 -1
- package/dist/pages/monitor/queries.html +1 -1
- package/dist/pages/monitor/resources.html +1 -1
- package/dist/pages/namespaces.html +2 -2
- package/dist/pages/plugins.html +1 -1
- package/dist/pages/rdfClassHierarchyInfo.html +9 -8
- package/dist/pages/rdfrank.html +2 -2
- package/dist/pages/repositories.html +1 -1
- package/dist/pages/repository.html +1 -1
- package/dist/pages/similarity-indexes.html +1 -1
- package/dist/pages/sparql-editor.html +1 -1
- package/dist/pages/sparql-template-create.html +1 -1
- package/dist/pages/ux-test1.html +2 -2
- package/dist/pages/webapi.html +2 -2
- package/dist/res/swagger5/README.md +1 -1
- package/dist/res/swagger5/index.css +1 -1
- package/dist/res/swagger5/index.html +12 -12
- package/dist/res/swagger5/oauth2-redirect.html +6 -6
- package/dist/res/swagger5/swagger-initializer.js +5 -0
- package/dist/res/swagger5/swagger-ui-bundle.js +1 -1
- package/dist/res/swagger5/swagger-ui-es-bundle-core.js +1 -1
- package/dist/res/swagger5/swagger-ui-es-bundle-core.js.map +1 -1
- package/dist/res/swagger5/swagger-ui-es-bundle.js +1 -1
- package/dist/res/swagger5/swagger-ui-standalone-preset.js +1 -1
- package/dist/res/swagger5/swagger-ui.js +1 -1
- package/dist/res/swagger5/swagger-ui.js.map +1 -1
- package/package.json +1 -1
- package/dist/121.5cfe2a629531fff5f8bb.bundle.js +0 -1
- package/dist/123.e47b9543e88b7a66d926.bundle.js +0 -1
- package/dist/17.0b74a9a8282301a807bb.bundle.js +0 -3
|
@@ -127,7 +127,6 @@ div.tooltip {
|
|
|
127
127
|
background-color: hsla(var(--tertiary-color-hsl), 0.30) !important;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
|
|
131
130
|
.rdf-list > li > div:first-child {
|
|
132
131
|
border-bottom: 0.5pt solid #e8e3e3;
|
|
133
132
|
border-left:1pt solid #e8e3e3;
|
|
@@ -135,17 +134,19 @@ div.tooltip {
|
|
|
135
134
|
border-top:0.5pt solid #e8e3e3;
|
|
136
135
|
}
|
|
137
136
|
|
|
138
|
-
|
|
139
|
-
|
|
140
137
|
.rdf-list li {
|
|
141
138
|
border-bottom: inherit !important;
|
|
142
139
|
background-color: inherit !important;
|
|
143
140
|
}
|
|
144
141
|
|
|
145
|
-
|
|
142
|
+
#wb-dependencies-classInClasses li .even-row:not(.active) {
|
|
146
143
|
background-color: #f8f7f7;
|
|
147
144
|
}
|
|
148
145
|
|
|
146
|
+
#wb-dependencies-classInClasses li .odd-row:not(.active) {
|
|
147
|
+
background-color: #ffffff;
|
|
148
|
+
}
|
|
149
|
+
|
|
149
150
|
.rdf-list li div {
|
|
150
151
|
padding-top: 5px;
|
|
151
152
|
padding-bottom: 5px;
|
package/dist/css/import.css
CHANGED
package/dist/i18n/locale-en.json
CHANGED
|
@@ -925,6 +925,7 @@
|
|
|
925
925
|
"enable.for.auto.start": "Enable this option to start the import when you click the Import button. If it is disabled the import will be added to the list but not started automatically.",
|
|
926
926
|
"auto.start": "Start import automatically",
|
|
927
927
|
"data.from.url": "Import RDF data from URL",
|
|
928
|
+
"format": "Format",
|
|
928
929
|
"supported.url.with.rdf": "URL with RDF data. Supported formats are",
|
|
929
930
|
"invalid.url": "Not valid url!",
|
|
930
931
|
"gz.zip": ", as well as their .gz versions and .zip archives",
|
package/dist/i18n/locale-fr.json
CHANGED
|
@@ -933,6 +933,7 @@
|
|
|
933
933
|
"enable.for.auto.start": "Activez cette option pour lancer l'importation lorsque vous cliquez sur le bouton Importer. Si elle est désactivée, l'importation sera ajoutée à la liste mais ne démarrera pas automatiquement.",
|
|
934
934
|
"auto.start": "Démarrer l'importation automatiquement",
|
|
935
935
|
"data.from.url": "Importer des données RDF depuis une URL",
|
|
936
|
+
"format": "Format",
|
|
936
937
|
"supported.url.with.rdf": "URL avec des données RDF. Les formats supportés sont",
|
|
937
938
|
"invalid.url": "URL non valide!",
|
|
938
939
|
"gz.zip": "ainsi que leurs versions .gz et leurs archives .zip.",
|
package/dist/index.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<link rel="apple-touch-icon-precomposed" href="icon.png">
|
|
15
15
|
|
|
16
|
-
<script src="plugin-registry.js?v=2.7.
|
|
17
|
-
<script src="plugins.js?v=2.7.
|
|
16
|
+
<script src="plugin-registry.js?v=2.7.5-TR1"></script>
|
|
17
|
+
<script src="plugins.js?v=2.7.5-TR1"></script>
|
|
18
18
|
<link rel="shortcut icon" href="icon.png"><link href="vendor.c3e18291118da6a85719.css" rel="stylesheet"><link href="main.98c547eac0aca6db48bb.css" rel="stylesheet"></head>
|
|
19
19
|
|
|
20
20
|
<body>
|
|
@@ -164,6 +164,6 @@
|
|
|
164
164
|
<object data="img/graphdb-splash.1ef2940889acddc03c7defb3f9f41f8d.svg"></object>
|
|
165
165
|
<div>GraphDB Workbench is loading...</div>
|
|
166
166
|
</div>
|
|
167
|
-
<script type="text/javascript" src="vendor.d77483a768aebf5b9e51.bundle.js"></script><script type="text/javascript" src="main.d87062391e6bd2af135a.bundle.js"></script><script type="text/javascript" src="bundle.
|
|
167
|
+
<script type="text/javascript" src="vendor.d77483a768aebf5b9e51.bundle.js"></script><script type="text/javascript" src="main.d87062391e6bd2af135a.bundle.js"></script><script type="text/javascript" src="bundle.3850162bec7f31d85e64.bundle.js"></script></body>
|
|
168
168
|
|
|
169
169
|
</html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/operations-statuses-monitor.css?v=2.7.
|
|
1
|
+
<link href="css/operations-statuses-monitor.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<div ng-if="activeOperations && activeOperations.operations && activeOperations.operations.length > 0"
|
|
4
4
|
class="operations-statuses btn-group">
|
package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/rdf-resource-search.css?v=2.7.
|
|
1
|
+
<link href="css/rdf-resource-search.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<div ng-if="getActiveRepository() && hasActiveLocation() && isNotLoading()" ng-cloak>
|
|
4
4
|
<div id="search-box" class="card search-rdf-input" ng-keydown="onKeyDown($event)" ng-if="!isHomePage()">
|
|
@@ -823,13 +823,13 @@
|
|
|
823
823
|
"licenseText": "MIT License\n\nCopyright (c) 2016 Jimmy Karl Roland Wärting\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
|
|
824
824
|
"copyright": "Copyright (c) 2016 Jimmy Karl Roland Wärting"
|
|
825
825
|
},
|
|
826
|
-
"graphdb-workbench@2.7.
|
|
826
|
+
"graphdb-workbench@2.7.5-TR1": {
|
|
827
827
|
"licenses": "Apache-2.0",
|
|
828
828
|
"repository": "https://github.com/Ontotext-AD/graphdb-workbench",
|
|
829
829
|
"publisher": "\"Sirma AI\" JSC, trading as Ontotext",
|
|
830
830
|
"url": "https://www.ontotext.com/",
|
|
831
831
|
"name": "graphdb-workbench",
|
|
832
|
-
"version": "2.7.
|
|
832
|
+
"version": "2.7.5-TR1",
|
|
833
833
|
"description": "The web application for GraphDB APIs",
|
|
834
834
|
"path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release"
|
|
835
835
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/aclmanagement.css?v=2.7.
|
|
2
|
-
<link href="css/autocomplete-select.css?v=2.7.
|
|
1
|
+
<link href="css/aclmanagement.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
|
+
<link href="css/autocomplete-select.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div class="acl-management-view">
|
|
5
5
|
<h1 id="acl-management-view-title">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/clustermanagement.css?v=2.7.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.7.
|
|
3
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.
|
|
1
|
+
<link href="css/clustermanagement.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
4
4
|
|
|
5
5
|
<title>{{'view.clusterManagement.title' | translate}}</title>
|
|
6
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/dependencies.css?v=2.7.
|
|
1
|
+
<link href="css/dependencies.css?v=2.7.5-TR1" rel="stylesheet">
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
<title>Explore Class Dependencies</title>
|
|
@@ -125,9 +125,13 @@
|
|
|
125
125
|
<div class="col-sm-6">{{'links.label' | translate}}</div>
|
|
126
126
|
</div>
|
|
127
127
|
<ul ui-scroll-viewport id="wb-dependencies-classInClasses" class="rdf-list row">
|
|
128
|
-
<li ui-scroll="class in datasource" adapter="adapterContainer.adapter" class="item class-row col-sm-12 row"
|
|
128
|
+
<li ui-scroll="class in datasource" buffer-size="70" padding="1" adapter="adapterContainer.adapter" class="item class-row col-sm-12 row"
|
|
129
129
|
padding="li">
|
|
130
|
-
|
|
130
|
+
<div class="col-sm-11 row deps-data" ng-class="{
|
|
131
|
+
'active': isClassByNameShown(class.name),
|
|
132
|
+
'even-row': $index % 2 === 0,
|
|
133
|
+
'odd-row': $index % 2 !== 0
|
|
134
|
+
}">
|
|
131
135
|
<div class="col-sm-8 col-md-8 deps-class-name">
|
|
132
136
|
{{class.name}}
|
|
133
137
|
</div>
|
|
@@ -138,11 +142,11 @@
|
|
|
138
142
|
<div class="related-arrow col-sm-1 col-md-1" gdb-tooltip="{{'related.classes.label' | translate}}"
|
|
139
143
|
ng-click="showClass(class)">
|
|
140
144
|
<em class="fa fa-exchange pointer related-classes"
|
|
141
|
-
|
|
145
|
+
ng-show="class.inConnectionsSum > 0 && class.outConnectionsSum > 0"></em>
|
|
142
146
|
<em class="fa fa-long-arrow-left related-classes"
|
|
143
|
-
|
|
147
|
+
ng-show="class.inConnectionsSum > 0 && class.outConnectionsSum == 0"></em>
|
|
144
148
|
<em class="fa fa-long-arrow-right related-classes"
|
|
145
|
-
|
|
149
|
+
ng-show="class.inConnectionsSum == 0 && class.outConnectionsSum > 0 "></em>
|
|
146
150
|
</div>
|
|
147
151
|
</div>
|
|
148
152
|
<div class="plusminus col-sm-1 col-md-1">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/domain-range-graph.css?v=2.7.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.7.
|
|
1
|
+
<link href="css/domain-range-graph.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<title>Explore Data Graph</title>
|
|
5
5
|
|
package/dist/pages/edit.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.7.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.7.5-TR1" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<div core-errors></div>
|
|
4
|
-
<div class="page" ng-show="getActiveRepository()">
|
|
3
|
+
<div core-errors write></div>
|
|
4
|
+
<div class="page" ng-show="getActiveRepository() && hasAdminRole()">
|
|
5
5
|
<div class="resource-info">
|
|
6
6
|
<div class="thumb" ng-show="{{details.img}}">
|
|
7
7
|
<a href="{{details.img}}"><img ng-src="{{details.img}}" alt="details image"/></a>
|
package/dist/pages/explore.html
CHANGED
package/dist/pages/export.html
CHANGED
package/dist/pages/find.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/graphs-config.css?v=2.7.
|
|
1
|
+
<link href="css/graphs-config.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<h1>
|
|
4
4
|
{{title}}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<label class="start-mode search image-label d-flex" ng-class="{'active': newConfig.startMode === 'search'}">
|
|
60
60
|
<input type="radio" class="form-check-input" id="checkboxSuccessSearch"
|
|
61
61
|
ng-model="newConfig.startMode" value="search">
|
|
62
|
-
<img class="image-label-image" src="css/images/search.png?v=2.7.
|
|
62
|
+
<img class="image-label-image" src="css/images/search.png?v=2.7.5-TR1" alt="search image"
|
|
63
63
|
width="100%">
|
|
64
64
|
<div class="image-label-content">
|
|
65
65
|
<h5>{{'start.with.search.box' | translate}}</h5>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<label class="start-mode node image-label d-flex" ng-class="{'active': newConfig.startMode === 'node'}">
|
|
71
71
|
<input type="radio" class="form-check-input" id="checkboxSuccessNode" ng-model="newConfig.startMode"
|
|
72
72
|
value="node">
|
|
73
|
-
<img class="image-label-image" src="css/images/node.png?v=2.7.
|
|
73
|
+
<img class="image-label-image" src="css/images/node.png?v=2.7.5-TR1" alt="node image"
|
|
74
74
|
width="100%">
|
|
75
75
|
<div class="image-label-content">
|
|
76
76
|
<h5>{{'start.with.fixed.node' | translate}}</h5>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<label class="start-mode query image-label d-flex" ng-class="{'active': newConfig.startMode === 'query'}">
|
|
82
82
|
<input type="radio" class="form-check-input" data-cy="graph-config-by-graph-query-checkbox"
|
|
83
83
|
ng-model="newConfig.startMode" value="query">
|
|
84
|
-
<img class="image-label-image" src="css/images/query.png?v=2.7.
|
|
84
|
+
<img class="image-label-image" src="css/images/query.png?v=2.7.5-TR1" alt="query image"
|
|
85
85
|
width="100%">
|
|
86
86
|
<div class="image-label-content">
|
|
87
87
|
<h5>{{'query.results.start' | translate}}</h5>
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{{'sample.query.used' | translate}}</p>
|
|
129
129
|
</div>
|
|
130
130
|
<div>
|
|
131
|
-
<img src="css/images/expand.png?v=2.7.
|
|
131
|
+
<img src="css/images/expand.png?v=2.7.5-TR1" class="info-box-img" height="220"
|
|
132
132
|
alt="expand image">
|
|
133
133
|
</div>
|
|
134
134
|
</div>
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
{{'sample.query.used' | translate}}</p>
|
|
157
157
|
</div>
|
|
158
158
|
<div>
|
|
159
|
-
<img src="css/images/labels-size.png?v=2.7.
|
|
159
|
+
<img src="css/images/labels-size.png?v=2.7.5-TR1" class="info-box-img" height="220"
|
|
160
160
|
alt="labels size image">
|
|
161
161
|
</div>
|
|
162
162
|
</div>
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
<p>{{'query.is.optional.local.name' | translate}}</p>
|
|
180
180
|
</div>
|
|
181
181
|
<div>
|
|
182
|
-
<img src="css/images/predicates.png?v=2.7.
|
|
182
|
+
<img src="css/images/predicates.png?v=2.7.5-TR1" class="info-box-img" height="220"
|
|
183
183
|
alt="predicates image">
|
|
184
184
|
</div>
|
|
185
185
|
</div>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
{{'sample.query.used' | translate}}</p>
|
|
212
212
|
</div>
|
|
213
213
|
<div>
|
|
214
|
-
<img src="css/images/side-panel.png?v=2.7.
|
|
214
|
+
<img src="css/images/side-panel.png?v=2.7.5-TR1" class="info-box-img" height="220"
|
|
215
215
|
alt="side panel image">
|
|
216
216
|
</div>
|
|
217
217
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<link href="css/graphs-vizualizations.css?v=2.7.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.7.
|
|
3
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.
|
|
4
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.
|
|
1
|
+
<link href="css/graphs-vizualizations.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
5
5
|
|
|
6
6
|
<div class="container-fluid">
|
|
7
7
|
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
<tr ng-repeat="config in graphConfigs">
|
|
132
132
|
<td width="20">
|
|
133
133
|
<a href ng-click="goToGraphConfig(config)">
|
|
134
|
-
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.7.
|
|
135
|
-
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.7.
|
|
136
|
-
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.7.
|
|
134
|
+
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.7.5-TR1" alt="" width="64" uib-popover="{{'visual.config.search.box.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
135
|
+
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.7.5-TR1" alt="" width="64" uib-popover="{{'visual.config.fixed.resource.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
136
|
+
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.7.5-TR1" alt="" data-cy="graph-config-starting-point-query-results" width="64" uib-popover="{{'visual.config.query.results.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
137
137
|
</a>
|
|
138
138
|
</td>
|
|
139
139
|
<td>
|
package/dist/pages/guides.html
CHANGED
package/dist/pages/import.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link rel="stylesheet" type="text/css" href="css/import.css?v=2.7.
|
|
2
|
-
<link rel="stylesheet" type="text/css" href="css/import-resource-tree.css?v=2.7.
|
|
1
|
+
<link rel="stylesheet" type="text/css" href="css/import.css?v=2.7.5-TR1">
|
|
2
|
+
<link rel="stylesheet" type="text/css" href="css/import-resource-tree.css?v=2.7.5-TR1">
|
|
3
3
|
|
|
4
4
|
<div id="wb-import">
|
|
5
5
|
<h1>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.7.
|
|
2
|
-
<link href="css/export.css?v=2.7.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.7.5-TR1" rel="stylesheet">
|
|
2
|
+
<link href="css/export.css?v=2.7.5-TR1" rel="stylesheet">
|
|
3
3
|
|
|
4
4
|
<title>Namespaces</title>
|
|
5
5
|
|
package/dist/pages/plugins.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/rdf-class-hierarchy.css?v=2.7.
|
|
2
|
-
<link href="css/rdf-class-hierarchy-labels.css?v=2.7.
|
|
3
|
-
<link href="css/rdf-details-side-panel.css?v=2.7.
|
|
4
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=2.7.
|
|
5
|
-
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.7.
|
|
6
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.
|
|
7
|
-
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.7.
|
|
1
|
+
<link href="css/rdf-class-hierarchy.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-class-hierarchy-labels.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
|
+
<link href="css/rdf-details-side-panel.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
5
|
+
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
6
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
7
|
+
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<title>Explore Data Graph</title>
|
|
10
10
|
|
|
@@ -102,7 +102,8 @@
|
|
|
102
102
|
<span class="icon-info text-tertiary"></span>
|
|
103
103
|
</span>
|
|
104
104
|
</p>
|
|
105
|
-
<rzslider
|
|
105
|
+
<rzslider id="rzslider"
|
|
106
|
+
rz-slider-model="classCountSlider.value"
|
|
106
107
|
rz-slider-options="classCountSlider.options"
|
|
107
108
|
ng-hide="isSystemRepository()"></rzslider>
|
|
108
109
|
</div>
|
package/dist/pages/rdfrank.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/rdfrank.css?v=2.7.
|
|
2
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.
|
|
1
|
+
<link href="css/rdfrank.css?v=2.7.5-TR1" rel="stylesheet">
|
|
2
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div id="rdfRank" class="page">
|
|
5
5
|
<h1>
|
package/dist/pages/ux-test1.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<link rel="stylesheet" type="text/css" href="css/ux-test1.css">
|
|
2
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=2.7.
|
|
2
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=2.7.5-TR1" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div class="content-wrapper">
|
|
5
5
|
<div core-errors></div>
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
{{'sample.query.used' | translate}}</p>
|
|
443
443
|
</div>
|
|
444
444
|
<div>
|
|
445
|
-
<img src="css/images/expand.png?v=2.7.
|
|
445
|
+
<img src="css/images/expand.png?v=2.7.5-TR1" class="info-box-img" height="220"
|
|
446
446
|
alt="expand image">
|
|
447
447
|
</div>
|
|
448
448
|
</div>
|
package/dist/pages/webapi.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
<link href='css/lib/swagger-ui.min.css?v=2.7.
|
|
3
|
-
<link href='css/swagger.custom.css?v=2.7.
|
|
2
|
+
<link href='css/lib/swagger-ui.min.css?v=2.7.5-TR1' rel='stylesheet' type='text/css'/>
|
|
3
|
+
<link href='css/swagger.custom.css?v=2.7.5-TR1' rel='stylesheet' type='text/css'/>
|
|
4
4
|
|
|
5
5
|
<h1>
|
|
6
6
|
{{title}}
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<title>Swagger UI</title>
|
|
7
|
-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css?v=2.7.
|
|
8
|
-
<link rel="stylesheet" type="text/css" href="./index.css?v=2.7.
|
|
9
|
-
<link rel="icon" type="image/png" href="./favicon-32x32.png?v=2.7.
|
|
10
|
-
<link rel="icon" type="image/png" href="./favicon-16x16.png?v=2.7.
|
|
11
|
-
<link href='../../css/common.css?v=2.7.
|
|
12
|
-
<link href='css/reset.css?v=2.7.
|
|
13
|
-
<link href='css/screen.css?v=2.7.
|
|
14
|
-
<link href='css/onto-theme.css?v=2.7.
|
|
15
|
-
<link href='css/print.css?v=2.7.
|
|
7
|
+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css?v=2.7.5-TR1" />
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="./index.css?v=2.7.5-TR1" />
|
|
9
|
+
<link rel="icon" type="image/png" href="./favicon-32x32.png?v=2.7.5-TR1" sizes="32x32" />
|
|
10
|
+
<link rel="icon" type="image/png" href="./favicon-16x16.png?v=2.7.5-TR1" sizes="16x16" />
|
|
11
|
+
<link href='../../css/common.css?v=2.7.5-TR1' media='screen' rel='stylesheet' type='text/css'/>
|
|
12
|
+
<link href='css/reset.css?v=2.7.5-TR1' media='screen' rel='stylesheet' type='text/css'/>
|
|
13
|
+
<link href='css/screen.css?v=2.7.5-TR1' media='screen' rel='stylesheet' type='text/css'/>
|
|
14
|
+
<link href='css/onto-theme.css?v=2.7.5-TR1' media='screen' rel='stylesheet' type='text/css'/>
|
|
15
|
+
<link href='css/print.css?v=2.7.5-TR1' media='print' rel='stylesheet' type='text/css'/>
|
|
16
16
|
</head>
|
|
17
17
|
|
|
18
18
|
<body class="swagger-section">
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<br>
|
|
22
22
|
<br>
|
|
23
23
|
<div id="swagger-ui-container-rdf4j" class="swagger-ui-wrap"></div>
|
|
24
|
-
<script src="./swagger-ui-bundle.js?v=2.7.
|
|
25
|
-
<script src="./swagger-ui-standalone-preset.js?v=2.7.
|
|
26
|
-
<script src="./swagger-initializer.js?v=2.7.
|
|
24
|
+
<script src="./swagger-ui-bundle.js?v=2.7.5-TR1" charset="UTF-8"> </script>
|
|
25
|
+
<script src="./swagger-ui-standalone-preset.js?v=2.7.5-TR1" charset="UTF-8"> </script>
|
|
26
|
+
<script src="./swagger-initializer.js?v=2.7.5-TR1" charset="UTF-8"> </script>
|
|
27
27
|
</body>
|
|
28
28
|
</html>
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
arr = qp.split("&");
|
|
22
22
|
arr.forEach(function (v,i,_arr) { _arr[i] = '"' + v.replace('=', '":"') + '"';});
|
|
23
23
|
qp = qp ? JSON.parse('{' + arr.join() + '}',
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
function (key, value) {
|
|
25
|
+
return key === "" ? value : decodeURIComponent(value);
|
|
26
|
+
}
|
|
27
27
|
) : {};
|
|
28
28
|
|
|
29
29
|
isValid = qp.state === sentState;
|
|
30
30
|
|
|
31
31
|
if ((
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
oauth2.auth.schema.get("flow") === "accessCode" ||
|
|
33
|
+
oauth2.auth.schema.get("flow") === "authorizationCode" ||
|
|
34
|
+
oauth2.auth.schema.get("flow") === "authorization_code"
|
|
35
35
|
) && !oauth2.auth.code) {
|
|
36
36
|
if (!isValid) {
|
|
37
37
|
oauth2.errCb({
|