solid-ui 2.6.1-907cd78 → 2.6.1-ad0c401
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/README.md +4 -4
- package/dist/chat/keys.d.ts +1 -1
- package/dist/chat/keys.d.ts.map +1 -1
- package/dist/index.d.ts +4 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -12
- package/dist/index.js.map +1 -1
- package/dist/solid-ui.esm.js +9 -16
- package/dist/solid-ui.esm.js.map +1 -1
- package/dist/solid-ui.esm.min.js +3 -3
- package/dist/solid-ui.esm.min.js.map +1 -1
- package/dist/solid-ui.js +8 -18
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +8 -8
- package/dist/solid-ui.min.js.map +1 -1
- package/dist/utils/keyHelpers/accessData.d.ts +3 -3
- package/dist/utils/keyHelpers/accessData.d.ts.map +1 -1
- package/dist/utils/keyHelpers/otherHelpers.d.ts +1 -1
- package/dist/utils/keyHelpers/otherHelpers.d.ts.map +1 -1
- package/dist/versionInfo.js +2 -2
- package/dist/widgets/forms/autocomplete/publicData.d.ts +3 -3
- package/dist/widgets/forms/autocomplete/publicData.d.ts.map +1 -1
- package/package.json +6 -6
package/dist/solid-ui.js
CHANGED
|
@@ -1055,7 +1055,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1055
1055
|
__webpack_require__.d(__webpack_exports__, {
|
|
1056
1056
|
acl: () => (/* reexport */ acl),
|
|
1057
1057
|
aclControl: () => (/* reexport */ aclControl),
|
|
1058
|
-
authn: () => (/* reexport */ external_SolidLogic_.authn),
|
|
1059
1058
|
create: () => (/* reexport */ create),
|
|
1060
1059
|
createTypes: () => (/* reexport */ types_namespaceObject),
|
|
1061
1060
|
dom: () => (/* binding */ src_dom),
|
|
@@ -1073,8 +1072,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1073
1072
|
pad: () => (/* reexport */ pad_namespaceObject),
|
|
1074
1073
|
participation: () => (/* reexport */ participation_namespaceObject),
|
|
1075
1074
|
preferences: () => (/* reexport */ preferences_namespaceObject),
|
|
1076
|
-
rdf: () => (/* reexport */ external_$rdf_),
|
|
1077
|
-
store: () => (/* reexport */ external_SolidLogic_.store),
|
|
1078
1075
|
style: () => (/* reexport */ style),
|
|
1079
1076
|
table: () => (/* reexport */ renderTableViewPane),
|
|
1080
1077
|
tabs: () => (/* reexport */ tabs_namespaceObject),
|
|
@@ -1335,11 +1332,11 @@ __webpack_require__.d(tabs_namespaceObject, {
|
|
|
1335
1332
|
var types_namespaceObject = {};
|
|
1336
1333
|
__webpack_require__.r(types_namespaceObject);
|
|
1337
1334
|
|
|
1338
|
-
// EXTERNAL MODULE: external "$rdf"
|
|
1339
|
-
var external_$rdf_ = __webpack_require__(264);
|
|
1340
1335
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
1341
1336
|
var solid_namespace = __webpack_require__(386);
|
|
1342
1337
|
var solid_namespace_default = /*#__PURE__*/__webpack_require__.n(solid_namespace);
|
|
1338
|
+
// EXTERNAL MODULE: external "$rdf"
|
|
1339
|
+
var external_$rdf_ = __webpack_require__(264);
|
|
1343
1340
|
;// ./src/ns.js
|
|
1344
1341
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
1345
1342
|
|
|
@@ -20104,13 +20101,11 @@ var bookmarks_UI = {
|
|
|
20104
20101
|
ns: src_ns,
|
|
20105
20102
|
media: media,
|
|
20106
20103
|
pad: pad_namespaceObject,
|
|
20107
|
-
rdf: external_$rdf_,
|
|
20108
20104
|
style: style,
|
|
20109
20105
|
utils: utils_namespaceObject,
|
|
20110
20106
|
widgets: widgets_namespaceObject
|
|
20111
20107
|
};
|
|
20112
|
-
var
|
|
20113
|
-
var BOOK = bookmarks_$rdf.Namespace('http://www.w3.org/2002/01/bookmark#');
|
|
20108
|
+
var BOOK = external_$rdf_.Namespace('http://www.w3.org/2002/01/bookmark#');
|
|
20114
20109
|
var BOOKMARK_ICON = 'noun_45961.svg';
|
|
20115
20110
|
var label = label_label;
|
|
20116
20111
|
var dom = window.document || null;
|
|
@@ -20167,7 +20162,7 @@ function _findBookmarkDocument() {
|
|
|
20167
20162
|
break;
|
|
20168
20163
|
}
|
|
20169
20164
|
// publicProfile or preferencesFile
|
|
20170
|
-
newBookmarkFile =
|
|
20165
|
+
newBookmarkFile = external_$rdf_.sym(userContext.publicProfile.dir().uri + fileTail);
|
|
20171
20166
|
_context.prev = 3;
|
|
20172
20167
|
src_debug/* log */.Rm('Creating new bookmark file ' + newBookmarkFile);
|
|
20173
20168
|
_context.next = 4;
|
|
@@ -20232,7 +20227,7 @@ function _addBookmark() {
|
|
|
20232
20227
|
title = label(author) + ': ' + external_SolidLogic_.store.anyValue(target, src_ns.sioc('content')).slice(0, 80); // @@ add chat title too?
|
|
20233
20228
|
bookmarkDoc = context.bookmarkDocument;
|
|
20234
20229
|
bookmark = bookmarks_UI.widgets.newThing(bookmarkDoc, title);
|
|
20235
|
-
ins = [
|
|
20230
|
+
ins = [external_$rdf_.st(bookmarkDoc, bookmarks_UI.ns.dct('references'), bookmark, bookmarkDoc), external_$rdf_.st(bookmark, bookmarks_UI.ns.rdf('type'), BOOK('Bookmark'), bookmarkDoc), external_$rdf_.st(bookmark, bookmarks_UI.ns.dct('created'), new Date(), bookmarkDoc), external_$rdf_.st(bookmark, BOOK('recalls'), target, bookmarkDoc), external_$rdf_.st(bookmark, bookmarks_UI.ns.foaf('maker'), me, bookmarkDoc), external_$rdf_.st(bookmark, bookmarks_UI.ns.dct('title'), title, bookmarkDoc)];
|
|
20236
20231
|
_context2.prev = 2;
|
|
20237
20232
|
_context2.next = 3;
|
|
20238
20233
|
return updatePromise([], ins);
|
|
@@ -25527,17 +25522,16 @@ https://github.com/solidos/solid
|
|
|
25527
25522
|
|
|
25528
25523
|
/**
|
|
25529
25524
|
* Provides a Solid client helper object (which exposes various static modules).
|
|
25530
|
-
* @module
|
|
25531
|
-
* @main
|
|
25525
|
+
* @module UI.js
|
|
25526
|
+
* @main UI.js
|
|
25532
25527
|
*/
|
|
25533
25528
|
|
|
25534
25529
|
/**
|
|
25535
|
-
* @class
|
|
25530
|
+
* @class UI
|
|
25536
25531
|
* @static
|
|
25537
25532
|
*/
|
|
25538
25533
|
|
|
25539
25534
|
// REMOVE @ts-ignore as you migrate files to TypeScript
|
|
25540
|
-
// pull in first avoid cross-refs
|
|
25541
25535
|
// @ts-ignore
|
|
25542
25536
|
|
|
25543
25537
|
|
|
@@ -25570,16 +25564,12 @@ https://github.com/solidos/solid
|
|
|
25570
25564
|
|
|
25571
25565
|
|
|
25572
25566
|
|
|
25573
|
-
|
|
25574
25567
|
var src_dom = window ? window.document : null; // Idea that UI.dom can be adapted in non-browser environments
|
|
25575
25568
|
|
|
25576
25569
|
if (typeof window !== 'undefined') {
|
|
25577
25570
|
;
|
|
25578
25571
|
window.UI = {
|
|
25579
|
-
authn: external_SolidLogic_.authn,
|
|
25580
|
-
store: external_SolidLogic_.store,
|
|
25581
25572
|
ns: src_ns,
|
|
25582
|
-
rdf: external_$rdf_,
|
|
25583
25573
|
acl: acl,
|
|
25584
25574
|
aclControl: aclControl,
|
|
25585
25575
|
create: create,
|