solid-ui 2.4.22-dc79c0e3 → 2.4.22-e431290d
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/main.js +638 -972
- package/dist/main.js.map +1 -1
- package/lib/acl/access-controller.js +9 -14
- package/lib/acl/access-controller.js.map +1 -1
- package/lib/acl/access-groups.js +10 -15
- package/lib/acl/access-groups.js.map +1 -1
- package/lib/acl/acl-control.js +9 -13
- package/lib/acl/acl-control.js.map +1 -1
- package/lib/acl/acl.js +7 -11
- package/lib/acl/acl.js.map +1 -1
- package/lib/acl/add-agent-buttons.js +13 -19
- package/lib/acl/add-agent-buttons.js.map +1 -1
- package/lib/acl/index.js.map +1 -1
- package/lib/acl/styles.js.map +1 -1
- package/lib/acl/types.js.map +1 -1
- package/lib/chat/bookmarks.js +14 -19
- package/lib/chat/bookmarks.js.map +1 -1
- package/lib/chat/chatLogic.js +9 -15
- package/lib/chat/chatLogic.js.map +1 -1
- package/lib/chat/dateFolder.js +12 -17
- package/lib/chat/dateFolder.js.map +1 -1
- package/lib/chat/infinite.js +29 -37
- package/lib/chat/infinite.js.map +1 -1
- package/lib/chat/message.js +14 -14
- package/lib/chat/message.js.map +1 -1
- package/lib/chat/messageTools.js +10 -23
- package/lib/chat/messageTools.js.map +1 -1
- package/lib/chat/thread.js +4 -9
- package/lib/chat/thread.js.map +1 -1
- package/lib/create/create.js.map +1 -1
- package/lib/create/index.js.map +1 -1
- package/lib/create/types.js.map +1 -1
- package/lib/debug.js.map +1 -1
- package/lib/folders.js.map +1 -1
- package/lib/footer/index.js +8 -10
- package/lib/footer/index.js.map +1 -1
- package/lib/footer/styleMap.js.map +1 -1
- package/lib/header/empty-profile.js.map +1 -1
- package/lib/header/index.js +9 -17
- package/lib/header/index.js.map +1 -1
- package/lib/header/styleMap.js.map +1 -1
- package/lib/iconBase.js.map +1 -1
- package/lib/icons/solid_logo.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/jss/index.js.map +1 -1
- package/lib/log.js.map +1 -1
- package/lib/login/login.js +21 -63
- package/lib/login/login.js.map +1 -1
- package/lib/matrix/index.js.map +1 -1
- package/lib/matrix/matrix.js.map +1 -1
- package/lib/matrix/types.js.map +1 -1
- package/lib/media/index.js.map +1 -1
- package/lib/media/media-capture.js +4 -20
- package/lib/media/media-capture.js.map +1 -1
- package/lib/messageArea.js.map +1 -1
- package/lib/noun_Camera_1618446_000000.js.map +1 -1
- package/lib/ns.js.map +1 -1
- package/lib/pad.js.map +1 -1
- package/lib/participation.js.map +1 -1
- package/lib/preferences.js.map +1 -1
- package/lib/signup/config-default.js.map +1 -1
- package/lib/signup/signup.js.map +1 -1
- package/lib/stories/decorators.js.map +1 -1
- package/lib/style.js.map +1 -1
- package/lib/style_multiSelect.js.map +1 -1
- package/lib/table.js.map +1 -1
- package/lib/tabs.js.map +1 -1
- package/lib/typings.d.js.map +1 -1
- package/lib/utils/headerFooterHelpers.js +5 -7
- package/lib/utils/headerFooterHelpers.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/label.js.map +1 -1
- package/lib/versionInfo.js +5 -5
- package/lib/versionInfo.js.map +1 -1
- package/lib/widgets/buttons/iconLinks.js.map +1 -1
- package/lib/widgets/buttons.js.map +1 -1
- package/lib/widgets/dragAndDrop.js.map +1 -1
- package/lib/widgets/error.js.map +1 -1
- package/lib/widgets/forms/autocomplete/autocompleteBar.js +17 -15
- package/lib/widgets/forms/autocomplete/autocompleteBar.js.map +1 -1
- package/lib/widgets/forms/autocomplete/autocompleteField.js +5 -8
- package/lib/widgets/forms/autocomplete/autocompleteField.js.map +1 -1
- package/lib/widgets/forms/autocomplete/autocompletePicker.js +21 -19
- package/lib/widgets/forms/autocomplete/autocompletePicker.js.map +1 -1
- package/lib/widgets/forms/autocomplete/language.js +8 -15
- package/lib/widgets/forms/autocomplete/language.js.map +1 -1
- package/lib/widgets/forms/autocomplete/publicData.js +22 -27
- package/lib/widgets/forms/autocomplete/publicData.js.map +1 -1
- package/lib/widgets/forms/basic.js.map +1 -1
- package/lib/widgets/forms/comment.js.map +1 -1
- package/lib/widgets/forms/fieldFunction.js.map +1 -1
- package/lib/widgets/forms/fieldParams.js.map +1 -1
- package/lib/widgets/forms/formStyle.js.map +1 -1
- package/lib/widgets/forms.js +59 -35
- package/lib/widgets/forms.js.map +1 -1
- package/lib/widgets/index.js.map +1 -1
- package/lib/widgets/multiSelect.js.map +1 -1
- package/lib/widgets/peoplePicker.js.map +1 -1
- package/lib/widgets/widgetHelpers.js.map +1 -1
- package/package.json +5 -3
package/dist/main.js
CHANGED
|
@@ -19,8 +19,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
19
19
|
}));
|
|
20
20
|
exports.AccessController = void 0;
|
|
21
21
|
|
|
22
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
23
|
-
|
|
24
22
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
25
23
|
|
|
26
24
|
var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"));
|
|
@@ -45,10 +43,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
45
43
|
|
|
46
44
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
47
45
|
|
|
48
|
-
/**
|
|
49
|
-
* Contains the [[AccessController]] class
|
|
50
|
-
* @packageDocumentation
|
|
51
|
-
*/
|
|
46
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
52
47
|
|
|
53
48
|
/**
|
|
54
49
|
* Rendered HTML component used in the databrowser's Sharing pane.
|
|
@@ -240,12 +235,12 @@ var AccessController = /*#__PURE__*/function () {
|
|
|
240
235
|
}, {
|
|
241
236
|
key: "addAcls",
|
|
242
237
|
value: function () {
|
|
243
|
-
var _addAcls = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
238
|
+
var _addAcls = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
244
239
|
var _this6 = this;
|
|
245
240
|
|
|
246
241
|
var message, aclGraph, _message;
|
|
247
242
|
|
|
248
|
-
return
|
|
243
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
249
244
|
while (1) {
|
|
250
245
|
switch (_context.prev = _context.next) {
|
|
251
246
|
case 0:
|
|
@@ -295,8 +290,8 @@ var AccessController = /*#__PURE__*/function () {
|
|
|
295
290
|
}, {
|
|
296
291
|
key: "addDefaults",
|
|
297
292
|
value: function () {
|
|
298
|
-
var _addDefaults = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
299
|
-
return
|
|
293
|
+
var _addDefaults = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
294
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
300
295
|
while (1) {
|
|
301
296
|
switch (_context2.prev = _context2.next) {
|
|
302
297
|
case 0:
|
|
@@ -322,9 +317,9 @@ var AccessController = /*#__PURE__*/function () {
|
|
|
322
317
|
}, {
|
|
323
318
|
key: "removeAcls",
|
|
324
319
|
value: function () {
|
|
325
|
-
var _removeAcls = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
320
|
+
var _removeAcls = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
326
321
|
var message;
|
|
327
|
-
return
|
|
322
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
328
323
|
while (1) {
|
|
329
324
|
switch (_context3.prev = _context3.next) {
|
|
330
325
|
case 0:
|
|
@@ -377,9 +372,9 @@ var AccessController = /*#__PURE__*/function () {
|
|
|
377
372
|
}, {
|
|
378
373
|
key: "removeDefaults",
|
|
379
374
|
value: function () {
|
|
380
|
-
var _removeDefaults = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
375
|
+
var _removeDefaults = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
|
|
381
376
|
var fallbackCombo;
|
|
382
|
-
return
|
|
377
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
383
378
|
while (1) {
|
|
384
379
|
switch (_context4.prev = _context4.next) {
|
|
385
380
|
case 0:
|
|
@@ -492,8 +487,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
492
487
|
}));
|
|
493
488
|
exports.AccessGroups = void 0;
|
|
494
489
|
|
|
495
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
496
|
-
|
|
497
490
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
498
491
|
|
|
499
492
|
var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"));
|
|
@@ -520,11 +513,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
520
513
|
|
|
521
514
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
522
515
|
|
|
523
|
-
/**
|
|
524
|
-
|
|
525
|
-
* and [[AccessGroupsOptions]] classes
|
|
526
|
-
* @packageDocumentation
|
|
527
|
-
*/
|
|
516
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
517
|
+
|
|
528
518
|
var ACL = ns.acl;
|
|
529
519
|
var COLLOQUIAL = {
|
|
530
520
|
13: 'Owners',
|
|
@@ -690,9 +680,9 @@ var AccessGroups = /*#__PURE__*/function () {
|
|
|
690
680
|
}, {
|
|
691
681
|
key: "deleteAgent",
|
|
692
682
|
value: function () {
|
|
693
|
-
var _deleteAgent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
683
|
+
var _deleteAgent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(combo, pred, obj) {
|
|
694
684
|
var combos, comboToRemove;
|
|
695
|
-
return
|
|
685
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
696
686
|
while (1) {
|
|
697
687
|
switch (_context.prev = _context.next) {
|
|
698
688
|
case 0:
|
|
@@ -729,8 +719,8 @@ var AccessGroups = /*#__PURE__*/function () {
|
|
|
729
719
|
}, {
|
|
730
720
|
key: "addNewURI",
|
|
731
721
|
value: function () {
|
|
732
|
-
var _addNewURI = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
733
|
-
return
|
|
722
|
+
var _addNewURI = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(uri) {
|
|
723
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
734
724
|
while (1) {
|
|
735
725
|
switch (_context2.prev = _context2.next) {
|
|
736
726
|
case 0:
|
|
@@ -758,10 +748,10 @@ var AccessGroups = /*#__PURE__*/function () {
|
|
|
758
748
|
}, {
|
|
759
749
|
key: "handleDroppedUris",
|
|
760
750
|
value: function () {
|
|
761
|
-
var _handleDroppedUris = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
751
|
+
var _handleDroppedUris = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(uris, combo) {
|
|
762
752
|
var _this5 = this;
|
|
763
753
|
|
|
764
|
-
return
|
|
754
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
765
755
|
while (1) {
|
|
766
756
|
switch (_context3.prev = _context3.next) {
|
|
767
757
|
case 0:
|
|
@@ -801,7 +791,7 @@ var AccessGroups = /*#__PURE__*/function () {
|
|
|
801
791
|
}, {
|
|
802
792
|
key: "handleDroppedUri",
|
|
803
793
|
value: function () {
|
|
804
|
-
var _handleDroppedUri = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
794
|
+
var _handleDroppedUri = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(uri, combo) {
|
|
805
795
|
var secondAttempt,
|
|
806
796
|
agent,
|
|
807
797
|
thing,
|
|
@@ -811,7 +801,7 @@ var AccessGroups = /*#__PURE__*/function () {
|
|
|
811
801
|
error,
|
|
812
802
|
_args4 = arguments;
|
|
813
803
|
|
|
814
|
-
return
|
|
804
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
815
805
|
while (1) {
|
|
816
806
|
switch (_context4.prev = _context4.next) {
|
|
817
807
|
case 0:
|
|
@@ -1022,7 +1012,7 @@ function findAgent(uri, kb) {
|
|
|
1022
1012
|
|
|
1023
1013
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
1024
1014
|
|
|
1025
|
-
var
|
|
1015
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
1026
1016
|
|
|
1027
1017
|
Object.defineProperty(exports, "__esModule", ({
|
|
1028
1018
|
value: true
|
|
@@ -1034,7 +1024,7 @@ exports.preventDrag = preventDrag;
|
|
|
1034
1024
|
exports.setGlobalWindow = setGlobalWindow;
|
|
1035
1025
|
exports.shortNameForFolder = shortNameForFolder;
|
|
1036
1026
|
|
|
1037
|
-
var
|
|
1027
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
1038
1028
|
|
|
1039
1029
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
1040
1030
|
|
|
@@ -1054,14 +1044,10 @@ var _debug = __webpack_require__(/*! ../debug */ "./lib/debug.js");
|
|
|
1054
1044
|
|
|
1055
1045
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
1056
1046
|
|
|
1057
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
1047
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
1048
|
+
|
|
1049
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1058
1050
|
|
|
1059
|
-
/**
|
|
1060
|
-
* Functions for rendering the ACL User Interface.
|
|
1061
|
-
* See https://github.com/solidos/userguide/blob/main/views/sharing/userguide.md#view
|
|
1062
|
-
* for a screenshot.
|
|
1063
|
-
* @packageDocumentation
|
|
1064
|
-
*/
|
|
1065
1051
|
var global = window;
|
|
1066
1052
|
var preventBrowserDropEventsDone = Symbol('prevent double triggering of drop event');
|
|
1067
1053
|
/**
|
|
@@ -1201,16 +1187,16 @@ function loadController(_x, _x2, _x3, _x4, _x5, _x6, _x7, _x8) {
|
|
|
1201
1187
|
}
|
|
1202
1188
|
|
|
1203
1189
|
function _loadController() {
|
|
1204
|
-
_loadController = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
1205
|
-
return
|
|
1190
|
+
_loadController = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(doc, kb, subject, noun, context, classes, dom, status) {
|
|
1191
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
1206
1192
|
while (1) {
|
|
1207
1193
|
switch (_context2.prev = _context2.next) {
|
|
1208
1194
|
case 0:
|
|
1209
1195
|
return _context2.abrupt("return", new Promise(function (resolve, reject) {
|
|
1210
1196
|
return (0, _acl.getACLorDefault)(doc, /*#__PURE__*/function () {
|
|
1211
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
1197
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(ok, isDirectACL, targetDoc, targetACLDoc, defaultHolder, defaultACLDoc) {
|
|
1212
1198
|
var targetDirectory, targetIsProtected, prospectiveDefaultHolder, getController;
|
|
1213
|
-
return
|
|
1199
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
1214
1200
|
while (1) {
|
|
1215
1201
|
switch (_context.prev = _context.next) {
|
|
1216
1202
|
case 0:
|
|
@@ -1315,7 +1301,7 @@ function setGlobalWindow(window) {
|
|
|
1315
1301
|
|
|
1316
1302
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
1317
1303
|
|
|
1318
|
-
var
|
|
1304
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
1319
1305
|
|
|
1320
1306
|
Object.defineProperty(exports, "__esModule", ({
|
|
1321
1307
|
value: true
|
|
@@ -1340,7 +1326,7 @@ exports.readACL = readACL;
|
|
|
1340
1326
|
exports.sameACL = sameACL;
|
|
1341
1327
|
exports.setACL = setACL;
|
|
1342
1328
|
|
|
1343
|
-
var
|
|
1329
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
1344
1330
|
|
|
1345
1331
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
1346
1332
|
|
|
@@ -1356,14 +1342,10 @@ var _rdflib = __webpack_require__(/*! rdflib */ "./node_modules/rdflib/esm/index
|
|
|
1356
1342
|
|
|
1357
1343
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
1358
1344
|
|
|
1359
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
1345
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
1346
|
+
|
|
1347
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1360
1348
|
|
|
1361
|
-
/**
|
|
1362
|
-
* Non-UI functions for access control.
|
|
1363
|
-
* See https://github.com/solidos/web-access-control-spec
|
|
1364
|
-
* for the spec that defines how ACL documents work.
|
|
1365
|
-
* @packageDocumentation
|
|
1366
|
-
*/
|
|
1367
1349
|
var kb = _solidLogic.solidLogicSingleton.store;
|
|
1368
1350
|
/**
|
|
1369
1351
|
* Take the "default" ACL and convert it into the equivlent ACL
|
|
@@ -1883,8 +1865,8 @@ function getProspectiveHolder(_x) {
|
|
|
1883
1865
|
}
|
|
1884
1866
|
|
|
1885
1867
|
function _getProspectiveHolder() {
|
|
1886
|
-
_getProspectiveHolder = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
1887
|
-
return
|
|
1868
|
+
_getProspectiveHolder = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(targetDirectory) {
|
|
1869
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
1888
1870
|
while (1) {
|
|
1889
1871
|
switch (_context.prev = _context.next) {
|
|
1890
1872
|
case 0:
|
|
@@ -1929,8 +1911,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
1929
1911
|
}));
|
|
1930
1912
|
exports.AddAgentButtons = void 0;
|
|
1931
1913
|
|
|
1932
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
1933
|
-
|
|
1934
1914
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
1935
1915
|
|
|
1936
1916
|
var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"));
|
|
@@ -1955,10 +1935,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
1955
1935
|
|
|
1956
1936
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
1957
1937
|
|
|
1958
|
-
/**
|
|
1959
|
-
* Contains the [[AddAgentButtons]] class
|
|
1960
|
-
* @packageDocumentation
|
|
1961
|
-
*/
|
|
1938
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
1962
1939
|
|
|
1963
1940
|
/**
|
|
1964
1941
|
* Renders the Sharing pane's "+" button and the menus behind it,
|
|
@@ -2154,11 +2131,11 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2154
2131
|
}, {
|
|
2155
2132
|
key: "renderAppsTable",
|
|
2156
2133
|
value: function () {
|
|
2157
|
-
var _renderAppsTable = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2134
|
+
var _renderAppsTable = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(eventContext) {
|
|
2158
2135
|
var _this10 = this;
|
|
2159
2136
|
|
|
2160
2137
|
var trustedApps, trustedOrigins;
|
|
2161
|
-
return
|
|
2138
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
2162
2139
|
while (1) {
|
|
2163
2140
|
switch (_context.prev = _context.next) {
|
|
2164
2141
|
case 0:
|
|
@@ -2181,7 +2158,6 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2181
2158
|
var origin = _this10.groupList.store.any(app, ns.acl('origin')); // @@ TODO fix as
|
|
2182
2159
|
|
|
2183
2160
|
|
|
2184
|
-
// @@ TODO fix as
|
|
2185
2161
|
if (!origin) {
|
|
2186
2162
|
reject(new Error("Unable to pick app: ".concat(app.value)));
|
|
2187
2163
|
}
|
|
@@ -2226,9 +2202,9 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2226
2202
|
}, {
|
|
2227
2203
|
key: "addPerson",
|
|
2228
2204
|
value: function () {
|
|
2229
|
-
var _addPerson = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2205
|
+
var _addPerson = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(name) {
|
|
2230
2206
|
var domainNameRegexp;
|
|
2231
|
-
return
|
|
2207
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
2232
2208
|
while (1) {
|
|
2233
2209
|
switch (_context2.prev = _context2.next) {
|
|
2234
2210
|
case 0:
|
|
@@ -2276,9 +2252,9 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2276
2252
|
}, {
|
|
2277
2253
|
key: "addGroup",
|
|
2278
2254
|
value: function () {
|
|
2279
|
-
var _addGroup = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2255
|
+
var _addGroup = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(name) {
|
|
2280
2256
|
var domainNameRegexp;
|
|
2281
|
-
return
|
|
2257
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
2282
2258
|
while (1) {
|
|
2283
2259
|
switch (_context3.prev = _context3.next) {
|
|
2284
2260
|
case 0:
|
|
@@ -2326,8 +2302,8 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2326
2302
|
}, {
|
|
2327
2303
|
key: "addAgent",
|
|
2328
2304
|
value: function () {
|
|
2329
|
-
var _addAgent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2330
|
-
return
|
|
2305
|
+
var _addAgent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(agentUri) {
|
|
2306
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
2331
2307
|
while (1) {
|
|
2332
2308
|
switch (_context4.prev = _context4.next) {
|
|
2333
2309
|
case 0:
|
|
@@ -2354,9 +2330,9 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2354
2330
|
}, {
|
|
2355
2331
|
key: "addBot",
|
|
2356
2332
|
value: function () {
|
|
2357
|
-
var _addBot = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2333
|
+
var _addBot = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(name) {
|
|
2358
2334
|
var domainNameRegexp;
|
|
2359
|
-
return
|
|
2335
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
2360
2336
|
while (1) {
|
|
2361
2337
|
switch (_context5.prev = _context5.next) {
|
|
2362
2338
|
case 0:
|
|
@@ -2404,9 +2380,9 @@ var AddAgentButtons = /*#__PURE__*/function () {
|
|
|
2404
2380
|
}, {
|
|
2405
2381
|
key: "getOriginFromName",
|
|
2406
2382
|
value: function () {
|
|
2407
|
-
var _getOriginFromName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2383
|
+
var _getOriginFromName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(name) {
|
|
2408
2384
|
var domainNameRegexp, origin;
|
|
2409
|
-
return
|
|
2385
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
2410
2386
|
while (1) {
|
|
2411
2387
|
switch (_context6.prev = _context6.next) {
|
|
2412
2388
|
case 0:
|
|
@@ -2635,7 +2611,7 @@ exports.styles = styles;
|
|
|
2635
2611
|
|
|
2636
2612
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
2637
2613
|
|
|
2638
|
-
var
|
|
2614
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
2639
2615
|
|
|
2640
2616
|
Object.defineProperty(exports, "__esModule", ({
|
|
2641
2617
|
value: true
|
|
@@ -2644,7 +2620,7 @@ exports.findBookmarkDocument = findBookmarkDocument;
|
|
|
2644
2620
|
exports.renderBookmarksButton = renderBookmarksButton;
|
|
2645
2621
|
exports.toggleBookmark = toggleBookmark;
|
|
2646
2622
|
|
|
2647
|
-
var
|
|
2623
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
2648
2624
|
|
|
2649
2625
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
2650
2626
|
|
|
@@ -2672,15 +2648,10 @@ var _login = __webpack_require__(/*! ../login/login */ "./lib/login/login.js");
|
|
|
2672
2648
|
|
|
2673
2649
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
2674
2650
|
|
|
2675
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
2651
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
2676
2652
|
|
|
2677
|
-
/**
|
|
2678
|
-
* Functions related to chat and bookmarks
|
|
2679
|
-
* @packageDocumentation
|
|
2680
|
-
*/
|
|
2653
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
2681
2654
|
|
|
2682
|
-
/* global alert confirm */
|
|
2683
|
-
// pull in first avoid cross-refs
|
|
2684
2655
|
var UI = {
|
|
2685
2656
|
icons: _iconBase.icons,
|
|
2686
2657
|
ns: ns,
|
|
@@ -2762,9 +2733,9 @@ function findBookmarkDocument(_x) {
|
|
|
2762
2733
|
|
|
2763
2734
|
|
|
2764
2735
|
function _findBookmarkDocument() {
|
|
2765
|
-
_findBookmarkDocument = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2736
|
+
_findBookmarkDocument = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(userContext) {
|
|
2766
2737
|
var theClass, fileTail, isPublic, newBookmarkFile;
|
|
2767
|
-
return
|
|
2738
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
2768
2739
|
while (1) {
|
|
2769
2740
|
switch (_context.prev = _context.next) {
|
|
2770
2741
|
case 0:
|
|
@@ -2843,9 +2814,9 @@ function addBookmark(_x2, _x3) {
|
|
|
2843
2814
|
}
|
|
2844
2815
|
|
|
2845
2816
|
function _addBookmark() {
|
|
2846
|
-
_addBookmark = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2817
|
+
_addBookmark = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(context, target) {
|
|
2847
2818
|
var title, me, author, bookmarkDoc, bookmark, ins, msg;
|
|
2848
|
-
return
|
|
2819
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
2849
2820
|
while (1) {
|
|
2850
2821
|
switch (_context2.prev = _context2.next) {
|
|
2851
2822
|
case 0:
|
|
@@ -2911,9 +2882,9 @@ function toggleBookmark(_x4, _x5, _x6) {
|
|
|
2911
2882
|
}
|
|
2912
2883
|
|
|
2913
2884
|
function _toggleBookmark() {
|
|
2914
|
-
_toggleBookmark = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2885
|
+
_toggleBookmark = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(userContext, target, bookmarkButton) {
|
|
2915
2886
|
var bookmarks, i, bookmark;
|
|
2916
|
-
return
|
|
2887
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
2917
2888
|
while (1) {
|
|
2918
2889
|
switch (_context3.prev = _context3.next) {
|
|
2919
2890
|
case 0:
|
|
@@ -2993,17 +2964,17 @@ function renderBookmarksButton(_x7, _x8) {
|
|
|
2993
2964
|
}
|
|
2994
2965
|
|
|
2995
2966
|
function _renderBookmarksButton() {
|
|
2996
|
-
_renderBookmarksButton = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2967
|
+
_renderBookmarksButton = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(userContext, target) {
|
|
2997
2968
|
var setBookmarkButtonColor, _setBookmarkButtonColor, bookmarkButton;
|
|
2998
2969
|
|
|
2999
|
-
return
|
|
2970
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
3000
2971
|
while (1) {
|
|
3001
2972
|
switch (_context5.prev = _context5.next) {
|
|
3002
2973
|
case 0:
|
|
3003
2974
|
_setBookmarkButtonColor = function _setBookmarkButtonCol2() {
|
|
3004
|
-
_setBookmarkButtonColor = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
2975
|
+
_setBookmarkButtonColor = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(bookmarkButton) {
|
|
3005
2976
|
var bookmarked;
|
|
3006
|
-
return
|
|
2977
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
3007
2978
|
while (1) {
|
|
3008
2979
|
switch (_context4.prev = _context4.next) {
|
|
3009
2980
|
case 0:
|
|
@@ -3082,8 +3053,6 @@ exports.mostRecentVersion = mostRecentVersion;
|
|
|
3082
3053
|
exports.nick = nick;
|
|
3083
3054
|
exports.originalVersion = originalVersion;
|
|
3084
3055
|
|
|
3085
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
3086
|
-
|
|
3087
3056
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
3088
3057
|
|
|
3089
3058
|
var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"));
|
|
@@ -3106,11 +3075,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
3106
3075
|
|
|
3107
3076
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
3108
3077
|
|
|
3109
|
-
/**
|
|
3110
|
-
* Contains the [[ChatChannel]] class and logic for Solid Chat
|
|
3111
|
-
* @packageDocumentation
|
|
3112
|
-
*/
|
|
3113
|
-
// pull in first avoid cross-refs
|
|
3078
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3114
3079
|
|
|
3115
3080
|
/* The Solid logic for a 'LongChat'
|
|
3116
3081
|
*/
|
|
@@ -3139,8 +3104,8 @@ var ChatChannel = /*#__PURE__*/function () {
|
|
|
3139
3104
|
(0, _createClass2["default"])(ChatChannel, [{
|
|
3140
3105
|
key: "createMessage",
|
|
3141
3106
|
value: function () {
|
|
3142
|
-
var _createMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3143
|
-
return
|
|
3107
|
+
var _createMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(text) {
|
|
3108
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
3144
3109
|
while (1) {
|
|
3145
3110
|
switch (_context.prev = _context.next) {
|
|
3146
3111
|
case 0:
|
|
@@ -3168,7 +3133,7 @@ var ChatChannel = /*#__PURE__*/function () {
|
|
|
3168
3133
|
}, {
|
|
3169
3134
|
key: "updateMessage",
|
|
3170
3135
|
value: function () {
|
|
3171
|
-
var _updateMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3136
|
+
var _updateMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(text) {
|
|
3172
3137
|
var oldMsg,
|
|
3173
3138
|
deleteIt,
|
|
3174
3139
|
sts,
|
|
@@ -3180,7 +3145,7 @@ var ChatChannel = /*#__PURE__*/function () {
|
|
|
3180
3145
|
me,
|
|
3181
3146
|
msg,
|
|
3182
3147
|
_args2 = arguments;
|
|
3183
|
-
return
|
|
3148
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
3184
3149
|
while (1) {
|
|
3185
3150
|
switch (_context2.prev = _context2.next) {
|
|
3186
3151
|
case 0:
|
|
@@ -3255,8 +3220,8 @@ var ChatChannel = /*#__PURE__*/function () {
|
|
|
3255
3220
|
}, {
|
|
3256
3221
|
key: "deleteMessage",
|
|
3257
3222
|
value: function () {
|
|
3258
|
-
var _deleteMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3259
|
-
return
|
|
3223
|
+
var _deleteMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(message) {
|
|
3224
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
3260
3225
|
while (1) {
|
|
3261
3226
|
switch (_context3.prev = _context3.next) {
|
|
3262
3227
|
case 0:
|
|
@@ -3331,12 +3296,12 @@ function _createIfNotExists(_x4) {
|
|
|
3331
3296
|
|
|
3332
3297
|
|
|
3333
3298
|
function _createIfNotExists2() {
|
|
3334
|
-
_createIfNotExists2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3299
|
+
_createIfNotExists2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(doc) {
|
|
3335
3300
|
var contentType,
|
|
3336
3301
|
data,
|
|
3337
3302
|
response,
|
|
3338
3303
|
_args4 = arguments;
|
|
3339
|
-
return
|
|
3304
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
3340
3305
|
while (1) {
|
|
3341
3306
|
switch (_context4.prev = _context4.next) {
|
|
3342
3307
|
case 0:
|
|
@@ -3423,8 +3388,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
3423
3388
|
}));
|
|
3424
3389
|
exports.DateFolder = void 0;
|
|
3425
3390
|
|
|
3426
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
3427
|
-
|
|
3428
3391
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
3429
3392
|
|
|
3430
3393
|
var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"));
|
|
@@ -3443,11 +3406,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
3443
3406
|
|
|
3444
3407
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
3445
3408
|
|
|
3446
|
-
/**
|
|
3447
|
-
|
|
3448
|
-
* This tracks data stored in dated folders and sub-folders
|
|
3449
|
-
*
|
|
3450
|
-
*/
|
|
3409
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3410
|
+
|
|
3451
3411
|
// pull in first avoid cross-refs
|
|
3452
3412
|
|
|
3453
3413
|
/**
|
|
@@ -3496,26 +3456,26 @@ var DateFolder = /*#__PURE__*/function () {
|
|
|
3496
3456
|
}, {
|
|
3497
3457
|
key: "loadPrevious",
|
|
3498
3458
|
value: function () {
|
|
3499
|
-
var _loadPrevious = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3459
|
+
var _loadPrevious = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(date, backwards) {
|
|
3500
3460
|
var thisDateFolder, previousPeriod, _previousPeriod, folder, found, doc;
|
|
3501
3461
|
|
|
3502
|
-
return
|
|
3462
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
3503
3463
|
while (1) {
|
|
3504
3464
|
switch (_context3.prev = _context3.next) {
|
|
3505
3465
|
case 0:
|
|
3506
3466
|
_previousPeriod = function _previousPeriod3() {
|
|
3507
|
-
_previousPeriod = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3467
|
+
_previousPeriod = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(file, level) {
|
|
3508
3468
|
var younger, suitable, lastNonEmpty, _lastNonEmpty, parent, siblings, folder, uncle, cousins, result;
|
|
3509
3469
|
|
|
3510
|
-
return
|
|
3470
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
3511
3471
|
while (1) {
|
|
3512
3472
|
switch (_context2.prev = _context2.next) {
|
|
3513
3473
|
case 0:
|
|
3514
3474
|
_lastNonEmpty = function _lastNonEmpty3() {
|
|
3515
|
-
_lastNonEmpty = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3475
|
+
_lastNonEmpty = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(siblings) {
|
|
3516
3476
|
var _folder, leafDocument;
|
|
3517
3477
|
|
|
3518
|
-
return
|
|
3478
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
3519
3479
|
while (1) {
|
|
3520
3480
|
switch (_context.prev = _context.next) {
|
|
3521
3481
|
case 0:
|
|
@@ -3692,17 +3652,17 @@ var DateFolder = /*#__PURE__*/function () {
|
|
|
3692
3652
|
}, {
|
|
3693
3653
|
key: "firstLeaf",
|
|
3694
3654
|
value: function () {
|
|
3695
|
-
var _firstLeaf = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3655
|
+
var _firstLeaf = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(backwards) {
|
|
3696
3656
|
var folderStore, folderFetcher, earliestSubfolder, _earliestSubfolder, y, month, d, leafDocument, leafObjects, msg, sortMe;
|
|
3697
3657
|
|
|
3698
|
-
return
|
|
3658
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
3699
3659
|
while (1) {
|
|
3700
3660
|
switch (_context5.prev = _context5.next) {
|
|
3701
3661
|
case 0:
|
|
3702
3662
|
_earliestSubfolder = function _earliestSubfolder3() {
|
|
3703
|
-
_earliestSubfolder = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3663
|
+
_earliestSubfolder = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(parent) {
|
|
3704
3664
|
var suitable, kids;
|
|
3705
|
-
return
|
|
3665
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
3706
3666
|
while (1) {
|
|
3707
3667
|
switch (_context4.prev = _context4.next) {
|
|
3708
3668
|
case 0:
|
|
@@ -3833,7 +3793,7 @@ exports.DateFolder = DateFolder;
|
|
|
3833
3793
|
|
|
3834
3794
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
3835
3795
|
|
|
3836
|
-
var
|
|
3796
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
3837
3797
|
|
|
3838
3798
|
Object.defineProperty(exports, "__esModule", ({
|
|
3839
3799
|
value: true
|
|
@@ -3842,7 +3802,7 @@ exports.desktopNotification = desktopNotification;
|
|
|
3842
3802
|
exports.infiniteMessageArea = infiniteMessageArea;
|
|
3843
3803
|
exports.insertMessageIntoTable = insertMessageIntoTable;
|
|
3844
3804
|
|
|
3845
|
-
var
|
|
3805
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
3846
3806
|
|
|
3847
3807
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
3848
3808
|
|
|
@@ -3864,18 +3824,10 @@ var _message = __webpack_require__(/*! ./message */ "./lib/chat/message.js");
|
|
|
3864
3824
|
|
|
3865
3825
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
3866
3826
|
|
|
3867
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
3827
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
3828
|
+
|
|
3829
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
3868
3830
|
|
|
3869
|
-
/**
|
|
3870
|
-
* Contains the [[infiniteMessageArea]] class
|
|
3871
|
-
* @packageDocumentation
|
|
3872
|
-
*/
|
|
3873
|
-
// import { findBookmarkDocument } from './bookmarks'
|
|
3874
|
-
// pull in first avoid cross-refs
|
|
3875
|
-
// import * as style from '../style'
|
|
3876
|
-
// import * as utils from '../utils'
|
|
3877
|
-
// import * as pad from '../pad'
|
|
3878
|
-
// import { DateFolder } from './dateFolder'
|
|
3879
3831
|
// const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }
|
|
3880
3832
|
function desktopNotification(str) {
|
|
3881
3833
|
// Let's check if the browser supports notifications
|
|
@@ -3963,17 +3915,17 @@ function infiniteMessageArea(_x, _x2, _x3, _x4) {
|
|
|
3963
3915
|
}
|
|
3964
3916
|
|
|
3965
3917
|
function _infiniteMessageArea() {
|
|
3966
|
-
_infiniteMessageArea = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3918
|
+
_infiniteMessageArea = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee12(dom, wasStore, chatChannel, options) {
|
|
3967
3919
|
var syncMessages, addMessage, insertPreviousMessages, _insertPreviousMessages, removePreviousMessages, createMessageTable, _createMessageTable, renderMessageTable, addNewChatDocumentIfNewDay, _addNewChatDocumentIfNewDay, appendCurrentMessages, _appendCurrentMessages, loadMoreWhereNeeded, _loadMoreWhereNeeded, loadInitialContent, _loadInitialContent, newestFirst, channelObject, dateFolder, div, statusArea, userContext, liveMessageTable, earliest, latest, lock;
|
|
3968
3920
|
|
|
3969
|
-
return
|
|
3921
|
+
return _regeneratorRuntime().wrap(function _callee12$(_context12) {
|
|
3970
3922
|
while (1) {
|
|
3971
3923
|
switch (_context12.prev = _context12.next) {
|
|
3972
3924
|
case 0:
|
|
3973
3925
|
_loadInitialContent = function _loadInitialContent3() {
|
|
3974
|
-
_loadInitialContent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
3926
|
+
_loadInitialContent = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee11() {
|
|
3975
3927
|
var yank, fixScroll, live, selectedDocument, now, todayDocument, selectedMessageTable, selectedDate;
|
|
3976
|
-
return
|
|
3928
|
+
return _regeneratorRuntime().wrap(function _callee11$(_context11) {
|
|
3977
3929
|
while (1) {
|
|
3978
3930
|
switch (_context11.prev = _context11.next) {
|
|
3979
3931
|
case 0:
|
|
@@ -4056,9 +4008,9 @@ function _infiniteMessageArea() {
|
|
|
4056
4008
|
};
|
|
4057
4009
|
|
|
4058
4010
|
_loadMoreWhereNeeded = function _loadMoreWhereNeeded3() {
|
|
4059
|
-
_loadMoreWhereNeeded = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4011
|
+
_loadMoreWhereNeeded = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee10(event, fixScroll) {
|
|
4060
4012
|
var freeze, magicZone, done, scrollBottom, scrollTop;
|
|
4061
|
-
return
|
|
4013
|
+
return _regeneratorRuntime().wrap(function _callee10$(_context10) {
|
|
4062
4014
|
while (1) {
|
|
4063
4015
|
switch (_context10.prev = _context10.next) {
|
|
4064
4016
|
case 0:
|
|
@@ -4172,9 +4124,9 @@ function _infiniteMessageArea() {
|
|
|
4172
4124
|
};
|
|
4173
4125
|
|
|
4174
4126
|
_appendCurrentMessages = function _appendCurrentMessage2() {
|
|
4175
|
-
_appendCurrentMessages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4127
|
+
_appendCurrentMessages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee9() {
|
|
4176
4128
|
var now, chatDocument, messageTable;
|
|
4177
|
-
return
|
|
4129
|
+
return _regeneratorRuntime().wrap(function _callee9$(_context9) {
|
|
4178
4130
|
while (1) {
|
|
4179
4131
|
switch (_context9.prev = _context9.next) {
|
|
4180
4132
|
case 0:
|
|
@@ -4187,8 +4139,8 @@ function _infiniteMessageArea() {
|
|
|
4187
4139
|
case 4:
|
|
4188
4140
|
messageTable = _context9.sent;
|
|
4189
4141
|
div.appendChild(messageTable);
|
|
4190
|
-
div.refresh = /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4191
|
-
return
|
|
4142
|
+
div.refresh = /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8() {
|
|
4143
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
4192
4144
|
while (1) {
|
|
4193
4145
|
switch (_context8.prev = _context8.next) {
|
|
4194
4146
|
case 0:
|
|
@@ -4230,9 +4182,9 @@ function _infiniteMessageArea() {
|
|
|
4230
4182
|
};
|
|
4231
4183
|
|
|
4232
4184
|
_addNewChatDocumentIfNewDay = function _addNewChatDocumentIf2() {
|
|
4233
|
-
_addNewChatDocumentIfNewDay = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4185
|
+
_addNewChatDocumentIfNewDay = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
|
|
4234
4186
|
var newChatDocument, oldChatDocument, sts;
|
|
4235
|
-
return
|
|
4187
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
4236
4188
|
while (1) {
|
|
4237
4189
|
switch (_context7.prev = _context7.next) {
|
|
4238
4190
|
case 0:
|
|
@@ -4289,9 +4241,9 @@ function _infiniteMessageArea() {
|
|
|
4289
4241
|
}
|
|
4290
4242
|
|
|
4291
4243
|
function _extendBackwards() {
|
|
4292
|
-
_extendBackwards = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4244
|
+
_extendBackwards = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
4293
4245
|
var done;
|
|
4294
|
-
return
|
|
4246
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
4295
4247
|
while (1) {
|
|
4296
4248
|
switch (_context.prev = _context.next) {
|
|
4297
4249
|
case 0:
|
|
@@ -4346,8 +4298,8 @@ function _infiniteMessageArea() {
|
|
|
4346
4298
|
|
|
4347
4299
|
|
|
4348
4300
|
function _scrollBackbuttonHandler() {
|
|
4349
|
-
_scrollBackbuttonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4350
|
-
return
|
|
4301
|
+
_scrollBackbuttonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_event) {
|
|
4302
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
4351
4303
|
while (1) {
|
|
4352
4304
|
switch (_context2.prev = _context2.next) {
|
|
4353
4305
|
case 0:
|
|
@@ -4381,9 +4333,9 @@ function _infiniteMessageArea() {
|
|
|
4381
4333
|
}
|
|
4382
4334
|
|
|
4383
4335
|
function _extendForwards() {
|
|
4384
|
-
_extendForwards = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4336
|
+
_extendForwards = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
4385
4337
|
var done;
|
|
4386
|
-
return
|
|
4338
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
4387
4339
|
while (1) {
|
|
4388
4340
|
switch (_context3.prev = _context3.next) {
|
|
4389
4341
|
case 0:
|
|
@@ -4442,8 +4394,8 @@ function _infiniteMessageArea() {
|
|
|
4442
4394
|
|
|
4443
4395
|
|
|
4444
4396
|
function _scrollForwardButtonHandler() {
|
|
4445
|
-
_scrollForwardButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4446
|
-
return
|
|
4397
|
+
_scrollForwardButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(_event) {
|
|
4398
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
4447
4399
|
while (1) {
|
|
4448
4400
|
switch (_context4.prev = _context4.next) {
|
|
4449
4401
|
case 0:
|
|
@@ -4559,9 +4511,9 @@ function _infiniteMessageArea() {
|
|
|
4559
4511
|
};
|
|
4560
4512
|
|
|
4561
4513
|
_createMessageTable = function _createMessageTable3() {
|
|
4562
|
-
_createMessageTable = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4514
|
+
_createMessageTable = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(date, live) {
|
|
4563
4515
|
var chatDocument, messageTable, statusTR;
|
|
4564
|
-
return
|
|
4516
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
4565
4517
|
while (1) {
|
|
4566
4518
|
switch (_context6.prev = _context6.next) {
|
|
4567
4519
|
case 0:
|
|
@@ -4631,9 +4583,9 @@ function _infiniteMessageArea() {
|
|
|
4631
4583
|
};
|
|
4632
4584
|
|
|
4633
4585
|
_insertPreviousMessages = function _insertPreviousMessag2() {
|
|
4634
|
-
_insertPreviousMessages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
4586
|
+
_insertPreviousMessages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(backwards) {
|
|
4635
4587
|
var extremity, date, live, todayDoc, doc, newMessageTable;
|
|
4636
|
-
return
|
|
4588
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
4637
4589
|
while (1) {
|
|
4638
4590
|
switch (_context5.prev = _context5.next) {
|
|
4639
4591
|
case 0:
|
|
@@ -4824,8 +4776,6 @@ exports.renderMessageEditor = renderMessageEditor;
|
|
|
4824
4776
|
exports.renderMessageRow = renderMessageRow;
|
|
4825
4777
|
exports.switchToEditor = switchToEditor;
|
|
4826
4778
|
|
|
4827
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
4828
|
-
|
|
4829
4779
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
4830
4780
|
|
|
4831
4781
|
var _infinite = __webpack_require__(/*! ./infinite */ "./lib/chat/infinite.js");
|
|
@@ -4866,6 +4816,8 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
4866
4816
|
|
|
4867
4817
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
4868
4818
|
|
|
4819
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
4820
|
+
|
|
4869
4821
|
var dom = window.document;
|
|
4870
4822
|
var messageBodyStyle = style.messageBodyStyle;
|
|
4871
4823
|
var label = utils.label;
|
|
@@ -5102,8 +5054,8 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5102
5054
|
}
|
|
5103
5055
|
|
|
5104
5056
|
function _handleFieldInput() {
|
|
5105
|
-
_handleFieldInput = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5106
|
-
return
|
|
5057
|
+
_handleFieldInput = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(_event) {
|
|
5058
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context6) {
|
|
5107
5059
|
while (1) {
|
|
5108
5060
|
switch (_context6.prev = _context6.next) {
|
|
5109
5061
|
case 0:
|
|
@@ -5127,9 +5079,9 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5127
5079
|
|
|
5128
5080
|
|
|
5129
5081
|
function _sendMessage() {
|
|
5130
|
-
_sendMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5082
|
+
_sendMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(text, fromMainField) {
|
|
5131
5083
|
var sendComplete, message, statusArea;
|
|
5132
|
-
return
|
|
5084
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context7) {
|
|
5133
5085
|
while (1) {
|
|
5134
5086
|
switch (_context7.prev = _context7.next) {
|
|
5135
5087
|
case 0:
|
|
@@ -5206,8 +5158,8 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5206
5158
|
function droppedFileHandler(files) {
|
|
5207
5159
|
var base = messageTable.chatDocument.dir().uri;
|
|
5208
5160
|
widgets.uploadFiles(_solidLogic.store.fetcher, files, base + 'Files', base + 'Pictures', /*#__PURE__*/function () {
|
|
5209
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5210
|
-
return
|
|
5161
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(theFile, destURI) {
|
|
5162
|
+
return _regeneratorRuntime().wrap(function _callee$(_context2) {
|
|
5211
5163
|
while (1) {
|
|
5212
5164
|
switch (_context2.prev = _context2.next) {
|
|
5213
5165
|
case 0:
|
|
@@ -5230,10 +5182,10 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5230
5182
|
|
|
5231
5183
|
|
|
5232
5184
|
var droppedURIHandler = /*#__PURE__*/function () {
|
|
5233
|
-
var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5185
|
+
var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(uris) {
|
|
5234
5186
|
var _iterator, _step, uri;
|
|
5235
5187
|
|
|
5236
|
-
return
|
|
5188
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context3) {
|
|
5237
5189
|
while (1) {
|
|
5238
5190
|
switch (_context3.prev = _context3.next) {
|
|
5239
5191
|
case 0:
|
|
@@ -5299,8 +5251,8 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5299
5251
|
|
|
5300
5252
|
|
|
5301
5253
|
function _tookPicture() {
|
|
5302
|
-
_tookPicture = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5303
|
-
return
|
|
5254
|
+
_tookPicture = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(imageDoc) {
|
|
5255
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context5) {
|
|
5304
5256
|
while (1) {
|
|
5305
5257
|
switch (_context5.prev = _context5.next) {
|
|
5306
5258
|
case 0:
|
|
@@ -5365,8 +5317,8 @@ function renderMessageEditor(channelObject, messageTable, userContext, options,
|
|
|
5365
5317
|
field.setAttribute('style', messageBodyStyle + 'background-color: #eef;'); // Trap the Enter BEFORE it is used ti make a newline
|
|
5366
5318
|
|
|
5367
5319
|
field.addEventListener('keydown', /*#__PURE__*/function () {
|
|
5368
|
-
var _ref3 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5369
|
-
return
|
|
5320
|
+
var _ref3 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(e) {
|
|
5321
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context4) {
|
|
5370
5322
|
while (1) {
|
|
5371
5323
|
switch (_context4.prev = _context4.next) {
|
|
5372
5324
|
case 0:
|
|
@@ -5483,8 +5435,6 @@ exports.messageToolbar = messageToolbar;
|
|
|
5483
5435
|
exports.sentimentStrip = sentimentStrip;
|
|
5484
5436
|
exports.sentimentStripLinked = sentimentStripLinked;
|
|
5485
5437
|
|
|
5486
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
5487
|
-
|
|
5488
5438
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
5489
5439
|
|
|
5490
5440
|
var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"));
|
|
@@ -5513,19 +5463,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
5513
5463
|
|
|
5514
5464
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
5515
5465
|
|
|
5516
|
-
/**
|
|
5517
|
-
|
|
5518
|
-
* Let us be creative here. Allow all sorts of things to
|
|
5519
|
-
* be done to a message - linking to new or old objects in an open way
|
|
5520
|
-
*
|
|
5521
|
-
* Ideas: Bookmark, Like, star, pin at top of chat, reply as new thread,
|
|
5522
|
-
* If you made it originally: edit, delete, attach
|
|
5523
|
-
* @packageDocumentation
|
|
5524
|
-
*/
|
|
5525
|
-
// import { media } from '../media/index'
|
|
5526
|
-
// import * as pad from '../pad'
|
|
5527
|
-
// pull in first avoid cross-refs
|
|
5528
|
-
// import * as style from '../style'
|
|
5466
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
5467
|
+
|
|
5529
5468
|
var dom = window.document; // THE UNUSED ICONS are here as reminders for possible future functionality
|
|
5530
5469
|
// const BOOKMARK_ICON = 'noun_45961.svg'
|
|
5531
5470
|
// const HEART_ICON = 'noun_130259.svg' -> Add this to my (private) favorites
|
|
@@ -5616,9 +5555,9 @@ function messageToolbar(message, messageRow, userContext, channelObject) {
|
|
|
5616
5555
|
}
|
|
5617
5556
|
|
|
5618
5557
|
function _deleteMessage() {
|
|
5619
|
-
_deleteMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5558
|
+
_deleteMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
5620
5559
|
var author, msg, area;
|
|
5621
|
-
return
|
|
5560
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
5622
5561
|
while (1) {
|
|
5623
5562
|
switch (_context2.prev = _context2.next) {
|
|
5624
5563
|
case 0:
|
|
@@ -5683,8 +5622,8 @@ function messageToolbar(message, messageRow, userContext, channelObject) {
|
|
|
5683
5622
|
|
|
5684
5623
|
|
|
5685
5624
|
function _editMessage() {
|
|
5686
|
-
_editMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5687
|
-
return
|
|
5625
|
+
_editMessage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(messageRow) {
|
|
5626
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
5688
5627
|
while (1) {
|
|
5689
5628
|
switch (_context3.prev = _context3.next) {
|
|
5690
5629
|
case 0:
|
|
@@ -5718,8 +5657,8 @@ function messageToolbar(message, messageRow, userContext, channelObject) {
|
|
|
5718
5657
|
|
|
5719
5658
|
|
|
5720
5659
|
function _deleteThingThen() {
|
|
5721
|
-
_deleteThingThen = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5722
|
-
return
|
|
5660
|
+
_deleteThingThen = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(x) {
|
|
5661
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
5723
5662
|
while (1) {
|
|
5724
5663
|
switch (_context4.prev = _context4.next) {
|
|
5725
5664
|
case 0:
|
|
@@ -5777,9 +5716,9 @@ function messageToolbar(message, messageRow, userContext, channelObject) {
|
|
|
5777
5716
|
}
|
|
5778
5717
|
|
|
5779
5718
|
var button = widgets.button(dom, icon, utils.label(actionClass), /*#__PURE__*/function () {
|
|
5780
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
5719
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_event) {
|
|
5781
5720
|
var insertMe, dirty, i, a;
|
|
5782
|
-
return
|
|
5721
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
5783
5722
|
while (1) {
|
|
5784
5723
|
switch (_context.prev = _context.next) {
|
|
5785
5724
|
case 0:
|
|
@@ -6296,6 +6235,8 @@ function trace() {
|
|
|
6296
6235
|
|
|
6297
6236
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
6298
6237
|
|
|
6238
|
+
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
6239
|
+
|
|
6299
6240
|
Object.defineProperty(exports, "__esModule", ({
|
|
6300
6241
|
value: true
|
|
6301
6242
|
}));
|
|
@@ -6303,18 +6244,14 @@ exports.createControllerInfoBlock = createControllerInfoBlock;
|
|
|
6303
6244
|
exports.initFooter = initFooter;
|
|
6304
6245
|
exports.rebuildFooter = rebuildFooter;
|
|
6305
6246
|
|
|
6306
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
6307
|
-
|
|
6308
6247
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
6309
6248
|
|
|
6310
6249
|
var _solidLogic = __webpack_require__(/*! solid-logic */ "./node_modules/solid-logic/lib/index.js");
|
|
6311
6250
|
|
|
6312
6251
|
var _headerFooterHelpers = __webpack_require__(/*! ../utils/headerFooterHelpers */ "./lib/utils/headerFooterHelpers.js");
|
|
6313
6252
|
|
|
6314
|
-
/*
|
|
6315
|
-
|
|
6316
|
-
work in solid-ui by adjusting where imported functions are found.
|
|
6317
|
-
*/
|
|
6253
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
6254
|
+
|
|
6318
6255
|
var DEFAULT_SOLID_PROJECT_URL = 'https://solidproject.org';
|
|
6319
6256
|
var DEFAULT_SOLID_PROJECT_NAME = 'solidproject.org';
|
|
6320
6257
|
/*
|
|
@@ -6335,9 +6272,9 @@ function initFooter(_x, _x2) {
|
|
|
6335
6272
|
|
|
6336
6273
|
|
|
6337
6274
|
function _initFooter() {
|
|
6338
|
-
_initFooter = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6275
|
+
_initFooter = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(store, options) {
|
|
6339
6276
|
var footer, pod, podOwner;
|
|
6340
|
-
return
|
|
6277
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
6341
6278
|
while (1) {
|
|
6342
6279
|
switch (_context2.prev = _context2.next) {
|
|
6343
6280
|
case 0:
|
|
@@ -6374,9 +6311,9 @@ function _initFooter() {
|
|
|
6374
6311
|
}
|
|
6375
6312
|
|
|
6376
6313
|
function rebuildFooter(footer, store, pod, podOwner, options) {
|
|
6377
|
-
return /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6314
|
+
return /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
6378
6315
|
var user;
|
|
6379
|
-
return
|
|
6316
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
6380
6317
|
while (1) {
|
|
6381
6318
|
switch (_context.prev = _context.next) {
|
|
6382
6319
|
case 0:
|
|
@@ -6513,8 +6450,6 @@ exports.getProfileImg = getProfileImg;
|
|
|
6513
6450
|
exports.initHeader = initHeader;
|
|
6514
6451
|
exports.rebuildHeader = rebuildHeader;
|
|
6515
6452
|
|
|
6516
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
6517
|
-
|
|
6518
6453
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
6519
6454
|
|
|
6520
6455
|
var _index = __webpack_require__(/*! ../index */ "./lib/index.js");
|
|
@@ -6533,13 +6468,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
6533
6468
|
|
|
6534
6469
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
6535
6470
|
|
|
6536
|
-
/* global EventListenerOrEventListenerObject */
|
|
6537
|
-
|
|
6538
|
-
/*
|
|
6539
|
-
This file was copied from mashlib/src/global/header.ts file. It is modified to
|
|
6540
|
-
work in solid-ui by adjusting where imported functions are found.
|
|
6541
|
-
*/
|
|
6542
|
-
// import { loginStatusBox, authSession, currentUser } from '../authn/authn'
|
|
6471
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
6543
6472
|
|
|
6544
6473
|
/**
|
|
6545
6474
|
* menu icons
|
|
@@ -6563,9 +6492,9 @@ function initHeader(_x, _x2, _x3) {
|
|
|
6563
6492
|
|
|
6564
6493
|
|
|
6565
6494
|
function _initHeader() {
|
|
6566
|
-
_initHeader = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6495
|
+
_initHeader = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(store, userMenuList, options) {
|
|
6567
6496
|
var header, pod;
|
|
6568
|
-
return
|
|
6497
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
6569
6498
|
while (1) {
|
|
6570
6499
|
switch (_context2.prev = _context2.next) {
|
|
6571
6500
|
case 0:
|
|
@@ -6597,9 +6526,9 @@ function _initHeader() {
|
|
|
6597
6526
|
}
|
|
6598
6527
|
|
|
6599
6528
|
function rebuildHeader(header, store, pod, userMenuList, options) {
|
|
6600
|
-
return /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6529
|
+
return /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
6601
6530
|
var user;
|
|
6602
|
-
return
|
|
6531
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
6603
6532
|
while (1) {
|
|
6604
6533
|
switch (_context.prev = _context.next) {
|
|
6605
6534
|
case 0:
|
|
@@ -6636,9 +6565,9 @@ function createBanner(_x4, _x5, _x6, _x7, _x8) {
|
|
|
6636
6565
|
|
|
6637
6566
|
|
|
6638
6567
|
function _createBanner() {
|
|
6639
|
-
_createBanner = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6568
|
+
_createBanner = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(store, pod, user, userMenuList, options) {
|
|
6640
6569
|
var podLink, image, userMenu, banner, leftSideOfHeader, helpMenu;
|
|
6641
|
-
return
|
|
6570
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
6642
6571
|
while (1) {
|
|
6643
6572
|
switch (_context3.prev = _context3.next) {
|
|
6644
6573
|
case 0:
|
|
@@ -6794,9 +6723,9 @@ function createUserMenu(_x9, _x10, _x11) {
|
|
|
6794
6723
|
|
|
6795
6724
|
|
|
6796
6725
|
function _createUserMenu() {
|
|
6797
|
-
_createUserMenu = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
6726
|
+
_createUserMenu = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(store, user, userMenuList) {
|
|
6798
6727
|
var fetcher, loggedInMenuList, loggedInMenu, loggedInMenuTrigger, profileImg, loggedInMenuContainer, throttledMenuToggle, timer;
|
|
6799
|
-
return
|
|
6728
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
6800
6729
|
while (1) {
|
|
6801
6730
|
switch (_context4.prev = _context4.next) {
|
|
6802
6731
|
case 0:
|
|
@@ -7757,8 +7686,6 @@ exports.registrationList = registrationList;
|
|
|
7757
7686
|
exports.renderSignInPopup = renderSignInPopup;
|
|
7758
7687
|
exports.selectWorkspace = selectWorkspace;
|
|
7759
7688
|
|
|
7760
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
7761
|
-
|
|
7762
7689
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
7763
7690
|
|
|
7764
7691
|
var _rdflib = __webpack_require__(/*! rdflib */ "./node_modules/rdflib/esm/index.js");
|
|
@@ -7783,32 +7710,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
7783
7710
|
|
|
7784
7711
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
7785
7712
|
|
|
7786
|
-
/* eslint-disable camelcase */
|
|
7787
|
-
|
|
7788
|
-
/**
|
|
7789
|
-
* Signing in, signing up, profile and preferences reloading
|
|
7790
|
-
* Type index management
|
|
7791
|
-
*
|
|
7792
|
-
* Many functions in this module take a context object which
|
|
7793
|
-
* holds various RDF symbols, add to it, and return a promise of it.
|
|
7794
|
-
*
|
|
7795
|
-
* * `me` RDF symbol for the user's WebID
|
|
7796
|
-
* * `publicProfile` The user's public profile, iff loaded
|
|
7797
|
-
* * `preferencesFile` The user's personal preference file, iff loaded
|
|
7798
|
-
* * `index.public` The user's public type index file
|
|
7799
|
-
* * `index.private` The user's private type index file
|
|
7800
|
-
*
|
|
7801
|
-
* Not RDF symbols:
|
|
7802
|
-
* * `noun` A string in english for the type of thing -- like "address book"
|
|
7803
|
-
* * `instance` An array of nodes which are existing instances
|
|
7804
|
-
* * `containers` An array of nodes of containers of instances
|
|
7805
|
-
* * `div` A DOM element where UI can be displayed
|
|
7806
|
-
* * `statusArea` A DOM element (opt) progress stuff can be displayed, or error messages
|
|
7807
|
-
* *
|
|
7808
|
-
* * Vocabulary: "load" loads a file if it exists;
|
|
7809
|
-
* * 'Ensure" CREATES the file if it does not exist (if it can) and then loads it.
|
|
7810
|
-
* @packageDocumentation
|
|
7811
|
-
*/
|
|
7713
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
7812
7714
|
|
|
7813
7715
|
/**
|
|
7814
7716
|
* Resolves with the logged in user's WebID
|
|
@@ -7871,9 +7773,9 @@ function ensureLoadedPreferences(_x2) {
|
|
|
7871
7773
|
|
|
7872
7774
|
|
|
7873
7775
|
function _ensureLoadedPreferences() {
|
|
7874
|
-
_ensureLoadedPreferences = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
7776
|
+
_ensureLoadedPreferences = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(context) {
|
|
7875
7777
|
var statusArea, progressDisplay, complain, preferencesFile, m2;
|
|
7876
|
-
return
|
|
7778
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
7877
7779
|
while (1) {
|
|
7878
7780
|
switch (_context4.prev = _context4.next) {
|
|
7879
7781
|
case 0:
|
|
@@ -8016,9 +7918,9 @@ function ensureLoadedProfile(_x3) {
|
|
|
8016
7918
|
|
|
8017
7919
|
|
|
8018
7920
|
function _ensureLoadedProfile() {
|
|
8019
|
-
_ensureLoadedProfile = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
7921
|
+
_ensureLoadedProfile = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(context) {
|
|
8020
7922
|
var logInContext;
|
|
8021
|
-
return
|
|
7923
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
8022
7924
|
while (1) {
|
|
8023
7925
|
switch (_context5.prev = _context5.next) {
|
|
8024
7926
|
case 0:
|
|
@@ -8085,9 +7987,9 @@ function findAppInstances(_x4, _x5, _x6) {
|
|
|
8085
7987
|
|
|
8086
7988
|
|
|
8087
7989
|
function _findAppInstances() {
|
|
8088
|
-
_findAppInstances = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
7990
|
+
_findAppInstances = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(context, theClass, isPublic) {
|
|
8089
7991
|
var visibility, index, thisIndex, registrations, instances, containers, unique, e, i, cont;
|
|
8090
|
-
return
|
|
7992
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
8091
7993
|
while (1) {
|
|
8092
7994
|
switch (_context6.prev = _context6.next) {
|
|
8093
7995
|
case 0:
|
|
@@ -8235,10 +8137,10 @@ function registrationControl(_x7, _x8, _x9) {
|
|
|
8235
8137
|
|
|
8236
8138
|
|
|
8237
8139
|
function _registrationControl() {
|
|
8238
|
-
_registrationControl = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
8140
|
+
_registrationControl = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(context, instance, theClass) {
|
|
8239
8141
|
var dom, box, context2, msg, tbody, form, registrationStatements, index, statements, _msg;
|
|
8240
8142
|
|
|
8241
|
-
return
|
|
8143
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
8242
8144
|
while (1) {
|
|
8243
8145
|
switch (_context7.prev = _context7.next) {
|
|
8244
8146
|
case 0:
|
|
@@ -8341,9 +8243,9 @@ function registrationList(_x10, _x11) {
|
|
|
8341
8243
|
}
|
|
8342
8244
|
|
|
8343
8245
|
function _registrationList() {
|
|
8344
|
-
_registrationList = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
8246
|
+
_registrationList = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(context0, options) {
|
|
8345
8247
|
var dom, div, box;
|
|
8346
|
-
return
|
|
8248
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
8347
8249
|
while (1) {
|
|
8348
8250
|
switch (_context8.prev = _context8.next) {
|
|
8349
8251
|
case 0:
|
|
@@ -8365,7 +8267,6 @@ function _registrationList() {
|
|
|
8365
8267
|
return _context8.abrupt("return", (0, _solidLogic.ensureTypeIndexes)(context0).then(function (context) {
|
|
8366
8268
|
box.innerHTML = '<table><tbody></tbody></table>'; // tbody will be inserted anyway
|
|
8367
8269
|
|
|
8368
|
-
// tbody will be inserted anyway
|
|
8369
8270
|
box.setAttribute('style', 'font-size: 120%; text-align: right; padding: 1em; border: solid #eee 0.5em;');
|
|
8370
8271
|
var table = box.firstChild;
|
|
8371
8272
|
var ix = [];
|
|
@@ -8389,7 +8290,6 @@ function _registrationList() {
|
|
|
8389
8290
|
} // const cla = statement.subject
|
|
8390
8291
|
|
|
8391
8292
|
|
|
8392
|
-
// const cla = statement.subject
|
|
8393
8293
|
var inst = statement.object;
|
|
8394
8294
|
table.appendChild(widgets.personTR(dom, ns.solid('instance'), inst, {
|
|
8395
8295
|
deleteFunction: function deleteFunction(_x) {
|
|
@@ -8427,19 +8327,6 @@ function _registrationList() {
|
|
|
8427
8327
|
*/
|
|
8428
8328
|
|
|
8429
8329
|
|
|
8430
|
-
// registrationList
|
|
8431
|
-
|
|
8432
|
-
/*
|
|
8433
|
-
//const containers = solidLogicSingleton.store.each(theClass, ns.solid('instanceContainer'));
|
|
8434
|
-
if (containers.length) {
|
|
8435
|
-
fetcher.load(containers).then(function(xhrs){
|
|
8436
|
-
for (const i=0; i<containers.length; i++) {
|
|
8437
|
-
const cont = containers[i];
|
|
8438
|
-
instances = instances.concat(solidLogicSingleton.store.each(cont, ns.ldp('contains')));
|
|
8439
|
-
}
|
|
8440
|
-
});
|
|
8441
|
-
}
|
|
8442
|
-
*/
|
|
8443
8330
|
return context;
|
|
8444
8331
|
}));
|
|
8445
8332
|
|
|
@@ -8566,9 +8453,9 @@ function renderSignInPopup(dom) {
|
|
|
8566
8453
|
issuerPopupBoxTopMenu.appendChild(issuerPopupBoxCloseButton);
|
|
8567
8454
|
|
|
8568
8455
|
var loginToIssuer = /*#__PURE__*/function () {
|
|
8569
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
8456
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(issuerUri) {
|
|
8570
8457
|
var preLoginRedirectHash;
|
|
8571
|
-
return
|
|
8458
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
8572
8459
|
while (1) {
|
|
8573
8460
|
switch (_context.prev = _context.next) {
|
|
8574
8461
|
case 0:
|
|
@@ -8766,9 +8653,9 @@ function loginStatusBox(dom) {
|
|
|
8766
8653
|
return box;
|
|
8767
8654
|
}
|
|
8768
8655
|
|
|
8769
|
-
_solidLogic.authSession.onLogout( /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
8656
|
+
_solidLogic.authSession.onLogout( /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
8770
8657
|
var issuer, wellKnownUri, wellKnownResult, openidConfiguration;
|
|
8771
|
-
return
|
|
8658
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
8772
8659
|
while (1) {
|
|
8773
8660
|
switch (_context2.prev = _context2.next) {
|
|
8774
8661
|
case 0:
|
|
@@ -8898,9 +8785,9 @@ function selectWorkspace(dom, appDetails, callbackWS) {
|
|
|
8898
8785
|
|
|
8899
8786
|
|
|
8900
8787
|
function _makeNewWorkspace() {
|
|
8901
|
-
_makeNewWorkspace = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
8788
|
+
_makeNewWorkspace = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(_event) {
|
|
8902
8789
|
var row, cell, newBase, newWs, newData;
|
|
8903
|
-
return
|
|
8790
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
8904
8791
|
while (1) {
|
|
8905
8792
|
switch (_context3.prev = _context3.next) {
|
|
8906
8793
|
case 0:
|
|
@@ -9161,10 +9048,10 @@ function getUserRoles() {
|
|
|
9161
9048
|
|
|
9162
9049
|
|
|
9163
9050
|
function _getUserRoles() {
|
|
9164
|
-
_getUserRoles = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
9051
|
+
_getUserRoles = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee9() {
|
|
9165
9052
|
var _yield$ensureLoadedPr, me, preferencesFile, preferencesFileError;
|
|
9166
9053
|
|
|
9167
|
-
return
|
|
9054
|
+
return _regeneratorRuntime().wrap(function _callee9$(_context9) {
|
|
9168
9055
|
while (1) {
|
|
9169
9056
|
switch (_context9.prev = _context9.next) {
|
|
9170
9057
|
case 0:
|
|
@@ -9211,9 +9098,9 @@ function filterAvailablePanes(_x14) {
|
|
|
9211
9098
|
}
|
|
9212
9099
|
|
|
9213
9100
|
function _filterAvailablePanes() {
|
|
9214
|
-
_filterAvailablePanes = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
9101
|
+
_filterAvailablePanes = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee10(panes) {
|
|
9215
9102
|
var userRoles;
|
|
9216
|
-
return
|
|
9103
|
+
return _regeneratorRuntime().wrap(function _callee10$(_context10) {
|
|
9217
9104
|
while (1) {
|
|
9218
9105
|
switch (_context10.prev = _context10.next) {
|
|
9219
9106
|
case 0:
|
|
@@ -9593,8 +9480,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
9593
9480
|
exports.cameraButton = cameraButton;
|
|
9594
9481
|
exports.cameraCaptureControl = cameraCaptureControl;
|
|
9595
9482
|
|
|
9596
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
9597
|
-
|
|
9598
9483
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
9599
9484
|
|
|
9600
9485
|
var debug = _interopRequireWildcard(__webpack_require__(/*! ../debug */ "./lib/debug.js"));
|
|
@@ -9607,22 +9492,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
9607
9492
|
|
|
9608
9493
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
9609
9494
|
|
|
9610
|
-
/// /////////////////////////////////////////////
|
|
9611
|
-
//
|
|
9612
|
-
// Media input widget
|
|
9613
|
-
//
|
|
9614
|
-
//
|
|
9615
|
-
// Workflow:
|
|
9616
|
-
// The HTML5 functionality (on mobille) is to prompt for either
|
|
9617
|
-
// a realtime camera capture , OR a selection from images already ont the device
|
|
9618
|
-
// (eg camera roll).
|
|
9619
|
-
//
|
|
9620
|
-
// The solid alternative is to either take a phtoto
|
|
9621
|
-
// or access cemra roll (etc) OR to access solid cloud storage of favorite photo almbums.
|
|
9622
|
-
// (Especially latest taken ones)
|
|
9623
|
-
//
|
|
9495
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
9624
9496
|
|
|
9625
|
-
/** @module mediaCapture */
|
|
9626
9497
|
var cameraIcon = _iconBase.icons.iconBase + 'noun_Camera_1618446_000000.svg'; // Get it from github
|
|
9627
9498
|
|
|
9628
9499
|
var retakeIcon = _iconBase.icons.iconBase + 'noun_479395.svg'; // Get it from github
|
|
@@ -9777,8 +9648,8 @@ function cameraButton(dom, store, getImageDoc, doneCallback) {
|
|
|
9777
9648
|
}
|
|
9778
9649
|
|
|
9779
9650
|
function _restoreButton() {
|
|
9780
|
-
_restoreButton = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
9781
|
-
return
|
|
9651
|
+
_restoreButton = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(imageDoc) {
|
|
9652
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
9782
9653
|
while (1) {
|
|
9783
9654
|
switch (_context.prev = _context.next) {
|
|
9784
9655
|
case 0:
|
|
@@ -14251,6 +14122,8 @@ function isLight(x) {
|
|
|
14251
14122
|
|
|
14252
14123
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
14253
14124
|
|
|
14125
|
+
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
14126
|
+
|
|
14254
14127
|
Object.defineProperty(exports, "__esModule", ({
|
|
14255
14128
|
value: true
|
|
14256
14129
|
}));
|
|
@@ -14260,8 +14133,6 @@ exports.getPod = getPod;
|
|
|
14260
14133
|
exports.getPodOwner = getPodOwner;
|
|
14261
14134
|
exports.throttle = throttle;
|
|
14262
14135
|
|
|
14263
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
14264
|
-
|
|
14265
14136
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
14266
14137
|
|
|
14267
14138
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "./node_modules/@babel/runtime/helpers/defineProperty.js"));
|
|
@@ -14276,9 +14147,7 @@ var _styleMap2 = __webpack_require__(/*! ../footer/styleMap */ "./lib/footer/sty
|
|
|
14276
14147
|
|
|
14277
14148
|
var _jss = __webpack_require__(/*! ../jss */ "./lib/jss/index.js");
|
|
14278
14149
|
|
|
14279
|
-
/*
|
|
14280
|
-
Copied from mashlib/src/global/metadata.ts
|
|
14281
|
-
*/
|
|
14150
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
14282
14151
|
|
|
14283
14152
|
/**
|
|
14284
14153
|
* @internal
|
|
@@ -14327,9 +14196,9 @@ function getPodOwner(_x, _x2) {
|
|
|
14327
14196
|
|
|
14328
14197
|
|
|
14329
14198
|
function _getPodOwner() {
|
|
14330
|
-
_getPodOwner = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
14199
|
+
_getPodOwner = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(pod, store) {
|
|
14331
14200
|
var response, containerTurtle, podOwner, guess;
|
|
14332
|
-
return
|
|
14201
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
14333
14202
|
while (1) {
|
|
14334
14203
|
switch (_context.prev = _context.next) {
|
|
14335
14204
|
case 0:
|
|
@@ -15282,8 +15151,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
15282
15151
|
}));
|
|
15283
15152
|
exports.versionInfo = void 0;
|
|
15284
15153
|
var versionInfo = {
|
|
15285
|
-
buildTime: '2022-
|
|
15286
|
-
commit: '
|
|
15154
|
+
buildTime: '2022-07-21T13:36:08Z',
|
|
15155
|
+
commit: 'e431290d5758327a78544339aafa6edc495fa3e4',
|
|
15287
15156
|
npmInfo: {
|
|
15288
15157
|
'solid-ui': '2.4.22',
|
|
15289
15158
|
npm: '6.14.17',
|
|
@@ -15291,12 +15160,12 @@ var versionInfo = {
|
|
|
15291
15160
|
brotli: '1.0.9',
|
|
15292
15161
|
cldr: '40.0',
|
|
15293
15162
|
icu: '70.1',
|
|
15294
|
-
llhttp: '2.1.
|
|
15163
|
+
llhttp: '2.1.5',
|
|
15295
15164
|
modules: '83',
|
|
15296
15165
|
napi: '8',
|
|
15297
15166
|
nghttp2: '1.42.0',
|
|
15298
|
-
node: '14.
|
|
15299
|
-
openssl: '1.1.
|
|
15167
|
+
node: '14.20.0',
|
|
15168
|
+
openssl: '1.1.1q',
|
|
15300
15169
|
tz: '2021a3',
|
|
15301
15170
|
unicode: '14.0',
|
|
15302
15171
|
uv: '1.42.0',
|
|
@@ -17255,8 +17124,6 @@ Object.defineProperty(exports, "renderNameValuePair", ({
|
|
|
17255
17124
|
exports.sortByLabel = sortByLabel;
|
|
17256
17125
|
exports.sortBySequence = sortBySequence;
|
|
17257
17126
|
|
|
17258
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
17259
|
-
|
|
17260
17127
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
17261
17128
|
|
|
17262
17129
|
var buttons = _interopRequireWildcard(__webpack_require__(/*! ./buttons */ "./lib/widgets/buttons.js"));
|
|
@@ -17297,6 +17164,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
17297
17164
|
|
|
17298
17165
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17299
17166
|
|
|
17167
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
17168
|
+
|
|
17300
17169
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
17301
17170
|
|
|
17302
17171
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
@@ -17549,9 +17418,9 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17549
17418
|
|
|
17550
17419
|
|
|
17551
17420
|
function _addItem() {
|
|
17552
|
-
_addItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17421
|
+
_addItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6() {
|
|
17553
17422
|
var object, toBeInserted, msg;
|
|
17554
|
-
return
|
|
17423
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
17555
17424
|
while (1) {
|
|
17556
17425
|
switch (_context6.prev = _context6.next) {
|
|
17557
17426
|
case 0:
|
|
@@ -17614,9 +17483,9 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17614
17483
|
|
|
17615
17484
|
|
|
17616
17485
|
function _deleteThisItem() {
|
|
17617
|
-
_deleteThisItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17486
|
+
_deleteThisItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
17618
17487
|
var i, del;
|
|
17619
|
-
return
|
|
17488
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
17620
17489
|
while (1) {
|
|
17621
17490
|
switch (_context3.prev = _context3.next) {
|
|
17622
17491
|
case 0:
|
|
@@ -17689,9 +17558,9 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17689
17558
|
|
|
17690
17559
|
|
|
17691
17560
|
function _moveThisItem() {
|
|
17692
|
-
_moveThisItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17561
|
+
_moveThisItem = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(event, upwards) {
|
|
17693
17562
|
var i;
|
|
17694
|
-
return
|
|
17563
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
17695
17564
|
while (1) {
|
|
17696
17565
|
switch (_context4.prev = _context4.next) {
|
|
17697
17566
|
case 0:
|
|
@@ -17796,8 +17665,8 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17796
17665
|
frame.style.gridTemplateColumns = 'auto 3em';
|
|
17797
17666
|
frame.style.gridTemplateRows = '50% 50%';
|
|
17798
17667
|
var moveUpButton = buttons.button(dom, _iconBase.icons.iconBase + 'noun_1369237.svg', 'Move Up', /*#__PURE__*/function () {
|
|
17799
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17800
|
-
return
|
|
17668
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(event) {
|
|
17669
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
17801
17670
|
while (1) {
|
|
17802
17671
|
switch (_context.prev = _context.next) {
|
|
17803
17672
|
case 0:
|
|
@@ -17816,8 +17685,8 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17816
17685
|
};
|
|
17817
17686
|
}());
|
|
17818
17687
|
var moveDownButton = buttons.button(dom, _iconBase.icons.iconBase + 'noun_1369241.svg', 'Move Down', /*#__PURE__*/function () {
|
|
17819
|
-
var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17820
|
-
return
|
|
17688
|
+
var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(event) {
|
|
17689
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
17821
17690
|
while (1) {
|
|
17822
17691
|
switch (_context2.prev = _context2.next) {
|
|
17823
17692
|
case 0:
|
|
@@ -17933,8 +17802,8 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17933
17802
|
var prompt = dom.createElement('span');
|
|
17934
17803
|
prompt.textContent = (values.length === 0 ? 'Add another ' : 'Add ') + multipleUIlabel;
|
|
17935
17804
|
tail.addEventListener('click', /*#__PURE__*/function () {
|
|
17936
|
-
var _ref3 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17937
|
-
return
|
|
17805
|
+
var _ref3 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(_eventNotUsed) {
|
|
17806
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
17938
17807
|
while (1) {
|
|
17939
17808
|
switch (_context5.prev = _context5.next) {
|
|
17940
17809
|
case 0:
|
|
@@ -17973,8 +17842,8 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
17973
17842
|
}
|
|
17974
17843
|
|
|
17975
17844
|
function _saveListThenRefresh() {
|
|
17976
|
-
_saveListThenRefresh = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17977
|
-
return
|
|
17845
|
+
_saveListThenRefresh = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
|
|
17846
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
17978
17847
|
while (1) {
|
|
17979
17848
|
switch (_context7.prev = _context7.next) {
|
|
17980
17849
|
case 0:
|
|
@@ -18031,9 +17900,9 @@ _fieldFunction.field[ns.ui('Multiple').uri] = function (dom, container, already,
|
|
|
18031
17900
|
}
|
|
18032
17901
|
|
|
18033
17902
|
function _asyncStuff() {
|
|
18034
|
-
_asyncStuff = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
17903
|
+
_asyncStuff = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8() {
|
|
18035
17904
|
var extra, j;
|
|
18036
|
-
return
|
|
17905
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
18037
17906
|
while (1) {
|
|
18038
17907
|
switch (_context8.prev = _context8.next) {
|
|
18039
17908
|
case 0:
|
|
@@ -18326,14 +18195,15 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
|
|
|
18326
18195
|
|
|
18327
18196
|
var multiSelect = kb.any(form, ui('multiselect')); // Optional
|
|
18328
18197
|
|
|
18329
|
-
|
|
18330
|
-
|
|
18331
|
-
var selectedOptions = kb.each(subject, property, null, dataDoc).map(function (object) {
|
|
18332
|
-
return object.value;
|
|
18333
|
-
});
|
|
18198
|
+
if (multiSelect) opts.multiSelect = true;
|
|
18199
|
+
var selector;
|
|
18334
18200
|
|
|
18335
18201
|
rhs.refresh = function () {
|
|
18336
|
-
// from ui:
|
|
18202
|
+
// from ui:property
|
|
18203
|
+
var selectedOptions = kb.each(subject, property, null, dataDoc).map(function (object) {
|
|
18204
|
+
return object.value;
|
|
18205
|
+
}); // from ui:from + ui:property
|
|
18206
|
+
|
|
18337
18207
|
var possibleOptions = getSelectorOptions();
|
|
18338
18208
|
possibleOptions.push(selectedOptions);
|
|
18339
18209
|
possibleOptions = sortByLabel(possibleOptions);
|
|
@@ -18362,7 +18232,31 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
|
|
|
18362
18232
|
}
|
|
18363
18233
|
|
|
18364
18234
|
if (event.action === 'ADD_OPTION') {
|
|
18365
|
-
|
|
18235
|
+
var stringValue = event.value + '';
|
|
18236
|
+
|
|
18237
|
+
if (stringValue.includes('Create new')) {
|
|
18238
|
+
var newObject = newThing(dataDoc);
|
|
18239
|
+
var is = [];
|
|
18240
|
+
is.push($rdf.st(subject, property, kb.sym(newObject), dataDoc));
|
|
18241
|
+
if (uiFrom) is.push($rdf.st(newObject, ns.rdf('type'), kb.sym(uiFrom), dataDoc));
|
|
18242
|
+
|
|
18243
|
+
if (subForm) {
|
|
18244
|
+
addSubFormChoice(dom, rhs, {}, $rdf.sym(newObject), subForm, dataDoc, function (ok, body) {
|
|
18245
|
+
if (ok) {
|
|
18246
|
+
kb.updater.update([], is, function (uri, success, errorBody) {
|
|
18247
|
+
if (!success) rhs.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating select: ' + errorBody));
|
|
18248
|
+
});
|
|
18249
|
+
selectedOptions.push(newObject);
|
|
18250
|
+
if (callbackFunction) callbackFunction(ok, {
|
|
18251
|
+
widget: 'select',
|
|
18252
|
+
event: 'new'
|
|
18253
|
+
});
|
|
18254
|
+
} else {
|
|
18255
|
+
rhs.appendChild((0, _error.errorMessageBlock)(dom, 'Error updating data in field of select: ' + body));
|
|
18256
|
+
}
|
|
18257
|
+
});
|
|
18258
|
+
}
|
|
18259
|
+
} else selectedOptions.push(event.value);
|
|
18366
18260
|
}
|
|
18367
18261
|
|
|
18368
18262
|
selector.update(selectedOptions);
|
|
@@ -19124,7 +19018,7 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19124
19018
|
|
|
19125
19019
|
log.debug('makeSelectForChoice: dataDoc=' + dataDoc);
|
|
19126
19020
|
|
|
19127
|
-
function
|
|
19021
|
+
function createDefaultSelectOptionText() {
|
|
19128
19022
|
var firstSelectOptionText = '--- choice ---';
|
|
19129
19023
|
|
|
19130
19024
|
if (predicate && !(predicate.termType === 'BlankNode')) {
|
|
@@ -19138,9 +19032,9 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19138
19032
|
return firstSelectOptionText;
|
|
19139
19033
|
}
|
|
19140
19034
|
|
|
19141
|
-
function
|
|
19035
|
+
function createDefaultSelectOption() {
|
|
19142
19036
|
var option = dom.createElement('option');
|
|
19143
|
-
option.appendChild(dom.createTextNode(
|
|
19037
|
+
option.appendChild(dom.createTextNode(createDefaultSelectOptionText()));
|
|
19144
19038
|
option.disabled = true;
|
|
19145
19039
|
option.value = true;
|
|
19146
19040
|
option.hidden = true;
|
|
@@ -19170,7 +19064,7 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19170
19064
|
select.insertBefore(mint, select.firstChild);
|
|
19171
19065
|
}
|
|
19172
19066
|
|
|
19173
|
-
if (select.children.length === 0) select.insertBefore(
|
|
19067
|
+
if (select.children.length === 0) select.insertBefore(createDefaultSelectOption(), select.firstChild);
|
|
19174
19068
|
|
|
19175
19069
|
select.update = function (newSelectedOptions) {
|
|
19176
19070
|
selectedOptions = newSelectedOptions;
|
|
@@ -19179,7 +19073,7 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19179
19073
|
|
|
19180
19074
|
var removeValue = function removeValue(t) {
|
|
19181
19075
|
if (kb.holds(subject, predicate, t, dataDoc)) {
|
|
19182
|
-
ds.push($rdf.st(subject, predicate, t, dataDoc));
|
|
19076
|
+
ds.push($rdf.st(subject, predicate, t, dataDoc));
|
|
19183
19077
|
}
|
|
19184
19078
|
};
|
|
19185
19079
|
|
|
@@ -19247,7 +19141,7 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19247
19141
|
if (opt.selected && opt.AJAR_mint) {
|
|
19248
19142
|
// not sure if this 'if' is used because I cannot find mintClass
|
|
19249
19143
|
if (options.mintClass) {
|
|
19250
|
-
var thisForm = promptForNew(dom, kb, subject, predicate, options.
|
|
19144
|
+
var thisForm = promptForNew(dom, kb, subject, predicate, uiFrom, options.subForm, dataDoc, function (ok, body) {
|
|
19251
19145
|
if (!ok) {
|
|
19252
19146
|
callbackFunction(ok, body, {
|
|
19253
19147
|
change: 'new'
|
|
@@ -19276,13 +19170,13 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19276
19170
|
select.currentURI = opt.AJAR_uri;
|
|
19277
19171
|
}
|
|
19278
19172
|
|
|
19279
|
-
if (!containsObject(opt.AJAR_uri, selectedOptions)) opt.
|
|
19173
|
+
if (!containsObject(opt.AJAR_uri, selectedOptions)) opt.removeAttribute('selected');
|
|
19280
19174
|
if (containsObject(opt.AJAR_uri, selectedOptions)) opt.setAttribute('selected', 'true');
|
|
19281
19175
|
}
|
|
19282
19176
|
|
|
19283
19177
|
log.info('selectForOptions: data doc = ' + dataDoc);
|
|
19284
19178
|
|
|
19285
|
-
if (select.currentURI) {
|
|
19179
|
+
if (select.currentURI && options.subForm && !options.multiSelect) {
|
|
19286
19180
|
addSubFormChoice(dom, container, {}, $rdf.sym(select.currentURI), options.subForm, dataDoc, function (ok, body) {
|
|
19287
19181
|
if (ok) {
|
|
19288
19182
|
kb.updater.update([], is, function (uri, success, errorBody) {
|
|
@@ -19323,8 +19217,7 @@ function makeSelectForChoice(dom, container, kb, subject, predicate, inputPossib
|
|
|
19323
19217
|
|
|
19324
19218
|
option.AJAR_uri = uri;
|
|
19325
19219
|
|
|
19326
|
-
if (
|
|
19327
|
-
option.selected = true;
|
|
19220
|
+
if (containsObject(c.value, selectedOptions)) {
|
|
19328
19221
|
option.setAttribute('selected', 'true');
|
|
19329
19222
|
}
|
|
19330
19223
|
|
|
@@ -19365,14 +19258,14 @@ function containsObject(obj, list) {
|
|
|
19365
19258
|
|
|
19366
19259
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
19367
19260
|
|
|
19368
|
-
var
|
|
19261
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
19369
19262
|
|
|
19370
19263
|
Object.defineProperty(exports, "__esModule", ({
|
|
19371
19264
|
value: true
|
|
19372
19265
|
}));
|
|
19373
19266
|
exports.renderAutocompleteControl = renderAutocompleteControl;
|
|
19374
19267
|
|
|
19375
|
-
var
|
|
19268
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
19376
19269
|
|
|
19377
19270
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
19378
19271
|
|
|
@@ -19390,7 +19283,7 @@ var _autocompletePicker = __webpack_require__(/*! ./autocompletePicker */ "./lib
|
|
|
19390
19283
|
|
|
19391
19284
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19392
19285
|
|
|
19393
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
19286
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19394
19287
|
|
|
19395
19288
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
19396
19289
|
|
|
@@ -19398,6 +19291,8 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
19398
19291
|
|
|
19399
19292
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
19400
19293
|
|
|
19294
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
19295
|
+
|
|
19401
19296
|
var WEBID_NOUN = 'Solid ID';
|
|
19402
19297
|
var GREEN_PLUS = _iconBase.icons.iconBase + 'noun_34653_green.svg';
|
|
19403
19298
|
var SEARCH_ICON = _iconBase.icons.iconBase + 'noun_Search_875351.svg';
|
|
@@ -19410,10 +19305,10 @@ function renderAutocompleteControl(_x, _x2, _x3, _x4, _x5, _x6) {
|
|
|
19410
19305
|
|
|
19411
19306
|
|
|
19412
19307
|
function _renderAutocompleteControl() {
|
|
19413
|
-
_renderAutocompleteControl = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19308
|
+
_renderAutocompleteControl = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(dom, person, barOptions, acOptions, addOneIdAndRefresh, deleteOne) {
|
|
19414
19309
|
var autoCompleteDone, _autoCompleteDone, greenButtonHandler, _greenButtonHandler, removeDecorated, displayAutocomplete, _displayAutocomplete, searchButtonHandler, _searchButtonHandler, droppedURIHandler, _droppedURIHandler, acceptButton, cancelButton, deleteButtonContainer, noun, deleteButton, editButton, editing, syncEditingStatus, decoration, decoratedAutocomplete, creationArea, plus;
|
|
19415
19310
|
|
|
19416
|
-
return
|
|
19311
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
19417
19312
|
while (1) {
|
|
19418
19313
|
switch (_context6.prev = _context6.next) {
|
|
19419
19314
|
case 0:
|
|
@@ -19431,10 +19326,10 @@ function _renderAutocompleteControl() {
|
|
|
19431
19326
|
};
|
|
19432
19327
|
|
|
19433
19328
|
_droppedURIHandler = function _droppedURIHandler3() {
|
|
19434
|
-
_droppedURIHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19329
|
+
_droppedURIHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(uris) {
|
|
19435
19330
|
var _iterator, _step, webid;
|
|
19436
19331
|
|
|
19437
|
-
return
|
|
19332
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
19438
19333
|
while (1) {
|
|
19439
19334
|
switch (_context5.prev = _context5.next) {
|
|
19440
19335
|
case 0:
|
|
@@ -19489,8 +19384,8 @@ function _renderAutocompleteControl() {
|
|
|
19489
19384
|
};
|
|
19490
19385
|
|
|
19491
19386
|
_searchButtonHandler = function _searchButtonHandler3() {
|
|
19492
|
-
_searchButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19493
|
-
return
|
|
19387
|
+
_searchButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(_event) {
|
|
19388
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
19494
19389
|
while (1) {
|
|
19495
19390
|
switch (_context4.prev = _context4.next) {
|
|
19496
19391
|
case 0:
|
|
@@ -19523,8 +19418,8 @@ function _renderAutocompleteControl() {
|
|
|
19523
19418
|
};
|
|
19524
19419
|
|
|
19525
19420
|
_displayAutocomplete = function _displayAutocomplete3() {
|
|
19526
|
-
_displayAutocomplete = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19527
|
-
return
|
|
19421
|
+
_displayAutocomplete = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
19422
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
19528
19423
|
while (1) {
|
|
19529
19424
|
switch (_context3.prev = _context3.next) {
|
|
19530
19425
|
case 0:
|
|
@@ -19571,9 +19466,9 @@ function _renderAutocompleteControl() {
|
|
|
19571
19466
|
};
|
|
19572
19467
|
|
|
19573
19468
|
_greenButtonHandler = function _greenButtonHandler3() {
|
|
19574
|
-
_greenButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19469
|
+
_greenButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_event) {
|
|
19575
19470
|
var webid;
|
|
19576
|
-
return
|
|
19471
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
19577
19472
|
while (1) {
|
|
19578
19473
|
switch (_context2.prev = _context2.next) {
|
|
19579
19474
|
case 0:
|
|
@@ -19608,8 +19503,8 @@ function _renderAutocompleteControl() {
|
|
|
19608
19503
|
};
|
|
19609
19504
|
|
|
19610
19505
|
_autoCompleteDone = function _autoCompleteDone3() {
|
|
19611
|
-
_autoCompleteDone = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19612
|
-
return
|
|
19506
|
+
_autoCompleteDone = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(object, name) {
|
|
19507
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
19613
19508
|
while (1) {
|
|
19614
19509
|
switch (_context.prev = _context.next) {
|
|
19615
19510
|
case 0:
|
|
@@ -19722,8 +19617,6 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
19722
19617
|
}));
|
|
19723
19618
|
exports.autocompleteField = autocompleteField;
|
|
19724
19619
|
|
|
19725
|
-
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"));
|
|
19726
|
-
|
|
19727
19620
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
19728
19621
|
|
|
19729
19622
|
var ns = _interopRequireWildcard(__webpack_require__(/*! ../../../ns */ "./lib/ns.js"));
|
|
@@ -19742,8 +19635,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
19742
19635
|
|
|
19743
19636
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19744
19637
|
|
|
19745
|
-
/* Form field for doing autocompleete
|
|
19746
|
-
*/
|
|
19638
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
19747
19639
|
|
|
19748
19640
|
/**
|
|
19749
19641
|
* Render a autocomplete form field
|
|
@@ -19778,10 +19670,10 @@ function autocompleteField(dom, container, already, subject, form, doc, callback
|
|
|
19778
19670
|
}
|
|
19779
19671
|
|
|
19780
19672
|
function _addOneIdAndRefresh() {
|
|
19781
|
-
_addOneIdAndRefresh = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19673
|
+
_addOneIdAndRefresh = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(result, name) {
|
|
19782
19674
|
var oldValue, oldName, deletables, insertables, _kb$updater2;
|
|
19783
19675
|
|
|
19784
|
-
return
|
|
19676
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
19785
19677
|
while (1) {
|
|
19786
19678
|
switch (_context.prev = _context.next) {
|
|
19787
19679
|
case 0:
|
|
@@ -19848,10 +19740,10 @@ function autocompleteField(dom, container, already, subject, form, doc, callback
|
|
|
19848
19740
|
}
|
|
19849
19741
|
|
|
19850
19742
|
function _deleteOne() {
|
|
19851
|
-
_deleteOne = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
19743
|
+
_deleteOne = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_result, _name) {
|
|
19852
19744
|
var oldValue, deletables, insertables, _kb$updater3, e2;
|
|
19853
19745
|
|
|
19854
|
-
return
|
|
19746
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
19855
19747
|
while (1) {
|
|
19856
19748
|
switch (_context2.prev = _context2.next) {
|
|
19857
19749
|
case 0:
|
|
@@ -20041,7 +19933,7 @@ function autocompleteField(dom, container, already, subject, form, doc, callback
|
|
|
20041
19933
|
|
|
20042
19934
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
20043
19935
|
|
|
20044
|
-
var
|
|
19936
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
20045
19937
|
|
|
20046
19938
|
Object.defineProperty(exports, "__esModule", ({
|
|
20047
19939
|
value: true
|
|
@@ -20049,7 +19941,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
20049
19941
|
exports.renderAutoComplete = renderAutoComplete;
|
|
20050
19942
|
exports.setVisible = setVisible;
|
|
20051
19943
|
|
|
20052
|
-
var
|
|
19944
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
20053
19945
|
|
|
20054
19946
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
20055
19947
|
|
|
@@ -20067,7 +19959,7 @@ var _language = __webpack_require__(/*! ./language */ "./lib/widgets/forms/autoc
|
|
|
20067
19959
|
|
|
20068
19960
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
20069
19961
|
|
|
20070
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
19962
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
20071
19963
|
|
|
20072
19964
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
20073
19965
|
|
|
@@ -20075,6 +19967,8 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
20075
19967
|
|
|
20076
19968
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
20077
19969
|
|
|
19970
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
19971
|
+
|
|
20078
19972
|
var AUTOCOMPLETE_THRESHOLD = 4; // don't check until this many characters typed
|
|
20079
19973
|
|
|
20080
19974
|
var AUTOCOMPLETE_ROWS = 20; // 20?
|
|
@@ -20105,10 +19999,10 @@ function renderAutoComplete(_x, _x2, _x3, _x4) {
|
|
|
20105
19999
|
|
|
20106
20000
|
|
|
20107
20001
|
function _renderAutoComplete() {
|
|
20108
|
-
_renderAutoComplete = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20002
|
+
_renderAutoComplete = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(dom, acOptions, decoration, callback) {
|
|
20109
20003
|
var complain, finish, gotIt, _gotIt, acceptButtonHandler, _acceptButtonHandler, cancelButtonHandler, _cancelButtonHandler, nameMatch, clearList, inputEventHHandler, _inputEventHHandler, loadBindingsAndFilterByLanguage, _loadBindingsAndFilterByLanguage, filterByName, refreshList, _refreshList, initialize, targetClass, lastBindings, loadedEnough, inputEventHandlerLock, allDisplayed, lastFilter, numberOfRows, div, foundName, foundObject, table, head, cell, searchInput, size, searchInputStyle;
|
|
20110
20004
|
|
|
20111
|
-
return
|
|
20005
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
20112
20006
|
while (1) {
|
|
20113
20007
|
switch (_context8.prev = _context8.next) {
|
|
20114
20008
|
case 0:
|
|
@@ -20146,10 +20040,10 @@ function _renderAutoComplete() {
|
|
|
20146
20040
|
};
|
|
20147
20041
|
|
|
20148
20042
|
_refreshList = function _refreshList3() {
|
|
20149
|
-
_refreshList = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20043
|
+
_refreshList = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
|
|
20150
20044
|
var rowForBinding, compareBindingsByName, languagePrefs, filter, slimmed, displayable, _iterator, _step, binding;
|
|
20151
20045
|
|
|
20152
|
-
return
|
|
20046
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
20153
20047
|
while (1) {
|
|
20154
20048
|
switch (_context7.prev = _context7.next) {
|
|
20155
20049
|
case 0:
|
|
@@ -20167,8 +20061,8 @@ function _renderAutoComplete() {
|
|
|
20167
20061
|
var object = (0, _publicData.bindingToTerm)(binding.subject);
|
|
20168
20062
|
var nameTerm = (0, _publicData.bindingToTerm)(binding.name);
|
|
20169
20063
|
row.addEventListener('click', /*#__PURE__*/function () {
|
|
20170
|
-
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20171
|
-
return
|
|
20064
|
+
var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(_event) {
|
|
20065
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
20172
20066
|
while (1) {
|
|
20173
20067
|
switch (_context6.prev = _context6.next) {
|
|
20174
20068
|
case 0:
|
|
@@ -20292,9 +20186,9 @@ function _renderAutoComplete() {
|
|
|
20292
20186
|
};
|
|
20293
20187
|
|
|
20294
20188
|
_loadBindingsAndFilterByLanguage = function _loadBindingsAndFilte2() {
|
|
20295
|
-
_loadBindingsAndFilterByLanguage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20189
|
+
_loadBindingsAndFilterByLanguage = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(filter, languagePrefs) {
|
|
20296
20190
|
var bindings, slimmed;
|
|
20297
|
-
return
|
|
20191
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
20298
20192
|
while (1) {
|
|
20299
20193
|
switch (_context5.prev = _context5.next) {
|
|
20300
20194
|
case 0:
|
|
@@ -20342,8 +20236,8 @@ function _renderAutoComplete() {
|
|
|
20342
20236
|
};
|
|
20343
20237
|
|
|
20344
20238
|
_inputEventHHandler = function _inputEventHHandler3() {
|
|
20345
|
-
_inputEventHHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20346
|
-
return
|
|
20239
|
+
_inputEventHHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(_event) {
|
|
20240
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
20347
20241
|
while (1) {
|
|
20348
20242
|
switch (_context4.prev = _context4.next) {
|
|
20349
20243
|
case 0:
|
|
@@ -20391,8 +20285,8 @@ function _renderAutoComplete() {
|
|
|
20391
20285
|
};
|
|
20392
20286
|
|
|
20393
20287
|
_cancelButtonHandler = function _cancelButtonHandler3() {
|
|
20394
|
-
_cancelButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20395
|
-
return
|
|
20288
|
+
_cancelButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(_event) {
|
|
20289
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
20396
20290
|
while (1) {
|
|
20397
20291
|
switch (_context3.prev = _context3.next) {
|
|
20398
20292
|
case 0:
|
|
@@ -20421,8 +20315,8 @@ function _renderAutoComplete() {
|
|
|
20421
20315
|
};
|
|
20422
20316
|
|
|
20423
20317
|
_acceptButtonHandler = function _acceptButtonHandler3() {
|
|
20424
|
-
_acceptButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20425
|
-
return
|
|
20318
|
+
_acceptButtonHandler = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_event) {
|
|
20319
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
20426
20320
|
while (1) {
|
|
20427
20321
|
switch (_context2.prev = _context2.next) {
|
|
20428
20322
|
case 0:
|
|
@@ -20446,8 +20340,8 @@ function _renderAutoComplete() {
|
|
|
20446
20340
|
};
|
|
20447
20341
|
|
|
20448
20342
|
_gotIt = function _gotIt3() {
|
|
20449
|
-
_gotIt = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20450
|
-
return
|
|
20343
|
+
_gotIt = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(object, name) {
|
|
20344
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
20451
20345
|
while (1) {
|
|
20452
20346
|
switch (_context.prev = _context.next) {
|
|
20453
20347
|
case 0:
|
|
@@ -20593,7 +20487,7 @@ function _renderAutoComplete() {
|
|
|
20593
20487
|
|
|
20594
20488
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
20595
20489
|
|
|
20596
|
-
var
|
|
20490
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
20597
20491
|
|
|
20598
20492
|
Object.defineProperty(exports, "__esModule", ({
|
|
20599
20493
|
value: true
|
|
@@ -20605,7 +20499,7 @@ exports.getPreferredLanguages = getPreferredLanguages;
|
|
|
20605
20499
|
exports.getPreferredLanguagesFor = getPreferredLanguagesFor;
|
|
20606
20500
|
exports.languageCodeURIBase = void 0;
|
|
20607
20501
|
|
|
20608
|
-
var
|
|
20502
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
20609
20503
|
|
|
20610
20504
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
20611
20505
|
|
|
@@ -20617,17 +20511,10 @@ var ns = _interopRequireWildcard(__webpack_require__(/*! ../../../ns */ "./lib/n
|
|
|
20617
20511
|
|
|
20618
20512
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
20619
20513
|
|
|
20620
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
20514
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
20621
20515
|
|
|
20622
|
-
/* Logic to access public data stores
|
|
20623
|
-
*
|
|
20624
|
-
* including filtering resut by natural language etc
|
|
20625
|
-
* See https://solidos.solidcommunity.net/public/2021/01%20Building%20Solid%20Apps%20which%20use%20Public%20Data.html
|
|
20626
|
-
*/
|
|
20516
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
20627
20517
|
|
|
20628
|
-
/* eslint-disable no-console */
|
|
20629
|
-
// import * as logic from '../index'
|
|
20630
|
-
// import { authn } from '../../../authn/index'
|
|
20631
20518
|
var languageCodeURIBase = 'https://www.w3.org/ns/iana/language-code/'; /// @@ unsupported on the web (2021)
|
|
20632
20519
|
|
|
20633
20520
|
exports.languageCodeURIBase = languageCodeURIBase;
|
|
@@ -20651,11 +20538,11 @@ function getPreferredLanguagesFor(_x) {
|
|
|
20651
20538
|
|
|
20652
20539
|
|
|
20653
20540
|
function _getPreferredLanguagesFor() {
|
|
20654
|
-
_getPreferredLanguagesFor = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20541
|
+
_getPreferredLanguagesFor = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(person) {
|
|
20655
20542
|
var _store$fetcher;
|
|
20656
20543
|
|
|
20657
20544
|
var doc, list, languageCodeArray;
|
|
20658
|
-
return
|
|
20545
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
20659
20546
|
while (1) {
|
|
20660
20547
|
switch (_context.prev = _context.next) {
|
|
20661
20548
|
case 0:
|
|
@@ -20724,9 +20611,9 @@ function getPreferredLanguages() {
|
|
|
20724
20611
|
|
|
20725
20612
|
|
|
20726
20613
|
function _getPreferredLanguages() {
|
|
20727
|
-
_getPreferredLanguages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
20614
|
+
_getPreferredLanguages = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
20728
20615
|
var me, solidLanguagePrefs;
|
|
20729
|
-
return
|
|
20616
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
20730
20617
|
while (1) {
|
|
20731
20618
|
switch (_context2.prev = _context2.next) {
|
|
20732
20619
|
case 0:
|
|
@@ -20842,7 +20729,7 @@ function filterByLanguage(bindings, languagePrefs) {
|
|
|
20842
20729
|
|
|
20843
20730
|
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
20844
20731
|
|
|
20845
|
-
var
|
|
20732
|
+
var _typeof3 = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js");
|
|
20846
20733
|
|
|
20847
20734
|
Object.defineProperty(exports, "__esModule", ({
|
|
20848
20735
|
value: true
|
|
@@ -20864,7 +20751,7 @@ exports.queryPublicDataConstruct = queryPublicDataConstruct;
|
|
|
20864
20751
|
exports.queryPublicDataSelect = queryPublicDataSelect;
|
|
20865
20752
|
exports.wikidataParameters = exports.wikidataOutgoingClassMap = exports.wikidataIncomingClassMap = exports.wikidataClasses = exports.variableNameToPredicateMap = void 0;
|
|
20866
20753
|
|
|
20867
|
-
var
|
|
20754
|
+
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js"));
|
|
20868
20755
|
|
|
20869
20756
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
|
|
20870
20757
|
|
|
@@ -20880,15 +20767,10 @@ var _language = __webpack_require__(/*! ./language */ "./lib/widgets/forms/autoc
|
|
|
20880
20767
|
|
|
20881
20768
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
20882
20769
|
|
|
20883
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null ||
|
|
20770
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof3(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
20884
20771
|
|
|
20885
|
-
/* Logic to access public data stores
|
|
20886
|
-
*
|
|
20887
|
-
* including filtering resut by natural language etc
|
|
20888
|
-
* See https://solidos.solidcommunity.net/public/2021/01%20Building%20Solid%20Apps%20which%20use%20Public%20Data.html
|
|
20889
|
-
*/
|
|
20772
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == (0, _typeof2["default"])(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
20890
20773
|
|
|
20891
|
-
/* eslint-disable no-console */
|
|
20892
20774
|
var AUTOCOMPLETE_LIMIT = 200; // How many to get from server
|
|
20893
20775
|
// With 3000 we could exceed the wikidata timeout
|
|
20894
20776
|
|
|
@@ -21129,11 +21011,11 @@ function queryESCODataByName(_x, _x2, _x3) {
|
|
|
21129
21011
|
|
|
21130
21012
|
|
|
21131
21013
|
function _queryESCODataByName() {
|
|
21132
|
-
_queryESCODataByName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21014
|
+
_queryESCODataByName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(filter, theClass, queryTarget) {
|
|
21133
21015
|
var _store$fetcher;
|
|
21134
21016
|
|
|
21135
21017
|
var limit, queryURI, response, text, json;
|
|
21136
|
-
return
|
|
21018
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
21137
21019
|
while (1) {
|
|
21138
21020
|
switch (_context.prev = _context.next) {
|
|
21139
21021
|
case 0:
|
|
@@ -21199,10 +21081,10 @@ function queryPublicDataByName(_x4, _x5, _x6, _x7) {
|
|
|
21199
21081
|
|
|
21200
21082
|
|
|
21201
21083
|
function _queryPublicDataByName() {
|
|
21202
|
-
_queryPublicDataByName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21084
|
+
_queryPublicDataByName = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(filter, theClass, languages, queryTarget) {
|
|
21203
21085
|
var substituteStrings, languagePrefs, language, sparql, queryURI, response, _store$fetcher2, text, text2, json, bindings;
|
|
21204
21086
|
|
|
21205
|
-
return
|
|
21087
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
21206
21088
|
while (1) {
|
|
21207
21089
|
switch (_context2.prev = _context2.next) {
|
|
21208
21090
|
case 0:
|
|
@@ -21332,11 +21214,11 @@ function queryPublicDataSelect(_x8, _x9) {
|
|
|
21332
21214
|
|
|
21333
21215
|
|
|
21334
21216
|
function _queryPublicDataSelect() {
|
|
21335
|
-
_queryPublicDataSelect = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21217
|
+
_queryPublicDataSelect = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(sparql, queryTarget) {
|
|
21336
21218
|
var _store$fetcher3;
|
|
21337
21219
|
|
|
21338
21220
|
var myUrlWithParams, queryURI, headers, options, response, text, text2, json, bindings;
|
|
21339
|
-
return
|
|
21221
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
21340
21222
|
while (1) {
|
|
21341
21223
|
switch (_context3.prev = _context3.next) {
|
|
21342
21224
|
case 0:
|
|
@@ -21395,11 +21277,11 @@ function queryPublicDataConstruct(_x10, _x11, _x12) {
|
|
|
21395
21277
|
}
|
|
21396
21278
|
|
|
21397
21279
|
function _queryPublicDataConstruct() {
|
|
21398
|
-
_queryPublicDataConstruct = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21280
|
+
_queryPublicDataConstruct = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(sparql, pubicId, queryTarget) {
|
|
21399
21281
|
var _store$fetcher4;
|
|
21400
21282
|
|
|
21401
21283
|
var myUrlWithParams, queryURI, headers, options, response, text, report;
|
|
21402
|
-
return
|
|
21284
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
21403
21285
|
while (1) {
|
|
21404
21286
|
switch (_context4.prev = _context4.next) {
|
|
21405
21287
|
case 0:
|
|
@@ -21459,9 +21341,9 @@ function loadPublicDataThing(_x13, _x14, _x15) {
|
|
|
21459
21341
|
}
|
|
21460
21342
|
|
|
21461
21343
|
function _loadPublicDataThing() {
|
|
21462
|
-
_loadPublicDataThing = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21344
|
+
_loadPublicDataThing = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(kb, subject, publicDataID) {
|
|
21463
21345
|
var iDToFetch, headers;
|
|
21464
|
-
return
|
|
21346
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
21465
21347
|
while (1) {
|
|
21466
21348
|
switch (_context5.prev = _context5.next) {
|
|
21467
21349
|
case 0:
|
|
@@ -21509,9 +21391,9 @@ function getWikidataDetails(_x16, _x17, _x18) {
|
|
|
21509
21391
|
}
|
|
21510
21392
|
|
|
21511
21393
|
function _getWikidataDetails() {
|
|
21512
|
-
_getWikidataDetails = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21394
|
+
_getWikidataDetails = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(kb, solidSubject, publicDataID) {
|
|
21513
21395
|
var subjRegexp, sparql;
|
|
21514
|
-
return
|
|
21396
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
21515
21397
|
while (1) {
|
|
21516
21398
|
switch (_context6.prev = _context6.next) {
|
|
21517
21399
|
case 0:
|
|
@@ -21538,9 +21420,9 @@ function getWikidataDetailsOld(_x19, _x20, _x21) {
|
|
|
21538
21420
|
}
|
|
21539
21421
|
|
|
21540
21422
|
function _getWikidataDetailsOld() {
|
|
21541
|
-
_getWikidataDetailsOld = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21423
|
+
_getWikidataDetailsOld = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(kb, solidSubject, publicDataID) {
|
|
21542
21424
|
var sparql, bindings;
|
|
21543
|
-
return
|
|
21425
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
21544
21426
|
while (1) {
|
|
21545
21427
|
switch (_context7.prev = _context7.next) {
|
|
21546
21428
|
case 0:
|
|
@@ -21567,9 +21449,9 @@ function getWikidataLocation(_x22, _x23, _x24) {
|
|
|
21567
21449
|
}
|
|
21568
21450
|
|
|
21569
21451
|
function _getWikidataLocation() {
|
|
21570
|
-
_getWikidataLocation = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21452
|
+
_getWikidataLocation = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(kb, solidSubject, publicDataID) {
|
|
21571
21453
|
var sparql, bindings;
|
|
21572
|
-
return
|
|
21454
|
+
return _regeneratorRuntime().wrap(function _callee8$(_context8) {
|
|
21573
21455
|
while (1) {
|
|
21574
21456
|
switch (_context8.prev = _context8.next) {
|
|
21575
21457
|
case 0:
|
|
@@ -21598,9 +21480,9 @@ function getDbpediaDetails(_x25, _x26, _x27) {
|
|
|
21598
21480
|
}
|
|
21599
21481
|
|
|
21600
21482
|
function _getDbpediaDetails() {
|
|
21601
|
-
_getDbpediaDetails = (0, _asyncToGenerator2["default"])( /*#__PURE__*/
|
|
21483
|
+
_getDbpediaDetails = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee9(kb, solidSubject, publicDataID) {
|
|
21602
21484
|
var sparql, bindings;
|
|
21603
|
-
return
|
|
21485
|
+
return _regeneratorRuntime().wrap(function _callee9$(_context9) {
|
|
21604
21486
|
while (1) {
|
|
21605
21487
|
switch (_context9.prev = _context9.next) {
|
|
21606
21488
|
case 0:
|
|
@@ -24393,8 +24275,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24393
24275
|
/* harmony import */ var _inrupt_oidc_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_inrupt_oidc_client__WEBPACK_IMPORTED_MODULE_0__);
|
|
24394
24276
|
/* harmony import */ var _inrupt_solid_client_authn_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
24395
24277
|
/* harmony import */ var _inrupt_solid_client_authn_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_inrupt_solid_client_authn_core__WEBPACK_IMPORTED_MODULE_1__);
|
|
24396
|
-
/* harmony import */ var form_urlencoded__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! form-urlencoded */ "./node_modules/form-urlencoded/form-urlencoded.mjs");
|
|
24397
|
-
|
|
24398
24278
|
|
|
24399
24279
|
|
|
24400
24280
|
|
|
@@ -24442,9 +24322,6 @@ async function registerClient(options, issuerConfig) {
|
|
|
24442
24322
|
const headers = {
|
|
24443
24323
|
"Content-Type": "application/json",
|
|
24444
24324
|
};
|
|
24445
|
-
if (options.registrationAccessToken) {
|
|
24446
|
-
headers.Authorization = `Bearer ${options.registrationAccessToken}`;
|
|
24447
|
-
}
|
|
24448
24325
|
const registerResponse = await fetch(issuerConfig.registrationEndpoint.toString(), {
|
|
24449
24326
|
method: "POST",
|
|
24450
24327
|
headers,
|
|
@@ -24539,16 +24416,17 @@ async function getTokens(issuer, client, data, dpop) {
|
|
|
24539
24416
|
if (client.clientSecret) {
|
|
24540
24417
|
headers.Authorization = `Basic ${btoa(`${client.clientId}:${client.clientSecret}`)}`;
|
|
24541
24418
|
}
|
|
24419
|
+
const requestBody = {
|
|
24420
|
+
grant_type: data.grantType,
|
|
24421
|
+
redirect_uri: data.redirectUrl,
|
|
24422
|
+
code: data.code,
|
|
24423
|
+
code_verifier: data.codeVerifier,
|
|
24424
|
+
client_id: client.clientId,
|
|
24425
|
+
};
|
|
24542
24426
|
const tokenRequestInit = {
|
|
24543
24427
|
method: "POST",
|
|
24544
24428
|
headers,
|
|
24545
|
-
body: (
|
|
24546
|
-
grant_type: data.grantType,
|
|
24547
|
-
redirect_uri: data.redirectUrl,
|
|
24548
|
-
code: data.code,
|
|
24549
|
-
code_verifier: data.codeVerifier,
|
|
24550
|
-
client_id: client.clientId,
|
|
24551
|
-
}),
|
|
24429
|
+
body: new URLSearchParams(requestBody).toString(),
|
|
24552
24430
|
};
|
|
24553
24431
|
const rawTokenResponse = await await fetch(issuer.tokenEndpoint, tokenRequestInit);
|
|
24554
24432
|
const jsonTokenResponse = (await rawTokenResponse.json());
|
|
@@ -24601,11 +24479,23 @@ async function getDpopToken(issuer, client, data) {
|
|
|
24601
24479
|
return getTokens(issuer, client, data, true);
|
|
24602
24480
|
}
|
|
24603
24481
|
|
|
24482
|
+
const isValidUrl = (url) => {
|
|
24483
|
+
try {
|
|
24484
|
+
new URL(url);
|
|
24485
|
+
return true;
|
|
24486
|
+
}
|
|
24487
|
+
catch (_a) {
|
|
24488
|
+
return false;
|
|
24489
|
+
}
|
|
24490
|
+
};
|
|
24604
24491
|
async function refresh(refreshToken, issuer, client, dpopKey) {
|
|
24492
|
+
if (client.clientId === undefined) {
|
|
24493
|
+
throw new Error("No client ID available when trying to refresh the access token.");
|
|
24494
|
+
}
|
|
24605
24495
|
const requestBody = {
|
|
24606
24496
|
grant_type: "refresh_token",
|
|
24607
24497
|
refresh_token: refreshToken,
|
|
24608
|
-
scope:
|
|
24498
|
+
scope: _inrupt_solid_client_authn_core__WEBPACK_IMPORTED_MODULE_1__.DEFAULT_SCOPES,
|
|
24609
24499
|
};
|
|
24610
24500
|
let dpopHeader = {};
|
|
24611
24501
|
if (dpopKey !== undefined) {
|
|
@@ -24619,9 +24509,12 @@ async function refresh(refreshToken, issuer, client, dpopKey) {
|
|
|
24619
24509
|
Authorization: `Basic ${btoa(`${client.clientId}:${client.clientSecret}`)}`,
|
|
24620
24510
|
};
|
|
24621
24511
|
}
|
|
24512
|
+
else if (isValidUrl(client.clientId)) {
|
|
24513
|
+
requestBody.client_id = client.clientId;
|
|
24514
|
+
}
|
|
24622
24515
|
const rawResponse = await fetch(issuer.tokenEndpoint, {
|
|
24623
24516
|
method: "POST",
|
|
24624
|
-
body: (
|
|
24517
|
+
body: new URLSearchParams(requestBody).toString(),
|
|
24625
24518
|
headers: {
|
|
24626
24519
|
...dpopHeader,
|
|
24627
24520
|
...authHeader,
|
|
@@ -24730,6 +24623,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
24730
24623
|
"use strict";
|
|
24731
24624
|
|
|
24732
24625
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
24626
|
+
const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
24733
24627
|
const oidc_client_ext_1 = __webpack_require__(/*! @inrupt/oidc-client-ext */ "./node_modules/@inrupt/oidc-client-ext/dist/index.es.js");
|
|
24734
24628
|
const globalFetch = (request, init) => window.fetch(request, init);
|
|
24735
24629
|
class ClientAuthentication {
|
|
@@ -24771,24 +24665,34 @@ class ClientAuthentication {
|
|
|
24771
24665
|
return sessionInfo;
|
|
24772
24666
|
};
|
|
24773
24667
|
this.handleIncomingRedirect = async (url, eventEmitter) => {
|
|
24774
|
-
|
|
24775
|
-
|
|
24776
|
-
|
|
24777
|
-
|
|
24778
|
-
|
|
24779
|
-
|
|
24780
|
-
|
|
24781
|
-
|
|
24782
|
-
|
|
24783
|
-
|
|
24784
|
-
|
|
24785
|
-
|
|
24786
|
-
|
|
24787
|
-
|
|
24788
|
-
|
|
24789
|
-
}
|
|
24668
|
+
try {
|
|
24669
|
+
const redirectInfo = await this.redirectHandler.handle(url, eventEmitter);
|
|
24670
|
+
this.fetch = redirectInfo.fetch.bind(window);
|
|
24671
|
+
this.cleanUrlAfterRedirect(url);
|
|
24672
|
+
return {
|
|
24673
|
+
isLoggedIn: redirectInfo.isLoggedIn,
|
|
24674
|
+
webId: redirectInfo.webId,
|
|
24675
|
+
sessionId: redirectInfo.sessionId,
|
|
24676
|
+
expirationDate: redirectInfo.expirationDate,
|
|
24677
|
+
};
|
|
24678
|
+
}
|
|
24679
|
+
catch (err) {
|
|
24680
|
+
this.cleanUrlAfterRedirect(url);
|
|
24681
|
+
eventEmitter.emit(solid_client_authn_core_1.EVENTS.ERROR, "redirect", err);
|
|
24682
|
+
return undefined;
|
|
24683
|
+
}
|
|
24790
24684
|
};
|
|
24791
24685
|
}
|
|
24686
|
+
cleanUrlAfterRedirect(url) {
|
|
24687
|
+
const cleanedUpUrl = new URL(url);
|
|
24688
|
+
cleanedUpUrl.searchParams.delete("state");
|
|
24689
|
+
cleanedUpUrl.searchParams.delete("code");
|
|
24690
|
+
cleanedUpUrl.searchParams.delete("id_token");
|
|
24691
|
+
cleanedUpUrl.searchParams.delete("access_token");
|
|
24692
|
+
cleanedUpUrl.searchParams.delete("error");
|
|
24693
|
+
cleanedUpUrl.searchParams.delete("error_description");
|
|
24694
|
+
window.history.replaceState(null, "", cleanedUpUrl.toString());
|
|
24695
|
+
}
|
|
24792
24696
|
}
|
|
24793
24697
|
exports["default"] = ClientAuthentication;
|
|
24794
24698
|
//# sourceMappingURL=ClientAuthentication.js.map
|
|
@@ -24810,10 +24714,7 @@ const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-a
|
|
|
24810
24714
|
const uuid_1 = __webpack_require__(/*! uuid */ "./node_modules/uuid/dist/esm-browser/index.js");
|
|
24811
24715
|
const dependencies_1 = __webpack_require__(/*! ./dependencies */ "./node_modules/@inrupt/solid-client-authn-browser/dist/dependencies.js");
|
|
24812
24716
|
const constant_1 = __webpack_require__(/*! ./constant */ "./node_modules/@inrupt/solid-client-authn-browser/dist/constant.js");
|
|
24813
|
-
|
|
24814
|
-
async function silentlyAuthenticate(sessionId, clientAuthn, options = {
|
|
24815
|
-
inIframe: false,
|
|
24816
|
-
}, session) {
|
|
24717
|
+
async function silentlyAuthenticate(sessionId, clientAuthn, session) {
|
|
24817
24718
|
var _a;
|
|
24818
24719
|
const storedSessionInfo = await clientAuthn.validateCurrentSession(sessionId);
|
|
24819
24720
|
if (storedSessionInfo !== null) {
|
|
@@ -24826,7 +24727,6 @@ async function silentlyAuthenticate(sessionId, clientAuthn, options = {
|
|
|
24826
24727
|
clientId: storedSessionInfo.clientAppId,
|
|
24827
24728
|
clientSecret: storedSessionInfo.clientAppSecret,
|
|
24828
24729
|
tokenType: (_a = storedSessionInfo.tokenType) !== null && _a !== void 0 ? _a : "DPoP",
|
|
24829
|
-
inIframe: options.inIframe,
|
|
24830
24730
|
}, session);
|
|
24831
24731
|
return true;
|
|
24832
24732
|
}
|
|
@@ -24840,7 +24740,6 @@ class Session extends events_1.EventEmitter {
|
|
|
24840
24740
|
constructor(sessionOptions = {}, sessionId) {
|
|
24841
24741
|
super();
|
|
24842
24742
|
this.tokenRequestInProgress = false;
|
|
24843
|
-
this.tmpFetchWithCookies = false;
|
|
24844
24743
|
this.login = async (options) => {
|
|
24845
24744
|
var _a;
|
|
24846
24745
|
await this.clientAuthentication.login({
|
|
@@ -24851,20 +24750,12 @@ class Session extends events_1.EventEmitter {
|
|
|
24851
24750
|
return new Promise(() => undefined);
|
|
24852
24751
|
};
|
|
24853
24752
|
this.fetch = async (url, init) => {
|
|
24854
|
-
return this.clientAuthentication.fetch(url,
|
|
24855
|
-
...init,
|
|
24856
|
-
credentials: this.tmpFetchWithCookies
|
|
24857
|
-
?
|
|
24858
|
-
"include"
|
|
24859
|
-
:
|
|
24860
|
-
init === null || init === void 0 ? void 0 : init.credentials,
|
|
24861
|
-
});
|
|
24753
|
+
return this.clientAuthentication.fetch(url, init);
|
|
24862
24754
|
};
|
|
24863
24755
|
this.internalLogout = async (emitSignal) => {
|
|
24864
24756
|
window.localStorage.removeItem(constant_1.KEY_CURRENT_SESSION);
|
|
24865
24757
|
await this.clientAuthentication.logout(this.info.sessionId);
|
|
24866
24758
|
this.info.isLoggedIn = false;
|
|
24867
|
-
this.tmpFetchWithCookies = false;
|
|
24868
24759
|
if (emitSignal) {
|
|
24869
24760
|
this.emit(solid_client_authn_core_1.EVENTS.LOGOUT);
|
|
24870
24761
|
}
|
|
@@ -24880,45 +24771,6 @@ class Session extends events_1.EventEmitter {
|
|
|
24880
24771
|
}
|
|
24881
24772
|
const options = typeof inputOptions === "string" ? { url: inputOptions } : inputOptions;
|
|
24882
24773
|
const url = (_a = options.url) !== null && _a !== void 0 ? _a : window.location.href;
|
|
24883
|
-
if (window.frameElement !== null) {
|
|
24884
|
-
(0, iframe_1.postRedirectUrlToParent)(url);
|
|
24885
|
-
return undefined;
|
|
24886
|
-
}
|
|
24887
|
-
if (options.useEssSession !== true ||
|
|
24888
|
-
options.restorePreviousSession === true) {
|
|
24889
|
-
window.localStorage.setItem("tmp-resource-server-session-enabled", "false");
|
|
24890
|
-
}
|
|
24891
|
-
else {
|
|
24892
|
-
window.localStorage.setItem("tmp-resource-server-session-enabled", "true");
|
|
24893
|
-
}
|
|
24894
|
-
const storedSessionCookieReference = window.localStorage.getItem("tmp-resource-server-session-info");
|
|
24895
|
-
if (typeof storedSessionCookieReference === "string" &&
|
|
24896
|
-
options.restorePreviousSession !== true &&
|
|
24897
|
-
options.useEssSession === true) {
|
|
24898
|
-
function isValidSessionCookieReference(reference) {
|
|
24899
|
-
var _a;
|
|
24900
|
-
const resourceServers = Object.keys((_a = reference.sessions) !== null && _a !== void 0 ? _a : {});
|
|
24901
|
-
return (typeof reference.webId === "string" &&
|
|
24902
|
-
resourceServers.length > 0 &&
|
|
24903
|
-
typeof reference.sessions[resourceServers[0]].expiration === "number");
|
|
24904
|
-
}
|
|
24905
|
-
const reference = JSON.parse(storedSessionCookieReference);
|
|
24906
|
-
if (isValidSessionCookieReference(reference)) {
|
|
24907
|
-
const resourceServers = Object.keys(reference.sessions);
|
|
24908
|
-
const webIdOrigin = new URL(reference.webId).hostname;
|
|
24909
|
-
const ownResourceServer = resourceServers.find((resourceServer) => {
|
|
24910
|
-
return new URL(resourceServer).hostname === webIdOrigin;
|
|
24911
|
-
});
|
|
24912
|
-
const relevantServer = ownResourceServer !== null && ownResourceServer !== void 0 ? ownResourceServer : resourceServers[0];
|
|
24913
|
-
if (reference.sessions[relevantServer].expiration - Date.now() >
|
|
24914
|
-
5 * 60 * 1000) {
|
|
24915
|
-
this.info.isLoggedIn = true;
|
|
24916
|
-
this.info.webId = reference.webId;
|
|
24917
|
-
this.tmpFetchWithCookies = true;
|
|
24918
|
-
return this.info;
|
|
24919
|
-
}
|
|
24920
|
-
}
|
|
24921
|
-
}
|
|
24922
24774
|
this.tokenRequestInProgress = true;
|
|
24923
24775
|
const sessionInfo = await this.clientAuthentication.handleIncomingRedirect(url, this);
|
|
24924
24776
|
if (isLoggedIn(sessionInfo)) {
|
|
@@ -24935,7 +24787,7 @@ class Session extends events_1.EventEmitter {
|
|
|
24935
24787
|
else if (options.restorePreviousSession === true) {
|
|
24936
24788
|
const storedSessionId = window.localStorage.getItem(constant_1.KEY_CURRENT_SESSION);
|
|
24937
24789
|
if (storedSessionId !== null) {
|
|
24938
|
-
const attemptedSilentAuthentication = await silentlyAuthenticate(storedSessionId, this.clientAuthentication,
|
|
24790
|
+
const attemptedSilentAuthentication = await silentlyAuthenticate(storedSessionId, this.clientAuthentication, this);
|
|
24939
24791
|
if (attemptedSilentAuthentication) {
|
|
24940
24792
|
return new Promise(() => { });
|
|
24941
24793
|
}
|
|
@@ -24969,16 +24821,6 @@ class Session extends events_1.EventEmitter {
|
|
|
24969
24821
|
isLoggedIn: false,
|
|
24970
24822
|
};
|
|
24971
24823
|
}
|
|
24972
|
-
(0, iframe_1.setupIframeListener)(async (redirectUrl) => {
|
|
24973
|
-
const sessionInfo = await this.clientAuthentication.handleIncomingRedirect(redirectUrl, this);
|
|
24974
|
-
if (!isLoggedIn(sessionInfo)) {
|
|
24975
|
-
return;
|
|
24976
|
-
}
|
|
24977
|
-
this.setSessionInfo(sessionInfo);
|
|
24978
|
-
});
|
|
24979
|
-
this.on("tokenRenewal", () => silentlyAuthenticate(this.info.sessionId, this.clientAuthentication, {
|
|
24980
|
-
inIframe: true,
|
|
24981
|
-
}, this));
|
|
24982
24824
|
this.on(solid_client_authn_core_1.EVENTS.LOGIN, () => window.localStorage.setItem(constant_1.KEY_CURRENT_SESSION, this.info.sessionId));
|
|
24983
24825
|
this.on(solid_client_authn_core_1.EVENTS.SESSION_EXPIRED, () => this.internalLogout(false));
|
|
24984
24826
|
this.on(solid_client_authn_core_1.EVENTS.ERROR, () => this.internalLogout(false));
|
|
@@ -25107,15 +24949,15 @@ const ClientAuthentication_1 = __importDefault(__webpack_require__(/*! ./ClientA
|
|
|
25107
24949
|
const OidcLoginHandler_1 = __importDefault(__webpack_require__(/*! ./login/oidc/OidcLoginHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/OidcLoginHandler.js"));
|
|
25108
24950
|
const AuthorizationCodeWithPkceOidcHandler_1 = __importDefault(__webpack_require__(/*! ./login/oidc/oidcHandlers/AuthorizationCodeWithPkceOidcHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/oidcHandlers/AuthorizationCodeWithPkceOidcHandler.js"));
|
|
25109
24951
|
const IssuerConfigFetcher_1 = __importDefault(__webpack_require__(/*! ./login/oidc/IssuerConfigFetcher */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/IssuerConfigFetcher.js"));
|
|
25110
|
-
const FallbackRedirectHandler_1 = __webpack_require__(/*! ./login/oidc/
|
|
24952
|
+
const FallbackRedirectHandler_1 = __webpack_require__(/*! ./login/oidc/incomingRedirectHandler/FallbackRedirectHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/FallbackRedirectHandler.js");
|
|
25111
24953
|
const GeneralLogoutHandler_1 = __importDefault(__webpack_require__(/*! ./logout/GeneralLogoutHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/logout/GeneralLogoutHandler.js"));
|
|
25112
24954
|
const SessionInfoManager_1 = __webpack_require__(/*! ./sessionInfo/SessionInfoManager */ "./node_modules/@inrupt/solid-client-authn-browser/dist/sessionInfo/SessionInfoManager.js");
|
|
25113
|
-
const AuthCodeRedirectHandler_1 = __webpack_require__(/*! ./login/oidc/
|
|
25114
|
-
const AggregateRedirectHandler_1 = __importDefault(__webpack_require__(/*! ./login/oidc/
|
|
24955
|
+
const AuthCodeRedirectHandler_1 = __webpack_require__(/*! ./login/oidc/incomingRedirectHandler/AuthCodeRedirectHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/AuthCodeRedirectHandler.js");
|
|
24956
|
+
const AggregateRedirectHandler_1 = __importDefault(__webpack_require__(/*! ./login/oidc/AggregateRedirectHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/AggregateRedirectHandler.js"));
|
|
25115
24957
|
const BrowserStorage_1 = __importDefault(__webpack_require__(/*! ./storage/BrowserStorage */ "./node_modules/@inrupt/solid-client-authn-browser/dist/storage/BrowserStorage.js"));
|
|
25116
24958
|
const Redirector_1 = __importDefault(__webpack_require__(/*! ./login/oidc/Redirector */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/Redirector.js"));
|
|
25117
24959
|
const ClientRegistrar_1 = __importDefault(__webpack_require__(/*! ./login/oidc/ClientRegistrar */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/ClientRegistrar.js"));
|
|
25118
|
-
const ErrorOidcHandler_1 = __webpack_require__(/*! ./login/oidc/
|
|
24960
|
+
const ErrorOidcHandler_1 = __webpack_require__(/*! ./login/oidc/incomingRedirectHandler/ErrorOidcHandler */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/ErrorOidcHandler.js");
|
|
25119
24961
|
const TokenRefresher_1 = __importDefault(__webpack_require__(/*! ./login/oidc/refresh/TokenRefresher */ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/refresh/TokenRefresher.js"));
|
|
25120
24962
|
function getClientAuthenticationWithDependencies(dependencies) {
|
|
25121
24963
|
const inMemoryStorage = new solid_client_authn_core_1.InMemoryStorage();
|
|
@@ -25139,59 +24981,6 @@ exports.getClientAuthenticationWithDependencies = getClientAuthenticationWithDep
|
|
|
25139
24981
|
|
|
25140
24982
|
/***/ }),
|
|
25141
24983
|
|
|
25142
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/iframe.js":
|
|
25143
|
-
/*!************************************************************************!*\
|
|
25144
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/iframe.js ***!
|
|
25145
|
-
\************************************************************************/
|
|
25146
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
25147
|
-
|
|
25148
|
-
"use strict";
|
|
25149
|
-
|
|
25150
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25151
|
-
exports.postRedirectUrlToParent = exports.setupIframeListener = exports.redirectInIframe = void 0;
|
|
25152
|
-
let redirectIframe;
|
|
25153
|
-
function getRedirectIframe() {
|
|
25154
|
-
if (typeof redirectIframe === "undefined") {
|
|
25155
|
-
redirectIframe = window.document.createElement("iframe");
|
|
25156
|
-
redirectIframe.setAttribute("hidden", "true");
|
|
25157
|
-
redirectIframe.setAttribute("sandbox", "allow-scripts allow-same-origin");
|
|
25158
|
-
}
|
|
25159
|
-
return redirectIframe;
|
|
25160
|
-
}
|
|
25161
|
-
function redirectInIframe(redirectUrl) {
|
|
25162
|
-
const iframe = getRedirectIframe();
|
|
25163
|
-
window.document.body.appendChild(iframe);
|
|
25164
|
-
iframe.src = redirectUrl;
|
|
25165
|
-
}
|
|
25166
|
-
exports.redirectInIframe = redirectInIframe;
|
|
25167
|
-
function setupIframeListener(handleIframeRedirect) {
|
|
25168
|
-
if (typeof window === "undefined") {
|
|
25169
|
-
return;
|
|
25170
|
-
}
|
|
25171
|
-
window.addEventListener("message", async (evt) => {
|
|
25172
|
-
const iframe = getRedirectIframe();
|
|
25173
|
-
if (evt.origin === window.location.origin &&
|
|
25174
|
-
evt.source === iframe.contentWindow) {
|
|
25175
|
-
if (typeof evt.data.redirectUrl === "string") {
|
|
25176
|
-
await handleIframeRedirect(evt.data.redirectUrl);
|
|
25177
|
-
}
|
|
25178
|
-
}
|
|
25179
|
-
if (window.document.body.contains(iframe)) {
|
|
25180
|
-
window.document.body.removeChild(iframe);
|
|
25181
|
-
}
|
|
25182
|
-
});
|
|
25183
|
-
}
|
|
25184
|
-
exports.setupIframeListener = setupIframeListener;
|
|
25185
|
-
function postRedirectUrlToParent(redirectUrl) {
|
|
25186
|
-
window.top.postMessage({
|
|
25187
|
-
redirectUrl,
|
|
25188
|
-
}, window.location.origin);
|
|
25189
|
-
}
|
|
25190
|
-
exports.postRedirectUrlToParent = postRedirectUrlToParent;
|
|
25191
|
-
//# sourceMappingURL=iframe.js.map
|
|
25192
|
-
|
|
25193
|
-
/***/ }),
|
|
25194
|
-
|
|
25195
24984
|
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/index.js":
|
|
25196
24985
|
/*!***********************************************************************!*\
|
|
25197
24986
|
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/index.js ***!
|
|
@@ -25229,6 +25018,26 @@ Object.defineProperty(exports, "InMemoryStorage", ({ enumerable: true, get: func
|
|
|
25229
25018
|
|
|
25230
25019
|
/***/ }),
|
|
25231
25020
|
|
|
25021
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/AggregateRedirectHandler.js":
|
|
25022
|
+
/*!*****************************************************************************************************!*\
|
|
25023
|
+
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/AggregateRedirectHandler.js ***!
|
|
25024
|
+
\*****************************************************************************************************/
|
|
25025
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25026
|
+
|
|
25027
|
+
"use strict";
|
|
25028
|
+
|
|
25029
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25030
|
+
const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
25031
|
+
class AggregateRedirectHandler extends solid_client_authn_core_1.AggregateHandler {
|
|
25032
|
+
constructor(redirectHandlers) {
|
|
25033
|
+
super(redirectHandlers);
|
|
25034
|
+
}
|
|
25035
|
+
}
|
|
25036
|
+
exports["default"] = AggregateRedirectHandler;
|
|
25037
|
+
//# sourceMappingURL=AggregateRedirectHandler.js.map
|
|
25038
|
+
|
|
25039
|
+
/***/ }),
|
|
25040
|
+
|
|
25232
25041
|
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/ClientRegistrar.js":
|
|
25233
25042
|
/*!********************************************************************************************!*\
|
|
25234
25043
|
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/ClientRegistrar.js ***!
|
|
@@ -25244,7 +25053,6 @@ class ClientRegistrar {
|
|
|
25244
25053
|
this.storageUtility = storageUtility;
|
|
25245
25054
|
}
|
|
25246
25055
|
async getClient(options, issuerConfig) {
|
|
25247
|
-
var _a;
|
|
25248
25056
|
const [storedClientId, storedClientSecret,] = await Promise.all([
|
|
25249
25057
|
this.storageUtility.getForUser(options.sessionId, "clientId", {
|
|
25250
25058
|
secure: false,
|
|
@@ -25260,11 +25068,8 @@ class ClientRegistrar {
|
|
|
25260
25068
|
clientType: "dynamic",
|
|
25261
25069
|
};
|
|
25262
25070
|
}
|
|
25263
|
-
const extendedOptions = { ...options };
|
|
25264
|
-
extendedOptions.registrationAccessToken =
|
|
25265
|
-
(_a = extendedOptions.registrationAccessToken) !== null && _a !== void 0 ? _a : (await this.storageUtility.getForUser(options.sessionId, "registrationAccessToken"));
|
|
25266
25071
|
try {
|
|
25267
|
-
const registeredClient = await (0, oidc_client_ext_1.registerClient)(
|
|
25072
|
+
const registeredClient = await (0, oidc_client_ext_1.registerClient)(options, issuerConfig);
|
|
25268
25073
|
const infoToSave = {
|
|
25269
25074
|
clientId: registeredClient.clientId,
|
|
25270
25075
|
};
|
|
@@ -25275,7 +25080,7 @@ class ClientRegistrar {
|
|
|
25275
25080
|
infoToSave.idTokenSignedResponseAlg =
|
|
25276
25081
|
registeredClient.idTokenSignedResponseAlg;
|
|
25277
25082
|
}
|
|
25278
|
-
await this.storageUtility.setForUser(
|
|
25083
|
+
await this.storageUtility.setForUser(options.sessionId, infoToSave, {
|
|
25279
25084
|
secure: false,
|
|
25280
25085
|
});
|
|
25281
25086
|
return registeredClient;
|
|
@@ -25478,12 +25283,11 @@ exports["default"] = OidcLoginHandler;
|
|
|
25478
25283
|
/*!***************************************************************************************!*\
|
|
25479
25284
|
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/Redirector.js ***!
|
|
25480
25285
|
\***************************************************************************************/
|
|
25481
|
-
/***/ ((__unused_webpack_module, exports
|
|
25286
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
25482
25287
|
|
|
25483
25288
|
"use strict";
|
|
25484
25289
|
|
|
25485
25290
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25486
|
-
const iframe_1 = __webpack_require__(/*! ../../iframe */ "./node_modules/@inrupt/solid-client-authn-browser/dist/iframe.js");
|
|
25487
25291
|
class Redirector {
|
|
25488
25292
|
redirect(redirectUrl, options) {
|
|
25489
25293
|
if (options && options.handleRedirect) {
|
|
@@ -25492,9 +25296,6 @@ class Redirector {
|
|
|
25492
25296
|
else if (options && options.redirectByReplacingState) {
|
|
25493
25297
|
window.history.replaceState({}, "", redirectUrl);
|
|
25494
25298
|
}
|
|
25495
|
-
else if (options === null || options === void 0 ? void 0 : options.redirectInIframe) {
|
|
25496
|
-
(0, iframe_1.redirectInIframe)(redirectUrl);
|
|
25497
|
-
}
|
|
25498
25299
|
else {
|
|
25499
25300
|
window.location.href = redirectUrl;
|
|
25500
25301
|
}
|
|
@@ -25505,121 +25306,18 @@ exports["default"] = Redirector;
|
|
|
25505
25306
|
|
|
25506
25307
|
/***/ }),
|
|
25507
25308
|
|
|
25508
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25509
|
-
|
|
25510
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25511
|
-
|
|
25512
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25513
|
-
|
|
25514
|
-
"use strict";
|
|
25515
|
-
|
|
25516
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25517
|
-
const oidc_client_ext_1 = __webpack_require__(/*! @inrupt/oidc-client-ext */ "./node_modules/@inrupt/oidc-client-ext/dist/index.es.js");
|
|
25518
|
-
class AuthorizationCodeWithPkceOidcHandler {
|
|
25519
|
-
constructor(storageUtility, redirector) {
|
|
25520
|
-
this.storageUtility = storageUtility;
|
|
25521
|
-
this.redirector = redirector;
|
|
25522
|
-
}
|
|
25523
|
-
async canHandle(oidcLoginOptions) {
|
|
25524
|
-
return !!(oidcLoginOptions.issuerConfiguration.grantTypesSupported &&
|
|
25525
|
-
oidcLoginOptions.issuerConfiguration.grantTypesSupported.indexOf("authorization_code") > -1);
|
|
25526
|
-
}
|
|
25527
|
-
async handle(oidcLoginOptions) {
|
|
25528
|
-
var _a;
|
|
25529
|
-
const oidcOptions = {
|
|
25530
|
-
authority: oidcLoginOptions.issuer.toString(),
|
|
25531
|
-
client_id: oidcLoginOptions.client.clientId,
|
|
25532
|
-
client_secret: oidcLoginOptions.client.clientSecret,
|
|
25533
|
-
redirect_uri: oidcLoginOptions.redirectUrl.toString(),
|
|
25534
|
-
post_logout_redirect_uri: oidcLoginOptions.redirectUrl.toString(),
|
|
25535
|
-
response_type: "code",
|
|
25536
|
-
scope: "openid offline_access webid",
|
|
25537
|
-
filterProtocolClaims: true,
|
|
25538
|
-
loadUserInfo: false,
|
|
25539
|
-
code_verifier: true,
|
|
25540
|
-
prompt: (_a = oidcLoginOptions.prompt) !== null && _a !== void 0 ? _a : "consent",
|
|
25541
|
-
};
|
|
25542
|
-
const oidcClientLibrary = new oidc_client_ext_1.OidcClient(oidcOptions);
|
|
25543
|
-
const { redirector } = this;
|
|
25544
|
-
const storage = this.storageUtility;
|
|
25545
|
-
try {
|
|
25546
|
-
const signingRequest = await oidcClientLibrary.createSigninRequest();
|
|
25547
|
-
await Promise.all([
|
|
25548
|
-
storage.setForUser(signingRequest.state._id, {
|
|
25549
|
-
sessionId: oidcLoginOptions.sessionId,
|
|
25550
|
-
}),
|
|
25551
|
-
storage.setForUser(oidcLoginOptions.sessionId, {
|
|
25552
|
-
codeVerifier: signingRequest.state._code_verifier,
|
|
25553
|
-
issuer: oidcLoginOptions.issuer.toString(),
|
|
25554
|
-
redirectUrl: oidcLoginOptions.redirectUrl,
|
|
25555
|
-
dpop: oidcLoginOptions.dpop ? "true" : "false",
|
|
25556
|
-
}),
|
|
25557
|
-
]);
|
|
25558
|
-
redirector.redirect(signingRequest.url.toString(), {
|
|
25559
|
-
handleRedirect: oidcLoginOptions.handleRedirect,
|
|
25560
|
-
redirectInIframe: oidcLoginOptions.inIframe,
|
|
25561
|
-
});
|
|
25562
|
-
}
|
|
25563
|
-
catch (err) {
|
|
25564
|
-
console.error(err);
|
|
25565
|
-
}
|
|
25566
|
-
return undefined;
|
|
25567
|
-
}
|
|
25568
|
-
}
|
|
25569
|
-
exports["default"] = AuthorizationCodeWithPkceOidcHandler;
|
|
25570
|
-
//# sourceMappingURL=AuthorizationCodeWithPkceOidcHandler.js.map
|
|
25571
|
-
|
|
25572
|
-
/***/ }),
|
|
25573
|
-
|
|
25574
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/redirectHandler/AggregateRedirectHandler.js":
|
|
25575
|
-
/*!*********************************************************************************************************************!*\
|
|
25576
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/redirectHandler/AggregateRedirectHandler.js ***!
|
|
25577
|
-
\*********************************************************************************************************************/
|
|
25578
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25579
|
-
|
|
25580
|
-
"use strict";
|
|
25581
|
-
|
|
25582
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25583
|
-
const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
25584
|
-
class AggregateRedirectHandler extends solid_client_authn_core_1.AggregateHandler {
|
|
25585
|
-
constructor(redirectHandlers) {
|
|
25586
|
-
super(redirectHandlers);
|
|
25587
|
-
}
|
|
25588
|
-
}
|
|
25589
|
-
exports["default"] = AggregateRedirectHandler;
|
|
25590
|
-
//# sourceMappingURL=AggregateRedirectHandler.js.map
|
|
25591
|
-
|
|
25592
|
-
/***/ }),
|
|
25593
|
-
|
|
25594
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/redirectHandler/AuthCodeRedirectHandler.js":
|
|
25595
|
-
/*!********************************************************************************************************************!*\
|
|
25596
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/redirectHandler/AuthCodeRedirectHandler.js ***!
|
|
25597
|
-
\********************************************************************************************************************/
|
|
25309
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/AuthCodeRedirectHandler.js":
|
|
25310
|
+
/*!****************************************************************************************************************************!*\
|
|
25311
|
+
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/AuthCodeRedirectHandler.js ***!
|
|
25312
|
+
\****************************************************************************************************************************/
|
|
25598
25313
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25599
25314
|
|
|
25600
25315
|
"use strict";
|
|
25601
25316
|
|
|
25602
25317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25603
|
-
exports.AuthCodeRedirectHandler =
|
|
25318
|
+
exports.AuthCodeRedirectHandler = void 0;
|
|
25604
25319
|
const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
25605
25320
|
const oidc_client_ext_1 = __webpack_require__(/*! @inrupt/oidc-client-ext */ "./node_modules/@inrupt/oidc-client-ext/dist/index.es.js");
|
|
25606
|
-
exports.DEFAULT_LIFESPAN = 30 * 60 * 1000;
|
|
25607
|
-
async function setupResourceServerSession(webId, authenticatedFetch, storageUtility) {
|
|
25608
|
-
const webIdAsUrl = new URL(webId);
|
|
25609
|
-
const resourceServerIri = webIdAsUrl.origin;
|
|
25610
|
-
await authenticatedFetch(webId);
|
|
25611
|
-
try {
|
|
25612
|
-
const resourceServerResponse = await authenticatedFetch(`${resourceServerIri}/session`);
|
|
25613
|
-
if (resourceServerResponse.status === 200) {
|
|
25614
|
-
await storageUtility.storeResourceServerSessionInfo(webId, resourceServerIri, Date.now() + exports.DEFAULT_LIFESPAN);
|
|
25615
|
-
return;
|
|
25616
|
-
}
|
|
25617
|
-
await storageUtility.clearResourceServerSessionInfo(resourceServerIri);
|
|
25618
|
-
}
|
|
25619
|
-
catch (_e) {
|
|
25620
|
-
await storageUtility.clearResourceServerSessionInfo(resourceServerIri);
|
|
25621
|
-
}
|
|
25622
|
-
}
|
|
25623
25321
|
class AuthCodeRedirectHandler {
|
|
25624
25322
|
constructor(storageUtility, sessionInfoManager, issuerConfigFetcher, clientRegistrar, tokerRefresher) {
|
|
25625
25323
|
this.storageUtility = storageUtility;
|
|
@@ -25693,11 +25391,6 @@ class AuthCodeRedirectHandler {
|
|
|
25693
25391
|
}, {
|
|
25694
25392
|
secure: false,
|
|
25695
25393
|
});
|
|
25696
|
-
const essWorkaroundDisabled = window.localStorage.getItem("tmp-resource-server-session-enabled") ===
|
|
25697
|
-
"false";
|
|
25698
|
-
if (!essWorkaroundDisabled) {
|
|
25699
|
-
await setupResourceServerSession(tokens.webId, authFetch, this.storageUtility);
|
|
25700
|
-
}
|
|
25701
25394
|
const sessionInfo = await this.sessionInfoManager.get(storedSessionId);
|
|
25702
25395
|
if (!sessionInfo) {
|
|
25703
25396
|
throw new Error(`Could not retrieve session: [${storedSessionId}].`);
|
|
@@ -25715,10 +25408,10 @@ exports.AuthCodeRedirectHandler = AuthCodeRedirectHandler;
|
|
|
25715
25408
|
|
|
25716
25409
|
/***/ }),
|
|
25717
25410
|
|
|
25718
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25719
|
-
|
|
25720
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25721
|
-
|
|
25411
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/ErrorOidcHandler.js":
|
|
25412
|
+
/*!*********************************************************************************************************************!*\
|
|
25413
|
+
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/ErrorOidcHandler.js ***!
|
|
25414
|
+
\*********************************************************************************************************************/
|
|
25722
25415
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25723
25416
|
|
|
25724
25417
|
"use strict";
|
|
@@ -25751,10 +25444,10 @@ exports.ErrorOidcHandler = ErrorOidcHandler;
|
|
|
25751
25444
|
|
|
25752
25445
|
/***/ }),
|
|
25753
25446
|
|
|
25754
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25755
|
-
|
|
25756
|
-
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/
|
|
25757
|
-
|
|
25447
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/FallbackRedirectHandler.js":
|
|
25448
|
+
/*!****************************************************************************************************************************!*\
|
|
25449
|
+
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/incomingRedirectHandler/FallbackRedirectHandler.js ***!
|
|
25450
|
+
\****************************************************************************************************************************/
|
|
25758
25451
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25759
25452
|
|
|
25760
25453
|
"use strict";
|
|
@@ -25781,6 +25474,72 @@ exports.FallbackRedirectHandler = FallbackRedirectHandler;
|
|
|
25781
25474
|
|
|
25782
25475
|
/***/ }),
|
|
25783
25476
|
|
|
25477
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/oidcHandlers/AuthorizationCodeWithPkceOidcHandler.js":
|
|
25478
|
+
/*!******************************************************************************************************************************!*\
|
|
25479
|
+
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/oidcHandlers/AuthorizationCodeWithPkceOidcHandler.js ***!
|
|
25480
|
+
\******************************************************************************************************************************/
|
|
25481
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25482
|
+
|
|
25483
|
+
"use strict";
|
|
25484
|
+
|
|
25485
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25486
|
+
const solid_client_authn_core_1 = __webpack_require__(/*! @inrupt/solid-client-authn-core */ "./node_modules/@inrupt/solid-client-authn-core/dist/index.js");
|
|
25487
|
+
const oidc_client_ext_1 = __webpack_require__(/*! @inrupt/oidc-client-ext */ "./node_modules/@inrupt/oidc-client-ext/dist/index.es.js");
|
|
25488
|
+
class AuthorizationCodeWithPkceOidcHandler {
|
|
25489
|
+
constructor(storageUtility, redirector) {
|
|
25490
|
+
this.storageUtility = storageUtility;
|
|
25491
|
+
this.redirector = redirector;
|
|
25492
|
+
}
|
|
25493
|
+
async canHandle(oidcLoginOptions) {
|
|
25494
|
+
return !!(oidcLoginOptions.issuerConfiguration.grantTypesSupported &&
|
|
25495
|
+
oidcLoginOptions.issuerConfiguration.grantTypesSupported.indexOf("authorization_code") > -1);
|
|
25496
|
+
}
|
|
25497
|
+
async handle(oidcLoginOptions) {
|
|
25498
|
+
var _a;
|
|
25499
|
+
const oidcOptions = {
|
|
25500
|
+
authority: oidcLoginOptions.issuer.toString(),
|
|
25501
|
+
client_id: oidcLoginOptions.client.clientId,
|
|
25502
|
+
client_secret: oidcLoginOptions.client.clientSecret,
|
|
25503
|
+
redirect_uri: oidcLoginOptions.redirectUrl.toString(),
|
|
25504
|
+
post_logout_redirect_uri: oidcLoginOptions.redirectUrl.toString(),
|
|
25505
|
+
response_type: "code",
|
|
25506
|
+
scope: solid_client_authn_core_1.DEFAULT_SCOPES,
|
|
25507
|
+
filterProtocolClaims: true,
|
|
25508
|
+
loadUserInfo: false,
|
|
25509
|
+
code_verifier: true,
|
|
25510
|
+
prompt: (_a = oidcLoginOptions.prompt) !== null && _a !== void 0 ? _a : "consent",
|
|
25511
|
+
};
|
|
25512
|
+
const oidcClientLibrary = new oidc_client_ext_1.OidcClient(oidcOptions);
|
|
25513
|
+
const { redirector } = this;
|
|
25514
|
+
const storage = this.storageUtility;
|
|
25515
|
+
try {
|
|
25516
|
+
const signingRequest = await oidcClientLibrary.createSigninRequest();
|
|
25517
|
+
await Promise.all([
|
|
25518
|
+
storage.setForUser(signingRequest.state._id, {
|
|
25519
|
+
sessionId: oidcLoginOptions.sessionId,
|
|
25520
|
+
}),
|
|
25521
|
+
storage.setForUser(oidcLoginOptions.sessionId, {
|
|
25522
|
+
codeVerifier: signingRequest.state._code_verifier,
|
|
25523
|
+
issuer: oidcLoginOptions.issuer.toString(),
|
|
25524
|
+
redirectUrl: oidcLoginOptions.redirectUrl,
|
|
25525
|
+
dpop: oidcLoginOptions.dpop ? "true" : "false",
|
|
25526
|
+
}),
|
|
25527
|
+
]);
|
|
25528
|
+
redirector.redirect(signingRequest.url.toString(), {
|
|
25529
|
+
handleRedirect: oidcLoginOptions.handleRedirect,
|
|
25530
|
+
});
|
|
25531
|
+
}
|
|
25532
|
+
catch (err) {
|
|
25533
|
+
console.error(err);
|
|
25534
|
+
}
|
|
25535
|
+
return undefined;
|
|
25536
|
+
}
|
|
25537
|
+
}
|
|
25538
|
+
exports["default"] = AuthorizationCodeWithPkceOidcHandler;
|
|
25539
|
+
//# sourceMappingURL=AuthorizationCodeWithPkceOidcHandler.js.map
|
|
25540
|
+
|
|
25541
|
+
/***/ }),
|
|
25542
|
+
|
|
25784
25543
|
/***/ "./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/refresh/TokenRefresher.js":
|
|
25785
25544
|
/*!***************************************************************************************************!*\
|
|
25786
25545
|
!*** ./node_modules/@inrupt/solid-client-authn-browser/dist/login/oidc/refresh/TokenRefresher.js ***!
|
|
@@ -25869,14 +25628,6 @@ function getUnauthenticatedSession() {
|
|
|
25869
25628
|
}
|
|
25870
25629
|
exports.getUnauthenticatedSession = getUnauthenticatedSession;
|
|
25871
25630
|
async function clear(sessionId, storage) {
|
|
25872
|
-
const storedSessionCookieReference = await storage.get("tmp-resource-server-session-info");
|
|
25873
|
-
const reference = JSON.parse(storedSessionCookieReference !== null && storedSessionCookieReference !== void 0 ? storedSessionCookieReference : "{}");
|
|
25874
|
-
const { webId } = reference;
|
|
25875
|
-
if (webId !== undefined) {
|
|
25876
|
-
const webIdAsUrl = new URL(webId);
|
|
25877
|
-
const resourceServerIri = webIdAsUrl.origin;
|
|
25878
|
-
await storage.clearResourceServerSessionInfo(resourceServerIri);
|
|
25879
|
-
}
|
|
25880
25631
|
await Promise.all([
|
|
25881
25632
|
storage.deleteAllUserData(sessionId, { secure: false }),
|
|
25882
25633
|
storage.deleteAllUserData(sessionId, { secure: true }),
|
|
@@ -26205,7 +25956,7 @@ exports.buildAuthenticatedFetch = buildAuthenticatedFetch;
|
|
|
26205
25956
|
"use strict";
|
|
26206
25957
|
|
|
26207
25958
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26208
|
-
exports.REFRESH_BEFORE_EXPIRATION_SECONDS = exports.EVENTS = exports.PREFERRED_SIGNING_ALG = exports.SOLID_CLIENT_AUTHN_KEY_PREFIX = void 0;
|
|
25959
|
+
exports.DEFAULT_SCOPES = exports.REFRESH_BEFORE_EXPIRATION_SECONDS = exports.EVENTS = exports.PREFERRED_SIGNING_ALG = exports.SOLID_CLIENT_AUTHN_KEY_PREFIX = void 0;
|
|
26209
25960
|
exports.SOLID_CLIENT_AUTHN_KEY_PREFIX = "solidClientAuthn:";
|
|
26210
25961
|
exports.PREFERRED_SIGNING_ALG = ["ES256", "RS256"];
|
|
26211
25962
|
exports.EVENTS = {
|
|
@@ -26219,6 +25970,10 @@ exports.EVENTS = {
|
|
|
26219
25970
|
TIMEOUT_SET: "timeoutSet",
|
|
26220
25971
|
};
|
|
26221
25972
|
exports.REFRESH_BEFORE_EXPIRATION_SECONDS = 5;
|
|
25973
|
+
const SCOPE_OPENID = "openid";
|
|
25974
|
+
const SCOPE_OFFLINE = "offline_access";
|
|
25975
|
+
const SCOPE_WEBID = "webid";
|
|
25976
|
+
exports.DEFAULT_SCOPES = [SCOPE_OPENID, SCOPE_OFFLINE, SCOPE_WEBID].join(" ");
|
|
26222
25977
|
//# sourceMappingURL=constant.js.map
|
|
26223
25978
|
|
|
26224
25979
|
/***/ }),
|
|
@@ -26420,9 +26175,9 @@ exports.StorageUtilityGetResponse = exports.StorageUtilityMock = exports.mockSto
|
|
|
26420
26175
|
__exportStar(__webpack_require__(/*! ./constant */ "./node_modules/@inrupt/solid-client-authn-core/dist/constant.js"), exports);
|
|
26421
26176
|
var AggregateHandler_1 = __webpack_require__(/*! ./util/handlerPattern/AggregateHandler */ "./node_modules/@inrupt/solid-client-authn-core/dist/util/handlerPattern/AggregateHandler.js");
|
|
26422
26177
|
Object.defineProperty(exports, "AggregateHandler", ({ enumerable: true, get: function () { return __importDefault(AggregateHandler_1).default; } }));
|
|
26423
|
-
var
|
|
26424
|
-
Object.defineProperty(exports, "getWebidFromTokenPayload", ({ enumerable: true, get: function () { return
|
|
26425
|
-
Object.defineProperty(exports, "fetchJwks", ({ enumerable: true, get: function () { return
|
|
26178
|
+
var token_1 = __webpack_require__(/*! ./util/token */ "./node_modules/@inrupt/solid-client-authn-core/dist/util/token.js");
|
|
26179
|
+
Object.defineProperty(exports, "getWebidFromTokenPayload", ({ enumerable: true, get: function () { return token_1.getWebidFromTokenPayload; } }));
|
|
26180
|
+
Object.defineProperty(exports, "fetchJwks", ({ enumerable: true, get: function () { return token_1.fetchJwks; } }));
|
|
26426
26181
|
var ISessionInfo_1 = __webpack_require__(/*! ./sessionInfo/ISessionInfo */ "./node_modules/@inrupt/solid-client-authn-core/dist/sessionInfo/ISessionInfo.js");
|
|
26427
26182
|
Object.defineProperty(exports, "isSupportedTokenType", ({ enumerable: true, get: function () { return ISessionInfo_1.isSupportedTokenType; } }));
|
|
26428
26183
|
var ISessionInfoManager_1 = __webpack_require__(/*! ./sessionInfo/ISessionInfoManager */ "./node_modules/@inrupt/solid-client-authn-core/dist/sessionInfo/ISessionInfoManager.js");
|
|
@@ -26530,65 +26285,6 @@ exports.handleRegistration = handleRegistration;
|
|
|
26530
26285
|
|
|
26531
26286
|
/***/ }),
|
|
26532
26287
|
|
|
26533
|
-
/***/ "./node_modules/@inrupt/solid-client-authn-core/dist/login/oidc/redirectHandler/IRedirectHandler.js":
|
|
26534
|
-
/*!**********************************************************************************************************!*\
|
|
26535
|
-
!*** ./node_modules/@inrupt/solid-client-authn-core/dist/login/oidc/redirectHandler/IRedirectHandler.js ***!
|
|
26536
|
-
\**********************************************************************************************************/
|
|
26537
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
26538
|
-
|
|
26539
|
-
"use strict";
|
|
26540
|
-
|
|
26541
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26542
|
-
exports.getWebidFromTokenPayload = exports.fetchJwks = void 0;
|
|
26543
|
-
const cross_fetch_1 = __webpack_require__(/*! cross-fetch */ "./node_modules/cross-fetch/dist/browser-ponyfill.js");
|
|
26544
|
-
const jose_1 = __webpack_require__(/*! jose */ "./node_modules/jose/dist/browser/index.js");
|
|
26545
|
-
async function fetchJwks(jwksIri, issuerIri) {
|
|
26546
|
-
const jwksResponse = await (0, cross_fetch_1.fetch)(jwksIri);
|
|
26547
|
-
if (jwksResponse.status !== 200) {
|
|
26548
|
-
throw new Error(`Could not fetch JWKS for [${issuerIri}] at [${jwksIri}]: ${jwksResponse.status} ${jwksResponse.statusText}`);
|
|
26549
|
-
}
|
|
26550
|
-
let jwk;
|
|
26551
|
-
try {
|
|
26552
|
-
jwk = (await jwksResponse.json()).keys[0];
|
|
26553
|
-
}
|
|
26554
|
-
catch (e) {
|
|
26555
|
-
throw new Error(`Malformed JWKS for [${issuerIri}] at [${jwksIri}]: ${e.message}`);
|
|
26556
|
-
}
|
|
26557
|
-
return jwk;
|
|
26558
|
-
}
|
|
26559
|
-
exports.fetchJwks = fetchJwks;
|
|
26560
|
-
async function getWebidFromTokenPayload(idToken, jwksIri, issuerIri, clientId) {
|
|
26561
|
-
const jwk = await fetchJwks(jwksIri, issuerIri);
|
|
26562
|
-
let payload;
|
|
26563
|
-
try {
|
|
26564
|
-
const { payload: verifiedPayload } = await (0, jose_1.jwtVerify)(idToken, await (0, jose_1.importJWK)(jwk), {
|
|
26565
|
-
issuer: issuerIri,
|
|
26566
|
-
audience: clientId,
|
|
26567
|
-
});
|
|
26568
|
-
payload = verifiedPayload;
|
|
26569
|
-
}
|
|
26570
|
-
catch (e) {
|
|
26571
|
-
throw new Error(`ID token verification failed: ${e.stack}`);
|
|
26572
|
-
}
|
|
26573
|
-
if (typeof payload.webid === "string") {
|
|
26574
|
-
return payload.webid;
|
|
26575
|
-
}
|
|
26576
|
-
if (typeof payload.sub !== "string") {
|
|
26577
|
-
throw new Error(`The ID token ${JSON.stringify(payload)} is invalid: it has no 'webid' claim and no 'sub' claim.`);
|
|
26578
|
-
}
|
|
26579
|
-
try {
|
|
26580
|
-
new URL(payload.sub);
|
|
26581
|
-
return payload.sub;
|
|
26582
|
-
}
|
|
26583
|
-
catch (e) {
|
|
26584
|
-
throw new Error(`The ID token has no 'webid' claim, and its 'sub' claim of [${payload.sub}] is invalid as a URL - error [${e}].`);
|
|
26585
|
-
}
|
|
26586
|
-
}
|
|
26587
|
-
exports.getWebidFromTokenPayload = getWebidFromTokenPayload;
|
|
26588
|
-
//# sourceMappingURL=IRedirectHandler.js.map
|
|
26589
|
-
|
|
26590
|
-
/***/ }),
|
|
26591
|
-
|
|
26592
26288
|
/***/ "./node_modules/@inrupt/solid-client-authn-core/dist/sessionInfo/ISessionInfo.js":
|
|
26593
26289
|
/*!***************************************************************************************!*\
|
|
26594
26290
|
!*** ./node_modules/@inrupt/solid-client-authn-core/dist/sessionInfo/ISessionInfo.js ***!
|
|
@@ -26715,7 +26411,6 @@ class StorageUtility {
|
|
|
26715
26411
|
constructor(secureStorage, insecureStorage) {
|
|
26716
26412
|
this.secureStorage = secureStorage;
|
|
26717
26413
|
this.insecureStorage = insecureStorage;
|
|
26718
|
-
this.RESOURCE_SERVER_SESSION_INFORMATION_KEY = "tmp-resource-server-session-info";
|
|
26719
26414
|
}
|
|
26720
26415
|
getKey(userId) {
|
|
26721
26416
|
return `solidClientAuthenticationUser:${userId}`;
|
|
@@ -26782,31 +26477,6 @@ class StorageUtility {
|
|
|
26782
26477
|
async deleteAllUserData(userId, options) {
|
|
26783
26478
|
await ((options === null || options === void 0 ? void 0 : options.secure) ? this.secureStorage : this.insecureStorage).delete(this.getKey(userId));
|
|
26784
26479
|
}
|
|
26785
|
-
async storeResourceServerSessionInfo(webId, resourceServerIri, expiration) {
|
|
26786
|
-
var _a;
|
|
26787
|
-
const sessions = JSON.parse((_a = (await this.insecureStorage.get(this.RESOURCE_SERVER_SESSION_INFORMATION_KEY))) !== null && _a !== void 0 ? _a : "{}");
|
|
26788
|
-
if (sessions.webId !== webId) {
|
|
26789
|
-
sessions.sessions = {};
|
|
26790
|
-
}
|
|
26791
|
-
sessions.webId = webId;
|
|
26792
|
-
sessions.sessions[resourceServerIri] = {
|
|
26793
|
-
expiration,
|
|
26794
|
-
};
|
|
26795
|
-
await this.insecureStorage.set(this.RESOURCE_SERVER_SESSION_INFORMATION_KEY, JSON.stringify(sessions));
|
|
26796
|
-
}
|
|
26797
|
-
async clearResourceServerSessionInfo(resourceServerIri) {
|
|
26798
|
-
var _a;
|
|
26799
|
-
const sessions = JSON.parse((_a = (await this.insecureStorage.get(this.RESOURCE_SERVER_SESSION_INFORMATION_KEY))) !== null && _a !== void 0 ? _a : "{}");
|
|
26800
|
-
if (sessions.sessions !== undefined) {
|
|
26801
|
-
delete sessions.sessions[resourceServerIri];
|
|
26802
|
-
if (Object.keys(sessions.sessions).length === 0) {
|
|
26803
|
-
await this.insecureStorage.set(this.RESOURCE_SERVER_SESSION_INFORMATION_KEY, "{}");
|
|
26804
|
-
}
|
|
26805
|
-
else {
|
|
26806
|
-
await this.insecureStorage.set(this.RESOURCE_SERVER_SESSION_INFORMATION_KEY, JSON.stringify(sessions));
|
|
26807
|
-
}
|
|
26808
|
-
}
|
|
26809
|
-
}
|
|
26810
26480
|
}
|
|
26811
26481
|
exports["default"] = StorageUtility;
|
|
26812
26482
|
//# sourceMappingURL=StorageUtility.js.map
|
|
@@ -26817,13 +26487,16 @@ exports["default"] = StorageUtility;
|
|
|
26817
26487
|
/*!***********************************************************************************************!*\
|
|
26818
26488
|
!*** ./node_modules/@inrupt/solid-client-authn-core/dist/storage/__mocks__/StorageUtility.js ***!
|
|
26819
26489
|
\***********************************************************************************************/
|
|
26820
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
26490
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
26821
26491
|
|
|
26822
26492
|
"use strict";
|
|
26823
26493
|
|
|
26494
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26495
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26496
|
+
};
|
|
26824
26497
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26825
26498
|
exports.mockStorageUtility = exports.mockStorage = exports.StorageUtilityMock = exports.StorageUtilityGetResponse = void 0;
|
|
26826
|
-
const
|
|
26499
|
+
const StorageUtility_1 = __importDefault(__webpack_require__(/*! ../StorageUtility */ "./node_modules/@inrupt/solid-client-authn-core/dist/storage/StorageUtility.js"));
|
|
26827
26500
|
exports.StorageUtilityGetResponse = "getResponse";
|
|
26828
26501
|
exports.StorageUtilityMock = {
|
|
26829
26502
|
get: async (key, options) => exports.StorageUtilityGetResponse,
|
|
@@ -26838,10 +26511,6 @@ exports.StorageUtilityMock = {
|
|
|
26838
26511
|
},
|
|
26839
26512
|
deleteAllUserData: async (userId, options) => {
|
|
26840
26513
|
},
|
|
26841
|
-
storeResourceServerSessionInfo: async (_webId, _resourceServerIri, _sessionExpires) => {
|
|
26842
|
-
},
|
|
26843
|
-
clearResourceServerSessionInfo: async (_resourceServerIri) => {
|
|
26844
|
-
},
|
|
26845
26514
|
};
|
|
26846
26515
|
const mockStorage = (stored) => {
|
|
26847
26516
|
const store = stored;
|
|
@@ -26866,9 +26535,9 @@ const mockStorage = (stored) => {
|
|
|
26866
26535
|
exports.mockStorage = mockStorage;
|
|
26867
26536
|
const mockStorageUtility = (stored, isSecure = false) => {
|
|
26868
26537
|
if (isSecure) {
|
|
26869
|
-
return new
|
|
26538
|
+
return new StorageUtility_1.default((0, exports.mockStorage)(stored), (0, exports.mockStorage)({}));
|
|
26870
26539
|
}
|
|
26871
|
-
return new
|
|
26540
|
+
return new StorageUtility_1.default((0, exports.mockStorage)({}), (0, exports.mockStorage)(stored));
|
|
26872
26541
|
};
|
|
26873
26542
|
exports.mockStorageUtility = mockStorageUtility;
|
|
26874
26543
|
//# sourceMappingURL=StorageUtility.js.map
|
|
@@ -26926,6 +26595,65 @@ exports["default"] = AggregateHandler;
|
|
|
26926
26595
|
|
|
26927
26596
|
/***/ }),
|
|
26928
26597
|
|
|
26598
|
+
/***/ "./node_modules/@inrupt/solid-client-authn-core/dist/util/token.js":
|
|
26599
|
+
/*!*************************************************************************!*\
|
|
26600
|
+
!*** ./node_modules/@inrupt/solid-client-authn-core/dist/util/token.js ***!
|
|
26601
|
+
\*************************************************************************/
|
|
26602
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
26603
|
+
|
|
26604
|
+
"use strict";
|
|
26605
|
+
|
|
26606
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
26607
|
+
exports.getWebidFromTokenPayload = exports.fetchJwks = void 0;
|
|
26608
|
+
const cross_fetch_1 = __webpack_require__(/*! cross-fetch */ "./node_modules/cross-fetch/dist/browser-ponyfill.js");
|
|
26609
|
+
const jose_1 = __webpack_require__(/*! jose */ "./node_modules/jose/dist/browser/index.js");
|
|
26610
|
+
async function fetchJwks(jwksIri, issuerIri) {
|
|
26611
|
+
const jwksResponse = await (0, cross_fetch_1.fetch)(jwksIri);
|
|
26612
|
+
if (jwksResponse.status !== 200) {
|
|
26613
|
+
throw new Error(`Could not fetch JWKS for [${issuerIri}] at [${jwksIri}]: ${jwksResponse.status} ${jwksResponse.statusText}`);
|
|
26614
|
+
}
|
|
26615
|
+
let jwk;
|
|
26616
|
+
try {
|
|
26617
|
+
jwk = (await jwksResponse.json()).keys[0];
|
|
26618
|
+
}
|
|
26619
|
+
catch (e) {
|
|
26620
|
+
throw new Error(`Malformed JWKS for [${issuerIri}] at [${jwksIri}]: ${e.message}`);
|
|
26621
|
+
}
|
|
26622
|
+
return jwk;
|
|
26623
|
+
}
|
|
26624
|
+
exports.fetchJwks = fetchJwks;
|
|
26625
|
+
async function getWebidFromTokenPayload(idToken, jwksIri, issuerIri, clientId) {
|
|
26626
|
+
const jwk = await fetchJwks(jwksIri, issuerIri);
|
|
26627
|
+
let payload;
|
|
26628
|
+
try {
|
|
26629
|
+
const { payload: verifiedPayload } = await (0, jose_1.jwtVerify)(idToken, await (0, jose_1.importJWK)(jwk), {
|
|
26630
|
+
issuer: issuerIri,
|
|
26631
|
+
audience: clientId,
|
|
26632
|
+
});
|
|
26633
|
+
payload = verifiedPayload;
|
|
26634
|
+
}
|
|
26635
|
+
catch (e) {
|
|
26636
|
+
throw new Error(`Token verification failed: ${e.stack}`);
|
|
26637
|
+
}
|
|
26638
|
+
if (typeof payload.webid === "string") {
|
|
26639
|
+
return payload.webid;
|
|
26640
|
+
}
|
|
26641
|
+
if (typeof payload.sub !== "string") {
|
|
26642
|
+
throw new Error(`The token ${JSON.stringify(payload)} is invalid: it has no 'webid' claim and no 'sub' claim.`);
|
|
26643
|
+
}
|
|
26644
|
+
try {
|
|
26645
|
+
new URL(payload.sub);
|
|
26646
|
+
return payload.sub;
|
|
26647
|
+
}
|
|
26648
|
+
catch (e) {
|
|
26649
|
+
throw new Error(`The token has no 'webid' claim, and its 'sub' claim of [${payload.sub}] is invalid as a URL - error [${e}].`);
|
|
26650
|
+
}
|
|
26651
|
+
}
|
|
26652
|
+
exports.getWebidFromTokenPayload = getWebidFromTokenPayload;
|
|
26653
|
+
//# sourceMappingURL=token.js.map
|
|
26654
|
+
|
|
26655
|
+
/***/ }),
|
|
26656
|
+
|
|
26929
26657
|
/***/ "./node_modules/@xmldom/xmldom/lib/conventions.js":
|
|
26930
26658
|
/*!********************************************************!*\
|
|
26931
26659
|
!*** ./node_modules/@xmldom/xmldom/lib/conventions.js ***!
|
|
@@ -45814,8 +45542,8 @@ class N3Parser {
|
|
|
45814
45542
|
_saveContext(type, graph, subject, predicate, object) {
|
|
45815
45543
|
const n3Mode = this._n3Mode;
|
|
45816
45544
|
this._contextStack.push({
|
|
45817
|
-
|
|
45818
|
-
|
|
45545
|
+
type,
|
|
45546
|
+
subject, predicate, object, graph,
|
|
45819
45547
|
inverse: n3Mode ? this._inversePredicate : false,
|
|
45820
45548
|
blankPrefix: n3Mode ? this._prefixes._ : '',
|
|
45821
45549
|
quantified: n3Mode ? this._quantified : null,
|
|
@@ -45834,14 +45562,20 @@ class N3Parser {
|
|
|
45834
45562
|
|
|
45835
45563
|
// ### `_restoreContext` restores the parent context
|
|
45836
45564
|
// when leaving a scope (list, blank node, formula)
|
|
45837
|
-
_restoreContext() {
|
|
45838
|
-
|
|
45565
|
+
_restoreContext(type, token) {
|
|
45566
|
+
// Obtain the previous context
|
|
45567
|
+
const context = this._contextStack.pop();
|
|
45568
|
+
if (!context || context.type !== type)
|
|
45569
|
+
return this._error(`Unexpected ${token.type}`, token);
|
|
45570
|
+
|
|
45571
|
+
// Restore the quad of the previous context
|
|
45839
45572
|
this._subject = context.subject;
|
|
45840
45573
|
this._predicate = context.predicate;
|
|
45841
45574
|
this._object = context.object;
|
|
45842
45575
|
this._graph = context.graph;
|
|
45843
|
-
|
|
45844
|
-
|
|
45576
|
+
|
|
45577
|
+
// Restore N3 context settings
|
|
45578
|
+
if (this._n3Mode) {
|
|
45845
45579
|
this._inversePredicate = context.inverse;
|
|
45846
45580
|
this._prefixes._ = context.blankPrefix;
|
|
45847
45581
|
this._quantified = context.quantified;
|
|
@@ -46114,7 +45848,7 @@ class N3Parser {
|
|
|
46114
45848
|
|
|
46115
45849
|
// Restore the parent context containing this blank node
|
|
46116
45850
|
const empty = this._predicate === null;
|
|
46117
|
-
this._restoreContext();
|
|
45851
|
+
this._restoreContext('blank', token);
|
|
46118
45852
|
// If the blank node was the object, restore previous context and read punctuation
|
|
46119
45853
|
if (this._object !== null)
|
|
46120
45854
|
return this._getContextEndReader();
|
|
@@ -46165,7 +45899,7 @@ class N3Parser {
|
|
|
46165
45899
|
break;
|
|
46166
45900
|
case ')':
|
|
46167
45901
|
// Closing the list; restore the parent context
|
|
46168
|
-
this._restoreContext();
|
|
45902
|
+
this._restoreContext('list', token);
|
|
46169
45903
|
// If this list is contained within a parent list, return the membership quad here.
|
|
46170
45904
|
// This will be `<parent list element> rdf:first <this list>.`.
|
|
46171
45905
|
if (stack.length !== 0 && stack[stack.length - 1].type === 'list')
|
|
@@ -46316,7 +46050,7 @@ class N3Parser {
|
|
|
46316
46050
|
this._emit(this._subject, this._predicate, this._object, this._graph);
|
|
46317
46051
|
|
|
46318
46052
|
// Restore the parent context containing this formula
|
|
46319
|
-
this._restoreContext();
|
|
46053
|
+
this._restoreContext('formula', token);
|
|
46320
46054
|
// If the formula was the subject, continue reading the predicate.
|
|
46321
46055
|
// If the formula was the object, read punctuation.
|
|
46322
46056
|
return this._object === null ? this._readPredicate : this._getContextEndReader();
|
|
@@ -46525,7 +46259,7 @@ class N3Parser {
|
|
|
46525
46259
|
// The list item is the remaining subejct after reading the path
|
|
46526
46260
|
const item = this._subject;
|
|
46527
46261
|
// Switch back to the context of the list
|
|
46528
|
-
this._restoreContext();
|
|
46262
|
+
this._restoreContext('item', token);
|
|
46529
46263
|
// Output the list item
|
|
46530
46264
|
this._emit(this._subject, this.RDF_FIRST, item, this._graph);
|
|
46531
46265
|
}
|
|
@@ -46587,7 +46321,7 @@ class N3Parser {
|
|
|
46587
46321
|
// Read the quad and restore the previous context
|
|
46588
46322
|
const quad = this._quad(this._subject, this._predicate, this._object,
|
|
46589
46323
|
this._graph || this.DEFAULTGRAPH);
|
|
46590
|
-
this._restoreContext();
|
|
46324
|
+
this._restoreContext('<<', token);
|
|
46591
46325
|
// If the triple was the subject, continue by reading the predicate.
|
|
46592
46326
|
if (this._subject === null) {
|
|
46593
46327
|
this._subject = quad;
|
|
@@ -71096,7 +70830,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
71096
70830
|
/* harmony export */ "mapValuesSeries": () => (/* binding */ mapValuesSeries),
|
|
71097
70831
|
/* harmony export */ "memoize": () => (/* binding */ memoize),
|
|
71098
70832
|
/* harmony export */ "nextTick": () => (/* binding */ nextTick),
|
|
71099
|
-
/* harmony export */ "parallel": () => (/* binding */ parallel),
|
|
70833
|
+
/* harmony export */ "parallel": () => (/* binding */ parallel$1),
|
|
71100
70834
|
/* harmony export */ "parallelLimit": () => (/* binding */ parallelLimit),
|
|
71101
70835
|
/* harmony export */ "priorityQueue": () => (/* binding */ priorityQueue),
|
|
71102
70836
|
/* harmony export */ "queue": () => (/* binding */ queue$1),
|
|
@@ -72640,12 +72374,11 @@ function queue(worker, concurrency, payload) {
|
|
|
72640
72374
|
res(args);
|
|
72641
72375
|
}
|
|
72642
72376
|
|
|
72643
|
-
var item =
|
|
72377
|
+
var item = q._createTaskItem(
|
|
72644
72378
|
data,
|
|
72645
|
-
|
|
72646
|
-
promiseCallback :
|
|
72379
|
+
rejectOnError ? promiseCallback :
|
|
72647
72380
|
(callback || promiseCallback)
|
|
72648
|
-
|
|
72381
|
+
);
|
|
72649
72382
|
|
|
72650
72383
|
if (insertAtFront) {
|
|
72651
72384
|
q._tasks.unshift(item);
|
|
@@ -72727,6 +72460,12 @@ function queue(worker, concurrency, payload) {
|
|
|
72727
72460
|
var isProcessing = false;
|
|
72728
72461
|
var q = {
|
|
72729
72462
|
_tasks: new DLL(),
|
|
72463
|
+
_createTaskItem (data, callback) {
|
|
72464
|
+
return {
|
|
72465
|
+
data,
|
|
72466
|
+
callback
|
|
72467
|
+
};
|
|
72468
|
+
},
|
|
72730
72469
|
*[Symbol.iterator] () {
|
|
72731
72470
|
yield* q._tasks[Symbol.iterator]();
|
|
72732
72471
|
},
|
|
@@ -73476,7 +73215,7 @@ function _createTester(check, getResult) {
|
|
|
73476
73215
|
* Result will be the first item in the array that passes the truth test
|
|
73477
73216
|
* (iteratee) or the value `undefined` if none passed. Invoked with
|
|
73478
73217
|
* (err, result).
|
|
73479
|
-
* @returns
|
|
73218
|
+
* @returns {Promise} a promise, if a callback is omitted
|
|
73480
73219
|
* @example
|
|
73481
73220
|
*
|
|
73482
73221
|
* // dir1 is a directory that contains file1.txt, file2.txt
|
|
@@ -73548,7 +73287,7 @@ var detect$1 = awaitify(detect, 3);
|
|
|
73548
73287
|
* Result will be the first item in the array that passes the truth test
|
|
73549
73288
|
* (iteratee) or the value `undefined` if none passed. Invoked with
|
|
73550
73289
|
* (err, result).
|
|
73551
|
-
* @returns a
|
|
73290
|
+
* @returns {Promise} a promise, if a callback is omitted
|
|
73552
73291
|
*/
|
|
73553
73292
|
function detectLimit(coll, limit, iteratee, callback) {
|
|
73554
73293
|
return _createTester(bool => bool, (res, item) => item)(eachOfLimit(limit), coll, iteratee, callback)
|
|
@@ -73574,7 +73313,7 @@ var detectLimit$1 = awaitify(detectLimit, 4);
|
|
|
73574
73313
|
* Result will be the first item in the array that passes the truth test
|
|
73575
73314
|
* (iteratee) or the value `undefined` if none passed. Invoked with
|
|
73576
73315
|
* (err, result).
|
|
73577
|
-
* @returns a
|
|
73316
|
+
* @returns {Promise} a promise, if a callback is omitted
|
|
73578
73317
|
*/
|
|
73579
73318
|
function detectSeries(coll, iteratee, callback) {
|
|
73580
73319
|
return _createTester(bool => bool, (res, item) => item)(eachOfLimit(1), coll, iteratee, callback)
|
|
@@ -74790,7 +74529,7 @@ if (hasNextTick) {
|
|
|
74790
74529
|
|
|
74791
74530
|
var nextTick = wrap(_defer$1);
|
|
74792
74531
|
|
|
74793
|
-
var
|
|
74532
|
+
var parallel = awaitify((eachfn, tasks, callback) => {
|
|
74794
74533
|
var results = isArrayLike(tasks) ? [] : {};
|
|
74795
74534
|
|
|
74796
74535
|
eachfn(tasks, (task, key, taskCb) => {
|
|
@@ -74963,8 +74702,8 @@ var _parallel = awaitify((eachfn, tasks, callback) => {
|
|
|
74963
74702
|
* }
|
|
74964
74703
|
*
|
|
74965
74704
|
*/
|
|
74966
|
-
function parallel(tasks, callback) {
|
|
74967
|
-
return
|
|
74705
|
+
function parallel$1(tasks, callback) {
|
|
74706
|
+
return parallel(eachOf$1, tasks, callback);
|
|
74968
74707
|
}
|
|
74969
74708
|
|
|
74970
74709
|
/**
|
|
@@ -74988,7 +74727,7 @@ function parallel(tasks, callback) {
|
|
|
74988
74727
|
* @returns {Promise} a promise, if a callback is not passed
|
|
74989
74728
|
*/
|
|
74990
74729
|
function parallelLimit(tasks, limit, callback) {
|
|
74991
|
-
return
|
|
74730
|
+
return parallel(eachOfLimit(limit), tasks, callback);
|
|
74992
74731
|
}
|
|
74993
74732
|
|
|
74994
74733
|
/**
|
|
@@ -75272,54 +75011,51 @@ function smaller(x, y) {
|
|
|
75272
75011
|
* @param {number} concurrency - An `integer` for determining how many `worker`
|
|
75273
75012
|
* functions should be run in parallel. If omitted, the concurrency defaults to
|
|
75274
75013
|
* `1`. If the concurrency is `0`, an error is thrown.
|
|
75275
|
-
* @returns {module:ControlFlow.QueueObject} A priorityQueue object to manage the tasks. There are
|
|
75014
|
+
* @returns {module:ControlFlow.QueueObject} A priorityQueue object to manage the tasks. There are three
|
|
75276
75015
|
* differences between `queue` and `priorityQueue` objects:
|
|
75277
75016
|
* * `push(task, priority, [callback])` - `priority` should be a number. If an
|
|
75278
75017
|
* array of `tasks` is given, all tasks will be assigned the same priority.
|
|
75279
|
-
* *
|
|
75018
|
+
* * `pushAsync(task, priority, [callback])` - the same as `priorityQueue.push`,
|
|
75019
|
+
* except this returns a promise that rejects if an error occurs.
|
|
75020
|
+
* * The `unshift` and `unshiftAsync` methods were removed.
|
|
75280
75021
|
*/
|
|
75281
75022
|
function priorityQueue(worker, concurrency) {
|
|
75282
75023
|
// Start with a normal queue
|
|
75283
75024
|
var q = queue$1(worker, concurrency);
|
|
75284
|
-
|
|
75025
|
+
|
|
75026
|
+
var {
|
|
75027
|
+
push,
|
|
75028
|
+
pushAsync
|
|
75029
|
+
} = q;
|
|
75285
75030
|
|
|
75286
75031
|
q._tasks = new Heap();
|
|
75032
|
+
q._createTaskItem = ({data, priority}, callback) => {
|
|
75033
|
+
return {
|
|
75034
|
+
data,
|
|
75035
|
+
priority,
|
|
75036
|
+
callback
|
|
75037
|
+
};
|
|
75038
|
+
};
|
|
75287
75039
|
|
|
75288
|
-
|
|
75289
|
-
|
|
75290
|
-
|
|
75291
|
-
throw new Error('task callback must be a function');
|
|
75292
|
-
}
|
|
75293
|
-
q.started = true;
|
|
75294
|
-
if (!Array.isArray(data)) {
|
|
75295
|
-
data = [data];
|
|
75296
|
-
}
|
|
75297
|
-
if (data.length === 0 && q.idle()) {
|
|
75298
|
-
// call drain immediately if there are no tasks
|
|
75299
|
-
return setImmediate$1(() => q.drain());
|
|
75040
|
+
function createDataItems(tasks, priority) {
|
|
75041
|
+
if (!Array.isArray(tasks)) {
|
|
75042
|
+
return {data: tasks, priority};
|
|
75300
75043
|
}
|
|
75044
|
+
return tasks.map(data => { return {data, priority}; });
|
|
75045
|
+
}
|
|
75301
75046
|
|
|
75302
|
-
|
|
75303
|
-
|
|
75304
|
-
|
|
75305
|
-
|
|
75306
|
-
callback
|
|
75307
|
-
};
|
|
75308
|
-
|
|
75309
|
-
q._tasks.push(item);
|
|
75310
|
-
}
|
|
75047
|
+
// Override push to accept second parameter representing priority
|
|
75048
|
+
q.push = function(data, priority = 0, callback) {
|
|
75049
|
+
return push(createDataItems(data, priority), callback);
|
|
75050
|
+
};
|
|
75311
75051
|
|
|
75312
|
-
|
|
75313
|
-
|
|
75314
|
-
setImmediate$1(() => {
|
|
75315
|
-
processingScheduled = false;
|
|
75316
|
-
q.process();
|
|
75317
|
-
});
|
|
75318
|
-
}
|
|
75052
|
+
q.pushAsync = function(data, priority = 0, callback) {
|
|
75053
|
+
return pushAsync(createDataItems(data, priority), callback);
|
|
75319
75054
|
};
|
|
75320
75055
|
|
|
75321
|
-
// Remove unshift
|
|
75056
|
+
// Remove unshift functions
|
|
75322
75057
|
delete q.unshift;
|
|
75058
|
+
delete q.unshiftAsync;
|
|
75323
75059
|
|
|
75324
75060
|
return q;
|
|
75325
75061
|
}
|
|
@@ -75340,7 +75076,7 @@ function priorityQueue(worker, concurrency) {
|
|
|
75340
75076
|
* @param {Function} callback - A callback to run once any of the functions have
|
|
75341
75077
|
* completed. This function gets an error or result from the first function that
|
|
75342
75078
|
* completed. Invoked with (err, result).
|
|
75343
|
-
* @returns
|
|
75079
|
+
* @returns {Promise} a promise, if a callback is omitted
|
|
75344
75080
|
* @example
|
|
75345
75081
|
*
|
|
75346
75082
|
* async.race([
|
|
@@ -76033,7 +75769,7 @@ function retryable (opts, task) {
|
|
|
76033
75769
|
*
|
|
76034
75770
|
*/
|
|
76035
75771
|
function series(tasks, callback) {
|
|
76036
|
-
return
|
|
75772
|
+
return parallel(eachOfSeries$1, tasks, callback);
|
|
76037
75773
|
}
|
|
76038
75774
|
|
|
76039
75775
|
/**
|
|
@@ -76865,7 +76601,7 @@ function until(test, iteratee, callback) {
|
|
|
76865
76601
|
* @param {Function} [callback] - An optional callback to run once all the
|
|
76866
76602
|
* functions have completed. This will be passed the results of the last task's
|
|
76867
76603
|
* callback. Invoked with (err, [results]).
|
|
76868
|
-
* @returns
|
|
76604
|
+
* @returns {Promise} a promise, if a callback is omitted
|
|
76869
76605
|
* @example
|
|
76870
76606
|
*
|
|
76871
76607
|
* async.waterfall([
|
|
@@ -77013,7 +76749,7 @@ var index = {
|
|
|
77013
76749
|
mapValuesSeries,
|
|
77014
76750
|
memoize,
|
|
77015
76751
|
nextTick,
|
|
77016
|
-
parallel,
|
|
76752
|
+
parallel: parallel$1,
|
|
77017
76753
|
parallelLimit,
|
|
77018
76754
|
priorityQueue,
|
|
77019
76755
|
queue: queue$1,
|
|
@@ -77079,67 +76815,6 @@ var index = {
|
|
|
77079
76815
|
|
|
77080
76816
|
|
|
77081
76817
|
|
|
77082
|
-
/***/ }),
|
|
77083
|
-
|
|
77084
|
-
/***/ "./node_modules/form-urlencoded/form-urlencoded.mjs":
|
|
77085
|
-
/*!**********************************************************!*\
|
|
77086
|
-
!*** ./node_modules/form-urlencoded/form-urlencoded.mjs ***!
|
|
77087
|
-
\**********************************************************/
|
|
77088
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
77089
|
-
|
|
77090
|
-
"use strict";
|
|
77091
|
-
__webpack_require__.r(__webpack_exports__);
|
|
77092
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
77093
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
77094
|
-
/* harmony export */ });
|
|
77095
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((data, opts = {}) => {
|
|
77096
|
-
const {
|
|
77097
|
-
sorted, skipIndex, ignorenull, skipBracket, useDot, whitespace = '+'
|
|
77098
|
-
} = opts;
|
|
77099
|
-
|
|
77100
|
-
const encode = value => String(value)
|
|
77101
|
-
.replace(/[^ !'()~*]/gu, encodeURIComponent)
|
|
77102
|
-
.replace(/ /g, whitespace)
|
|
77103
|
-
.replace(/[!'()~*]/g, ch =>
|
|
77104
|
-
`%${ch.charCodeAt().toString(16).slice(-2).toUpperCase()}`);
|
|
77105
|
-
|
|
77106
|
-
const keys = (obj, keyarr = Object.keys(obj)) =>
|
|
77107
|
-
sorted ? keyarr.sort() : keyarr;
|
|
77108
|
-
|
|
77109
|
-
const filterjoin = arr => arr.filter(e => e).join('&');
|
|
77110
|
-
|
|
77111
|
-
const objnest = (name, obj) => filterjoin(keys(obj).map(key => useDot
|
|
77112
|
-
? nest(`${name}.${key}`, obj[key])
|
|
77113
|
-
: nest(`${name}[${key}]`, obj[key])));
|
|
77114
|
-
|
|
77115
|
-
const arrnest = (name, arr, brackets = skipBracket ? '' : '[]') => arr.length
|
|
77116
|
-
? filterjoin(arr.map((elem, index) => skipIndex
|
|
77117
|
-
? nest(name + brackets, elem)
|
|
77118
|
-
: nest(name + '[' + index + ']', elem)))
|
|
77119
|
-
: encode(name + brackets);
|
|
77120
|
-
|
|
77121
|
-
const setnest = (name, set) => filterjoin(
|
|
77122
|
-
Array.from(set).map(elem => nest(name, elem)));
|
|
77123
|
-
|
|
77124
|
-
const nest = (name, value, type = typeof value, f = null) => {
|
|
77125
|
-
if (value === f)
|
|
77126
|
-
f = ignorenull ? f : encode(name) + '=' + f;
|
|
77127
|
-
else if (/string|number|boolean/.test(type))
|
|
77128
|
-
f = encode(name) + '=' + encode(value);
|
|
77129
|
-
else if (Array.isArray(value))
|
|
77130
|
-
f = arrnest(name, value);
|
|
77131
|
-
else if (value instanceof Set)
|
|
77132
|
-
f = setnest(name, value);
|
|
77133
|
-
else if (type === 'object')
|
|
77134
|
-
f = objnest(name, value);
|
|
77135
|
-
|
|
77136
|
-
return f;
|
|
77137
|
-
};
|
|
77138
|
-
|
|
77139
|
-
return data && filterjoin(keys(data).map(key => nest(key, data[key])));
|
|
77140
|
-
});
|
|
77141
|
-
|
|
77142
|
-
|
|
77143
76818
|
/***/ }),
|
|
77144
76819
|
|
|
77145
76820
|
/***/ "./node_modules/jose/dist/browser/index.js":
|
|
@@ -78196,20 +77871,25 @@ class RemoteJWKSet extends _local_js__WEBPACK_IMPORTED_MODULE_3__.LocalJWKSet {
|
|
|
78196
77871
|
throw new TypeError('url must be an instance of URL');
|
|
78197
77872
|
}
|
|
78198
77873
|
this._url = new URL(url.href);
|
|
78199
|
-
this._options = { agent: options === null || options === void 0 ? void 0 : options.agent };
|
|
77874
|
+
this._options = { agent: options === null || options === void 0 ? void 0 : options.agent, headers: options === null || options === void 0 ? void 0 : options.headers };
|
|
78200
77875
|
this._timeoutDuration =
|
|
78201
77876
|
typeof (options === null || options === void 0 ? void 0 : options.timeoutDuration) === 'number' ? options === null || options === void 0 ? void 0 : options.timeoutDuration : 5000;
|
|
78202
77877
|
this._cooldownDuration =
|
|
78203
77878
|
typeof (options === null || options === void 0 ? void 0 : options.cooldownDuration) === 'number' ? options === null || options === void 0 ? void 0 : options.cooldownDuration : 30000;
|
|
77879
|
+
this._cacheMaxAge = typeof (options === null || options === void 0 ? void 0 : options.cacheMaxAge) === 'number' ? options === null || options === void 0 ? void 0 : options.cacheMaxAge : 600000;
|
|
78204
77880
|
}
|
|
78205
77881
|
coolingDown() {
|
|
78206
|
-
|
|
78207
|
-
|
|
78208
|
-
|
|
78209
|
-
|
|
77882
|
+
return typeof this._jwksTimestamp === 'number'
|
|
77883
|
+
? Date.now() < this._jwksTimestamp + this._cooldownDuration
|
|
77884
|
+
: false;
|
|
77885
|
+
}
|
|
77886
|
+
fresh() {
|
|
77887
|
+
return typeof this._jwksTimestamp === 'number'
|
|
77888
|
+
? Date.now() < this._jwksTimestamp + this._cacheMaxAge
|
|
77889
|
+
: false;
|
|
78210
77890
|
}
|
|
78211
77891
|
async getKey(protectedHeader, token) {
|
|
78212
|
-
if (!this._jwks) {
|
|
77892
|
+
if (!this._jwks || !this.fresh()) {
|
|
78213
77893
|
await this.reload();
|
|
78214
77894
|
}
|
|
78215
77895
|
try {
|
|
@@ -78246,7 +77926,7 @@ class RemoteJWKSet extends _local_js__WEBPACK_IMPORTED_MODULE_3__.LocalJWKSet {
|
|
|
78246
77926
|
throw new _util_errors_js__WEBPACK_IMPORTED_MODULE_2__.JWKSInvalid('JSON Web Key Set malformed');
|
|
78247
77927
|
}
|
|
78248
77928
|
this._jwks = { keys: json.keys };
|
|
78249
|
-
this.
|
|
77929
|
+
this._jwksTimestamp = Date.now();
|
|
78250
77930
|
this._pendingFetch = undefined;
|
|
78251
77931
|
})
|
|
78252
77932
|
.catch((err) => {
|
|
@@ -80145,13 +79825,8 @@ const checkAudiencePresence = (audPayload, audOption) => {
|
|
|
80145
79825
|
}
|
|
80146
79826
|
const { currentDate } = options;
|
|
80147
79827
|
const now = (0,_epoch_js__WEBPACK_IMPORTED_MODULE_2__["default"])(currentDate || new Date());
|
|
80148
|
-
if (payload.iat !== undefined || options.maxTokenAge) {
|
|
80149
|
-
|
|
80150
|
-
throw new _util_errors_js__WEBPACK_IMPORTED_MODULE_0__.JWTClaimValidationFailed('"iat" claim must be a number', 'iat', 'invalid');
|
|
80151
|
-
}
|
|
80152
|
-
if (payload.exp === undefined && payload.iat > now + tolerance) {
|
|
80153
|
-
throw new _util_errors_js__WEBPACK_IMPORTED_MODULE_0__.JWTClaimValidationFailed('"iat" claim timestamp check failed (it should be in the past)', 'iat', 'check_failed');
|
|
80154
|
-
}
|
|
79828
|
+
if ((payload.iat !== undefined || options.maxTokenAge) && typeof payload.iat !== 'number') {
|
|
79829
|
+
throw new _util_errors_js__WEBPACK_IMPORTED_MODULE_0__.JWTClaimValidationFailed('"iat" claim must be a number', 'iat', 'invalid');
|
|
80155
79830
|
}
|
|
80156
79831
|
if (payload.nbf !== undefined) {
|
|
80157
79832
|
if (typeof payload.nbf !== 'number') {
|
|
@@ -80958,7 +80633,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
80958
80633
|
/* harmony export */ });
|
|
80959
80634
|
/* harmony import */ var _util_errors_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../util/errors.js */ "./node_modules/jose/dist/browser/util/errors.js");
|
|
80960
80635
|
|
|
80961
|
-
const fetchJwks = async (url, timeout) => {
|
|
80636
|
+
const fetchJwks = async (url, timeout, options) => {
|
|
80962
80637
|
let controller;
|
|
80963
80638
|
let id;
|
|
80964
80639
|
let timedOut = false;
|
|
@@ -80972,6 +80647,7 @@ const fetchJwks = async (url, timeout) => {
|
|
|
80972
80647
|
const response = await fetch(url.href, {
|
|
80973
80648
|
signal: controller ? controller.signal : undefined,
|
|
80974
80649
|
redirect: 'manual',
|
|
80650
|
+
headers: options.headers,
|
|
80975
80651
|
}).catch((err) => {
|
|
80976
80652
|
if (timedOut)
|
|
80977
80653
|
throw new _util_errors_js__WEBPACK_IMPORTED_MODULE_0__.JWKSTimeout();
|
|
@@ -81739,17 +81415,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
81739
81415
|
/* harmony export */ "isCryptoKey": () => (/* binding */ isCryptoKey)
|
|
81740
81416
|
/* harmony export */ });
|
|
81741
81417
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (crypto);
|
|
81742
|
-
|
|
81743
|
-
try {
|
|
81744
|
-
return (key != null &&
|
|
81745
|
-
typeof key.extractable === 'boolean' &&
|
|
81746
|
-
typeof key.algorithm.name === 'string' &&
|
|
81747
|
-
typeof key.type === 'string');
|
|
81748
|
-
}
|
|
81749
|
-
catch (_a) {
|
|
81750
|
-
return false;
|
|
81751
|
-
}
|
|
81752
|
-
}
|
|
81418
|
+
const isCryptoKey = (key) => key instanceof CryptoKey;
|
|
81753
81419
|
|
|
81754
81420
|
|
|
81755
81421
|
/***/ }),
|