graphdb-workbench 2.6.2-TR3 → 2.6.2

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.
Files changed (63) hide show
  1. package/dist/12.72b1cf9c0b2a0cf0e39b.bundle.js +1 -0
  2. package/dist/131.f41a0b6b9036447b1077.bundle.js +1 -1
  3. package/dist/16.af6bc53be819045291bd.bundle.js +1 -1
  4. package/dist/242.7be67f4aaa4647098043.bundle.js +1 -0
  5. package/dist/257.943f597bddc0d65103c5.bundle.js +1 -1
  6. package/dist/259.2c88332b7f1b47935a47.bundle.js +1 -1
  7. package/dist/260.d745422c537bdd9647bb.bundle.js +1 -1
  8. package/dist/261.7efff7f93f61f061f5ca.bundle.js +1 -1
  9. package/dist/27.92bfb161b420732902a3.bundle.js +1 -1
  10. package/dist/28.2e0277168c8f14f9c085.bundle.js +1 -1
  11. package/dist/288.6cef162ec3cec3cde603.bundle.js +1 -1
  12. package/dist/40.53352fda81f370182e99.bundle.js +1 -1
  13. package/dist/5.f15016e5e47214a9bc88.bundle.js +1 -0
  14. package/dist/63.dbce2c16115eac52fed2.bundle.js +1 -1
  15. package/dist/96.53f0a874878aedfa987a.bundle.js +1 -0
  16. package/dist/{bundle.4ff8ba3c9d9d1eac7a29.bundle.js → bundle.67ed0787383a638da8e9.bundle.js} +2 -2
  17. package/dist/css/bootstrap-graphdb-theme-dark-auto.css +4 -0
  18. package/dist/css/clustermanagement.css +5 -1
  19. package/dist/i18n/locale-en.json +2 -1
  20. package/dist/i18n/locale-fr.json +2 -1
  21. package/dist/index.html +4 -4
  22. package/dist/js/angular/core/directives/autocomplete/templates/autocomplete.html +1 -1
  23. package/dist/js/angular/core/directives/operations-statuses-monitor/templates/operations-statuses-monitor.html +1 -1
  24. package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
  25. package/dist/js/angular/core/directives/yasgui-component/templates/yasgui-component.html +1 -1
  26. package/dist/js/angular/security/templates/user.html +1 -1
  27. package/dist/license-checker.json +4 -4
  28. package/dist/{main.cd9080d130335332d006.css → main.b830c2fc237abd684f41.css} +1 -1
  29. package/dist/pages/aclmanagement.html +2 -2
  30. package/dist/pages/autocomplete.html +1 -1
  31. package/dist/pages/choose-repository-type.html +1 -1
  32. package/dist/pages/cluster-management/clusterInfo.html +3 -3
  33. package/dist/pages/create-index.html +1 -1
  34. package/dist/pages/dependencies.html +1 -1
  35. package/dist/pages/domainRangeInfo.html +2 -2
  36. package/dist/pages/edit.html +1 -1
  37. package/dist/pages/explore.html +1 -1
  38. package/dist/pages/export.html +1 -1
  39. package/dist/pages/find.html +1 -1
  40. package/dist/pages/graph-config/saveGraphConfig.html +8 -8
  41. package/dist/pages/graphs-visualizations.html +7 -7
  42. package/dist/pages/guides.html +1 -1
  43. package/dist/pages/import.html +1 -1
  44. package/dist/pages/jdbc-create.html +1 -1
  45. package/dist/pages/monitor/backup-and-restore.html +1 -1
  46. package/dist/pages/monitor/queries.html +1 -1
  47. package/dist/pages/monitor/resources.html +1 -1
  48. package/dist/pages/namespaces.html +2 -2
  49. package/dist/pages/plugins.html +1 -1
  50. package/dist/pages/rdfClassHierarchyInfo.html +7 -7
  51. package/dist/pages/rdfrank.html +2 -2
  52. package/dist/pages/repositories.html +1 -1
  53. package/dist/pages/repository.html +1 -1
  54. package/dist/pages/similarity-indexes.html +1 -1
  55. package/dist/pages/sparql-editor.html +1 -1
  56. package/dist/pages/sparql-template-create.html +1 -1
  57. package/dist/pages/webapi.html +2 -2
  58. package/dist/res/swagger/index.html +27 -27
  59. package/package.json +2 -2
  60. package/dist/12.75466fc44ea53c351a67.bundle.js +0 -1
  61. package/dist/242.3b1c3384513df758e880.bundle.js +0 -1
  62. package/dist/5.f58f4e96c07a6a7a0e06.bundle.js +0 -1
  63. package/dist/96.e01346a08ab153a02364.bundle.js +0 -1
@@ -1,4 +1,4 @@
1
- <link href="css/lib/angular-xeditable/xeditable.min.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/lib/angular-xeditable/xeditable.min.css?v=2.6.2" rel="stylesheet">
2
2
 
3
3
  <div core-errors></div>
4
4
  <div class="page" ng-show="getActiveRepository()">
@@ -1,4 +1,4 @@
1
- <link href="css/explore.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/explore.css?v=2.6.2" rel="stylesheet"/>
2
2
 
3
3
  <div core-errors></div>
4
4
  <div class="page fit-content-on-mobile">
@@ -1,4 +1,4 @@
1
- <link href="css/export.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/export.css?v=2.6.2" rel="stylesheet">
2
2
 
3
3
  <div id="wb-export">
4
4
 
@@ -1,4 +1,4 @@
1
- <link href="css/find.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/find.css?v=2.6.2" rel="stylesheet"/>
2
2
 
3
3
  <div class="page">
4
4
  <h1>
@@ -1,4 +1,4 @@
1
- <link href="css/graphs-config.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/graphs-config.css?v=2.6.2" 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.6.2-TR3" alt="search image"
62
+ <img class="image-label-image" src="css/images/search.png?v=2.6.2" 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.6.2-TR3" alt="node image"
73
+ <img class="image-label-image" src="css/images/node.png?v=2.6.2" 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.6.2-TR3" alt="query image"
84
+ <img class="image-label-image" src="css/images/query.png?v=2.6.2" 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.6.2-TR3" class="info-box-img" height="220"
131
+ <img src="css/images/expand.png?v=2.6.2" 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.6.2-TR3" class="info-box-img" height="220"
159
+ <img src="css/images/labels-size.png?v=2.6.2" 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.6.2-TR3" class="info-box-img" height="220"
182
+ <img src="css/images/predicates.png?v=2.6.2" 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.6.2-TR3" class="info-box-img" height="220"
214
+ <img src="css/images/side-panel.png?v=2.6.2" 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.6.2-TR3" rel="stylesheet"/>
2
- <link href="css/rdf-details-side-panel.css?v=2.6.2-TR3" rel="stylesheet"/>
3
- <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.6.2-TR3" rel="stylesheet"/>
4
- <link href="js/lib/d3-tip/d3-tip.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/graphs-vizualizations.css?v=2.6.2" rel="stylesheet"/>
2
+ <link href="css/rdf-details-side-panel.css?v=2.6.2" rel="stylesheet"/>
3
+ <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.6.2" rel="stylesheet"/>
4
+ <link href="js/lib/d3-tip/d3-tip.css?v=2.6.2" 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.6.2-TR3" 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.6.2-TR3" 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.6.2-TR3" alt="" data-cy="graph-config-starting-point-query-results" width="64" uib-popover="{{'visual.config.query.results.starting.point' | translate}}" popover-trigger="mouseenter">
134
+ <img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.6.2" 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.6.2" 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.6.2" 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>
@@ -1,4 +1,4 @@
1
- <link href="css/guides.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/guides.css?v=2.6.2" rel="stylesheet">
2
2
  <h1>
3
3
  {{title}}
4
4
  <span class="btn btn-link"
@@ -1,4 +1,4 @@
1
- <link rel="stylesheet" type="text/css" href="css/import.css?v=2.6.2-TR3">
1
+ <link rel="stylesheet" type="text/css" href="css/import.css?v=2.6.2">
2
2
 
3
3
  <div id="wb-import">
4
4
  <h1>
@@ -1,4 +1,4 @@
1
- <link href="css/jdbc-create.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/jdbc-create.css?v=2.6.2" rel="stylesheet">
2
2
 
3
3
  <div class="container-fluid fit-content-on-mobile" ng-if="!isLoading">
4
4
  <h1>
@@ -1,4 +1,4 @@
1
- <link href="css/backup-and-restore.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/backup-and-restore.css?v=2.6.2" rel="stylesheet"/>
2
2
  <div>
3
3
  <title>${messages.app.title} : ${messages.jmx.QueryMonitoringPage.title}</title>
4
4
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  <title>${messages.app.title} : ${messages.jmx.QueryMonitoringPage.title}</title>
5
5
 
6
- <link href="css/jmx.css?v=2.6.2-TR3" rel="stylesheet" />
6
+ <link href="css/jmx.css?v=2.6.2" rel="stylesheet" />
7
7
 
8
8
  <h1>
9
9
  {{title}}
@@ -1,4 +1,4 @@
1
- <link href="css/jmx.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/jmx.css?v=2.6.2" rel="stylesheet"/>
2
2
 
3
3
 
4
4
  <div class="hiddenVariables" style="display: none;">
@@ -1,5 +1,5 @@
1
- <link href="css/lib/angular-xeditable/xeditable.min.css?v=2.6.2-TR3" rel="stylesheet">
2
- <link href="css/export.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/lib/angular-xeditable/xeditable.min.css?v=2.6.2" rel="stylesheet">
2
+ <link href="css/export.css?v=2.6.2" rel="stylesheet">
3
3
 
4
4
  <title>Namespaces</title>
5
5
 
@@ -1,4 +1,4 @@
1
- <link href="css/plugins.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/plugins.css?v=2.6.2" rel="stylesheet">
2
2
  <div id="plugins" class="page">
3
3
  <h1>
4
4
  {{title}} {{'for.repository' | translate}} {{getActiveRepository()}}
@@ -1,10 +1,10 @@
1
- <link href="css/rdf-class-hierarchy.css?v=2.6.2-TR3" rel="stylesheet"/>
2
- <link href="css/rdf-class-hierarchy-labels.css?v=2.6.2-TR3" rel="stylesheet"/>
3
- <link href="css/rdf-details-side-panel.css?v=2.6.2-TR3" rel="stylesheet"/>
4
- <link href="js/lib/rzslider/rzslider.min.css?v=2.6.2-TR3" rel="stylesheet"/>
5
- <link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.6.2-TR3" rel="stylesheet"/>
6
- <link href="js/lib/d3-tip/d3-tip.css?v=2.6.2-TR3" rel="stylesheet"/>
7
- <link href="css/lib/animate/3.2.0/animate.min.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/rdf-class-hierarchy.css?v=2.6.2" rel="stylesheet"/>
2
+ <link href="css/rdf-class-hierarchy-labels.css?v=2.6.2" rel="stylesheet"/>
3
+ <link href="css/rdf-details-side-panel.css?v=2.6.2" rel="stylesheet"/>
4
+ <link href="js/lib/rzslider/rzslider.min.css?v=2.6.2" rel="stylesheet"/>
5
+ <link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.6.2" rel="stylesheet"/>
6
+ <link href="js/lib/d3-tip/d3-tip.css?v=2.6.2" rel="stylesheet"/>
7
+ <link href="css/lib/animate/3.2.0/animate.min.css?v=2.6.2" rel="stylesheet"/>
8
8
 
9
9
  <title>Explore Data Graph</title>
10
10
 
@@ -1,5 +1,5 @@
1
- <link href="css/rdfrank.css?v=2.6.2-TR3" rel="stylesheet">
2
- <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/rdfrank.css?v=2.6.2" rel="stylesheet">
2
+ <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.6.2" rel="stylesheet"/>
3
3
 
4
4
  <div id="rdfRank" class="page">
5
5
  <h1>
@@ -1,4 +1,4 @@
1
- <link href="css/repositories.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/repositories.css?v=2.6.2" rel="stylesheet">
2
2
 
3
3
  <h1>
4
4
  {{title}}
@@ -1,4 +1,4 @@
1
- <link href="css/repositories.css?v=2.6.2-TR3" rel="stylesheet">
1
+ <link href="css/repositories.css?v=2.6.2" rel="stylesheet">
2
2
 
3
3
  <div id="wb-repository">
4
4
  <h1>{{pageTitle}}</h1>
@@ -1,4 +1,4 @@
1
- <link href="css/similarity.css?v=2.6.2-TR3" rel='stylesheet' type='text/css'/>
1
+ <link href="css/similarity.css?v=2.6.2" rel='stylesheet' type='text/css'/>
2
2
 
3
3
  <div class="container-fluid">
4
4
 
@@ -1,4 +1,4 @@
1
- <link href="css/sparql-editor.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/sparql-editor.css?v=2.6.2" rel="stylesheet"/>
2
2
 
3
3
  <div class="sparql-editor-view">
4
4
  <h1 id="sparql-query-update-title-label">
@@ -1,4 +1,4 @@
1
- <link href="css/sparql-templates.css?v=2.6.2-TR3" rel="stylesheet"/>
1
+ <link href="css/sparql-templates.css?v=2.6.2" rel="stylesheet"/>
2
2
 
3
3
  <div class="container-fluid fit-content-on-mobile" ng-if="!queryIsRunning">
4
4
  <h1>
@@ -1,6 +1,6 @@
1
1
 
2
- <link href='css/lib/swagger-ui.min.css?v=2.6.2-TR3' rel='stylesheet' type='text/css'/>
3
- <link href='css/swagger.custom.css?v=2.6.2-TR3' rel='stylesheet' type='text/css'/>
2
+ <link href='css/lib/swagger-ui.min.css?v=2.6.2' rel='stylesheet' type='text/css'/>
3
+ <link href='css/swagger.custom.css?v=2.6.2' 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.6.2-TR3" sizes="32x32"/>
7
- <link rel="icon" type="image/png" href="images/favicon-16x16.png?v=2.6.2-TR3" sizes="16x16"/>
8
- <link href='../../css/common.css?v=2.6.2-TR3' media='screen' rel='stylesheet' type='text/css'/>
9
- <link href='css/reset.css?v=2.6.2-TR3' media='screen' rel='stylesheet' type='text/css'/>
10
- <link href='css/screen.css?v=2.6.2-TR3' media='screen' rel='stylesheet' type='text/css'/>
11
- <link href='css/onto-theme.css?v=2.6.2-TR3' media='screen' rel='stylesheet' type='text/css'/>
12
- <link href='css/reset.css?v=2.6.2-TR3' media='print' rel='stylesheet' type='text/css'/>
13
- <link href='css/print.css?v=2.6.2-TR3' media='print' rel='stylesheet' type='text/css'/>
14
- <link href='css/onto-theme.css?v=2.6.2-TR3' media='print' rel='stylesheet' type='text/css'/>
6
+ <link rel="icon" type="image/png" href="images/favicon-32x32.png?v=2.6.2" sizes="32x32"/>
7
+ <link rel="icon" type="image/png" href="images/favicon-16x16.png?v=2.6.2" sizes="16x16"/>
8
+ <link href='../../css/common.css?v=2.6.2' media='screen' rel='stylesheet' type='text/css'/>
9
+ <link href='css/reset.css?v=2.6.2' media='screen' rel='stylesheet' type='text/css'/>
10
+ <link href='css/screen.css?v=2.6.2' media='screen' rel='stylesheet' type='text/css'/>
11
+ <link href='css/onto-theme.css?v=2.6.2' media='screen' rel='stylesheet' type='text/css'/>
12
+ <link href='css/reset.css?v=2.6.2' media='print' rel='stylesheet' type='text/css'/>
13
+ <link href='css/print.css?v=2.6.2' media='print' rel='stylesheet' type='text/css'/>
14
+ <link href='css/onto-theme.css?v=2.6.2' media='print' rel='stylesheet' type='text/css'/>
15
15
 
16
- <script src='lib/object-assign-pollyfill.js?v=2.6.2-TR3' type='text/javascript'></script>
17
- <script src='lib/jquery-3.4.1.min.js?v=2.6.2-TR3' type='text/javascript'></script>
18
- <script src='lib/jquery.slideto.min.js?v=2.6.2-TR3' type='text/javascript'></script>
19
- <script src='lib/jquery.wiggle.min.js?v=2.6.2-TR3' type='text/javascript'></script>
16
+ <script src='lib/object-assign-pollyfill.js?v=2.6.2' type='text/javascript'></script>
17
+ <script src='lib/jquery-3.4.1.min.js?v=2.6.2' type='text/javascript'></script>
18
+ <script src='lib/jquery.slideto.min.js?v=2.6.2' type='text/javascript'></script>
19
+ <script src='lib/jquery.wiggle.min.js?v=2.6.2' type='text/javascript'></script>
20
20
 
21
- <script src="lib/jquery-migrate-1.4.1.min.js?v=2.6.2-TR3"></script>
22
- <script src='lib/jquery.ba-bbq.min.js?v=2.6.2-TR3' type='text/javascript'></script>
23
- <script src='lib/handlebars.min-v4.7.3.js?v=2.6.2-TR3' type='text/javascript'></script>
24
- <script src='lib/lodash.min.js?v=2.6.2-TR3' type='text/javascript'></script>
25
- <script src='lib/backbone-min.js?v=2.6.2-TR3' type='text/javascript'></script>
26
- <script src='swagger-ui.js?v=2.6.2-TR3' type='text/javascript'></script>
27
- <script src='lib/highlight.9.1.0.pack.js?v=2.6.2-TR3' type='text/javascript'></script>
28
- <script src='lib/highlight.9.1.0.pack_extended.js?v=2.6.2-TR3' type='text/javascript'></script>
29
- <script src='lib/jsoneditor.min.js?v=2.6.2-TR3' type='text/javascript'></script>
30
- <script src='lib/marked.js?v=2.6.2-TR3' type='text/javascript'></script>
31
- <script src='lib/swagger-oauth.js?v=2.6.2-TR3' type='text/javascript'></script>
21
+ <script src="lib/jquery-migrate-1.4.1.min.js?v=2.6.2"></script>
22
+ <script src='lib/jquery.ba-bbq.min.js?v=2.6.2' type='text/javascript'></script>
23
+ <script src='lib/handlebars.min-v4.7.3.js?v=2.6.2' type='text/javascript'></script>
24
+ <script src='lib/lodash.min.js?v=2.6.2' type='text/javascript'></script>
25
+ <script src='lib/backbone-min.js?v=2.6.2' type='text/javascript'></script>
26
+ <script src='swagger-ui.js?v=2.6.2' type='text/javascript'></script>
27
+ <script src='lib/highlight.9.1.0.pack.js?v=2.6.2' type='text/javascript'></script>
28
+ <script src='lib/highlight.9.1.0.pack_extended.js?v=2.6.2' type='text/javascript'></script>
29
+ <script src='lib/jsoneditor.min.js?v=2.6.2' type='text/javascript'></script>
30
+ <script src='lib/marked.js?v=2.6.2' type='text/javascript'></script>
31
+ <script src='lib/swagger-oauth.js?v=2.6.2' type='text/javascript'></script>
32
32
 
33
33
  <!-- Some basic translations -->
34
- <!-- <script src='lang/translator.js?v=2.6.2-TR3' type='text/javascript'></script> -->
35
- <!-- <script src='lang/ru.js?v=2.6.2-TR3' type='text/javascript'></script> -->
36
- <!-- <script src='lang/en.js?v=2.6.2-TR3' type='text/javascript'></script> -->
34
+ <!-- <script src='lang/translator.js?v=2.6.2' type='text/javascript'></script> -->
35
+ <!-- <script src='lang/ru.js?v=2.6.2' type='text/javascript'></script> -->
36
+ <!-- <script src='lang/en.js?v=2.6.2' type='text/javascript'></script> -->
37
37
 
38
38
  <script type="text/javascript">
39
39
  $(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench",
3
- "version": "2.6.2-TR3",
3
+ "version": "2.6.2",
4
4
  "description": "The web application for GraphDB APIs",
5
5
  "scripts": {
6
6
  "build": "webpack --config=webpack.config.prod.js",
@@ -106,7 +106,7 @@
106
106
  "ng-file-upload": "^12.2.13",
107
107
  "ng-tags-input": "^3.2.0",
108
108
  "oclazyload": "^1.1.0",
109
- "ontotext-yasgui-web-component": "1.2.5",
109
+ "ontotext-yasgui-web-component": "1.2.8",
110
110
  "shepherd.js": "^11.1.1"
111
111
  },
112
112
  "resolutions": {
@@ -1 +0,0 @@
1
- (window.webpackJsonp=window.webpackJsonp||[]).push([[12,96],{141:function(t,e,n){"use strict";n.r(e),n.d(e,"clusterColors",(function(){return r})),n.d(e,"createClusterSvgElement",(function(){return a})),n.d(e,"createClusterZone",(function(){return s})),n.d(e,"setCreateClusterZone",(function(){return c})),n.d(e,"updateClusterZoneLabels",(function(){return i})),n.d(e,"moveElement",(function(){return d})),n.d(e,"createNodes",(function(){return l})),n.d(e,"updateNodes",(function(){return u})),n.d(e,"createLinks",(function(){return p})),n.d(e,"updateLinks",(function(){return h})),n.d(e,"setLinkColor",(function(){return y})),n.d(e,"setLinkStyle",(function(){return g})),n.d(e,"positionNodesOnClusterZone",(function(){return S}));var o=n(110);const r={ontoOrange:"var(--primary-color)",ontoBlue:"var(--secondary-color)",ontoGreen:"var(--tertiary-color)",ontoGrey:"var(--gray-color)"};function a(t){return d3.select(t).append("svg")}function s(t){const e=t.append("g");return e.append("circle").classed("cluster-zone",!0).style("fill","transparent").style("stroke-width","2"),e}function c(t,e,n,o=!1){if(e.select(".cluster-zone").classed("no-cluster",!t).classed("has-access",o),t)e.selectAll("#no-cluster-zone").remove();else{const t=e.append("g").attr("id","no-cluster-zone");t.append("text").attr("id","no-cluster-label").text(n.no_cluster_configured).attr("y",-50).classed("h2",!0).style("text-anchor","middle"),o&&t.append("text").attr("id","create-cluster-label").classed("h3",!0).text(n.create_cluster_btn).style("text-anchor","middle"),t.append("text").attr("y",130).attr("class","icon-any repo").attr("fill",r.ontoOrange).style("text-anchor","middle").classed("settings-icon",!0).text("")}}function i(t,e,n){t||(e.select("#no-cluster-zone #no-cluster-label").text(n.no_cluster_configured),e.select("#no-cluster-zone #create-cluster-label").text(n.create_cluster_btn))}function d(t,e,n){t.attr("transform",()=>`translate(${e}, ${n})`)}function l(t,e,n){const o=t.enter().append("g").attr("id","node-group").classed("legend",n),r=o.merge(t).attr("id","node-group").classed("legend",n);return function(t,e){const n=Math.sqrt(3)/2,o=[[e+0,0],[e/2+0,e*n+0],[-e/2+0,e*n+0],[0-e,0],[-e/2+0,-e*n+0],[e/2+0,-e*n+0],[e+0,0],[e/2+0,e*n+0]];t.selectAll("path.area").data([o]).enter().append("path").attr("class","node member").attr("d",d3.line())}(o,e),t.exit().remove(),o.append("text").attr("class","icon-any node-icon"),function(t,e,n){const o=t.append("g");n?o.append("foreignObject").attr("y",e).attr("x",-e).attr("width",2*e).attr("height",10).attr("class","label-wrapper").append("xhtml:div").attr("class","id id-host"):(o.append("rect").attr("class","id-host-background").attr("rx",6),o.append("text").attr("y",e+15).attr("class","id id-host"),o.append("rect").attr("class","node-info-background").attr("rx",6),o.append("text").attr("y",e+45).attr("class","node-info-text"))}(o,e,n),r}function u(t){!function(t){t.select(".node-icon").classed("icon-any",(function(t){return!f(t)})).classed("fa-d3",f).text((function(t){return f(t)?function(t){if(_.isEmpty(t.recoveryStatus))return"";switch(t.recoveryStatus.state){case o.RecoveryState.SEARCHING_FOR_NODE:return"";case o.RecoveryState.WAITING_FOR_SNAPSHOT:return"";case o.RecoveryState.RECEIVING_SNAPSHOT:return"";case o.RecoveryState.APPLYING_SNAPSHOT:return"";case o.RecoveryState.BUILDING_SNAPSHOT:return"";case o.RecoveryState.SENDING_SNAPSHOT:return"";default:return""}}(t):function(t){if(t.nodeState===o.NodeState.LEADER)return"";if(t.nodeState===o.NodeState.FOLLOWER)return"";if(t.nodeState===o.NodeState.CANDIDATE)return"";if(t.nodeState===o.NodeState.NO_CONNECTION)return"";if(t.nodeState===o.NodeState.OUT_OF_SYNC)return"";if(t.nodeState===o.NodeState.READ_ONLY)return"";if(t.nodeState===o.NodeState.RESTRICTED)return"";return""}(t)}))}(t),function(t){t.select(".node.member").classed("leader",t=>t.nodeState===o.NodeState.LEADER).classed("follower",t=>t.nodeState===o.NodeState.FOLLOWER).classed("candidate",t=>t.nodeState===o.NodeState.CANDIDATE).classed("other",t=>t.nodeState!==o.NodeState.LEADER&&t.nodeState!==o.NodeState.FOLLOWER&&t.nodeState!==o.NodeState.CANDIDATE)}(t),function(t){t.select(".id.id-host").each((function(t){t.labelNode=this})).text((function(t){return t.hostname})),t.select(".id-host-background").attr("width",(function(t){return d3.select(t.labelNode).node().getBBox().width+10})).attr("height",(function(t){return d3.select(t.labelNode).node().getBBox().height+10})).attr("x",(function(t){return d3.select(t.labelNode).node().getBBox().x-5})).attr("y",(function(t){return d3.select(t.labelNode).node().getBBox().y-5}))}(t),function(t){t.select(".node-info-text").each((function(t){t.infoNode=this})).text((function(t){return t.recoveryStatus&&t.recoveryStatus.message})),t.select(".node-info-background").attr("width",(function(t){return d3.select(t.infoNode).node().getBBox().width+10})).attr("height",(function(t){return d3.select(t.infoNode).node().getBBox().height+10})).attr("x",(function(t){return d3.select(t.infoNode).node().getBBox().x-5})).attr("y",(function(t){return d3.select(t.infoNode).node().getBBox().y-5})).classed("hidden",(function(t){return _.isEmpty(t.recoveryStatus)}))}(t)}function f(t){return!_.isEmpty(t.recoveryStatus)}function p(t){t.enter().append("path").classed("link",!0),t.exit().remove()}function h(t,e){t.attr("stroke",y).style("stroke-dasharray",g).attr("d",t=>function(t,e){const n=e.find(e=>e.address===t.source),o=e.find(e=>e.address===t.target),r=o.x-n.x,a=o.y-n.y,s=Math.sqrt(r*r+a*a),c=r/s,i=a/s,d=n.x+55*c,l=n.y+55*i,u=o.x-55*c,f=o.y-55*i;return"M"+d+","+l+"L"+u+","+f}(t,e))}function y(t){return t.status===o.LinkState.IN_SYNC||t.status===o.LinkState.SYNCING?r.ontoGreen:t.status===o.LinkState.OUT_OF_SYNC?r.ontoGrey:"none"}function g(t){return t.status===o.LinkState.OUT_OF_SYNC||t.status===o.LinkState.SYNCING?"10 10":"none"}function S(t,e,n,o){t.attr("transform",(r,a)=>{const s=2*Math.PI*a/t.size(),c=e+Math.cos(s)*o,i=n+Math.sin(s)*o;return r.x=c,r.y=i,`translate(${c}, ${i})`})}},200:function(t,e,n){"use strict";n.r(e);n(10);var o=n(141),r=n(110),a=n(402);let s=240;const c=angular.module("graphdb.framework.clustermanagement.directives",["graphdb.framework.utils.localstorageadapter"]),i={no_cluster_configured:"",create_cluster_btn:"",legend_node_state:"",legend_link_state:"",node_state_leader:"Leader",node_state_follower:"Follower",node_state_candidate:"Candidate",node_state_no_cluster:"No cluster",node_state_out_of_sync:"Out of sync",node_state_no_connection:"No connection",node_state_read_only:"Read only",node_state_restricted:"Restricted",link_state_in_sync:"In sync",link_state_syncing:"Syncing",link_state_out_of_sync:"Out of sync",recovery_state:{searching_for_node:"Searching for node",waiting_for_snapshot:"Waiting for snapshot from node",receiving_snapshot:"Receiving a snapshot from node",applying_snapshot:"Applying a snapshot",building_snapshot:"Building a snapshot for node",sending_snapshot:"Sending a snapshot to node"}},d={node_state:"legend_node_state",link_state:"legend_link_state"};c.directive("clusterGraphicalView",["$window","LocalStorageAdapter","LSKeys","UriUtils","$translate","$rootScope",function(t,e,n,r,c,f){return{restrict:"A",link:function(p,h){const y=p.isAdmin();function g(t,e=""){Object.keys(t).forEach(n=>{let o="";e&&(o+=e),o+="."+n;const r=t[n];"string"==typeof r?t[n]=c.instant("cluster_management.cluster_graphical_view"+o):"object"==typeof r&&g(r,o)})}function S(){const o="collapsedMenu"===e.get(n.MENU_STATE);return s=o?70:240,Math.max(Math.floor(.95*(t.innerWidth-s)),600)}function m(){return Math.max(.95*(t.innerHeight-250),600)}let N,x,v;p.showLegend=!1,f.$on("$translateChangeSuccess",(function(){g(i),function(){o.updateClusterZoneLabels(T,O,i),Object.keys(d).forEach(t=>{d3.select("#"+t).text(B(t))}),N&&N.remove();D(),F()}()})),p.$on("$destroy",(function(){M.destroy()}));let T,E,O,w,C,k,L=S(),b=m(),A=Math.min(L,b)/2-100,R=L/2,I=b/2;function B(t){return i[d[t]]}function D(){N=E.append("g").attr("id","legend-group").classed("hidden",!p.showLegend).classed("legend-group",!0)}p.width=function(){return L},p.height=function(){return b};const M=Object(a.a)().attr("class","d3-tip").customPosition((function(){const t=k.getBoundingClientRect(),e=document.documentElement.scrollTop||document.body.scrollTop,n=document.documentElement.scrollLeft||document.body.scrollLeft;return{left:t.left+n+"px",top:t.top-30+e+"px"}})).html((function(t){return t.toolTip})),G=function(t,e){k=e,M.show(t,k)},Y=function(){k=null,M.hide()};function F(){const t=l(),e=u();!function(t,e){t.forEach(t=>{const e=_.get(i,t.customText);t.toolTip=t.hostname=e}),e.forEach(t=>{t.toolTip=t.linkTypeText=i[t.linkTypeKey]})}(t,e),N.append("rect").attr("id","legend-background").attr("class","legend-background").attr("fill","#EEEEEE");const n=N.append("text").attr("id","node_state").attr("class","id id-host").attr("x",200).attr("y",24).text(B("node_state")),r=N.append("text").attr("id","link_state").attr("class","id id-host").attr("x",200).attr("y",319).text(B("link_state")),a=N.selectAll("#node-group").data(t),s=o.createNodes(a,25,!0);o.updateNodes(s),s.select(".node.member").on("mouseover",(function(t,e){t.stopPropagation(),G(e,this)})).on("mouseout",Y),s.attr("transform",(function(t){const e=Math.floor(t.id/4);return`translate(${35+65*(t.id%4)}, ${59+65*e})`})),N.call((function(t){x=t.node().getBBox().width})),n.attr("x",10+x/2),r.attr("x",10+x/2);const c=x/3,d=N.append("g").attr("id","links-group");d.attr("transform","translate(10, 329)"),e.forEach((t,e)=>{const n=c-5,r=d.append("g").classed("link",!0).classed("legend",!0).attr("transform",()=>`translate(${e*c}, 0)`);r.append("path").classed("link",!0).attr("stroke-dasharray",()=>o.setLinkStyle(t)).attr("stroke",()=>o.setLinkColor(t)).attr("d",()=>`M5,0,${n},0`),r.append("foreignObject").attr("y",10).attr("x",5).attr("width",c-10).attr("height",10).attr("class","label-wrapper").append("xhtml:div").attr("class","id id-host").style("font-size","9px").html(t.linkTypeText),r.on("mouseover",(function(e){e.stopPropagation(),G(t,this)})).on("mouseout",Y)}),N.call((function(t){v=t.node().getBBox().height,x=t.node().getBBox().width})),N.select(".legend-background").attr("height",v+50).attr("width",x+20).attr("rx","6"),P()}function P(){const t=b-(v+40+50);o.moveElement(N,0,t)}function H(){A=Math.min(L,b)/2-100,R=L/2,I=b/2,o.moveElement(O,R,I),O.select(".cluster-zone").attr("r",A)}function U(){H(),T!==p.clusterModel.hasCluster&&(T=!!p.clusterModel.hasCluster,function(t){let e;o.setCreateClusterZone(t,O,i,y),!t&&y&&(e=()=>{p.$apply((function(){p.showCreateClusterDialog()}))}),O.on("mouseup",e)}(T));const t=_.cloneDeep(p.clusterModel.nodes)||[],e=_.cloneDeep(p.clusterModel.links)||[];!function(t){t.forEach(t=>{if(t.hostname=r.shortenIri(t.endpoint),!_.isEmpty(t.recoveryStatus)){let e="cluster_management.cluster_graphical_view.recovery_state."+t.recoveryStatus.state.toLowerCase();t.recoveryStatus.affectedNodes&&t.recoveryStatus.affectedNodes.length>0&&(e+="_with_affected_node"),t.recoveryStatus.message=c.instant(e,{node:t.recoveryStatus.affectedNodes.join(", ")})}});const e=w.selectAll("#node-group").data(t,t=>t.address),n=o.createNodes(e,50);n.on("click",(t,e)=>{p.childContext.selectNode(e);const n=d3.select(".nodetooltip"),o=$(window).width();t.pageX<o/2?(n.style("left",t.pageX+"px"),n.style("right","")):(n.style("left",""),n.style("right",o-t.pageX+"px")),n.style("top",t.pageY-28+"px")}),o.updateNodes(n),o.positionNodesOnClusterZone(n,R,I,A)}(t),function(t,e){const n=C.selectAll(".link").data(t,t=>t.id);o.createLinks(n),o.updateLinks(n,e)}(e,t)}p.childContext.redraw=U,p.childContext.resize=function(){L=S(),b=m(),E.attr("width",L),E.attr("height",b),U(),P()},p.childContext.toggleLegend=()=>{p.showLegend=!p.showLegend,N.classed("hidden",!p.showLegend)},g(i),function(t){E=o.createClusterSvgElement(h[0]).attr("width",L).attr("height",b),E.call(M),O=o.createClusterZone(E,t),C=E.append("g").attr("id","links-group"),w=E.append("g").attr("id","nodes-group"),D()}(!(!p.clusterModel.nodes||!p.clusterModel.nodes.length)),F(),U()}}}]);const l=function(){const t=[];return t.push({nodeState:r.NodeState.LEADER,customText:"node_state_leader"}),t.push({nodeState:r.NodeState.FOLLOWER,customText:"node_state_follower"}),t.push({nodeState:r.NodeState.CANDIDATE,customText:"node_state_candidate"}),t.push({nodeState:r.NodeState.NO_CLUSTER,customText:"node_state_no_cluster"}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"node_state_out_of_sync"}),t.push({nodeState:r.NodeState.NO_CONNECTION,customText:"node_state_no_connection"}),t.push({nodeState:r.NodeState.READ_ONLY,customText:"node_state_read_only"}),t.push({nodeState:r.NodeState.RESTRICTED,customText:"node_state_restricted"}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.searching_for_node",recoveryStatus:{state:r.RecoveryState.SEARCHING_FOR_NODE}}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.waiting_for_snapshot",recoveryStatus:{state:r.RecoveryState.WAITING_FOR_SNAPSHOT}}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.receiving_snapshot",recoveryStatus:{state:r.RecoveryState.RECEIVING_SNAPSHOT}}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.applying_snapshot",recoveryStatus:{state:r.RecoveryState.APPLYING_SNAPSHOT}}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.building_snapshot",recoveryStatus:{state:r.RecoveryState.BUILDING_SNAPSHOT}}),t.push({nodeState:r.NodeState.OUT_OF_SYNC,customText:"recovery_state.sending_snapshot",recoveryStatus:{state:r.RecoveryState.SENDING_SNAPSHOT}}),t.forEach((t,e)=>t.id=e),t},u=function(){const t=[];return t.push({status:r.LinkState.IN_SYNC,linkTypeKey:"link_state_in_sync"}),t.push({status:r.LinkState.SYNCING,linkTypeKey:"link_state_syncing"}),t.push({status:r.LinkState.OUT_OF_SYNC,linkTypeKey:"link_state_out_of_sync"}),t.forEach((t,e)=>t.id=e),t}},402:function(t,e,n){"use strict";e.a=function(){var t=function(){return"n"},e=function(){return[0,0]},n=function(){return" "},o=u(),r=null,a=null,s=null,c=null;function i(t){var e;r="svg"===(e=(e=t).node()).tagName.toLowerCase()?e:e.ownerSVGElement,a=r.createSVGPoint(),document.body.appendChild(o)}i.show=function(){var o=Array.prototype.slice.call(arguments);o[o.length-1]instanceof SVGElement&&(s=o.pop());var r,a=n.apply(this,o),u=e.apply(this,o),p=t.apply(this,o),h=f(),y=l.length,_=document.documentElement.scrollTop||document.body.scrollTop,g=document.documentElement.scrollLeft||document.body.scrollLeft,S=c.apply(this,o);for(h.html(a).style("opacity",1).style("pointer-events","all");y--;)h.classed(l[y],!1);const m=o.filter(t=>t instanceof Event);return r=d.get(p).apply(this,m),S?Object.keys(S).forEach((function(t){h.style(t,S[t])})):h.classed(p,!0).style("top",r.top+u[0]+_+"px").style("left",r.left+u[1]+g+"px"),i},i.hide=function(){return f().style("opacity",0).style("pointer-events","none"),i},i.attr=function(t,e){if(arguments.length<2&&"string"==typeof t)return f().attr(t);var n=Array.prototype.slice.call(arguments);return d3.selection.prototype.attr.apply(f(),n),i},i.style=function(t,e){if(arguments.length<2&&"string"==typeof t)return f().style(t);var n=Array.prototype.slice.call(arguments);return d3.selection.prototype.style.apply(f(),n),i},i.direction=function(e){return arguments.length?(t=null==e?e:h(e),i):t},i.offset=function(t){return arguments.length?(e=null==t?t:h(t),i):e},i.html=function(t){return arguments.length?(n=null==t?t:h(t),i):n},i.customPosition=function(t){return arguments.length?(c=null==t?t:h(t),i):c},i.destroy=function(){return o&&(f().remove(),o=null),i};var d=new Map(Object.entries({n:function(t){var e=p(t);return{top:e.n.y-o.offsetHeight,left:e.n.x-o.offsetWidth/2}},s:function(t){var e=p(t);return{top:e.s.y,left:e.s.x-o.offsetWidth/2}},e:function(t){var e=p(t);return{top:e.e.y-o.offsetHeight/2,left:e.e.x}},w:function(t){var e=p(t);return{top:e.w.y-o.offsetHeight/2,left:e.w.x-o.offsetWidth}},nw:function(t){var e=p(t);return{top:e.nw.y-o.offsetHeight,left:e.nw.x-o.offsetWidth}},ne:function(t){var e=p(t);return{top:e.ne.y-o.offsetHeight,left:e.ne.x}},sw:function(t){var e=p(t);return{top:e.sw.y,left:e.sw.x-o.offsetWidth}},se:function(t){var e=p(t);return{top:e.se.y,left:e.e.x}}})),l=d.keys();function u(){var t=d3.select(document.createElement("div"));return t.style("position","absolute").style("top",0).style("opacity",0).style("pointer-events","none").style("box-sizing","border-box"),t.node()}function f(){return null===o&&(o=u(),document.body.appendChild(o)),d3.select(o)}function p(t){for(var e=s||t.target;void 0===e.getScreenCTM&&"undefined"===e.parentNode;)e=e.parentNode;var n={},o=e.getScreenCTM(),r=e.getBBox(),c=r.width,i=r.height,d=r.x,l=r.y;return a.x=d,a.y=l,n.nw=a.matrixTransform(o),a.x+=c,n.ne=a.matrixTransform(o),a.y+=i,n.se=a.matrixTransform(o),a.x-=c,n.sw=a.matrixTransform(o),a.y-=i/2,n.w=a.matrixTransform(o),a.x+=c,n.e=a.matrixTransform(o),a.x-=c/2,a.y-=i/2,n.n=a.matrixTransform(o),a.y+=i,n.s=a.matrixTransform(o),n}function h(t){return"function"==typeof t?t:function(){return t}}return i}}}]);