graphdb-workbench 1.10.1 → 1.10.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.
- package/dist/113.2c059fa7d06fd04149eb.bundle.js +1 -1
- package/dist/113.2c059fa7d06fd04149eb.bundle.js.map +1 -1
- package/dist/12.825d3fc787254f6fa055.bundle.js +2 -0
- package/dist/12.825d3fc787254f6fa055.bundle.js.map +1 -0
- package/dist/14.c7175f400470b470e034.bundle.js +1 -1
- package/dist/14.c7175f400470b470e034.bundle.js.map +1 -1
- package/dist/140.8beec5f2af539affa918.bundle.js +2 -0
- package/dist/140.8beec5f2af539affa918.bundle.js.map +1 -0
- package/dist/22.93d86caa997992a46006.bundle.js +1 -1
- package/dist/22.93d86caa997992a46006.bundle.js.map +1 -1
- package/dist/28.bbe49746541a2419b9a7.bundle.js +1 -1
- package/dist/28.bbe49746541a2419b9a7.bundle.js.map +1 -1
- package/dist/30.5ed60b4ae0a67956c66b.bundle.js +1 -1
- package/dist/30.5ed60b4ae0a67956c66b.bundle.js.map +1 -1
- package/dist/37.571a0ab8fb0508c3f1fe.bundle.js +1 -1
- package/dist/37.571a0ab8fb0508c3f1fe.bundle.js.map +1 -1
- package/dist/38.c611acd72558ca546c47.bundle.js +1 -1
- package/dist/38.c611acd72558ca546c47.bundle.js.map +1 -1
- package/dist/{bundle.e7b22d8ef84fbe277d35.bundle.js → bundle.638b1335212351205f4e.bundle.js} +4 -4
- package/dist/bundle.638b1335212351205f4e.bundle.js.map +1 -0
- package/dist/index.html +3 -3
- package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html +1 -1
- package/dist/js/angular/security/templates/users.html +3 -3
- package/dist/pages/autocomplete.html +1 -1
- package/dist/pages/choose-repository-type.html +1 -1
- package/dist/pages/clusterInfo.html +1 -1
- 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/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/rdfClassHierarchyInfo.html +7 -7
- package/dist/pages/rdfrank.html +2 -2
- package/dist/pages/repositories.html +2 -2
- package/dist/pages/repository.html +2 -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 +25 -25
- package/package.json +1 -1
- package/dist/12.449fb5148a68a44ba324.bundle.js +0 -2
- package/dist/12.449fb5148a68a44ba324.bundle.js.map +0 -1
- package/dist/140.e19b5decfc57c4172f5d.bundle.js +0 -2
- package/dist/140.e19b5decfc57c4172f5d.bundle.js.map +0 -1
- package/dist/bundle.e7b22d8ef84fbe277d35.bundle.js.map +0 -1
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=1.10.
|
|
17
|
-
<script src="plugins.js?v=1.10.
|
|
16
|
+
<script src="plugin-registry.js?v=1.10.2"></script>
|
|
17
|
+
<script src="plugins.js?v=1.10.2"></script>
|
|
18
18
|
<link rel="shortcut icon" href="icon.png"><link href="vendor.4ba46e62f4d43dab5e82.css" rel="stylesheet"><link href="main.ebdd6829eddc9ff4301c.css" rel="stylesheet"></head>
|
|
19
19
|
|
|
20
20
|
<body>
|
|
@@ -164,6 +164,6 @@
|
|
|
164
164
|
<div>GraphDB Workbench is loading...</div>
|
|
165
165
|
</div>
|
|
166
166
|
|
|
167
|
-
<script type="text/javascript" src="vendor.f1cea264c2529e3107ea.bundle.js"></script><script type="text/javascript" src="main.629f5128f5f15cb354ee.bundle.js"></script><script type="text/javascript" src="bundle.
|
|
167
|
+
<script type="text/javascript" src="vendor.f1cea264c2529e3107ea.bundle.js"></script><script type="text/javascript" src="main.629f5128f5f15cb354ee.bundle.js"></script><script type="text/javascript" src="bundle.638b1335212351205f4e.bundle.js"></script></body>
|
|
168
168
|
|
|
169
169
|
</html>
|
package/dist/js/angular/core/directives/rdfresourcesearch/templates/rdfResourceSearchTemplate.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link href="css/rdf-resource-search.css?v=1.10.
|
|
1
|
+
<link href="css/rdf-resource-search.css?v=1.10.2" 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()">
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
<span class="security-switch-label">Security is <span class="tag {{securityEnabled() ? 'tag-primary' : 'tag-default'}}">{{securityEnabled() ? 'ON' : 'OFF'}}</span></span>
|
|
14
14
|
<span tooltip="Click to {{securityEnabled() ? 'disable' : 'enable'}} security" tooltip-placement="top" tooltip-trigger="mouseenter" ng-click="toggleSecurity()" class="switch">
|
|
15
15
|
<input type="checkbox" class="switch" ng-checked="securityEnabled()"/>
|
|
16
|
-
<label for="
|
|
16
|
+
<label for="toggle-Security"></label>
|
|
17
17
|
</span>
|
|
18
18
|
</span>
|
|
19
19
|
<span ng-show="securityEnabled()" id="toggle-freeaccess">
|
|
20
20
|
<span>Free Access is <span class="tag {{freeAccessEnabled() ? 'tag-primary' : 'tag-default'}}">{{freeAccessEnabled() ? 'ON' : 'OFF'}}</span></span>
|
|
21
21
|
<span tooltip="Click to {{freeAccessEnabled() ? 'disable' : 'enable'}} free access to non-admin functionality" tooltip-placement="top" tooltip-trigger="mouseenter" ng-click="toggleFreeAccess()" class="switch">
|
|
22
22
|
<input type="checkbox" class="switch" ng-checked="freeAccessEnabled()"/>
|
|
23
|
-
<label for="
|
|
23
|
+
<label for="toggle-freeaccess"></label>
|
|
24
24
|
</span>
|
|
25
25
|
<span ng-show="freeAccessEnabled()">
|
|
26
26
|
Free Access Settings
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<a class="btn btn-link edit-user-btn" href="user/{{encodeURIComponent(user.username)}}">
|
|
69
69
|
<em class="icon-edit" tooltip="Edit user"></em>
|
|
70
70
|
</a>
|
|
71
|
-
<a class="btn btn-link secondary delete-user-btn" ng-
|
|
71
|
+
<a class="btn btn-link secondary delete-user-btn" ng-if="user.username != 'admin'" href ng-click="removeUser(user.username)">
|
|
72
72
|
<em class="icon-trash" tooltip="Delete user"></em>
|
|
73
73
|
</a>
|
|
74
74
|
</span>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.10.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.10.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.10.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.10.2" 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=1.10.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=1.10.
|
|
1
|
+
<link href="css/domain-range-graph.css?v=1.10.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=1.10.2" 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=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.10.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.10.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.10.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.10.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
9
|
<h1>
|
|
10
10
|
{{title}}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<div class="image-label-container mb-3" ng-show="page == 1">
|
|
68
68
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'search'}">
|
|
69
69
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="search">
|
|
70
|
-
<img class="image-label-image" src="css/images/search.png?v=1.10.
|
|
70
|
+
<img class="image-label-image" src="css/images/search.png?v=1.10.2" alt="search image" width="100%">
|
|
71
71
|
<div class="image-label-content">
|
|
72
72
|
<h5>Start with a search box</h5>
|
|
73
73
|
<div>Choose the starting point of your visual graph every time</div>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'node'}">
|
|
78
78
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="node">
|
|
79
|
-
<img class="image-label-image" src="css/images/node.png?v=1.10.
|
|
79
|
+
<img class="image-label-image" src="css/images/node.png?v=1.10.2" alt="node image" width="100%">
|
|
80
80
|
<div class="image-label-content">
|
|
81
81
|
<h5>Start with a fixed node</h5>
|
|
82
82
|
<div>The visual graph will always start from the chosen node.</div>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
|
|
86
86
|
<label class="image-label d-flex" ng-class="{'active': newConfig.startMode == 'query'}">
|
|
87
87
|
<input type="radio" class="form-check-input" id="checkboxSuccess" ng-model="newConfig.startMode" value="query">
|
|
88
|
-
<img class="image-label-image" src="css/images/query.png?v=1.10.
|
|
88
|
+
<img class="image-label-image" src="css/images/query.png?v=1.10.2" alt="query image" width="100%">
|
|
89
89
|
<div class="image-label-content">
|
|
90
90
|
<h5>Start with graph query results</h5>
|
|
91
91
|
<div>The results from your query will be the starting point of the visual graph.</div>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'expandQuery')}}</em> sample query will be used.</p>
|
|
127
127
|
</div>
|
|
128
128
|
<div>
|
|
129
|
-
<img src="css/images/expand.png?v=1.10.
|
|
129
|
+
<img src="css/images/expand.png?v=1.10.2" class="info-box-img" height="220" alt="expand image">
|
|
130
130
|
</div>
|
|
131
131
|
</div>
|
|
132
132
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'resourceQuery')}}</em> sample query will be used.</p>
|
|
154
154
|
</div>
|
|
155
155
|
<div>
|
|
156
|
-
<img src="css/images/labels-size.png?v=1.10.
|
|
156
|
+
<img src="css/images/labels-size.png?v=1.10.2" class="info-box-img" height="220" alt="labels size image">
|
|
157
157
|
</div>
|
|
158
158
|
</div>
|
|
159
159
|
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<p>This query is optional. If empty, the edge IRI's local name is used.</p>
|
|
173
173
|
</div>
|
|
174
174
|
<div>
|
|
175
|
-
<img src="css/images/predicates.png?v=1.10.
|
|
175
|
+
<img src="css/images/predicates.png?v=1.10.2" class="info-box-img" height="220" alt="predicates image">
|
|
176
176
|
</div>
|
|
177
177
|
</div>
|
|
178
178
|
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<p>This query is optional. If empty, the <em>{{getSampleName(samples[0], 'resourcePropertiesQuery')}}</em> sample query will be used.</p>
|
|
198
198
|
</div>
|
|
199
199
|
<div>
|
|
200
|
-
<img src="css/images/side-panel.png?v=1.10.
|
|
200
|
+
<img src="css/images/side-panel.png?v=1.10.2" class="info-box-img" height="220" alt="side panel image">
|
|
201
201
|
</div>
|
|
202
202
|
</div>
|
|
203
203
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<link href="css/graphs-vizualizations.css?v=1.10.
|
|
2
|
-
<link href="css/rdf-details-side-panel.css?v=1.10.
|
|
3
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.10.
|
|
4
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=1.10.
|
|
1
|
+
<link href="css/graphs-vizualizations.css?v=1.10.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-details-side-panel.css?v=1.10.2" rel="stylesheet"/>
|
|
3
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=1.10.2" rel="stylesheet"/>
|
|
5
5
|
|
|
6
6
|
<div class="container-fluid">
|
|
7
7
|
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
<tr ng-repeat="config in graphConfigs">
|
|
135
135
|
<td width="20">
|
|
136
136
|
<a href ng-click="goToGraphConfig(config)">
|
|
137
|
-
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=1.10.
|
|
138
|
-
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=1.10.
|
|
139
|
-
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=1.10.
|
|
137
|
+
<img ng-if="config.startMode == 'search'" src="css/images/search.png?v=1.10.2" alt="" width="64" popover="Starting point - Search box" popover-trigger="mouseenter">
|
|
138
|
+
<img ng-if="config.startMode == 'node'" src="css/images/node.png?v=1.10.2" alt="" width="64" popover="Starting point - Fixed resource" popover-trigger="mouseenter">
|
|
139
|
+
<img ng-if="config.startMode == 'query'" src="css/images/query.png?v=1.10.2" alt="" width="64" popover="Starting point - Query results" popover-trigger="mouseenter">
|
|
140
140
|
</a>
|
|
141
141
|
</td>
|
|
142
142
|
<td>
|
package/dist/pages/import.html
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.10.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.10.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.10.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.10.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=1.10.
|
|
9
|
+
<link href="css/jdbc.css?v=1.10.2" 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=1.10.
|
|
2
|
+
<link href="css/jmx.css?v=1.10.2" rel="stylesheet" />
|
|
3
3
|
|
|
4
4
|
<!-- nvd3 css and js starts-->
|
|
5
|
-
<link href="js/lib/nvd3/nv.d3.css?v=1.10.
|
|
5
|
+
<link href="js/lib/nvd3/nv.d3.css?v=1.10.2" 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=1.10.
|
|
2
|
-
<link href="css/export.css?v=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
|
+
<link href="css/export.css?v=1.10.2" rel="stylesheet">
|
|
3
3
|
|
|
4
4
|
<title>Namespaces</title>
|
|
5
5
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link href="css/rdf-class-hierarchy.css?v=1.10.
|
|
2
|
-
<link href="css/rdf-class-hierarchy-labels.css?v=1.10.
|
|
3
|
-
<link href="css/rdf-details-side-panel.css?v=1.10.
|
|
4
|
-
<link href="js/lib/rzslider/rzslider.min.css?v=1.10.
|
|
5
|
-
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=1.10.
|
|
6
|
-
<link href="js/lib/d3-tip/d3-tip.css?v=1.10.
|
|
7
|
-
<link href="css/lib/animate/3.2.0/animate.min.css?v=1.10.
|
|
1
|
+
<link href="css/rdf-class-hierarchy.css?v=1.10.2" rel="stylesheet"/>
|
|
2
|
+
<link href="css/rdf-class-hierarchy-labels.css?v=1.10.2" rel="stylesheet"/>
|
|
3
|
+
<link href="css/rdf-details-side-panel.css?v=1.10.2" rel="stylesheet"/>
|
|
4
|
+
<link href="js/lib/rzslider/rzslider.min.css?v=1.10.2" rel="stylesheet"/>
|
|
5
|
+
<link href="js/lib/angucomplete-alt/angucomplete-alt.css?v=1.10.2" rel="stylesheet"/>
|
|
6
|
+
<link href="js/lib/d3-tip/d3-tip.css?v=1.10.2" rel="stylesheet"/>
|
|
7
|
+
<link href="css/lib/animate/3.2.0/animate.min.css?v=1.10.2" 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=1.10.
|
|
2
|
-
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.10.
|
|
1
|
+
<link href="css/rdfrank.css?v=1.10.2" rel="stylesheet">
|
|
2
|
+
<link href="css/lib/ng-tags-input/ng-tags-input.min.css?v=1.10.2" rel="stylesheet"/>
|
|
3
3
|
|
|
4
4
|
<div id="rdfRank" class="page">
|
|
5
5
|
<h1>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
<link href="css/repositories.css?v=1.10.
|
|
2
|
+
<link href="css/repositories.css?v=1.10.2" rel="stylesheet">
|
|
3
3
|
|
|
4
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.10.
|
|
4
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.10.2" rel="stylesheet">
|
|
5
5
|
|
|
6
6
|
<h1>
|
|
7
7
|
{{title}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<link href="css/repositories.css?v=1.10.
|
|
1
|
+
<link href="css/repositories.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/bootstrap-switch/bootstrap-switch.min.css?v=1.10.2" rel="stylesheet">
|
|
4
4
|
|
|
5
5
|
<div id="wb-repository">
|
|
6
6
|
<h1>{{pageTitle}}</h1>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.10.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.10.2" rel="stylesheet"/>
|
|
6
6
|
|
|
7
|
-
<link href="css/graphs-config.css?v=1.10.
|
|
7
|
+
<link href="css/graphs-config.css?v=1.10.2" rel="stylesheet"/>
|
|
8
8
|
|
|
9
|
-
<link href="css/jdbc.css?v=1.10.
|
|
9
|
+
<link href="css/jdbc.css?v=1.10.2" 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=1.10.
|
|
1
|
+
<link href="css/lib/angular-xeditable/xeditable.min.css?v=1.10.2" rel="stylesheet">
|
|
2
2
|
|
|
3
|
-
<link href="css/lib/yasqe.min.css?v=1.10.
|
|
3
|
+
<link href="css/lib/yasqe.min.css?v=1.10.2" rel="stylesheet"/>
|
|
4
4
|
|
|
5
|
-
<link href="css/new-sparql.css?v=1.10.
|
|
5
|
+
<link href="css/new-sparql.css?v=1.10.2" 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=1.10.
|
|
3
|
-
<link href='css/swagger.custom.css?v=1.10.
|
|
2
|
+
<link href='css/lib/swagger-ui.min.css?v=1.10.2' rel='stylesheet' type='text/css'/>
|
|
3
|
+
<link href='css/swagger.custom.css?v=1.10.2' rel='stylesheet' type='text/css'/>
|
|
4
4
|
|
|
5
5
|
<h1>
|
|
6
6
|
{{title}}
|
|
@@ -3,35 +3,35 @@
|
|
|
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=1.10.
|
|
7
|
-
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=1.10.
|
|
8
|
-
<link href='css/typography.css?v=1.10.
|
|
9
|
-
<link href='css/reset.css?v=1.10.
|
|
10
|
-
<link href='css/screen.css?v=1.10.
|
|
11
|
-
<link href='css/reset.css?v=1.10.
|
|
12
|
-
<link href='css/print.css?v=1.10.
|
|
6
|
+
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=1.10.2" sizes="32x32"/>
|
|
7
|
+
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=1.10.2" sizes="16x16"/>
|
|
8
|
+
<link href='css/typography.css?v=1.10.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
9
|
+
<link href='css/reset.css?v=1.10.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
10
|
+
<link href='css/screen.css?v=1.10.2' media='screen' rel='stylesheet' type='text/css'/>
|
|
11
|
+
<link href='css/reset.css?v=1.10.2' media='print' rel='stylesheet' type='text/css'/>
|
|
12
|
+
<link href='css/print.css?v=1.10.2' media='print' rel='stylesheet' type='text/css'/>
|
|
13
13
|
|
|
14
|
-
<script src='lib/object-assign-pollyfill.js?v=1.10.
|
|
15
|
-
<script src='lib/jquery-3.4.1.min.js?v=1.10.
|
|
16
|
-
<script src='lib/jquery.slideto.min.js?v=1.10.
|
|
17
|
-
<script src='lib/jquery.wiggle.min.js?v=1.10.
|
|
14
|
+
<script src='lib/object-assign-pollyfill.js?v=1.10.2' type='text/javascript'></script>
|
|
15
|
+
<script src='lib/jquery-3.4.1.min.js?v=1.10.2' type='text/javascript'></script>
|
|
16
|
+
<script src='lib/jquery.slideto.min.js?v=1.10.2' type='text/javascript'></script>
|
|
17
|
+
<script src='lib/jquery.wiggle.min.js?v=1.10.2' type='text/javascript'></script>
|
|
18
18
|
|
|
19
|
-
<script src="lib/jquery-migrate-1.4.1.min.js?v=1.10.
|
|
20
|
-
<script src='lib/jquery.ba-bbq.min.js?v=1.10.
|
|
21
|
-
<script src='lib/handlebars.min-v4.7.3.js?v=1.10.
|
|
22
|
-
<script src='lib/lodash.min.js?v=1.10.
|
|
23
|
-
<script src='lib/backbone-min.js?v=1.10.
|
|
24
|
-
<script src='swagger-ui.js?v=1.10.
|
|
25
|
-
<script src='lib/highlight.9.1.0.pack.js?v=1.10.
|
|
26
|
-
<script src='lib/highlight.9.1.0.pack_extended.js?v=1.10.
|
|
27
|
-
<script src='lib/jsoneditor.min.js?v=1.10.
|
|
28
|
-
<script src='lib/marked.js?v=1.10.
|
|
29
|
-
<script src='lib/swagger-oauth.js?v=1.10.
|
|
19
|
+
<script src="lib/jquery-migrate-1.4.1.min.js?v=1.10.2"></script>
|
|
20
|
+
<script src='lib/jquery.ba-bbq.min.js?v=1.10.2' type='text/javascript'></script>
|
|
21
|
+
<script src='lib/handlebars.min-v4.7.3.js?v=1.10.2' type='text/javascript'></script>
|
|
22
|
+
<script src='lib/lodash.min.js?v=1.10.2' type='text/javascript'></script>
|
|
23
|
+
<script src='lib/backbone-min.js?v=1.10.2' type='text/javascript'></script>
|
|
24
|
+
<script src='swagger-ui.js?v=1.10.2' type='text/javascript'></script>
|
|
25
|
+
<script src='lib/highlight.9.1.0.pack.js?v=1.10.2' type='text/javascript'></script>
|
|
26
|
+
<script src='lib/highlight.9.1.0.pack_extended.js?v=1.10.2' type='text/javascript'></script>
|
|
27
|
+
<script src='lib/jsoneditor.min.js?v=1.10.2' type='text/javascript'></script>
|
|
28
|
+
<script src='lib/marked.js?v=1.10.2' type='text/javascript'></script>
|
|
29
|
+
<script src='lib/swagger-oauth.js?v=1.10.2' type='text/javascript'></script>
|
|
30
30
|
|
|
31
31
|
<!-- Some basic translations -->
|
|
32
|
-
<!-- <script src='lang/translator.js?v=1.10.
|
|
33
|
-
<!-- <script src='lang/ru.js?v=1.10.
|
|
34
|
-
<!-- <script src='lang/en.js?v=1.10.
|
|
32
|
+
<!-- <script src='lang/translator.js?v=1.10.2' type='text/javascript'></script> -->
|
|
33
|
+
<!-- <script src='lang/ru.js?v=1.10.2' type='text/javascript'></script> -->
|
|
34
|
+
<!-- <script src='lang/en.js?v=1.10.2' type='text/javascript'></script> -->
|
|
35
35
|
|
|
36
36
|
<script type="text/javascript">
|
|
37
37
|
$(function () {
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{85:function(e,r,t){"use strict";t.r(r);t(2),t(9),t(17),t(18);var s=t(0);const o=angular.module("graphdb.framework.security.controllers",["ngCookies","ui.bootstrap","graphdb.framework.core.services.jwtauth","graphdb.framework.core.services.openIDService","graphdb.framework.rest.security.service","toastr"]),n=function(e){let r=s.UserType.USER;const t={READ_REPO:{},WRITE_REPO:{}},o={};for(let n=0;n<e.length;n++){const i=e[n];if(i===s.UserRole.ROLE_ADMIN)r=s.UserType.ADMIN;else if(i===s.UserRole.ROLE_REPO_MANAGER)r!==s.UserType.ADMIN&&(r=s.UserType.REPO_MANAGER);else if(i===s.UserRole.ROLE_USER)r=s.UserType.USER;else if(0!==i.indexOf("ROLE_")){const e=i.indexOf("_",i.indexOf("_")+1),r=i.substr(0,e),s=i.substr(e+1);t[r][s]=!0,o[s]=o[s]||{},"READ_REPO"===r?o[s].read=!0:"WRITE_REPO"===r&&(o[s].write=!0)}}return{userType:r,userTypeDescription:s.UserUtils.getUserRoleName(r),grantedAuthorities:t,repositories:o}};o.controller("LoginCtrl",["$scope","$http","toastr","$jwtAuth","$openIDAuth","$timeout","$location","$rootScope",function(e,r,t,s,o,n,i,a){e.username="",e.password="",e.loginWithOpenID=function(){s.loginOpenID()},i.search().noaccess?t.error("User has no access rights or configuration error.","Login error"):i.search().expired&&t.error("Your authentication token has expired. Please login again.","Login error"),e.isGDBLoginEnabled=function(){return s.passwordLoginEnabled},e.isOpenIDEnabled=function(){return s.openIDEnabled},e.login=function(){r({method:"POST",url:"rest/login/"+encodeURIComponent(e.username),headers:{"X-GraphDB-Password":e.password}}).success((function(r,t,o){s.authenticate(r,o("Authorization"));const u=n((function(){a.returnToUrl?i.url(a.returnToUrl):i.path("/")}),500);e.$on("$destroy",(function(){n.cancel(u)}))})).error((function(r,s){if(401===s)t.error("Wrong credentials!","Error"),e.wrongCredentials=!0,e.username="",e.password="";else{const e=getError(r);t.error(e,s)}}))}}]),o.controller("UsersCtrl",["$scope","$modal","toastr","$window","$jwtAuth","$timeout","ModalService","SecurityRestService",function(e,r,t,s,o,i,a,u){e.loader=!0,e.securityEnabled=function(){return o.isSecurityEnabled()},e.hasExternalAuth=function(){return o.hasExternalAuth()},e.getAuthImplementation=function(){return o.getAuthImplementation()},e.freeAccessEnabled=function(){return o.isFreeAccessEnabled()},e.getUsers=function(){u.getUsers().success((function(r){e.users=r;for(let r=0;r<e.users.length;r++){const t=n(e.users[r].grantedAuthorities);e.users[r].userType=t.userType,e.users[r].userTypeDescription=t.userTypeDescription,e.users[r].repositories=t.repositories}e.loader=!1})).error((function(r){const s=getError(r);t.error(s,"Error"),e.loader=!1}))},e.getUsers(),e.$on("repositoryIsSet",(function(){e.getUsers()})),e.toggleSecurity=function(){if(o.toggleSecurity(!o.isSecurityEnabled()),o.isSecurityEnabled()){const r=i((function(){s.location.reload()}),500);e.$on("$destroy",(function(){i.cancel(r)}))}},e.toggleFreeAccess=function(t){!o.isFreeAccessEnabled()||o.isFreeAccessEnabled()&&t?u.getFreeAccess().then((function(s){let n=s.data.authorities,i=s.data.appSettings||{DEFAULT_SAMEAS:!0,DEFAULT_INFERENCE:!0,EXECUTE_COUNT:!0,IGNORE_SHARED_QUERIES:!1,DEFAULT_VIS_GRAPH_SCHEMA:!0};r.open({templateUrl:"js/angular/security/templates/modal/default-authorities.html",controller:"DefaultAuthoritiesCtrl",resolve:{data:function(){return{defaultAuthorities:function(){const r={READ_REPO:{},WRITE_REPO:{}},t=_.mapKeys(e.getRepositories(),(function(e){return e.id}));return _.each(n,(function(e){0===e.indexOf("WRITE_REPO_")?t.hasOwnProperty(e.substr(11))&&(r.WRITE_REPO[e.substr(11)]=!0):0===e.indexOf("READ_REPO_")&&t.hasOwnProperty(e.substr(10))&&(r.READ_REPO[e.substr(10)]=!0)})),r},appSettings:i}}}}).result.then((function(e){n=e.authorities,i=e.appSettings,o.toggleFreeAccess(t||!o.isFreeAccessEnabled(),n,i,t)}))})):o.toggleFreeAccess(!o.isFreeAccessEnabled(),[])},e.editFreeAccess=function(){e.toggleFreeAccess(!0)},e.removeUser=function(r){a.openSimpleModal({title:"Confirm delete",message:"Are you sure you want to delete the user '"+r+"'?",warning:!0}).result.then((function(){e.loader=!0,u.deleteUser(r).success((function(){e.getUsers()})).error((function(r){const s=getError(r);t.error(s,"Error"),e.loader=!1}))}))},e.encodeURIComponent=function(e){return encodeURIComponent(e)}}]),o.controller("DefaultAuthoritiesCtrl",["$scope","$http","$modalInstance","data","$rootScope",function(e,r,t,s,o){e.grantedAuthorities=s.defaultAuthorities(),e.appSettings=s.appSettings,e.hasActiveLocation=function(){return!_.isEmpty(o.globalLocation)},e.getRepositories=function(){return o.globalRepositories},e.ok=function(){const r=[];e.repositoryCheckError=!0;for(const t in e.grantedAuthorities.WRITE_REPO)e.grantedAuthorities.WRITE_REPO[t]&&(r.push("WRITE_REPO_"+t),r.push("READ_REPO_"+t),e.repositoryCheckError=!1);for(const t in e.grantedAuthorities.READ_REPO)e.grantedAuthorities.READ_REPO[t]&&-1===r.indexOf("READ_REPO_"+t)&&(r.push("READ_REPO_"+t),e.repositoryCheckError=!1);e.repositoryCheckError||t.close({authorities:r,appSettings:e.appSettings})},e.cancel=function(){t.dismiss("cancel")}}]),o.controller("CommonUserCtrl",["$scope","$http","toastr","$window","$timeout","$location","$jwtAuth",function(e,r,t,o,n,i,a){e.isAdmin=function(){return a.hasRole(s.UserRole.ROLE_ADMIN)},e.hasExternalAuth=function(){return a.hasExternalAuth()},e.hasEditRestrictions=function(){return e.user&&e.user.username===s.UserType.ADMIN},e.isOverrideAuth=function(){return a.isDefaultAuthEnabled()},e.setGrantedAuthorities=function(){!function(e){function r(){for(let r=0;r<arguments.length;r++){const t=arguments[r];_.indexOf(e.user.grantedAuthorities,t)<0&&e.user.grantedAuthorities.push(t)}}if(e.user.grantedAuthorities=[],e.repositoryCheckError=!0,e.userType===s.UserType.ADMIN)e.repositoryCheckError=!1,r(s.UserRole.ROLE_ADMIN);else if(e.userType===s.UserType.REPO_MANAGER)e.repositoryCheckError=!1,r(s.UserRole.ROLE_REPO_MANAGER);else{r(s.UserRole.ROLE_USER);for(const t in e.grantedAuthorities.WRITE_REPO)e.grantedAuthorities.WRITE_REPO[t]&&(e.repositoryCheckError=!1,r("WRITE_REPO_"+t,"READ_REPO_"+t));for(const t in e.grantedAuthorities.READ_REPO)e.grantedAuthorities.READ_REPO[t]&&(e.repositoryCheckError=!1,r("READ_REPO_"+t))}}(e)},e.hasReadPermission=function(r){return e.userType===s.UserType.ADMIN||e.userType===s.UserType.REPO_MANAGER||e.grantedAuthorities.READ_REPO[r]||e.grantedAuthorities.WRITE_REPO[r]||"SYSTEM"!==r&&(e.grantedAuthorities.READ_REPO["*"]||e.grantedAuthorities.WRITE_REPO["*"])},e.hasWritePermission=function(r){return e.userType===s.UserType.ADMIN||e.userType===s.UserType.REPO_MANAGER||e.grantedAuthorities.WRITE_REPO[r]||"SYSTEM"!==r&&e.grantedAuthorities.WRITE_REPO["*"]},e.readCheckDisabled=function(r){return e.hasWritePermission(r)||"SYSTEM"!==r&&"*"!==r&&e.grantedAuthorities.READ_REPO["*"]||e.hasEditRestrictions()},e.writeCheckDisabled=function(r){return e.userType===s.UserType.ADMIN||e.userType===s.UserType.REPO_MANAGER||"SYSTEM"!==r&&"*"!==r&&e.grantedAuthorities.WRITE_REPO["*"]||e.hasEditRestrictions()},e.userType=s.UserType.USER,e.grantedAuthorities={READ_REPO:{},WRITE_REPO:{}},e.validatePassword=function(){return e.noPassword?(e.passwordError="",e.confirmPasswordError="",!0):e.user.password!==e.user.confirmpassword?(e.user.password?(e.passwordError="",e.confirmPasswordError="Confirm password!"):(e.passwordError="Enter password!",e.confirmPasswordError=""),!1):(e.passwordError="",e.confirmPasswordError="",!0)},e.isLocalAuthentication=function(){return"Local"===a.getAuthImplementation()},e.updateUser=function(){if(!e.validateForm())return!1;e.isLocalAuthentication()&&e.setGrantedAuthorities(),e.repositoryCheckError||e.updateUserHttp()},e.setNoPassword=function(){e.noPassword&&(e.user.password="",e.user.confirmpassword="",e.passwordError="",e.confirmPasswordError="")}}]),o.controller("AddUserCtrl",["$scope","$http","toastr","$window","$timeout","$location","$jwtAuth","$controller","SecurityRestService",function(e,r,t,s,o,n,i,a,u){angular.extend(this,a("CommonUserCtrl",{$scope:e})),e.mode="add",e.saveButtonText="Create",e.goBack=function(){const r=o((function(){s.history.back()}),100);e.$on("$destroy",(function(){o.cancel(r)}))},e.pageTitle="Create new user",e.passwordPlaceholder="Password",e.user={username:"",password:"",confirmpassword:"",grantedAuthorities:[],appSettings:{DEFAULT_SAMEAS:!0,DEFAULT_INFERENCE:!0,EXECUTE_COUNT:!0,IGNORE_SHARED_QUERIES:!1,DEFAULT_VIS_GRAPH_SCHEMA:!0}},e.submit=function(){e.createUser()},e.createUserHttp=function(){e.loader=!0,u.createUser({username:e.user.username,pass:e.user.password,appSettings:e.user.appSettings,grantedAuthorities:e.user.grantedAuthorities}).success((function(){t.success("The user "+e.user.username+" has been created.");const r=o((function(){e.loader=!1,s.history.back()}),2e3);e.$on("$destroy",(function(){o.cancel(r)}))})).error((function(r){const s=getError(r);e.loader=!1,t.error(s,"Error")}))},e.createUser=function(){e.validateForm()&&(e.setGrantedAuthorities(),e.repositoryCheckError||e.createUserHttp())},e.validateForm=function(){let r=!0;return e.user.username?e.usernameError="":(e.usernameError="Enter username!",r=!1),e.noPassword?(e.passwordError="",e.confirmPasswordError=""):(e.user.password?e.passwordError="":(e.passwordError="Enter password!",r=!1),e.user.confirmpassword&&e.user.password===e.user.confirmpassword?e.confirmPasswordError="":(e.confirmPasswordError="Confirm password!",r=!1)),r}}]),o.controller("EditUserCtrl",["$scope","$http","toastr","$window","$routeParams","$timeout","$location","$jwtAuth","$controller","SecurityRestService",function(e,r,t,o,i,a,u,c,p,d){angular.extend(this,p("CommonUserCtrl",{$scope:e})),e.mode="edit",e.saveButtonText="Save",e.goBack=function(){const r=a((function(){o.history.back()}),100);e.$on("$destroy",(function(){a.cancel(r)}))},e.params=i,e.pageTitle="Edit user: "+e.params.userId,e.passwordPlaceholder="New password",e.userType=s.UserType.USER;const E={DEFAULT_SAMEAS:!0,DEFAULT_INFERENCE:!0,EXECUTE_COUNT:!0,IGNORE_SHARED_QUERIES:!1,DEFAULT_VIS_GRAPH_SCHEMA:!0};c.hasRole(s.UserRole.ROLE_ADMIN)||u.url("settings"),e.getUserData=function(){d.getUser(e.params.userId).success((function(r){e.userData=r,e.user={username:e.userData.username},e.user.password="",e.user.confirmpassword="",e.user.external=e.userData.external,e.user.appSettings=r.appSettings||E,e.userType=s.UserType.USER;const t=n(r.grantedAuthorities);e.userType=t.userType,e.grantedAuthorities=t.grantedAuthorities})).error((function(e){const r=getError(e);t.error(r,"Error")}))},e.getUserData(),e.submit=function(){e.updateUser()},e.updateUserHttp=function(){e.loader=!0,d.updateUser({username:e.user.username,pass:e.noPassword?"":e.user.password||void 0,appSettings:e.user.appSettings,grantedAuthorities:e.user.grantedAuthorities}).success((function(){t.success("The user "+e.user.username+" was updated.");const r=a((function(){e.loader=!1,o.history.back()}),2e3);e.$on("$destroy",(function(){a.cancel(r)})),e.user.username===c.getPrincipal().username&&(c.getPrincipal().appSettings=e.user.appSettings)})).error((function(r){const s=getError(r);e.loader=!1,t.error(s,"Error")}))},e.validateForm=function(){return e.validatePassword()}}]),o.controller("RolesMappingController",["$scope","toastr","SecurityRestService",function(e,r,t){e.debugMapping=function(e,r){const s=r.split(":");t.getRolesMapping({role:e,method:s[1],mapping:s[0]})};e.$on("repositoryIsSet",(function(){t.getRoles().success((function(r){e.roleMappings=r,e.roles=_.keys(e.roleMappings),e.mappings=_.keys(e.roleMappings[e.roles[0]]);const t=_.map(e.roles,(function(r){return[r,_.filter(e.roleMappings[r]).length]}));e.roles=_.reverse(_.map(_.orderBy(t,(function(e){return e[1]})),(function(e){return e[0]})))})).error((function(t){const s=getError(t);e.loader=!1,r.error(s,"Error")}))}))}]),o.controller("ChangeUserPasswordSettingsCtrl",["$scope","toastr","$window","$timeout","$jwtAuth","$rootScope","$controller","SecurityRestService",function(e,r,t,s,o,i,a,u){angular.extend(this,a("CommonUserCtrl",{$scope:e})),e.mode="settings",e.hasEditRestrictions=function(){return!0},e.saveButtonText="Save",e.goBack=function(){const r=s((function(){t.history.back()}),100);e.$on("$destroy",(function(){s.cancel(r)}))},e.currentUserData=function(){return o.getPrincipal()},e.updateCurrentUserData=function(){_.assign(o.getPrincipal(),e.userData)},e.redirectAdmin=function(){e.currentUserData()||i.redirectToLogin()},e.pageTitle="Settings",e.passwordPlaceholder="New password",e.grantedAuthorities={READ_REPO:{},WRITE_REPO:{}};const c=function(r){r.userData=angular.copy(r.currentUserData()),r.user={username:r.userData.username},r.user.password="",r.user.confirmpassword="",r.user.external=r.userData.external,r.user.appSettings=r.userData.appSettings,void 0===r.user.appSettings.DEFAULT_VIS_GRAPH_SCHEMA&&(r.user.appSettings.DEFAULT_VIS_GRAPH_SCHEMA=!0);const t=n(r.userData.authorities);e.userType=t.userType,e.grantedAuthorities=t.grantedAuthorities};e.currentUserData()?c(e):e.$on("securityInit",(function(e){e.currentScope.redirectAdmin(),c(e.currentScope)})),e.loader=!1,e.submit=function(){e.updateUser()},e.updateUserHttp=function(){e.loader=!0,u.updateUserData({username:e.user.username,pass:e.noPassword?"":e.user.password||void 0,appSettings:e.user.appSettings}).success((function(){e.updateCurrentUserData(),r.success("The user "+e.user.username+" was updated.");const o=s((function(){e.loader=!1,t.history.back()}),2e3);e.$on("$destroy",(function(){s.cancel(o)}))})).error((function(t){const s=getError(t);e.loader=!1,r.error(s,"Error")}))},e.updateUser=function(){if(!e.validateForm())return!1;e.updateUserHttp()},e.validateForm=function(){return e.validatePassword()}}]),o.controller("DeleteUserCtrl",["$scope","$modalInstance","username",function(e,r,t){e.username=t,e.ok=function(){r.close()},e.cancel=function(){r.dismiss("cancel")}}])}}]);
|
|
2
|
-
//# sourceMappingURL=12.449fb5148a68a44ba324.bundle.js.map
|