Skip to content

Commit 7c9d5db

Browse files
committed
deploy: 0179738
1 parent 5b52c83 commit 7c9d5db

103 files changed

Lines changed: 124 additions & 101 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/acl/access-groups.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/acl/access-groups.js

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/acl/access-groups.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/solid-ui.esm.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,6 +3205,8 @@ var AccessGroups = /*#__PURE__*/function () {
32053205
thing,
32063206
_this$_store,
32073207
message,
3208+
detectedTypes,
3209+
typeDetails,
32083210
error,
32093211
_args4 = arguments,
32103212
_t2;
@@ -3238,7 +3240,9 @@ var AccessGroups = /*#__PURE__*/function () {
32383240
_context4.next = 6;
32393241
break;
32403242
}
3241-
error = " Error: Drop fails to drop appropriate thing! ".concat(uri);
3243+
detectedTypes = Object.keys(this.store.findTypeURIs(thing));
3244+
typeDetails = detectedTypes.length > 0 ? "Detected RDF types: ".concat(detectedTypes.join(', ')) : 'No RDF type was detected for this URI.';
3245+
error = "Error: Failed to add access target: ".concat(uri, " is not a recognized ACL target type.") + " Expected one of: vcard:WebID, vcard:Group, foaf:Person, foaf:Agent, solid:AppProvider, solid:AppProviderClass, or recognized ACL classes." + ' Hint: try dropping a WebID profile URI, a vcard:Group URI, or a web app origin.' + typeDetails;
32423246
_debug__WEBPACK_IMPORTED_MODULE_11__/* .error */ .z3(error);
32433247
return _context4.abrupt("return", Promise.reject(new Error(error)));
32443248
case 6:

dist/solid-ui.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/solid-ui.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/solid-ui.esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/solid-ui.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11454,6 +11454,8 @@ var AccessGroups = /*#__PURE__*/function () {
1145411454
thing,
1145511455
_this$_store,
1145611456
message,
11457+
detectedTypes,
11458+
typeDetails,
1145711459
error,
1145811460
_args4 = arguments,
1145911461
_t2;
@@ -11487,7 +11489,9 @@ var AccessGroups = /*#__PURE__*/function () {
1148711489
_context4.next = 6;
1148811490
break;
1148911491
}
11490-
error = " Error: Drop fails to drop appropriate thing! ".concat(uri);
11492+
detectedTypes = Object.keys(this.store.findTypeURIs(thing));
11493+
typeDetails = detectedTypes.length > 0 ? "Detected RDF types: ".concat(detectedTypes.join(', ')) : 'No RDF type was detected for this URI.';
11494+
error = "Error: Failed to add access target: ".concat(uri, " is not a recognized ACL target type.") + " Expected one of: vcard:WebID, vcard:Group, foaf:Person, foaf:Agent, solid:AppProvider, solid:AppProviderClass, or recognized ACL classes." + ' Hint: try dropping a WebID profile URI, a vcard:Group URI, or a web app origin.' + typeDetails;
1149111495
src_debug/* error */.z3(error);
1149211496
return _context4.abrupt("return", Promise.reject(new Error(error)));
1149311497
case 6:

dist/solid-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/solid-ui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)