graphdb-workbench 2.1.0-RC3 → 2.1.0-RC4
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/11.7e4dcae789c43fc6131e.bundle.js +1 -1
- package/dist/11.7e4dcae789c43fc6131e.bundle.js.map +1 -1
- package/dist/134.674fc334ea03aadba240.bundle.js +1 -1
- package/dist/134.674fc334ea03aadba240.bundle.js.map +1 -1
- package/dist/18.b39247b09bf69883801d.bundle.js +1 -1
- package/dist/18.b39247b09bf69883801d.bundle.js.map +1 -1
- package/dist/25.4aee6f444ae15b393a95.bundle.js +1 -1
- package/dist/25.4aee6f444ae15b393a95.bundle.js.map +1 -1
- package/dist/30.aa58eb05e16cb046b2bc.bundle.js +1 -1
- package/dist/30.aa58eb05e16cb046b2bc.bundle.js.map +1 -1
- package/dist/31.27bb6cb77874c106bdf3.bundle.js +1 -1
- package/dist/31.27bb6cb77874c106bdf3.bundle.js.map +1 -1
- package/dist/82.5546d65e41f31a410b86.bundle.js +1 -1
- package/dist/82.5546d65e41f31a410b86.bundle.js.map +1 -1
- package/dist/bundle.22ecad5921060aa35ed6.bundle.js +2 -2
- package/dist/bundle.22ecad5921060aa35ed6.bundle.js.map +1 -1
- package/dist/i18n/locale-en.json +4 -3
- package/dist/index.html +2 -2
- package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
- 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 +4 -4
- package/dist/pages/dependencies.html +1 -1
- package/dist/pages/domainRangeInfo.html +2 -2
- package/dist/pages/edit.html +1 -1
- 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 +11 -11
- package/dist/pages/graphs-visualizations.html +7 -7
- package/dist/pages/guides.html +1 -1
- package/dist/pages/import.html +1 -1
- package/dist/pages/jdbc-create.html +5 -5
- package/dist/pages/monitor/queries.html +1 -1
- package/dist/pages/monitor/resources.html +2 -2
- package/dist/pages/namespaces.html +2 -2
- package/dist/pages/plugins.html +1 -1
- package/dist/pages/rdfClassHierarchyInfo.html +7 -7
- package/dist/pages/rdfrank.html +2 -2
- package/dist/pages/repositories.html +2 -2
- package/dist/pages/repository.html +12 -2
- package/dist/pages/similarity-indexes.html +1 -1
- package/dist/pages/sparql-template-create.html +5 -5
- package/dist/pages/sparql.html +3 -3
- package/dist/pages/webapi.html +2 -2
- package/dist/res/swagger/index.html +27 -27
- package/package.json +1 -1
package/dist/i18n/locale-en.json
CHANGED
|
@@ -546,8 +546,8 @@
|
|
|
546
546
|
"menu.sparql.label": "SPARQL",
|
|
547
547
|
"menu.monitor.label": "Monitor",
|
|
548
548
|
"menu.queries.and.updates.label": "Queries and Updates",
|
|
549
|
-
"menu.enableFtsIndex.label": "Enable full-text search",
|
|
550
|
-
"menu.ftsIndexes.label": "
|
|
549
|
+
"menu.enableFtsIndex.label": "Enable full-text search (FTS) index",
|
|
550
|
+
"menu.ftsIndexes.label": "FTS indexes to build (comma delimited)",
|
|
551
551
|
"menu.ftsStringLiteralsIndex.label": "FTS index for xsd:string literals",
|
|
552
552
|
"menu.ftsIrisIndex.label": "FTS index for full-text indexing of IRIs",
|
|
553
553
|
"menu.ftsDefaultAnalyzer.label": "Analyzer for the default index",
|
|
@@ -971,6 +971,7 @@
|
|
|
971
971
|
"repoTooltips.shaclOptions.performanceLogging": "Log (INFO) the execution time per shape. It is recommended to disable parallel validation and caching of select nodes when this is enabled.",
|
|
972
972
|
"repoTooltips.shaclOptions.eclipseRdf4jShaclExtensions": "Activates RDF4J's SHACL extensions that provide additional functionality (experimental).",
|
|
973
973
|
"repoTooltips.shaclOptions.dashDataShapes": "Activates DASH Data Shapes extensions that provide additional functionality (experimental).",
|
|
974
|
+
"repoTooltips.shaclOptions.shapesGraph": "Sets the named graphs where SHACL shapes can be stored. The list is comma-delimited.",
|
|
974
975
|
"repoTooltips.entityIdSize": "Defines the bit size of internal IDs used to index entities (URIs, blank nodes, literals, and RDF* embedded triples).<br>Use 40 bit ID only if you expect more than 2 billion unique RDF values.",
|
|
975
976
|
"repoTooltips.enableContextIndex": "Builds an additional Context-Predicate-Subject-Object index to boost the SPARQL query performance of queries with GRAPH/FROM/FROM NAMED clauses.",
|
|
976
977
|
"repoTooltips.enablePredicateList": "Enables the mappings from an entity (subject or object) to its predicates; enabling it can significantly speed up queries that use wildcard predicate patterns.",
|
|
@@ -978,7 +979,7 @@
|
|
|
978
979
|
"repoTooltips.throwQueryEvaluationExceptionOnTimeout": "Repository throws QueryEvaluationException when the duration of a query execution exceeds the timeout parameter.",
|
|
979
980
|
"repoTooltips.queryLimitResults": "Sets the maximum number of results returned from a query after which the evaluation of a query will be terminated; values less than or equal to zero mean no limit.",
|
|
980
981
|
"repoTooltips.nonInterpretablePredicates": "Semicolon-delimited list of predicates (full URIs) that GraphDB will not try to process with the registered GraphDB plugins.",
|
|
981
|
-
"repoTooltips.enableFtsIndex": "Enable full-text search.",
|
|
982
|
+
"repoTooltips.enableFtsIndex": "Enable full-text search (FTS) index.",
|
|
982
983
|
"repoTooltips.ftsIndexes": "Comma delimited list of languages that should have specific index with appropriate analyzer for full-text search. Possible values are: default, iri, ar, bg, bn, br, ca, ja, ko, zh, ku, cz, da, de, el, en, es, et, eu, fa, fi, fr, ga, gl, hi, hu, hy, id, it, lt, lv, ne, nl, no, pt, ro, ru, sr, sv, ta, te, th, tr",
|
|
983
984
|
"repoTooltips.ftsStringLiteralsIndex": "The index in which the string literals (xsd:string) are indexed. Possible values are: none, default or 2 letter language code",
|
|
984
985
|
"repoTooltips.ftsIrisIndex": "The index in which the IRIs are indexed for full-text search. Possible values are: none, default or 2 letter language code",
|
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.1.0-
|
|
17
|
-
<script src="plugins.js?v=2.1.0-
|
|
16
|
+
<script src="plugin-registry.js?v=2.1.0-RC4"></script>
|
|
17
|
+
<script src="plugins.js?v=2.1.0-RC4"></script>
|
|
18
18
|
<link rel="shortcut icon" href="icon.png"><link href="vendor.a3516b61926a2af1a6d7.css" rel="stylesheet"><link href="main.54d7f307dd5e7377d0b8.css" rel="stylesheet"></head>
|
|
19
19
|
|
|
20
20
|
<body>
|
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.1.0-
|
|
1
|
+
<link href="css/rdf-resource-search.css?v=2.1.0-RC4" 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()">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/clustermanagement.css?v=2.1.0-
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.1.0-
|
|
3
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-
|
|
1
|
+
<link href="css/clustermanagement.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
3
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
5
|
<title>{{'view.clusterManagement.title' | translate}}</title>
|
|
6
6
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=2.1.0-
|
|
5
|
+
<link href="css/new-sparql.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=2.1.0-
|
|
7
|
+
<link href="css/graphs-config.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
<div class="container-fluid">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/domain-range-graph.css?v=2.1.0-
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.1.0-
|
|
1
|
+
<link href="css/domain-range-graph.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<title>Explore Data Graph</title>
|
|
5
5
|
|
package/dist/pages/edit.html
CHANGED
package/dist/pages/explore.html
CHANGED
package/dist/pages/export.html
CHANGED
package/dist/pages/find.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=2.1.0-
|
|
5
|
+
<link href="css/new-sparql.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=2.1.0-
|
|
7
|
+
<link href="css/graphs-config.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<h1>
|
|
10
10
|
{{title}}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<div class="image-label-container mb-3" ng-show="page == 1">
|
|
83
83
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'search'}">
|
|
84
84
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="search">
|
|
85
|
-
<img class="image-label-image" src="css/images/search.png?v=2.1.0-
|
|
85
|
+
<img class="image-label-image" src="css/images/search.png?v=2.1.0-RC4" alt="search image" width="100%">
|
|
86
86
|
<div class="image-label-content">
|
|
87
87
|
<h5>{{'start.with.search.box' | translate}}</h5>
|
|
88
88
|
<div>{{'choose.starting.point' | translate}}</div>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'node'}">
|
|
93
93
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="node">
|
|
94
|
-
<img class="image-label-image" src="css/images/node.png?v=2.1.0-
|
|
94
|
+
<img class="image-label-image" src="css/images/node.png?v=2.1.0-RC4" alt="node image" width="100%">
|
|
95
95
|
<div class="image-label-content">
|
|
96
96
|
<h5>{{'start.with.fixed.node' | translate}}</h5>
|
|
97
97
|
<div>{{'visual.graph.start' | translate}}</div>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
|
|
101
101
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'query'}">
|
|
102
102
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="query">
|
|
103
|
-
<img class="image-label-image" src="css/images/query.png?v=2.1.0-
|
|
103
|
+
<img class="image-label-image" src="css/images/query.png?v=2.1.0-RC4" alt="query image" width="100%">
|
|
104
104
|
<div class="image-label-content">
|
|
105
105
|
<h5>{{'query.results.start' | translate}}</h5>
|
|
106
106
|
<div>{{'results.start' | translate}}</div>
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
<p>{{'optional.query' | translate}} <em>{{getSampleName(samples[0], 'expandQuery')}}</em> {{'sample.query.used' | translate}}</p>
|
|
142
142
|
</div>
|
|
143
143
|
<div>
|
|
144
|
-
<img src="css/images/expand.png?v=2.1.0-
|
|
144
|
+
<img src="css/images/expand.png?v=2.1.0-RC4" class="info-box-img" height="220" alt="expand image">
|
|
145
145
|
</div>
|
|
146
146
|
</div>
|
|
147
147
|
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<p>{{'optional.query' | translate}} <em>{{getSampleName(samples[0], 'resourceQuery')}}</em> {{'sample.query.used' | translate}}</p>
|
|
168
168
|
</div>
|
|
169
169
|
<div>
|
|
170
|
-
<img src="css/images/labels-size.png?v=2.1.0-
|
|
170
|
+
<img src="css/images/labels-size.png?v=2.1.0-RC4" class="info-box-img" height="220" alt="labels size image">
|
|
171
171
|
</div>
|
|
172
172
|
</div>
|
|
173
173
|
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
<p>{{'query.is.optional.local.name' | translate}}</p>
|
|
187
187
|
</div>
|
|
188
188
|
<div>
|
|
189
|
-
<img src="css/images/predicates.png?v=2.1.0-
|
|
189
|
+
<img src="css/images/predicates.png?v=2.1.0-RC4" class="info-box-img" height="220" alt="predicates image">
|
|
190
190
|
</div>
|
|
191
191
|
</div>
|
|
192
192
|
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
<p>{{'optional.query' | translate}} <em>{{getSampleName(samples[0], 'resourcePropertiesQuery')}}</em> {{'sample.query.used' | translate}}</p>
|
|
212
212
|
</div>
|
|
213
213
|
<div>
|
|
214
|
-
<img src="css/images/side-panel.png?v=2.1.0-
|
|
214
|
+
<img src="css/images/side-panel.png?v=2.1.0-RC4" class="info-box-img" height="220" alt="side panel image">
|
|
215
215
|
</div>
|
|
216
216
|
</div>
|
|
217
217
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<link href="css/graphs-vizualizations.css?v=2.1.0-
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.1.0-
|
|
3
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.1.0-
|
|
4
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-
|
|
1
|
+
<link href="css/graphs-vizualizations.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
3
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
5
5
|
|
|
6
6
|
<div class="container-fluid">
|
|
7
7
|
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
<tr ng-repeat="config in graphConfigs">
|
|
139
139
|
<td width="20">
|
|
140
140
|
<a href ng-click="goToGraphConfig(config)">
|
|
141
|
-
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.1.0-
|
|
142
|
-
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.1.0-
|
|
143
|
-
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.1.0-
|
|
141
|
+
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.1.0-RC4" alt="" width="64" popover="{{'visual.config.search.box.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
142
|
+
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.1.0-RC4" alt="" width="64" popover="{{'visual.config.fixed.resource.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
143
|
+
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.1.0-RC4" alt="" width="64" popover="{{'visual.config.query.results.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
144
144
|
</a>
|
|
145
145
|
</td>
|
|
146
146
|
<td>
|
package/dist/pages/guides.html
CHANGED
package/dist/pages/import.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=2.1.0-
|
|
5
|
+
<link href="css/new-sparql.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=2.1.0-
|
|
7
|
+
<link href="css/graphs-config.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=2.1.0-
|
|
9
|
+
<link href="css/jdbc.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
10
10
|
|
|
11
11
|
<div class="container-fluid">
|
|
12
12
|
<h1>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
<link href="css/jmx.css?v=2.1.0-
|
|
2
|
+
<link href="css/jmx.css?v=2.1.0-RC4" rel="stylesheet" />
|
|
3
3
|
|
|
4
4
|
<!-- nvd3 css and js starts-->
|
|
5
|
-
<link href="js/lib/nvd3/nv.d3.css?v=2.1.0-
|
|
5
|
+
<link href="js/lib/nvd3/nv.d3.css?v=2.1.0-RC4" rel="stylesheet" />
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
<div class="hiddenVariables" style="display: none;">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
2
|
-
<link href="css/export.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
|
+
<link href="css/export.css?v=2.1.0-RC4" 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.1.0-
|
|
2
|
-
<link href="css/rdf-class-hierarchy-labels.css?v=2.1.0-
|
|
3
|
-
<link href="css/rdf-details-side-panel.css?v=2.1.0-
|
|
4
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=2.1.0-
|
|
5
|
-
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.1.0-
|
|
6
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-
|
|
7
|
-
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/rdf-class-hierarchy.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-class-hierarchy-labels.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
3
|
+
<link href="css/rdf-details-side-panel.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
5
|
+
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
7
|
+
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<title>Explore Data Graph</title>
|
|
10
10
|
|
package/dist/pages/rdfrank.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/rdfrank.css?v=2.1.0-
|
|
2
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/rdfrank.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div id="rdfRank" class="page">
|
|
5
5
|
<h1>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/repositories.css?v=2.1.0-
|
|
1
|
+
<link href="css/repositories.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
4
4
|
|
|
5
5
|
<h1>
|
|
6
6
|
{{title}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/repositories.css?v=2.1.0-
|
|
1
|
+
<link href="css/repositories.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
4
4
|
|
|
5
5
|
<div id="wb-repository">
|
|
6
6
|
<h1>{{pageTitle}}</h1>
|
|
@@ -254,6 +254,16 @@
|
|
|
254
254
|
</div>
|
|
255
255
|
</div>
|
|
256
256
|
</div>
|
|
257
|
+
<div class="row">
|
|
258
|
+
<div class="offset-xs-1 offset-md-4 offset-lg-3">
|
|
259
|
+
<label
|
|
260
|
+
class="col-lg-2 col-form-label">{{repositoryInfo.params.shapesGraph.label | translate}}</label>
|
|
261
|
+
<div class="col-lg-6" tooltip="{{'repoTooltips.shaclOptions.shapesGraph' | translate}}">
|
|
262
|
+
<input class="form-control" id="shapesGraph" type="text" name="shapesGraph"
|
|
263
|
+
ng-model="repositoryInfo.params.shapesGraph.value"/>
|
|
264
|
+
</div>
|
|
265
|
+
</div>
|
|
266
|
+
</div>
|
|
257
267
|
</div>
|
|
258
268
|
</div>
|
|
259
269
|
<h5>{{'repo.indexing.section' | translate}}</h5>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=2.1.0-
|
|
5
|
+
<link href="css/new-sparql.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=2.1.0-
|
|
7
|
+
<link href="css/graphs-config.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=2.1.0-
|
|
9
|
+
<link href="css/jdbc.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
10
10
|
|
|
11
11
|
<div class="container-fluid">
|
|
12
12
|
<h1>
|
package/dist/pages/sparql.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.1.0-RC4" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=2.1.0-
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=2.1.0-
|
|
5
|
+
<link href="css/new-sparql.css?v=2.1.0-RC4" rel="stylesheet"/>
|
|
6
6
|
<div id="wb-sparql">
|
|
7
7
|
|
|
8
8
|
<div ng-show="getActiveRepositoryNoError()" class="pull-right mt-1">
|
package/dist/pages/webapi.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
<link href='css/lib/swagger-ui.min.css?v=2.1.0-
|
|
3
|
-
<link href='css/swagger.custom.css?v=2.1.0-
|
|
2
|
+
<link href='css/lib/swagger-ui.min.css?v=2.1.0-RC4' rel='stylesheet' type='text/css'/>
|
|
3
|
+
<link href='css/swagger.custom.css?v=2.1.0-RC4' rel='stylesheet' type='text/css'/>
|
|
4
4
|
|
|
5
5
|
<h1>
|
|
6
6
|
{{title}}
|
|
@@ -3,37 +3,37 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<title>Swagger UI</title>
|
|
6
|
-
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=2.1.0-
|
|
7
|
-
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=2.1.0-
|
|
8
|
-
<link href='../../css/common.css?v=2.1.0-
|
|
9
|
-
<link href='css/reset.css?v=2.1.0-
|
|
10
|
-
<link href='css/screen.css?v=2.1.0-
|
|
11
|
-
<link href='css/onto-theme.css?v=2.1.0-
|
|
12
|
-
<link href='css/reset.css?v=2.1.0-
|
|
13
|
-
<link href='css/print.css?v=2.1.0-
|
|
14
|
-
<link href='css/onto-theme.css?v=2.1.0-
|
|
6
|
+
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=2.1.0-RC4" sizes="32x32"/>
|
|
7
|
+
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=2.1.0-RC4" sizes="16x16"/>
|
|
8
|
+
<link href='../../css/common.css?v=2.1.0-RC4' media='screen' rel='stylesheet' type='text/css'/>
|
|
9
|
+
<link href='css/reset.css?v=2.1.0-RC4' media='screen' rel='stylesheet' type='text/css'/>
|
|
10
|
+
<link href='css/screen.css?v=2.1.0-RC4' media='screen' rel='stylesheet' type='text/css'/>
|
|
11
|
+
<link href='css/onto-theme.css?v=2.1.0-RC4' media='screen' rel='stylesheet' type='text/css'/>
|
|
12
|
+
<link href='css/reset.css?v=2.1.0-RC4' media='print' rel='stylesheet' type='text/css'/>
|
|
13
|
+
<link href='css/print.css?v=2.1.0-RC4' media='print' rel='stylesheet' type='text/css'/>
|
|
14
|
+
<link href='css/onto-theme.css?v=2.1.0-RC4' media='print' rel='stylesheet' type='text/css'/>
|
|
15
15
|
|
|
16
|
-
<script src='lib/object-assign-pollyfill.js?v=2.1.0-
|
|
17
|
-
<script src='lib/jquery-3.4.1.min.js?v=2.1.0-
|
|
18
|
-
<script src='lib/jquery.slideto.min.js?v=2.1.0-
|
|
19
|
-
<script src='lib/jquery.wiggle.min.js?v=2.1.0-
|
|
16
|
+
<script src='lib/object-assign-pollyfill.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
17
|
+
<script src='lib/jquery-3.4.1.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
18
|
+
<script src='lib/jquery.slideto.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
19
|
+
<script src='lib/jquery.wiggle.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
20
20
|
|
|
21
|
-
<script src="lib/jquery-migrate-1.4.1.min.js?v=2.1.0-
|
|
22
|
-
<script src='lib/jquery.ba-bbq.min.js?v=2.1.0-
|
|
23
|
-
<script src='lib/handlebars.min-v4.7.3.js?v=2.1.0-
|
|
24
|
-
<script src='lib/lodash.min.js?v=2.1.0-
|
|
25
|
-
<script src='lib/backbone-min.js?v=2.1.0-
|
|
26
|
-
<script src='swagger-ui.js?v=2.1.0-
|
|
27
|
-
<script src='lib/highlight.9.1.0.pack.js?v=2.1.0-
|
|
28
|
-
<script src='lib/highlight.9.1.0.pack_extended.js?v=2.1.0-
|
|
29
|
-
<script src='lib/jsoneditor.min.js?v=2.1.0-
|
|
30
|
-
<script src='lib/marked.js?v=2.1.0-
|
|
31
|
-
<script src='lib/swagger-oauth.js?v=2.1.0-
|
|
21
|
+
<script src="lib/jquery-migrate-1.4.1.min.js?v=2.1.0-RC4"></script>
|
|
22
|
+
<script src='lib/jquery.ba-bbq.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
23
|
+
<script src='lib/handlebars.min-v4.7.3.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
24
|
+
<script src='lib/lodash.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
25
|
+
<script src='lib/backbone-min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
26
|
+
<script src='swagger-ui.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
27
|
+
<script src='lib/highlight.9.1.0.pack.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
28
|
+
<script src='lib/highlight.9.1.0.pack_extended.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
29
|
+
<script src='lib/jsoneditor.min.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
30
|
+
<script src='lib/marked.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
31
|
+
<script src='lib/swagger-oauth.js?v=2.1.0-RC4' type='text/javascript'></script>
|
|
32
32
|
|
|
33
33
|
<!-- Some basic translations -->
|
|
34
|
-
<!-- <script src='lang/translator.js?v=2.1.0-
|
|
35
|
-
<!-- <script src='lang/ru.js?v=2.1.0-
|
|
36
|
-
<!-- <script src='lang/en.js?v=2.1.0-
|
|
34
|
+
<!-- <script src='lang/translator.js?v=2.1.0-RC4' type='text/javascript'></script> -->
|
|
35
|
+
<!-- <script src='lang/ru.js?v=2.1.0-RC4' type='text/javascript'></script> -->
|
|
36
|
+
<!-- <script src='lang/en.js?v=2.1.0-RC4' type='text/javascript'></script> -->
|
|
37
37
|
|
|
38
38
|
<script type="text/javascript">
|
|
39
39
|
$(function () {
|