graphdb-workbench 2.4.0-RC2 → 2.4.0-RC3

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 (49) hide show
  1. package/dist/108.21ba9a6de554ddab0cb3.bundle.js +1 -1
  2. package/dist/{12.eb00a82848770f10d0ef.bundle.js → 12.e6a377cf888480f8f98d.bundle.js} +2 -2
  3. package/dist/168.2d82f1a487dc3ce888b0.bundle.js +1 -1
  4. package/dist/171.4f08cb300ca1440a3307.bundle.js +1 -1
  5. package/dist/198.55e79d00713b2500f203.bundle.js +1 -1
  6. package/dist/{2.619c2619f736dbce2a2f.bundle.js → 2.c65777063a36c091a5bd.bundle.js} +1 -1
  7. package/dist/22.a052dbb90cc265342e5a.bundle.js +1 -1
  8. package/dist/29.23338c84d369c009f196.bundle.js +1 -1
  9. package/dist/36.55a3af7ce65b4b20033b.bundle.js +1 -1
  10. package/dist/48.4d17d325f11d472a147d.bundle.js +1 -1
  11. package/dist/{bundle.d7eca3469be2315b0073.bundle.js → bundle.b51cb0800fa0b21c0a17.bundle.js} +2 -2
  12. package/dist/i18n/locale-en.json +1 -0
  13. package/dist/i18n/locale-fr.json +1 -0
  14. package/dist/index.html +3 -3
  15. package/dist/js/angular/core/directives/operations-statuses-monitor/templates/operations-statuses-monitor.html +1 -1
  16. package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
  17. package/dist/js/angular/security/templates/user.html +1 -1
  18. package/dist/license-checker.json +2 -2
  19. package/dist/pages/aclmanagement.html +1 -1
  20. package/dist/pages/autocomplete.html +1 -1
  21. package/dist/pages/choose-repository-type.html +1 -1
  22. package/dist/pages/cluster-management/clusterInfo.html +3 -3
  23. package/dist/pages/create-index.html +4 -4
  24. package/dist/pages/dependencies.html +1 -1
  25. package/dist/pages/domainRangeInfo.html +2 -2
  26. package/dist/pages/edit.html +1 -1
  27. package/dist/pages/explore.html +1 -1
  28. package/dist/pages/export.html +1 -1
  29. package/dist/pages/find.html +1 -1
  30. package/dist/pages/graph-config/saveGraphConfig.html +11 -11
  31. package/dist/pages/graphs-visualizations.html +7 -7
  32. package/dist/pages/guides.html +1 -1
  33. package/dist/pages/import.html +1 -1
  34. package/dist/pages/jdbc-create.html +5 -5
  35. package/dist/pages/monitor/backup-and-restore.html +1 -1
  36. package/dist/pages/monitor/queries.html +1 -1
  37. package/dist/pages/monitor/resources.html +2 -2
  38. package/dist/pages/namespaces.html +2 -2
  39. package/dist/pages/plugins.html +1 -1
  40. package/dist/pages/rdfClassHierarchyInfo.html +7 -7
  41. package/dist/pages/rdfrank.html +2 -2
  42. package/dist/pages/repositories.html +2 -2
  43. package/dist/pages/repository.html +2 -2
  44. package/dist/pages/similarity-indexes.html +1 -1
  45. package/dist/pages/sparql-template-create.html +5 -5
  46. package/dist/pages/sparql.html +3 -3
  47. package/dist/pages/webapi.html +2 -2
  48. package/dist/res/swagger/index.html +27 -27
  49. package/package.json +1 -1
@@ -1 +1 @@
1
- (window.webpackJsonp=window.webpackJsonp||[]).push([[108],{114:function(t,e,i){"use strict";i.r(e);i(6),i(25);const r=angular.module("graphdb.framework.impex.import.directives",["graphdb.framework.utils.uriutils"]);r.directive("validateUri",["UriUtils",function(t){return{restrict:"A",require:"ngModel",link:function(e,i,r,a){a.$parsers.unshift((function(i){let r=!0;return"named"===e.target&&(r=t.isValidIri(i)),a.$setValidity("validateUri",r),i}))}}}]),r.directive("filesTable",(function(){return{restrict:"A",templateUrl:"js/angular/import/templates/filesTable.html"}})),r.directive("filesOntoLoader",(function(){return{link:function(t,e,i){t.$watch("file.status",(function(){"IMPORTING"!==t.file.status&&"UPLOADING"!==t.file.status||!$(e).has("object").length>0&&$(e).append('<object width="'+i.size+'" height="'+i.size+'" data="js/angular/templates/loader/ot-loader.svg?v=2.4.0-RC2">{{\'common.loading\' | translate}}</object>')}))}}}))}}]);
1
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[108],{114:function(t,e,i){"use strict";i.r(e);i(6),i(25);const r=angular.module("graphdb.framework.impex.import.directives",["graphdb.framework.utils.uriutils"]);r.directive("validateUri",["UriUtils",function(t){return{restrict:"A",require:"ngModel",link:function(e,i,r,a){a.$parsers.unshift((function(i){let r=!0;return"named"===e.target&&(r=t.isValidIri(i)),a.$setValidity("validateUri",r),i}))}}}]),r.directive("filesTable",(function(){return{restrict:"A",templateUrl:"js/angular/import/templates/filesTable.html"}})),r.directive("filesOntoLoader",(function(){return{link:function(t,e,i){t.$watch("file.status",(function(){"IMPORTING"!==t.file.status&&"UPLOADING"!==t.file.status||!$(e).has("object").length>0&&$(e).append('<object width="'+i.size+'" height="'+i.size+'" data="js/angular/templates/loader/ot-loader.svg?v=2.4.0-RC3">{{\'common.loading\' | translate}}</object>')}))}}}))}}]);