graphdb-workbench 2.7.0-RC5 → 2.7.0-RC7

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 (57) hide show
  1. package/dist/12.f6fa40c8064b1a1ab5ec.bundle.js +2 -0
  2. package/dist/149.fa1d474cfaf6b767889b.bundle.js +1 -1
  3. package/dist/17.61150aea9442c9814294.bundle.js +1 -1
  4. package/dist/{2.581f30abc14038706ded.bundle.js → 2.7052cd94dd6c1a03dd24.bundle.js} +1 -1
  5. package/dist/28.8699576c7fe3a1d8fc03.bundle.js +1 -1
  6. package/dist/29.15213e151364f5ecfcd5.bundle.js +1 -1
  7. package/dist/300.cef8eccb11324bcfdb36.bundle.js +1 -1
  8. package/dist/302.7a5d2ba28bd6479a77be.bundle.js +1 -1
  9. package/dist/303.e817b957f010153de97a.bundle.js +1 -1
  10. package/dist/304.fd2e766c67cd966f6751.bundle.js +1 -1
  11. package/dist/333.9f051c77b4c6747b320c.bundle.js +1 -1
  12. package/dist/42.52befbab22e69bb433f4.bundle.js +1 -1
  13. package/dist/51.ebafb19025c2f912a73d.bundle.js +1 -1
  14. package/dist/{bundle.85c062b8f26f60eeb6f8.bundle.js → bundle.814112fea9d8e39e7721.bundle.js} +2 -2
  15. package/dist/css/bootstrap-graphdb-theme.css +0 -1
  16. package/dist/css/explore.css +4 -0
  17. package/dist/index.html +4 -4
  18. package/dist/js/angular/core/directives/autocomplete/templates/autocomplete.html +1 -1
  19. package/dist/js/angular/core/directives/operations-statuses-monitor/templates/operations-statuses-monitor.html +1 -1
  20. package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
  21. package/dist/js/angular/core/directives/yasgui-component/templates/yasgui-component.html +1 -1
  22. package/dist/js/angular/security/templates/user.html +1 -1
  23. package/dist/license-checker.json +2 -2
  24. package/dist/{main.12f182bd7790c4e4b110.css → main.98c547eac0aca6db48bb.css} +1 -1
  25. package/dist/pages/aclmanagement.html +2 -2
  26. package/dist/pages/autocomplete.html +1 -1
  27. package/dist/pages/choose-repository-type.html +1 -1
  28. package/dist/pages/cluster-management/clusterInfo.html +3 -3
  29. package/dist/pages/create-index.html +1 -1
  30. package/dist/pages/dependencies.html +1 -1
  31. package/dist/pages/domainRangeInfo.html +2 -2
  32. package/dist/pages/edit.html +1 -1
  33. package/dist/pages/explore.html +1 -1
  34. package/dist/pages/export.html +1 -1
  35. package/dist/pages/find.html +1 -1
  36. package/dist/pages/graph-config/saveGraphConfig.html +8 -8
  37. package/dist/pages/graphs-visualizations.html +7 -7
  38. package/dist/pages/guides.html +1 -1
  39. package/dist/pages/import.html +2 -2
  40. package/dist/pages/jdbc-create.html +1 -1
  41. package/dist/pages/monitor/backup-and-restore.html +1 -1
  42. package/dist/pages/monitor/queries.html +1 -1
  43. package/dist/pages/monitor/resources.html +1 -1
  44. package/dist/pages/namespaces.html +2 -2
  45. package/dist/pages/plugins.html +1 -1
  46. package/dist/pages/rdfClassHierarchyInfo.html +7 -7
  47. package/dist/pages/rdfrank.html +2 -2
  48. package/dist/pages/repositories.html +1 -1
  49. package/dist/pages/repository.html +1 -1
  50. package/dist/pages/similarity-indexes.html +1 -1
  51. package/dist/pages/sparql-editor.html +1 -1
  52. package/dist/pages/sparql-template-create.html +1 -1
  53. package/dist/pages/ux-test1.html +2 -2
  54. package/dist/pages/webapi.html +2 -2
  55. package/dist/res/swagger5/index.html +12 -12
  56. package/package.json +1 -1
  57. package/dist/12.27901cde5137cef7ebd9.bundle.js +0 -2
@@ -1412,7 +1412,6 @@ footer.footer .container-fluid.main-container p {
1412
1412
  -------------------------------------------------------------*/
1413
1413
  .nav-tabs {
1414
1414
  font-weight: 400;
1415
- display: inline-block;
1416
1415
  }
1417
1416
 
1418
1417
  .nav-tabs .nav-item {
@@ -17,3 +17,7 @@
17
17
  padding-right: 20px;
18
18
  }
19
19
  }
20
+
21
+ .nav-tabs {
22
+ display: inline-block;
23
+ }
package/dist/index.html CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  <link rel="apple-touch-icon-precomposed" href="icon.png">
15
15
 
16
- <script src="plugin-registry.js?v=2.7.0-RC5"></script>
17
- <script src="plugins.js?v=2.7.0-RC5"></script>
18
- <link rel="shortcut icon" href="icon.png"><link href="vendor.c3e18291118da6a85719.css" rel="stylesheet"><link href="main.12f182bd7790c4e4b110.css" rel="stylesheet"></head>
16
+ <script src="plugin-registry.js?v=2.7.0-RC7"></script>
17
+ <script src="plugins.js?v=2.7.0-RC7"></script>
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>
21
21
 
@@ -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.4158e85ef261380e9ea5.bundle.js"></script><script type="text/javascript" src="main.9a9ecfe4df696b298d46.bundle.js"></script><script type="text/javascript" src="bundle.85c062b8f26f60eeb6f8.bundle.js"></script></body>
167
+ <script type="text/javascript" src="vendor.4158e85ef261380e9ea5.bundle.js"></script><script type="text/javascript" src="main.9a9ecfe4df696b298d46.bundle.js"></script><script type="text/javascript" src="bundle.814112fea9d8e39e7721.bundle.js"></script></body>
168
168
 
169
169
  </html>
@@ -1,4 +1,4 @@
1
- <link href="css/autocomplete-select.css?v=2.7.0-RC5" rel="stylesheet"/>
1
+ <link href="css/autocomplete-select.css?v=2.7.0-RC7" rel="stylesheet"/>
2
2
 
3
3
  <div class="autocomplete-select-wrapper">
4
4
  <div class="autocomplete-select">
@@ -1,4 +1,4 @@
1
- <link href="css/operations-statuses-monitor.css?v=2.7.0-RC5" rel="stylesheet"/>
1
+ <link href="css/operations-statuses-monitor.css?v=2.7.0-RC7" rel="stylesheet"/>
2
2
 
3
3
  <div ng-if="activeOperations && activeOperations.operations && activeOperations.operations.length > 0"
4
4
  class="operations-statuses btn-group">
@@ -1,4 +1,4 @@
1
- <link href="css/rdf-resource-search.css?v=2.7.0-RC5" rel="stylesheet"/>
1
+ <link href="css/rdf-resource-search.css?v=2.7.0-RC7" 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,4 +1,4 @@
1
- <link href="css/lib/ontotext-yasgui-web-component.css?v=2.7.0-RC5" rel="stylesheet">
1
+ <link href="css/lib/ontotext-yasgui-web-component.css?v=2.7.0-RC7" rel="stylesheet">
2
2
 
3
3
  <ontotext-yasgui
4
4
  class="{{classToApply}}"
@@ -31,7 +31,7 @@
31
31
  </ul>
32
32
  </script>
33
33
 
34
- <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.0-RC5" rel="stylesheet"/>
34
+ <link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.7.0-RC7" rel="stylesheet"/>
35
35
 
36
36
  <h1>{{pageTitle}}</h1>
37
37
 
@@ -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.0-RC5": {
826
+ "graphdb-workbench@2.7.0-RC7": {
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.0-RC5",
832
+ "version": "2.7.0-RC7",
833
833
  "description": "The web application for GraphDB APIs",
834
834
  "path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release"
835
835
  },