graphdb-workbench 2.8.4-TR3 → 2.8.4
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/186.2c2a3daf2e31a391bc75.bundle.js +1 -1
- package/dist/23.b33b628c8b874334cdb1.bundle.js +1 -1
- package/dist/348.c84b812c3cefa18bcdd0.bundle.js +1 -1
- package/dist/354.17ed256eb667904d08df.bundle.js +1 -1
- package/dist/357.bfd7aad3bdb3409ea17c.bundle.js +1 -1
- package/dist/358.c1194b10992666401cb5.bundle.js +1 -1
- package/dist/359.504a602752407371e3a4.bundle.js +1 -1
- package/dist/360.ec800e7ccf7c65846eac.bundle.js +1 -1
- package/dist/361.b515829257fc43342570.bundle.js +1 -1
- package/dist/391.0666a2c713a150170ff5.bundle.js +1 -1
- package/dist/403.d87d414670015e4f18cd.bundle.js +1 -1
- package/dist/404.4efe8914c8cbf7591932.bundle.js +1 -1
- package/dist/405.bb51a207dbe9fbfcd773.bundle.js +1 -1
- package/dist/406.0fe82124cb33838472c3.bundle.js +1 -1
- package/dist/407.d4525d358e6005ee0b02.bundle.js +1 -1
- package/dist/409.3c99979a0c06f995a321.bundle.js +1 -1
- package/dist/410.8e4e7b4205a7320a7640.bundle.js +1 -1
- package/dist/411.f1439685bbeb41c2ab30.bundle.js +1 -1
- package/dist/412.28a43e9de915ef681ee5.bundle.js +1 -1
- package/dist/42.245988033c04d2389901.bundle.js +1 -1
- package/dist/43.d473040175d53a3dc19a.bundle.js +1 -1
- package/dist/61.8a54322d4b106608e0e8.bundle.js +1 -1
- package/dist/72.43568229dc07f2bd1d87.bundle.js +1 -1
- package/dist/bundle.0e20e82b4c2c1a76cfb5.bundle.js +2 -2
- package/dist/index.html +2 -2
- 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/core/templates/cookie-policy/cookie-consent.html +1 -1
- package/dist/js/angular/core/templates/cookie-policy/cookie-policy.html +1 -1
- package/dist/js/angular/security/templates/user.html +1 -1
- package/dist/js/angular/ttyg/templates/agent-list.html +1 -1
- package/dist/js/angular/ttyg/templates/agent-select-menu.html +1 -1
- package/dist/js/angular/ttyg/templates/chat-item-detail.html +1 -1
- package/dist/js/angular/ttyg/templates/chat-list.html +1 -1
- package/dist/js/angular/ttyg/templates/chat-panel.html +1 -1
- package/dist/js/angular/ttyg/templates/modal/agent-instructions-explain-modal.html +1 -1
- package/dist/js/angular/ttyg/templates/modal/agent-settings-modal.html +1 -1
- package/dist/js/angular/ttyg/templates/no-agents-view.html +1 -1
- package/dist/js/angular/ttyg/templates/ttyg.html +1 -1
- package/dist/license-checker.json +2 -25
- 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 +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 +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 +7 -7
- 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/index.html +12 -12
- package/package.json +1 -2
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.8.4
|
|
17
|
-
<script src="plugins.js?v=2.8.4
|
|
16
|
+
<script src="plugin-registry.js?v=2.8.4"></script>
|
|
17
|
+
<script src="plugins.js?v=2.8.4"></script>
|
|
18
18
|
<link rel="shortcut icon" href="icon.png"><link href="vendor.a08cc5f4f3735b7995ef.css" rel="stylesheet"><link href="main.287a0b24331e95c60e85.css" rel="stylesheet"></head>
|
|
19
19
|
|
|
20
20
|
<body>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/operations-statuses-monitor.css?v=2.8.4
|
|
1
|
+
<link href="css/operations-statuses-monitor.css?v=2.8.4" 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/ttyg/agent-select-menu.css?v=2.8.4
|
|
1
|
+
<link href="css/ttyg/agent-select-menu.css?v=2.8.4" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<div class="btn-group agent-select-menu" uib-dropdown>
|
|
4
4
|
<button type="button" class="btn dropdown-toggle-btn" uib-dropdown-toggle
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/ttyg/agent-instructions-explain-modal.css?v=2.8.4
|
|
1
|
+
<link href="css/ttyg/agent-instructions-explain-modal.css?v=2.8.4" rel="stylesheet"/>
|
|
2
2
|
|
|
3
3
|
<div class="modal-header">
|
|
4
4
|
<button type="button" class="close" ng-click="close()"></button>
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@awesome.me/kit-94ffd2fc4a@1.0.105": {
|
|
3
|
-
"licenses": "UNLICENSED",
|
|
4
|
-
"private": true,
|
|
5
|
-
"name": "@awesome.me/kit-94ffd2fc4a",
|
|
6
|
-
"version": "1.0.105",
|
|
7
|
-
"description": "Kit 94ffd2fc4a",
|
|
8
|
-
"path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/@awesome.me/kit-94ffd2fc4a",
|
|
9
|
-
"licenseFile": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/@awesome.me/kit-94ffd2fc4a/LICENSE.txt",
|
|
10
|
-
"licenseText": "Font Awesome Pro License\n------------------------\n\nFont Awesome Pro is commercial software that requires a paid license. Full\nFont Awesome Pro license: https://fontawesome.com/license.\n\n# Commercial License\nThe Font Awesome Pro commercial license allows you to pay for FA Pro once, own\nit, and use it just about everywhere you'd like.\n\n# Attribution\nAttribution is not required by the Font Awesome Pro commercial license.\n\n# Brand Icons\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**"
|
|
11
|
-
},
|
|
12
2
|
"@digitalbazaar/http-client@3.4.1": {
|
|
13
3
|
"licenses": "BSD-3-Clause",
|
|
14
4
|
"repository": "https://github.com/digitalbazaar/http-client",
|
|
@@ -72,19 +62,6 @@
|
|
|
72
62
|
"licenseText": "MIT License\n\nCopyright (c) 2021-present Floating UI contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject 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, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
|
|
73
63
|
"copyright": "Copyright (c) 2021-present Floating UI contributors"
|
|
74
64
|
},
|
|
75
|
-
"@fortawesome/fontawesome-common-types@6.6.0": {
|
|
76
|
-
"licenses": "MIT",
|
|
77
|
-
"repository": "https://github.com/FortAwesome/Font-Awesome",
|
|
78
|
-
"publisher": "The Font Awesome Team",
|
|
79
|
-
"url": "https://github.com/orgs/FortAwesome/people",
|
|
80
|
-
"name": "@fortawesome/fontawesome-common-types",
|
|
81
|
-
"version": "6.6.0",
|
|
82
|
-
"description": "The iconic font, CSS, and SVG framework",
|
|
83
|
-
"path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/@fortawesome/fontawesome-common-types",
|
|
84
|
-
"licenseFile": "/opt/jenkins_jobs/workspace/graphdb-workbench-release/node_modules/@fortawesome/fontawesome-common-types/LICENSE.txt",
|
|
85
|
-
"licenseText": "Fonticons, Inc. (https://fontawesome.com)\n\n--------------------------------------------------------------------------------\n\nFont Awesome Free License\n\nFont Awesome Free is free, open source, and GPL friendly. You can use it for\ncommercial projects, open source projects, or really almost whatever you want.\nFull Font Awesome Free license: https://fontawesome.com/license/free.\n\n--------------------------------------------------------------------------------\n\n# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)\n\nThe Font Awesome Free download is licensed under a Creative Commons\nAttribution 4.0 International License and applies to all icons packaged\nas SVG and JS file types.\n\n--------------------------------------------------------------------------------\n\n# Fonts: SIL OFL 1.1 License\n\nIn the Font Awesome Free download, the SIL OFL license applies to all icons\npackaged as web and desktop font files.\n\nCopyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)\nwith Reserved Font Name: \"Font Awesome\".\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\nSIL OPEN FONT LICENSE\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to, deleting,\nor substituting — in part or in whole — any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n\n--------------------------------------------------------------------------------\n\n# Code: MIT License (https://opensource.org/licenses/MIT)\n\nIn the Font Awesome Free download, the MIT license applies to all non-font and\nnon-icon files.\n\nCopyright 2024 Fonticons, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software,\nand to permit persons to whom the Software is furnished to do so, subject to the\nfollowing 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 IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n--------------------------------------------------------------------------------\n\n# Attribution\n\nAttribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font\nAwesome Free files already contain embedded comments with sufficient\nattribution, so you shouldn't need to do anything additional when using these\nfiles normally.\n\nWe've kept attribution comments terse, so we ask that you do not actively work\nto remove them from files, especially code. They're a great way for folks to\nlearn about Font Awesome.\n\n--------------------------------------------------------------------------------\n\n# Brand Icons\n\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**",
|
|
86
|
-
"copyright": "Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com). with Reserved Font Name: \"Font Awesome\".*"
|
|
87
|
-
},
|
|
88
65
|
"@popperjs/core@2.11.8": {
|
|
89
66
|
"licenses": "MIT",
|
|
90
67
|
"repository": "https://github.com/popperjs/popper-core",
|
|
@@ -857,13 +834,13 @@
|
|
|
857
834
|
"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.",
|
|
858
835
|
"copyright": "Copyright (c) 2016 Jimmy Karl Roland Wärting"
|
|
859
836
|
},
|
|
860
|
-
"graphdb-workbench@2.8.4
|
|
837
|
+
"graphdb-workbench@2.8.4": {
|
|
861
838
|
"licenses": "Apache-2.0",
|
|
862
839
|
"repository": "https://github.com/Ontotext-AD/graphdb-workbench",
|
|
863
840
|
"publisher": "\"Sirma AI\" JSC, trading as Ontotext",
|
|
864
841
|
"url": "https://www.ontotext.com/",
|
|
865
842
|
"name": "graphdb-workbench",
|
|
866
|
-
"version": "2.8.4
|
|
843
|
+
"version": "2.8.4",
|
|
867
844
|
"description": "The web application for GraphDB APIs",
|
|
868
845
|
"path": "/opt/jenkins_jobs/workspace/graphdb-workbench-release"
|
|
869
846
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/aclmanagement.css?v=2.8.4
|
|
2
|
-
<link href="css/autocomplete-select.css?v=2.8.4
|
|
1
|
+
<link href="css/aclmanagement.css?v=2.8.4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/autocomplete-select.css?v=2.8.4" 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.8.4
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.8.4
|
|
3
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4
|
|
1
|
+
<link href="css/clustermanagement.css?v=2.8.4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.8.4" rel="stylesheet"/>
|
|
3
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4" rel="stylesheet"/>
|
|
4
4
|
|
|
5
5
|
<title>{{'view.clusterManagement.title' | translate}}</title>
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<link href="css/domain-range-graph.css?v=2.8.4
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.8.4
|
|
1
|
+
<link href="css/domain-range-graph.css?v=2.8.4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.8.4" 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,4 +1,4 @@
|
|
|
1
|
-
<link href="css/graphs-config.css?v=2.8.4
|
|
1
|
+
<link href="css/graphs-config.css?v=2.8.4" 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.8.4
|
|
62
|
+
<img class="image-label-image" src="css/images/search.png?v=2.8.4" 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.8.4
|
|
73
|
+
<img class="image-label-image" src="css/images/node.png?v=2.8.4" 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.8.4
|
|
84
|
+
<img class="image-label-image" src="css/images/query.png?v=2.8.4" 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.8.4
|
|
131
|
+
<img src="css/images/expand.png?v=2.8.4" 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.8.4
|
|
159
|
+
<img src="css/images/labels-size.png?v=2.8.4" 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.8.4
|
|
182
|
+
<img src="css/images/predicates.png?v=2.8.4" 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.8.4
|
|
214
|
+
<img src="css/images/side-panel.png?v=2.8.4" 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.8.4
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=2.8.4
|
|
3
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.8.4
|
|
4
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4
|
|
1
|
+
<link href="css/graphs-vizualizations.css?v=2.8.4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=2.8.4" rel="stylesheet"/>
|
|
3
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.8.4" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4" rel="stylesheet"/>
|
|
5
5
|
|
|
6
6
|
<div class="container-fluid visual-graph-view">
|
|
7
7
|
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
<tr ng-repeat="config in graphConfigs">
|
|
128
128
|
<td width="20">
|
|
129
129
|
<a href ng-click="goToGraphConfig(config)">
|
|
130
|
-
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.8.4
|
|
131
|
-
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.8.4
|
|
132
|
-
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.8.4
|
|
130
|
+
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=2.8.4" alt="" width="64" uib-popover="{{'visual.config.search.box.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
131
|
+
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=2.8.4" alt="" width="64" uib-popover="{{'visual.config.fixed.resource.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
132
|
+
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=2.8.4" alt="" data-cy="graph-config-starting-point-query-results" width="64" uib-popover="{{'visual.config.query.results.starting.point' | translate}}" popover-trigger="mouseenter">
|
|
133
133
|
</a>
|
|
134
134
|
</td>
|
|
135
135
|
<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.8.4
|
|
2
|
-
<link rel="stylesheet" type="text/css" href="css/import-resource-tree.css?v=2.8.4
|
|
1
|
+
<link rel="stylesheet" type="text/css" href="css/import.css?v=2.8.4">
|
|
2
|
+
<link rel="stylesheet" type="text/css" href="css/import-resource-tree.css?v=2.8.4">
|
|
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.8.4
|
|
2
|
-
<link href="css/export.css?v=2.8.4
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=2.8.4" rel="stylesheet">
|
|
2
|
+
<link href="css/export.css?v=2.8.4" 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.8.4
|
|
2
|
-
<link href="css/rdf-class-hierarchy-labels.css?v=2.8.4
|
|
3
|
-
<link href="css/rdf-details-side-panel.css?v=2.8.4
|
|
4
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=2.8.4
|
|
5
|
-
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.8.4
|
|
6
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4
|
|
7
|
-
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.8.4
|
|
1
|
+
<link href="css/rdf-class-hierarchy.css?v=2.8.4" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-class-hierarchy-labels.css?v=2.8.4" rel="stylesheet"/>
|
|
3
|
+
<link href="css/rdf-details-side-panel.css?v=2.8.4" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=2.8.4" rel="stylesheet"/>
|
|
5
|
+
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=2.8.4" rel="stylesheet"/>
|
|
6
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=2.8.4" rel="stylesheet"/>
|
|
7
|
+
<link href="css/lib/animate/3.2.0/animate.min.css?v=2.8.4" 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.8.4
|
|
2
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.8.4
|
|
1
|
+
<link href="css/rdfrank.css?v=2.8.4" rel="stylesheet">
|
|
2
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=2.8.4" 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.8.4
|
|
2
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=2.8.4" 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.8.4
|
|
445
|
+
<img src="css/images/expand.png?v=2.8.4" 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.8.4
|
|
3
|
-
<link href='css/swagger.custom.css?v=2.8.4
|
|
2
|
+
<link href='css/lib/swagger-ui.min.css?v=2.8.4' rel='stylesheet' type='text/css'/>
|
|
3
|
+
<link href='css/swagger.custom.css?v=2.8.4' 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.8.4
|
|
8
|
-
<link rel="stylesheet" type="text/css" href="./index.css?v=2.8.4
|
|
9
|
-
<link rel="icon" type="image/png" href="./favicon-32x32.png?v=2.8.4
|
|
10
|
-
<link rel="icon" type="image/png" href="./favicon-16x16.png?v=2.8.4
|
|
11
|
-
<link href='../../css/common.css?v=2.8.4
|
|
12
|
-
<link href='css/reset.css?v=2.8.4
|
|
13
|
-
<link href='css/screen.css?v=2.8.4
|
|
14
|
-
<link href='css/onto-theme.css?v=2.8.4
|
|
15
|
-
<link href='css/print.css?v=2.8.4
|
|
7
|
+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css?v=2.8.4" />
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="./index.css?v=2.8.4" />
|
|
9
|
+
<link rel="icon" type="image/png" href="./favicon-32x32.png?v=2.8.4" sizes="32x32" />
|
|
10
|
+
<link rel="icon" type="image/png" href="./favicon-16x16.png?v=2.8.4" sizes="16x16" />
|
|
11
|
+
<link href='../../css/common.css?v=2.8.4' media='screen' rel='stylesheet' type='text/css'/>
|
|
12
|
+
<link href='css/reset.css?v=2.8.4' media='screen' rel='stylesheet' type='text/css'/>
|
|
13
|
+
<link href='css/screen.css?v=2.8.4' media='screen' rel='stylesheet' type='text/css'/>
|
|
14
|
+
<link href='css/onto-theme.css?v=2.8.4' media='screen' rel='stylesheet' type='text/css'/>
|
|
15
|
+
<link href='css/print.css?v=2.8.4' 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.8.4
|
|
25
|
-
<script src="./swagger-ui-standalone-preset.js?v=2.8.4
|
|
26
|
-
<script src="./swagger-initializer.js?v=2.8.4
|
|
24
|
+
<script src="./swagger-ui-bundle.js?v=2.8.4" charset="UTF-8"> </script>
|
|
25
|
+
<script src="./swagger-ui-standalone-preset.js?v=2.8.4" charset="UTF-8"> </script>
|
|
26
|
+
<script src="./swagger-initializer.js?v=2.8.4" charset="UTF-8"> </script>
|
|
27
27
|
</body>
|
|
28
28
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench",
|
|
3
|
-
"version": "2.8.4
|
|
3
|
+
"version": "2.8.4",
|
|
4
4
|
"description": "The web application for GraphDB APIs",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "webpack --config=webpack.config.prod.js",
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
"webpack-merge-and-include-globally": "^2.1.20"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@awesome.me/kit-94ffd2fc4a": "^1.0.105",
|
|
74
73
|
"angular-animate": "1.3.8",
|
|
75
74
|
"angular-bowser": "0.0.4",
|
|
76
75
|
"angular-cookies": "1.3.8",
|