diff --git a/extend.php b/extend.php index ab68c80..81b50f7 100644 --- a/extend.php +++ b/extend.php @@ -9,6 +9,8 @@ return [ (new Flarum\Frontend('forum')) ->js(__DIR__ . '/js/dist/forum.js'), + (new Flarum\Frontend('admin')) + ->js(__DIR__ . '/js/dist/admin.js'), (new Flarum\Routes('api')) ->get('/blomstra/search/{type}', 'blomstra.search', Api\Controllers\SearchController::class), diff --git a/js/dist/forum.js b/js/dist/forum.js index ad9a63b..b2e6edc 100644 --- a/js/dist/forum.js +++ b/js/dist/forum.js @@ -1,2 +1,1257 @@ -module.exports=function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=10)}([function(t,r){t.exports=flarum.core.compat["forum/app"]},function(t,r,e){t.exports=e(9)},function(t,r,e){"use strict";function n(){return(n=Object.assign||function(t){for(var r=1;r=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=e.call(i,"catchLoc"),c=e.call(i,"finallyLoc");if(u&&c){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&e.call(o,"finallyLoc")&&this.prev=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),L(e),l}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;L(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,e){return this.delegate={iterator:O(t),resultName:r,nextLoc:e},"next"===this.method&&(this.arg=void 0),l}},t}(t.exports);try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},function(t,r,e){"use strict";e.r(r);var n=e(0),o=e.n(n),i=e(5),a=e.n(i),u=e(3);function c(t,r,e,n,o,i,a){try{var u=t[i](a),c=u.value}catch(t){return void e(t)}u.done?r(c):Promise.resolve(c).then(n,o)}function s(t){return function(){var r=this,e=arguments;return new Promise((function(n,o){var i=t.apply(r,e);function a(t){c(i,n,o,a,u,"next",t)}function u(t){c(i,n,o,a,u,"throw",t)}a(void 0)}))}}var l=e(1),f=e.n(l),h=e(4),p=e.n(h),d=e(6),v=e.n(d),y=e(7),g=e.n(y),w=function(){function t(){this.results=new Map,this.type="discussions"}var r=t.prototype;return r.search=function(){var t=s(f.a.mark((function t(r){var e,n,i,a;return f.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=r.toLowerCase(),this.results.set(r,[]),e={filter:{q:r},page:{limit:3},include:"mostRelevantPost"},n=o.a.forum.attribute("apiUrl")+"/blomstra/search/"+this.type,t.next=6,o.a.request({params:e,url:n,method:"GET"});case 6:i=t.sent,a=o.a.store.pushPayload(i),this.results.set(r,a);case 9:case"end":return t.stop()}}),t,this)})));return function(r){return t.apply(this,arguments)}}(),r.view=function(t){var r=this;t=t.toLowerCase();var e=(this.results.get(t)||[]).map((function(e){var n=e.mostRelevantPost();return m("li",{className:"DiscussionSearchResult","data-index":""+r.type+e.id(),key:""+r.type+e.id()},m(g.a,{href:o.a.route.discussion(e,n&&n.number())},m("div",{className:"DiscussionSearchResult-title"},p()(e.title(),t)),!!n&&m("div",{className:"DiscussionSearchResult-excerpt"},p()(n.contentPlain(),t,100))))}));return m("[",null,m("li",{className:"Dropdown-header"},o.a.translator.trans("core.forum.search.discussions_heading")),m("li",null,m(v.a,{icon:"fas fa-search",href:o.a.route("index",{q:t})},o.a.translator.trans("core.forum.search.all_discussions_button",{query:t}))),e)},t}(),b=e(2),x=e(8),L=e.n(x);o.a.initializers.add("blomstra-search",(function(){Object(u.extend)(a.a.prototype,"sourceItems",(function(t){t.remove("users"),t.remove("discussions"),t.add("discussions",new w)})),Object(u.override)(L.a.prototype,"loadPage",function(){var t=s(f.a.mark((function t(r,e){var n,i,a,u,c;return f.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(void 0===e&&(e=1),null!=(n=this.requestParams().q)&&n.length){t.next=3;break}return t.abrupt("return",r.call(this,e));case 3:return(i=this.requestParams()).page=Object(b.a)({offset:this.pageSize*(e-1)},i.page),Array.isArray(i.include)&&(i.include=i.include.join(",")),a=o.a.forum.attribute("apiUrl")+"/blomstra/search/"+this.type,t.next=9,o.a.request({params:i,url:a,method:"GET"});case 9:return u=t.sent,c=o.a.store.pushPayload(u),t.abrupt("return",c);case 12:case"end":return t.stop()}}),t,this)})));return function(r,e,n){return t.apply(this,arguments)}}())}))}]); +module.exports = +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) { +/******/ return installedModules[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ i: moduleId, +/******/ l: false, +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.l = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // define getter function for harmony exports +/******/ __webpack_require__.d = function(exports, name, getter) { +/******/ if(!__webpack_require__.o(exports, name)) { +/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); +/******/ } +/******/ }; +/******/ +/******/ // define __esModule on exports +/******/ __webpack_require__.r = function(exports) { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ +/******/ // create a fake namespace object +/******/ // mode & 1: value is a module id, require it +/******/ // mode & 2: merge all properties of value into the ns +/******/ // mode & 4: return value when already ns object +/******/ // mode & 8|1: behave like require +/******/ __webpack_require__.t = function(value, mode) { +/******/ if(mode & 1) value = __webpack_require__(value); +/******/ if(mode & 8) return value; +/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; +/******/ var ns = Object.create(null); +/******/ __webpack_require__.r(ns); +/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); +/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); +/******/ return ns; +/******/ }; +/******/ +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = function(module) { +/******/ var getter = module && module.__esModule ? +/******/ function getDefault() { return module['default']; } : +/******/ function getModuleExports() { return module; }; +/******/ __webpack_require__.d(getter, 'a', getter); +/******/ return getter; +/******/ }; +/******/ +/******/ // Object.prototype.hasOwnProperty.call +/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(__webpack_require__.s = "./forum.ts"); +/******/ }) +/************************************************************************/ +/******/ ({ + +/***/ "./forum.ts": +/*!******************!*\ + !*** ./forum.ts ***! + \******************/ +/*! no exports provided */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _src_forum__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./src/forum */ "./src/forum/index.ts"); +/* empty/unused harmony star reexport */ + +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js ***! + \*********************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _asyncToGenerator; }); +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { + try { + var info = gen[key](arg); + var value = info.value; + } catch (error) { + reject(error); + return; + } + + if (info.done) { + resolve(value); + } else { + Promise.resolve(value).then(_next, _throw); + } +} + +function _asyncToGenerator(fn) { + return function () { + var self = this, + args = arguments; + return new Promise(function (resolve, reject) { + var gen = fn.apply(self, args); + + function _next(value) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); + } + + function _throw(err) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); + } + + _next(undefined); + }); + }; +} + +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/esm/extends.js": +/*!************************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/esm/extends.js ***! + \************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _extends; }); +function _extends() { + _extends = Object.assign || function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + + return target; + }; + + return _extends.apply(this, arguments); +} + +/***/ }), + +/***/ "./node_modules/@babel/runtime/regenerator/index.js": +/*!**********************************************************!*\ + !*** ./node_modules/@babel/runtime/regenerator/index.js ***! + \**********************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +module.exports = __webpack_require__(/*! regenerator-runtime */ "./node_modules/regenerator-runtime/runtime.js"); + +/***/ }), + +/***/ "./node_modules/regenerator-runtime/runtime.js": +/*!*****************************************************!*\ + !*** ./node_modules/regenerator-runtime/runtime.js ***! + \*****************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +/** + * Copyright (c) 2014-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ +var runtime = function (exports) { + "use strict"; + + var Op = Object.prototype; + var hasOwn = Op.hasOwnProperty; + var undefined; // More compressible than void 0. + + var $Symbol = typeof Symbol === "function" ? Symbol : {}; + var iteratorSymbol = $Symbol.iterator || "@@iterator"; + var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator"; + var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; + + function define(obj, key, value) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + return obj[key]; + } + + try { + // IE 8 has a broken Object.defineProperty that only works on DOM objects. + define({}, ""); + } catch (err) { + define = function define(obj, key, value) { + return obj[key] = value; + }; + } + + function wrap(innerFn, outerFn, self, tryLocsList) { + // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator. + var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator; + var generator = Object.create(protoGenerator.prototype); + var context = new Context(tryLocsList || []); // The ._invoke method unifies the implementations of the .next, + // .throw, and .return methods. + + generator._invoke = makeInvokeMethod(innerFn, self, context); + return generator; + } + + exports.wrap = wrap; // Try/catch helper to minimize deoptimizations. Returns a completion + // record like context.tryEntries[i].completion. This interface could + // have been (and was previously) designed to take a closure to be + // invoked without arguments, but in all the cases we care about we + // already have an existing method we want to call, so there's no need + // to create a new function object. We can even get away with assuming + // the method takes exactly one argument, since that happens to be true + // in every case, so we don't have to touch the arguments object. The + // only additional allocation required is the completion record, which + // has a stable shape and so hopefully should be cheap to allocate. + + function tryCatch(fn, obj, arg) { + try { + return { + type: "normal", + arg: fn.call(obj, arg) + }; + } catch (err) { + return { + type: "throw", + arg: err + }; + } + } + + var GenStateSuspendedStart = "suspendedStart"; + var GenStateSuspendedYield = "suspendedYield"; + var GenStateExecuting = "executing"; + var GenStateCompleted = "completed"; // Returning this object from the innerFn has the same effect as + // breaking out of the dispatch switch statement. + + var ContinueSentinel = {}; // Dummy constructor functions that we use as the .constructor and + // .constructor.prototype properties for functions that return Generator + // objects. For full spec compliance, you may wish to configure your + // minifier not to mangle the names of these two functions. + + function Generator() {} + + function GeneratorFunction() {} + + function GeneratorFunctionPrototype() {} // This is a polyfill for %IteratorPrototype% for environments that + // don't natively support it. + + + var IteratorPrototype = {}; + define(IteratorPrototype, iteratorSymbol, function () { + return this; + }); + var getProto = Object.getPrototypeOf; + var NativeIteratorPrototype = getProto && getProto(getProto(values([]))); + + if (NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) { + // This environment has a native %IteratorPrototype%; use it instead + // of the polyfill. + IteratorPrototype = NativeIteratorPrototype; + } + + var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); + GeneratorFunction.prototype = GeneratorFunctionPrototype; + define(Gp, "constructor", GeneratorFunctionPrototype); + define(GeneratorFunctionPrototype, "constructor", GeneratorFunction); + GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"); // Helper for defining the .next, .throw, and .return methods of the + // Iterator interface in terms of a single ._invoke method. + + function defineIteratorMethods(prototype) { + ["next", "throw", "return"].forEach(function (method) { + define(prototype, method, function (arg) { + return this._invoke(method, arg); + }); + }); + } + + exports.isGeneratorFunction = function (genFun) { + var ctor = typeof genFun === "function" && genFun.constructor; + return ctor ? ctor === GeneratorFunction || // For the native GeneratorFunction constructor, the best we can + // do is to check its .name property. + (ctor.displayName || ctor.name) === "GeneratorFunction" : false; + }; + + exports.mark = function (genFun) { + if (Object.setPrototypeOf) { + Object.setPrototypeOf(genFun, GeneratorFunctionPrototype); + } else { + genFun.__proto__ = GeneratorFunctionPrototype; + define(genFun, toStringTagSymbol, "GeneratorFunction"); + } + + genFun.prototype = Object.create(Gp); + return genFun; + }; // Within the body of any async function, `await x` is transformed to + // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test + // `hasOwn.call(value, "__await")` to determine if the yielded value is + // meant to be awaited. + + + exports.awrap = function (arg) { + return { + __await: arg + }; + }; + + function AsyncIterator(generator, PromiseImpl) { + function invoke(method, arg, resolve, reject) { + var record = tryCatch(generator[method], generator, arg); + + if (record.type === "throw") { + reject(record.arg); + } else { + var result = record.arg; + var value = result.value; + + if (value && typeof value === "object" && hasOwn.call(value, "__await")) { + return PromiseImpl.resolve(value.__await).then(function (value) { + invoke("next", value, resolve, reject); + }, function (err) { + invoke("throw", err, resolve, reject); + }); + } + + return PromiseImpl.resolve(value).then(function (unwrapped) { + // When a yielded Promise is resolved, its final value becomes + // the .value of the Promise<{value,done}> result for the + // current iteration. + result.value = unwrapped; + resolve(result); + }, function (error) { + // If a rejected Promise was yielded, throw the rejection back + // into the async generator function so it can be handled there. + return invoke("throw", error, resolve, reject); + }); + } + } + + var previousPromise; + + function enqueue(method, arg) { + function callInvokeWithMethodAndArg() { + return new PromiseImpl(function (resolve, reject) { + invoke(method, arg, resolve, reject); + }); + } + + return previousPromise = // If enqueue has been called before, then we want to wait until + // all previous Promises have been resolved before calling invoke, + // so that results are always delivered in the correct order. If + // enqueue has not been called before, then it is important to + // call invoke immediately, without waiting on a callback to fire, + // so that the async generator function has the opportunity to do + // any necessary setup in a predictable way. This predictability + // is why the Promise constructor synchronously invokes its + // executor callback, and why async functions synchronously + // execute code before the first await. Since we implement simple + // async functions in terms of async generators, it is especially + // important to get this right, even though it requires care. + previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, // Avoid propagating failures to Promises returned by later + // invocations of the iterator. + callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + } // Define the unified helper method that is used to implement .next, + // .throw, and .return (see defineIteratorMethods). + + + this._invoke = enqueue; + } + + defineIteratorMethods(AsyncIterator.prototype); + define(AsyncIterator.prototype, asyncIteratorSymbol, function () { + return this; + }); + exports.AsyncIterator = AsyncIterator; // Note that simple async functions are implemented on top of + // AsyncIterator objects; they just return a Promise for the value of + // the final result produced by the iterator. + + exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { + if (PromiseImpl === void 0) PromiseImpl = Promise; + var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); + return exports.isGeneratorFunction(outerFn) ? iter // If outerFn is a generator, return the full iterator. + : iter.next().then(function (result) { + return result.done ? result.value : iter.next(); + }); + }; + + function makeInvokeMethod(innerFn, self, context) { + var state = GenStateSuspendedStart; + return function invoke(method, arg) { + if (state === GenStateExecuting) { + throw new Error("Generator is already running"); + } + + if (state === GenStateCompleted) { + if (method === "throw") { + throw arg; + } // Be forgiving, per 25.3.3.3.3 of the spec: + // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume + + + return doneResult(); + } + + context.method = method; + context.arg = arg; + + while (true) { + var delegate = context.delegate; + + if (delegate) { + var delegateResult = maybeInvokeDelegate(delegate, context); + + if (delegateResult) { + if (delegateResult === ContinueSentinel) continue; + return delegateResult; + } + } + + if (context.method === "next") { + // Setting context._sent for legacy support of Babel's + // function.sent implementation. + context.sent = context._sent = context.arg; + } else if (context.method === "throw") { + if (state === GenStateSuspendedStart) { + state = GenStateCompleted; + throw context.arg; + } + + context.dispatchException(context.arg); + } else if (context.method === "return") { + context.abrupt("return", context.arg); + } + + state = GenStateExecuting; + var record = tryCatch(innerFn, self, context); + + if (record.type === "normal") { + // If an exception is thrown from innerFn, we leave state === + // GenStateExecuting and loop back for another invocation. + state = context.done ? GenStateCompleted : GenStateSuspendedYield; + + if (record.arg === ContinueSentinel) { + continue; + } + + return { + value: record.arg, + done: context.done + }; + } else if (record.type === "throw") { + state = GenStateCompleted; // Dispatch the exception by looping back around to the + // context.dispatchException(context.arg) call above. + + context.method = "throw"; + context.arg = record.arg; + } + } + }; + } // Call delegate.iterator[context.method](context.arg) and handle the + // result, either by returning a { value, done } result from the + // delegate iterator, or by modifying context.method and context.arg, + // setting context.delegate to null, and returning the ContinueSentinel. + + + function maybeInvokeDelegate(delegate, context) { + var method = delegate.iterator[context.method]; + + if (method === undefined) { + // A .throw or .return when the delegate iterator has no .throw + // method always terminates the yield* loop. + context.delegate = null; + + if (context.method === "throw") { + // Note: ["return"] must be used for ES3 parsing compatibility. + if (delegate.iterator["return"]) { + // If the delegate iterator has a return method, give it a + // chance to clean up. + context.method = "return"; + context.arg = undefined; + maybeInvokeDelegate(delegate, context); + + if (context.method === "throw") { + // If maybeInvokeDelegate(context) changed context.method from + // "return" to "throw", let that override the TypeError below. + 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 (record.type === "throw") { + context.method = "throw"; + context.arg = record.arg; + context.delegate = null; + return ContinueSentinel; + } + + var info = record.arg; + + if (!info) { + context.method = "throw"; + context.arg = new TypeError("iterator result is not an object"); + context.delegate = null; + return ContinueSentinel; + } + + if (info.done) { + // Assign the result of the finished delegate to the temporary + // variable specified by delegate.resultName (see delegateYield). + context[delegate.resultName] = info.value; // Resume execution at the desired location (see delegateYield). + + context.next = delegate.nextLoc; // If context.method was "throw" but the delegate handled the + // exception, let the outer generator proceed normally. If + // context.method was "next", forget context.arg since it has been + // "consumed" by the delegate iterator. If context.method was + // "return", allow the original .return call to continue in the + // outer generator. + + if (context.method !== "return") { + context.method = "next"; + context.arg = undefined; + } + } else { + // Re-yield the result returned by the delegate method. + return info; + } // The delegate iterator is finished, so forget it and continue with + // the outer generator. + + + context.delegate = null; + return ContinueSentinel; + } // Define Generator.prototype.{next,throw,return} in terms of the + // unified ._invoke helper method. + + + defineIteratorMethods(Gp); + define(Gp, toStringTagSymbol, "Generator"); // A Generator should always return itself as the iterator object when the + // @@iterator function is called on it. Some browsers' implementations of the + // iterator prototype chain incorrectly implement this, causing the Generator + // object to not be returned from this call. This ensures that doesn't happen. + // See https://github.com/facebook/regenerator/issues/274 for more details. + + define(Gp, iteratorSymbol, function () { + return this; + }); + define(Gp, "toString", function () { + return "[object Generator]"; + }); + + function pushTryEntry(locs) { + var entry = { + tryLoc: locs[0] + }; + + if (1 in locs) { + entry.catchLoc = locs[1]; + } + + if (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) { + // The root entry object (effectively a try statement without a catch + // or a finally block) gives us a place to store values thrown from + // locations where there is no enclosing try statement. + this.tryEntries = [{ + tryLoc: "root" + }]; + tryLocsList.forEach(pushTryEntry, this); + this.reset(true); + } + + exports.keys = function (object) { + var keys = []; + + for (var key in object) { + keys.push(key); + } + + keys.reverse(); // Rather than returning an object with a next method, we keep + // things simple and return the next function itself. + + return function next() { + while (keys.length) { + var key = keys.pop(); + + if (key in object) { + next.value = key; + next.done = false; + return next; + } + } // To avoid creating an additional object, we just hang the .value + // and .done properties off the next function object itself. This + // also ensures that the minifier will not anonymize the function. + + + next.done = true; + return next; + }; + }; + + function values(iterable) { + if (iterable) { + var iteratorMethod = iterable[iteratorSymbol]; + + if (iteratorMethod) { + return iteratorMethod.call(iterable); + } + + if (typeof iterable.next === "function") { + return iterable; + } + + if (!isNaN(iterable.length)) { + var i = -1, + next = function next() { + while (++i < iterable.length) { + if (hasOwn.call(iterable, i)) { + next.value = iterable[i]; + next.done = false; + return next; + } + } + + next.value = undefined; + next.done = true; + return next; + }; + + return next.next = next; + } + } // Return an iterator with no values. + + + return { + next: doneResult + }; + } + + exports.values = values; + + function doneResult() { + return { + value: undefined, + done: true + }; + } + + Context.prototype = { + constructor: Context, + reset: function reset(skipTempReset) { + this.prev = 0; + this.next = 0; // Resetting context._sent for legacy support of Babel's + // function.sent implementation. + + this.sent = this._sent = undefined; + this.done = false; + this.delegate = null; + this.method = "next"; + this.arg = undefined; + this.tryEntries.forEach(resetTryEntry); + + if (!skipTempReset) { + for (var name in this) { + // Not sure about the optimal order of these conditions: + if (name.charAt(0) === "t" && hasOwn.call(this, name) && !isNaN(+name.slice(1))) { + this[name] = undefined; + } + } + } + }, + stop: function stop() { + this.done = true; + var rootEntry = this.tryEntries[0]; + var rootRecord = rootEntry.completion; + + if (rootRecord.type === "throw") { + throw rootRecord.arg; + } + + return this.rval; + }, + dispatchException: function dispatchException(exception) { + if (this.done) { + throw exception; + } + + var context = this; + + function handle(loc, caught) { + record.type = "throw"; + record.arg = exception; + context.next = loc; + + if (caught) { + // If the dispatched exception was caught by a catch block, + // then let that catch block handle the exception normally. + context.method = "next"; + context.arg = undefined; + } + + return !!caught; + } + + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + var record = entry.completion; + + if (entry.tryLoc === "root") { + // Exception thrown outside of any try block that could handle + // it, so set the completion value of the entire function to + // throw the exception. + return handle("end"); + } + + if (entry.tryLoc <= this.prev) { + var hasCatch = hasOwn.call(entry, "catchLoc"); + var hasFinally = hasOwn.call(entry, "finallyLoc"); + + if (hasCatch && hasFinally) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } else if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else if (hasCatch) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } + } else if (hasFinally) { + if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else { + throw new Error("try statement without catch or finally"); + } + } + } + }, + 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; + } + } + + if (finallyEntry && (type === "break" || type === "continue") && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc) { + // Ignore the finally entry if control is not jumping to a + // location outside the try/catch block. + finallyEntry = null; + } + + var record = finallyEntry ? finallyEntry.completion : {}; + record.type = type; + record.arg = arg; + + if (finallyEntry) { + this.method = "next"; + this.next = finallyEntry.finallyLoc; + return ContinueSentinel; + } + + return this.complete(record); + }, + complete: function complete(record, afterLoc) { + if (record.type === "throw") { + throw record.arg; + } + + if (record.type === "break" || record.type === "continue") { + this.next = record.arg; + } else if (record.type === "return") { + this.rval = this.arg = record.arg; + this.method = "return"; + this.next = "end"; + } else if (record.type === "normal" && afterLoc) { + this.next = afterLoc; + } + + return ContinueSentinel; + }, + finish: function finish(finallyLoc) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + + if (entry.finallyLoc === finallyLoc) { + this.complete(entry.completion, entry.afterLoc); + resetTryEntry(entry); + return 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 (record.type === "throw") { + var thrown = record.arg; + resetTryEntry(entry); + } + + return thrown; + } + } // The context.catch method must only be called with a location + // argument that corresponds to a known catch block. + + + throw new Error("illegal catch attempt"); + }, + delegateYield: function delegateYield(iterable, resultName, nextLoc) { + this.delegate = { + iterator: values(iterable), + resultName: resultName, + nextLoc: nextLoc + }; + + if (this.method === "next") { + // Deliberately forget the last sent value so that we don't + // accidentally pass it on to the delegate. + this.arg = undefined; + } + + return ContinueSentinel; + } + }; // Regardless of whether this script is executing as a CommonJS module + // or not, return the runtime object so that we can declare the variable + // regeneratorRuntime in the outer scope, which allows this module to be + // injected easily by `bin/regenerator --include-runtime script.js`. + + return exports; +}( // If this script is executing as a CommonJS module, use module.exports +// as the regeneratorRuntime namespace. Otherwise create a new empty +// object. Either way, the resulting object will be used to initialize +// the regeneratorRuntime variable at the top of this file. + true ? module.exports : undefined); + +try { + regeneratorRuntime = runtime; +} catch (accidentalStrictMode) { + // This module should not be running in strict mode, so the above + // assignment should always work unless something is misconfigured. Just + // in case runtime.js accidentally runs in strict mode, in modern engines + // we can explicitly access globalThis. In older engines we can escape + // strict mode using a global Function call. This could conceivably fail + // if a Content Security Policy forbids using Function, but in that case + // the proper solution is to fix the accidental strict mode problem. If + // you've misconfigured your bundler to force strict mode and applied a + // CSP to forbid Function, and you're not willing to fix either of those + // problems, please detail your unique predicament in a GitHub issue. + if (typeof globalThis === "object") { + globalThis.regeneratorRuntime = runtime; + } else { + Function("r", "regeneratorRuntime = r")(runtime); + } +} + +/***/ }), + +/***/ "./src/forum/PaginatedListStates/extendDiscussionState.tsx": +/*!*****************************************************************!*\ + !*** ./src/forum/PaginatedListStates/extendDiscussionState.tsx ***! + \*****************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return extendDiscussionState; }); +/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "./node_modules/@babel/runtime/helpers/esm/extends.js"); +/* harmony import */ var _babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"); +/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); +/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! flarum/forum/app */ "flarum/forum/app"); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(flarum_forum_app__WEBPACK_IMPORTED_MODULE_3__); +/* harmony import */ var flarum_common_extend__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! flarum/common/extend */ "flarum/common/extend"); +/* harmony import */ var flarum_common_extend__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(flarum_common_extend__WEBPACK_IMPORTED_MODULE_4__); +/* harmony import */ var flarum_forum_states_DiscussionListState__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! flarum/forum/states/DiscussionListState */ "flarum/forum/states/DiscussionListState"); +/* harmony import */ var flarum_forum_states_DiscussionListState__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(flarum_forum_states_DiscussionListState__WEBPACK_IMPORTED_MODULE_5__); + + + + + + +function extendDiscussionState() { + Object(flarum_common_extend__WEBPACK_IMPORTED_MODULE_4__["override"])(flarum_forum_states_DiscussionListState__WEBPACK_IMPORTED_MODULE_5___default.a.prototype, 'loadPage', /*#__PURE__*/function () { + var _ref = Object(_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__["default"])( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_2___default.a.mark(function _callee(original, page) { + var _this$requestParams$q; + + var params, url, results, models; + return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_2___default.a.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + if (page === void 0) { + page = 1; + } + + if ((_this$requestParams$q = this.requestParams().q) != null && _this$requestParams$q.length) { + _context.next = 3; + break; + } + + return _context.abrupt("return", original.call(this, page)); + + case 3: + params = this.requestParams(); + params.page = Object(_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__["default"])({ + offset: this.pageSize * (page - 1) + }, params.page); + + if (Array.isArray(params.include)) { + params.include = params.include.join(','); + } // Construct API search URI + + + url = flarum_forum_app__WEBPACK_IMPORTED_MODULE_3___default.a.forum.attribute('apiUrl') + "/blomstra/search/" + this.type; // Make API GET request + + _context.next = 9; + return flarum_forum_app__WEBPACK_IMPORTED_MODULE_3___default.a.request({ + params: params, + url: url, + method: 'GET' + }); + + case 9: + results = _context.sent; + // Parse API response into models and push to store + models = flarum_forum_app__WEBPACK_IMPORTED_MODULE_3___default.a.store.pushPayload(results); + return _context.abrupt("return", models); + + case 12: + case "end": + return _context.stop(); + } + } + }, _callee, this); + })); + + return function (_x, _x2, _x3) { + return _ref.apply(this, arguments); + }; + }()); +} + +/***/ }), + +/***/ "./src/forum/SearchSources/DiscussionsSearchSource.tsx": +/*!*************************************************************!*\ + !*** ./src/forum/SearchSources/DiscussionsSearchSource.tsx ***! + \*************************************************************/ +/*! exports provided: default */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return DiscussionsSearchSource; }); +/* harmony import */ var _babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"); +/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); +/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! flarum/forum/app */ "flarum/forum/app"); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(flarum_forum_app__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var flarum_common_helpers_highlight__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! flarum/common/helpers/highlight */ "flarum/common/helpers/highlight"); +/* harmony import */ var flarum_common_helpers_highlight__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(flarum_common_helpers_highlight__WEBPACK_IMPORTED_MODULE_3__); +/* harmony import */ var flarum_common_components_LinkButton__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! flarum/common/components/LinkButton */ "flarum/common/components/LinkButton"); +/* harmony import */ var flarum_common_components_LinkButton__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(flarum_common_components_LinkButton__WEBPACK_IMPORTED_MODULE_4__); +/* harmony import */ var flarum_common_components_Link__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! flarum/common/components/Link */ "flarum/common/components/Link"); +/* harmony import */ var flarum_common_components_Link__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(flarum_common_components_Link__WEBPACK_IMPORTED_MODULE_5__); + + + + + + + +/** + * The `DiscussionsSearchSource` finds and displays discussion search results in + * the search dropdown. + */ +var DiscussionsSearchSource = /*#__PURE__*/function () { + function DiscussionsSearchSource() { + this.results = new Map(); + this.type = 'discussions'; + } + + var _proto = DiscussionsSearchSource.prototype; + + _proto.search = /*#__PURE__*/function () { + var _search = Object(_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default.a.mark(function _callee(query) { + var params, url, results, models; + return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default.a.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + query = query.toLowerCase(); + this.results.set(query, []); + params = { + filter: { + q: query + }, + page: { + limit: 3 + }, + include: 'mostRelevantPost' + }; // Construct API search URI + + url = flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.forum.attribute('apiUrl') + "/blomstra/search/" + this.type; // Make API GET request + + _context.next = 6; + return flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.request({ + params: params, + url: url, + method: 'GET' + }); + + case 6: + results = _context.sent; + // Parse API response into models and push to store + models = flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.store.pushPayload(results); // Add models to results map + + this.results.set(query, models); + + case 9: + case "end": + return _context.stop(); + } + } + }, _callee, this); + })); + + function search(_x) { + return _search.apply(this, arguments); + } + + return search; + }(); + + _proto.view = function view(query) { + var _this = this; + + query = query.toLowerCase(); // Get results from map + + var queryResults = this.results.get(query) || []; + var results = queryResults.map(function (discussion) { + var mostRelevantPost = discussion.mostRelevantPost(); + return m("li", { + className: "DiscussionSearchResult", + "data-index": "" + _this.type + discussion.id(), + key: "" + _this.type + discussion.id() + }, m(flarum_common_components_Link__WEBPACK_IMPORTED_MODULE_5___default.a, { + href: flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.route.discussion(discussion, mostRelevantPost && mostRelevantPost.number()) + }, m("div", { + className: "DiscussionSearchResult-title" + }, flarum_common_helpers_highlight__WEBPACK_IMPORTED_MODULE_3___default()(discussion.title(), query)), !!mostRelevantPost && m("div", { + className: "DiscussionSearchResult-excerpt" + }, flarum_common_helpers_highlight__WEBPACK_IMPORTED_MODULE_3___default()(mostRelevantPost.contentPlain(), query, 100)))); + }); + return m('[', null, m("li", { + className: "Dropdown-header" + }, flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.translator.trans('core.forum.search.discussions_heading')), m("li", null, m(flarum_common_components_LinkButton__WEBPACK_IMPORTED_MODULE_4___default.a, { + icon: "fas fa-search", + href: flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.route('index', { + q: query + }) + }, flarum_forum_app__WEBPACK_IMPORTED_MODULE_2___default.a.translator.trans('core.forum.search.all_discussions_button', { + query: query + }))), results); + }; + + return DiscussionsSearchSource; +}(); + + + +/***/ }), + +/***/ "./src/forum/index.ts": +/*!****************************!*\ + !*** ./src/forum/index.ts ***! + \****************************/ +/*! no exports provided */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! flarum/forum/app */ "flarum/forum/app"); +/* harmony import */ var flarum_forum_app__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(flarum_forum_app__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var flarum_forum_components_Search__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! flarum/forum/components/Search */ "flarum/forum/components/Search"); +/* harmony import */ var flarum_forum_components_Search__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(flarum_forum_components_Search__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var flarum_common_extend__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! flarum/common/extend */ "flarum/common/extend"); +/* harmony import */ var flarum_common_extend__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(flarum_common_extend__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _SearchSources_DiscussionsSearchSource__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./SearchSources/DiscussionsSearchSource */ "./src/forum/SearchSources/DiscussionsSearchSource.tsx"); +/* harmony import */ var _PaginatedListStates_extendDiscussionState__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./PaginatedListStates/extendDiscussionState */ "./src/forum/PaginatedListStates/extendDiscussionState.tsx"); + + + + + +flarum_forum_app__WEBPACK_IMPORTED_MODULE_0___default.a.initializers.add('blomstra-search', function () { + Object(flarum_common_extend__WEBPACK_IMPORTED_MODULE_2__["extend"])(flarum_forum_components_Search__WEBPACK_IMPORTED_MODULE_1___default.a.prototype, 'sourceItems', function (items) { + items.remove('users'); + items.remove('discussions'); + /* if (app.forum.attribute('canViewForum')) */ + + items.add('discussions', new _SearchSources_DiscussionsSearchSource__WEBPACK_IMPORTED_MODULE_3__["default"]()); // console.log(items); + }); + Object(_PaginatedListStates_extendDiscussionState__WEBPACK_IMPORTED_MODULE_4__["default"])(); +}); + +/***/ }), + +/***/ "flarum/common/components/Link": +/*!***************************************************************!*\ + !*** external "flarum.core.compat['common/components/Link']" ***! + \***************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['common/components/Link']; + +/***/ }), + +/***/ "flarum/common/components/LinkButton": +/*!*********************************************************************!*\ + !*** external "flarum.core.compat['common/components/LinkButton']" ***! + \*********************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['common/components/LinkButton']; + +/***/ }), + +/***/ "flarum/common/extend": +/*!******************************************************!*\ + !*** external "flarum.core.compat['common/extend']" ***! + \******************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['common/extend']; + +/***/ }), + +/***/ "flarum/common/helpers/highlight": +/*!*****************************************************************!*\ + !*** external "flarum.core.compat['common/helpers/highlight']" ***! + \*****************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['common/helpers/highlight']; + +/***/ }), + +/***/ "flarum/forum/app": +/*!**************************************************!*\ + !*** external "flarum.core.compat['forum/app']" ***! + \**************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['forum/app']; + +/***/ }), + +/***/ "flarum/forum/components/Search": +/*!****************************************************************!*\ + !*** external "flarum.core.compat['forum/components/Search']" ***! + \****************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['forum/components/Search']; + +/***/ }), + +/***/ "flarum/forum/states/DiscussionListState": +/*!*************************************************************************!*\ + !*** external "flarum.core.compat['forum/states/DiscussionListState']" ***! + \*************************************************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +module.exports = flarum.core.compat['forum/states/DiscussionListState']; + +/***/ }) + +/******/ }); //# sourceMappingURL=forum.js.map \ No newline at end of file diff --git a/js/dist/forum.js.map b/js/dist/forum.js.map index 7272a8d..cbad5c8 100644 --- a/js/dist/forum.js.map +++ b/js/dist/forum.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack://@blomstra/realtime/webpack/bootstrap","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/app']\"","webpack://@blomstra/realtime/./node_modules/@babel/runtime/regenerator/index.js","webpack://@blomstra/realtime/./node_modules/@babel/runtime/helpers/esm/extends.js","webpack://@blomstra/realtime/external \"flarum.core.compat['common/extend']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/helpers/highlight']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/components/Search']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/components/LinkButton']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/components/Link']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/states/DiscussionListState']\"","webpack://@blomstra/realtime/./node_modules/regenerator-runtime/runtime.js","webpack://@blomstra/realtime/./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","webpack://@blomstra/realtime/./src/forum/SearchSources/DiscussionsSearchSource.tsx","webpack://@blomstra/realtime/./src/forum/index.ts","webpack://@blomstra/realtime/./src/forum/PaginatedListStates/extendDiscussionState.tsx"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","flarum","core","compat","require","_extends","assign","target","arguments","length","source","apply","this","runtime","Op","hasOwn","$Symbol","iteratorSymbol","iterator","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","define","obj","configurable","writable","err","wrap","innerFn","outerFn","self","tryLocsList","protoGenerator","Generator","generator","context","Context","_invoke","state","method","arg","Error","doneResult","delegate","delegateResult","maybeInvokeDelegate","ContinueSentinel","sent","_sent","dispatchException","abrupt","record","tryCatch","type","done","makeInvokeMethod","fn","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","getProto","getPrototypeOf","NativeIteratorPrototype","values","Gp","defineIteratorMethods","forEach","AsyncIterator","PromiseImpl","previousPromise","callInvokeWithMethodAndArg","resolve","reject","invoke","result","__await","then","unwrapped","error","undefined","TypeError","info","resultName","next","nextLoc","pushTryEntry","locs","entry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","iterable","iteratorMethod","isNaN","displayName","isGeneratorFunction","genFun","ctor","constructor","mark","setPrototypeOf","__proto__","awrap","async","Promise","iter","keys","reverse","pop","skipTempReset","prev","charAt","slice","stop","rootRecord","rval","exception","handle","loc","caught","hasCatch","hasFinally","finallyEntry","complete","finish","thrown","delegateYield","regeneratorRuntime","accidentalStrictMode","globalThis","Function","asyncGeneratorStep","gen","_next","_throw","_asyncToGenerator","args","DiscussionsSearchSource","results","Map","search","query","a","toLowerCase","set","params","filter","q","page","limit","include","url","app","forum","attribute","request","models","store","pushPayload","view","map","discussion","mostRelevantPost","className","data-index","id","href","route","number","highlight","title","contentPlain","translator","trans","icon","initializers","add","extend","Search","items","remove","override","DiscussionListState","original","requestParams","offset","pageSize","Array","isArray","join"],"mappings":"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","file":"forum.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 10);\n","module.exports = flarum.core.compat['forum/app'];","module.exports = require(\"regenerator-runtime\");\n","export default function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}","module.exports = flarum.core.compat['common/extend'];","module.exports = flarum.core.compat['common/helpers/highlight'];","module.exports = flarum.core.compat['forum/components/Search'];","module.exports = flarum.core.compat['common/components/LinkButton'];","module.exports = flarum.core.compat['common/components/Link'];","module.exports = flarum.core.compat['forum/states/DiscussionListState'];","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = GeneratorFunctionPrototype;\n define(Gp, \"constructor\", GeneratorFunctionPrototype);\n define(GeneratorFunctionPrototype, \"constructor\", GeneratorFunction);\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n });\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n define(Gp, iteratorSymbol, function() {\n return this;\n });\n\n define(Gp, \"toString\", function() {\n return \"[object Generator]\";\n });\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, in modern engines\n // we can explicitly access globalThis. In older engines we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n if (typeof globalThis === \"object\") {\n globalThis.regeneratorRuntime = runtime;\n } else {\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n }\n}\n","function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\n\nexport default function _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n\n _next(undefined);\n });\n };\n}","import app from 'flarum/forum/app';\nimport highlight from 'flarum/common/helpers/highlight';\nimport LinkButton from 'flarum/common/components/LinkButton';\nimport Link from 'flarum/common/components/Link';\nimport { SearchSource } from 'flarum/forum/components/Search';\nimport type Mithril from 'mithril';\n\n/**\n * The `DiscussionsSearchSource` finds and displays discussion search results in\n * the search dropdown.\n */\nexport default class DiscussionsSearchSource implements SearchSource {\n /**\n * Map of lowercase search queries to their respective model results\n */\n protected results = new Map();\n\n /**\n * Model name used for assembling API endpoint URL, and for frontend DOM.\n */\n private type = 'discussions';\n\n async search(query: string): Promise {\n query = query.toLowerCase();\n\n this.results.set(query, []);\n\n const params = {\n filter: { q: query },\n page: { limit: 3 },\n include: 'mostRelevantPost',\n };\n\n // Construct API search URI\n const url = `${app.forum.attribute('apiUrl')}/blomstra/search/${this.type}`;\n\n // Make API GET request\n const results = await app.request({ params, url, method: 'GET' });\n\n // Parse API response into models and push to store\n const models = app.store.pushPayload(results);\n\n // Add models to results map\n this.results.set(query, models);\n }\n\n view(query: string): Mithril.Children {\n query = query.toLowerCase();\n\n // Get results from map\n const queryResults = this.results.get(query) || [];\n\n const results = queryResults.map((discussion: any) => {\n const mostRelevantPost = discussion.mostRelevantPost();\n\n return (\n
  • \n \n
    {highlight(discussion.title(), query)}
    \n {!!mostRelevantPost &&
    {highlight(mostRelevantPost.contentPlain(), query, 100)}
    }\n \n
  • \n );\n });\n\n return (\n <>\n
  • {app.translator.trans('core.forum.search.discussions_heading')}
  • \n
  • \n \n {app.translator.trans('core.forum.search.all_discussions_button', { query })}\n \n
  • \n {results}\n \n );\n }\n}\n","import app from 'flarum/forum/app';\n\nimport Search from 'flarum/forum/components/Search';\n\nimport { extend } from 'flarum/common/extend';\nimport ItemList from 'flarum/common/utils/ItemList';\n\nimport DiscussionsSearchSource from './SearchSources/DiscussionsSearchSource';\nimport extendDiscussionState from './PaginatedListStates/extendDiscussionState';\n\napp.initializers.add('blomstra-search', () => {\n extend(Search.prototype, 'sourceItems', function (this: Search, items: ItemList) {\n items.remove('users');\n items.remove('discussions');\n\n /* if (app.forum.attribute('canViewForum')) */ items.add('discussions', new DiscussionsSearchSource());\n\n // console.log(items);\n });\n\n extendDiscussionState();\n});\n","import app from 'flarum/forum/app';\n\nimport { override } from 'flarum/common/extend';\n\nimport DiscussionListState from 'flarum/forum/states/DiscussionListState';\n\nexport default function extendDiscussionState() {\n override(DiscussionListState.prototype, 'loadPage', async function (this: DiscussionListState, original, page: number = 1) {\n if (!this.requestParams().q?.length) return original.call(this, page);\n\n const params = this.requestParams();\n params.page = {\n offset: this.pageSize * (page - 1),\n ...params.page,\n };\n\n if (Array.isArray(params.include)) {\n params.include = params.include.join(',');\n }\n\n // Construct API search URI\n const url = `${app.forum.attribute('apiUrl')}/blomstra/search/${this.type}`;\n\n // Make API GET request\n const results = await app.request({ params, url, method: 'GET' });\n\n // Parse API response into models and push to store\n const models = app.store.pushPayload(results);\n\n return models;\n });\n}\n"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack://@blomstra/realtime/webpack/bootstrap","webpack://@blomstra/realtime/./forum.ts","webpack://@blomstra/realtime/./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","webpack://@blomstra/realtime/./node_modules/@babel/runtime/helpers/esm/extends.js","webpack://@blomstra/realtime/./node_modules/@babel/runtime/regenerator/index.js","webpack://@blomstra/realtime/./node_modules/regenerator-runtime/runtime.js","webpack://@blomstra/realtime/./src/forum/PaginatedListStates/extendDiscussionState.tsx","webpack://@blomstra/realtime/./src/forum/SearchSources/DiscussionsSearchSource.tsx","webpack://@blomstra/realtime/./src/forum/index.ts","webpack://@blomstra/realtime/external \"flarum.core.compat['common/components/Link']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/components/LinkButton']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/extend']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['common/helpers/highlight']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/app']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/components/Search']\"","webpack://@blomstra/realtime/external \"flarum.core.compat['forum/states/DiscussionListState']\""],"names":["asyncGeneratorStep","gen","resolve","reject","_next","_throw","key","arg","info","value","error","done","Promise","then","_asyncToGenerator","fn","self","args","arguments","apply","err","undefined","_extends","Object","assign","target","i","length","source","prototype","hasOwnProperty","call","module","exports","require","runtime","Op","hasOwn","$Symbol","Symbol","iteratorSymbol","iterator","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","toStringTag","define","obj","defineProperty","enumerable","configurable","writable","wrap","innerFn","outerFn","tryLocsList","protoGenerator","Generator","generator","create","context","Context","_invoke","makeInvokeMethod","tryCatch","type","GenStateSuspendedStart","GenStateSuspendedYield","GenStateExecuting","GenStateCompleted","ContinueSentinel","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","getProto","getPrototypeOf","NativeIteratorPrototype","values","Gp","displayName","defineIteratorMethods","forEach","method","isGeneratorFunction","genFun","ctor","constructor","name","mark","setPrototypeOf","__proto__","awrap","__await","AsyncIterator","PromiseImpl","invoke","record","result","unwrapped","previousPromise","enqueue","callInvokeWithMethodAndArg","async","iter","next","state","Error","doneResult","delegate","delegateResult","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","TypeError","resultName","nextLoc","pushTryEntry","locs","entry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","keys","object","reverse","pop","iterable","iteratorMethod","isNaN","skipTempReset","prev","charAt","slice","stop","rootEntry","rootRecord","rval","exception","handle","loc","caught","hasCatch","hasFinally","finallyEntry","complete","finish","thrown","delegateYield","regeneratorRuntime","accidentalStrictMode","globalThis","Function","extendDiscussionState","override","DiscussionListState","original","page","requestParams","q","params","offset","pageSize","Array","isArray","include","join","url","app","forum","attribute","request","results","models","store","pushPayload","DiscussionsSearchSource","Map","search","query","toLowerCase","set","filter","limit","view","queryResults","get","map","discussion","mostRelevantPost","id","route","number","highlight","title","contentPlain","translator","trans","initializers","add","extend","Search","items","remove"],"mappings":";;QAAA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;;AClFA;AAAA;AAAA,wC;;;;;;;;;;;;ACAA;AAAA;AAAA,SAASA,kBAAT,CAA4BC,GAA5B,EAAiCC,OAAjC,EAA0CC,MAA1C,EAAkDC,KAAlD,EAAyDC,MAAzD,EAAiEC,GAAjE,EAAsEC,GAAtE,EAA2E;AACzE,MAAI;AACF,QAAIC,IAAI,GAAGP,GAAG,CAACK,GAAD,CAAH,CAASC,GAAT,CAAX;AACA,QAAIE,KAAK,GAAGD,IAAI,CAACC,KAAjB;AACD,GAHD,CAGE,OAAOC,KAAP,EAAc;AACdP,UAAM,CAACO,KAAD,CAAN;AACA;AACD;;AAED,MAAIF,IAAI,CAACG,IAAT,EAAe;AACbT,WAAO,CAACO,KAAD,CAAP;AACD,GAFD,MAEO;AACLG,WAAO,CAACV,OAAR,CAAgBO,KAAhB,EAAuBI,IAAvB,CAA4BT,KAA5B,EAAmCC,MAAnC;AACD;AACF;;AAEc,SAASS,iBAAT,CAA2BC,EAA3B,EAA+B;AAC5C,SAAO,YAAY;AACjB,QAAIC,IAAI,GAAG,IAAX;AAAA,QACIC,IAAI,GAAGC,SADX;AAEA,WAAO,IAAIN,OAAJ,CAAY,UAAUV,OAAV,EAAmBC,MAAnB,EAA2B;AAC5C,UAAIF,GAAG,GAAGc,EAAE,CAACI,KAAH,CAASH,IAAT,EAAeC,IAAf,CAAV;;AAEA,eAASb,KAAT,CAAeK,KAAf,EAAsB;AACpBT,0BAAkB,CAACC,GAAD,EAAMC,OAAN,EAAeC,MAAf,EAAuBC,KAAvB,EAA8BC,MAA9B,EAAsC,MAAtC,EAA8CI,KAA9C,CAAlB;AACD;;AAED,eAASJ,MAAT,CAAgBe,GAAhB,EAAqB;AACnBpB,0BAAkB,CAACC,GAAD,EAAMC,OAAN,EAAeC,MAAf,EAAuBC,KAAvB,EAA8BC,MAA9B,EAAsC,OAAtC,EAA+Ce,GAA/C,CAAlB;AACD;;AAEDhB,WAAK,CAACiB,SAAD,CAAL;AACD,KAZM,CAAP;AAaD,GAhBD;AAiBD,C;;;;;;;;;;;;AClCD;AAAA;AAAe,SAASC,QAAT,GAAoB;AACjCA,UAAQ,GAAGC,MAAM,CAACC,MAAP,IAAiB,UAAUC,MAAV,EAAkB;AAC5C,SAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGR,SAAS,CAACS,MAA9B,EAAsCD,CAAC,EAAvC,EAA2C;AACzC,UAAIE,MAAM,GAAGV,SAAS,CAACQ,CAAD,CAAtB;;AAEA,WAAK,IAAIpB,GAAT,IAAgBsB,MAAhB,EAAwB;AACtB,YAAIL,MAAM,CAACM,SAAP,CAAiBC,cAAjB,CAAgCC,IAAhC,CAAqCH,MAArC,EAA6CtB,GAA7C,CAAJ,EAAuD;AACrDmB,gBAAM,CAACnB,GAAD,CAAN,GAAcsB,MAAM,CAACtB,GAAD,CAApB;AACD;AACF;AACF;;AAED,WAAOmB,MAAP;AACD,GAZD;;AAcA,SAAOH,QAAQ,CAACH,KAAT,CAAe,IAAf,EAAqBD,SAArB,CAAP;AACD,C;;;;;;;;;;;AChBDc,MAAM,CAACC,OAAP,GAAiBC,mBAAO,CAAC,0EAAD,CAAxB,C;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;AAEA,IAAIC,OAAO,GAAI,UAAUF,OAAV,EAAmB;AAChC;;AAEA,MAAIG,EAAE,GAAGb,MAAM,CAACM,SAAhB;AACA,MAAIQ,MAAM,GAAGD,EAAE,CAACN,cAAhB;AACA,MAAIT,SAAJ,CALgC,CAKjB;;AACf,MAAIiB,OAAO,GAAG,OAAOC,MAAP,KAAkB,UAAlB,GAA+BA,MAA/B,GAAwC,EAAtD;AACA,MAAIC,cAAc,GAAGF,OAAO,CAACG,QAAR,IAAoB,YAAzC;AACA,MAAIC,mBAAmB,GAAGJ,OAAO,CAACK,aAAR,IAAyB,iBAAnD;AACA,MAAIC,iBAAiB,GAAGN,OAAO,CAACO,WAAR,IAAuB,eAA/C;;AAEA,WAASC,MAAT,CAAgBC,GAAhB,EAAqBzC,GAArB,EAA0BG,KAA1B,EAAiC;AAC/Bc,UAAM,CAACyB,cAAP,CAAsBD,GAAtB,EAA2BzC,GAA3B,EAAgC;AAC9BG,WAAK,EAAEA,KADuB;AAE9BwC,gBAAU,EAAE,IAFkB;AAG9BC,kBAAY,EAAE,IAHgB;AAI9BC,cAAQ,EAAE;AAJoB,KAAhC;AAMA,WAAOJ,GAAG,CAACzC,GAAD,CAAV;AACD;;AACD,MAAI;AACF;AACAwC,UAAM,CAAC,EAAD,EAAK,EAAL,CAAN;AACD,GAHD,CAGE,OAAO1B,GAAP,EAAY;AACZ0B,UAAM,GAAG,gBAASC,GAAT,EAAczC,GAAd,EAAmBG,KAAnB,EAA0B;AACjC,aAAOsC,GAAG,CAACzC,GAAD,CAAH,GAAWG,KAAlB;AACD,KAFD;AAGD;;AAED,WAAS2C,IAAT,CAAcC,OAAd,EAAuBC,OAAvB,EAAgCtC,IAAhC,EAAsCuC,WAAtC,EAAmD;AACjD;AACA,QAAIC,cAAc,GAAGF,OAAO,IAAIA,OAAO,CAACzB,SAAR,YAA6B4B,SAAxC,GAAoDH,OAApD,GAA8DG,SAAnF;AACA,QAAIC,SAAS,GAAGnC,MAAM,CAACoC,MAAP,CAAcH,cAAc,CAAC3B,SAA7B,CAAhB;AACA,QAAI+B,OAAO,GAAG,IAAIC,OAAJ,CAAYN,WAAW,IAAI,EAA3B,CAAd,CAJiD,CAMjD;AACA;;AACAG,aAAS,CAACI,OAAV,GAAoBC,gBAAgB,CAACV,OAAD,EAAUrC,IAAV,EAAgB4C,OAAhB,CAApC;AAEA,WAAOF,SAAP;AACD;;AACDzB,SAAO,CAACmB,IAAR,GAAeA,IAAf,CAzCgC,CA2ChC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,WAASY,QAAT,CAAkBjD,EAAlB,EAAsBgC,GAAtB,EAA2BxC,GAA3B,EAAgC;AAC9B,QAAI;AACF,aAAO;AAAE0D,YAAI,EAAE,QAAR;AAAkB1D,WAAG,EAAEQ,EAAE,CAACgB,IAAH,CAAQgB,GAAR,EAAaxC,GAAb;AAAvB,OAAP;AACD,KAFD,CAEE,OAAOa,GAAP,EAAY;AACZ,aAAO;AAAE6C,YAAI,EAAE,OAAR;AAAiB1D,WAAG,EAAEa;AAAtB,OAAP;AACD;AACF;;AAED,MAAI8C,sBAAsB,GAAG,gBAA7B;AACA,MAAIC,sBAAsB,GAAG,gBAA7B;AACA,MAAIC,iBAAiB,GAAG,WAAxB;AACA,MAAIC,iBAAiB,GAAG,WAAxB,CAhEgC,CAkEhC;AACA;;AACA,MAAIC,gBAAgB,GAAG,EAAvB,CApEgC,CAsEhC;AACA;AACA;AACA;;AACA,WAASb,SAAT,GAAqB,CAAE;;AACvB,WAASc,iBAAT,GAA6B,CAAE;;AAC/B,WAASC,0BAAT,GAAsC,CAAE,CA5ER,CA8EhC;AACA;;;AACA,MAAIC,iBAAiB,GAAG,EAAxB;AACA3B,QAAM,CAAC2B,iBAAD,EAAoBjC,cAApB,EAAoC,YAAY;AACpD,WAAO,IAAP;AACD,GAFK,CAAN;AAIA,MAAIkC,QAAQ,GAAGnD,MAAM,CAACoD,cAAtB;AACA,MAAIC,uBAAuB,GAAGF,QAAQ,IAAIA,QAAQ,CAACA,QAAQ,CAACG,MAAM,CAAC,EAAD,CAAP,CAAT,CAAlD;;AACA,MAAID,uBAAuB,IACvBA,uBAAuB,KAAKxC,EAD5B,IAEAC,MAAM,CAACN,IAAP,CAAY6C,uBAAZ,EAAqCpC,cAArC,CAFJ,EAE0D;AACxD;AACA;AACAiC,qBAAiB,GAAGG,uBAApB;AACD;;AAED,MAAIE,EAAE,GAAGN,0BAA0B,CAAC3C,SAA3B,GACP4B,SAAS,CAAC5B,SAAV,GAAsBN,MAAM,CAACoC,MAAP,CAAcc,iBAAd,CADxB;AAEAF,mBAAiB,CAAC1C,SAAlB,GAA8B2C,0BAA9B;AACA1B,QAAM,CAACgC,EAAD,EAAK,aAAL,EAAoBN,0BAApB,CAAN;AACA1B,QAAM,CAAC0B,0BAAD,EAA6B,aAA7B,EAA4CD,iBAA5C,CAAN;AACAA,mBAAiB,CAACQ,WAAlB,GAAgCjC,MAAM,CACpC0B,0BADoC,EAEpC5B,iBAFoC,EAGpC,mBAHoC,CAAtC,CApGgC,CA0GhC;AACA;;AACA,WAASoC,qBAAT,CAA+BnD,SAA/B,EAA0C;AACxC,KAAC,MAAD,EAAS,OAAT,EAAkB,QAAlB,EAA4BoD,OAA5B,CAAoC,UAASC,MAAT,EAAiB;AACnDpC,YAAM,CAACjB,SAAD,EAAYqD,MAAZ,EAAoB,UAAS3E,GAAT,EAAc;AACtC,eAAO,KAAKuD,OAAL,CAAaoB,MAAb,EAAqB3E,GAArB,CAAP;AACD,OAFK,CAAN;AAGD,KAJD;AAKD;;AAED0B,SAAO,CAACkD,mBAAR,GAA8B,UAASC,MAAT,EAAiB;AAC7C,QAAIC,IAAI,GAAG,OAAOD,MAAP,KAAkB,UAAlB,IAAgCA,MAAM,CAACE,WAAlD;AACA,WAAOD,IAAI,GACPA,IAAI,KAAKd,iBAAT,IACA;AACA;AACA,KAACc,IAAI,CAACN,WAAL,IAAoBM,IAAI,CAACE,IAA1B,MAAoC,mBAJ7B,GAKP,KALJ;AAMD,GARD;;AAUAtD,SAAO,CAACuD,IAAR,GAAe,UAASJ,MAAT,EAAiB;AAC9B,QAAI7D,MAAM,CAACkE,cAAX,EAA2B;AACzBlE,YAAM,CAACkE,cAAP,CAAsBL,MAAtB,EAA8BZ,0BAA9B;AACD,KAFD,MAEO;AACLY,YAAM,CAACM,SAAP,GAAmBlB,0BAAnB;AACA1B,YAAM,CAACsC,MAAD,EAASxC,iBAAT,EAA4B,mBAA5B,CAAN;AACD;;AACDwC,UAAM,CAACvD,SAAP,GAAmBN,MAAM,CAACoC,MAAP,CAAcmB,EAAd,CAAnB;AACA,WAAOM,MAAP;AACD,GATD,CA9HgC,CAyIhC;AACA;AACA;AACA;;;AACAnD,SAAO,CAAC0D,KAAR,GAAgB,UAASpF,GAAT,EAAc;AAC5B,WAAO;AAAEqF,aAAO,EAAErF;AAAX,KAAP;AACD,GAFD;;AAIA,WAASsF,aAAT,CAAuBnC,SAAvB,EAAkCoC,WAAlC,EAA+C;AAC7C,aAASC,MAAT,CAAgBb,MAAhB,EAAwB3E,GAAxB,EAA6BL,OAA7B,EAAsCC,MAAtC,EAA8C;AAC5C,UAAI6F,MAAM,GAAGhC,QAAQ,CAACN,SAAS,CAACwB,MAAD,CAAV,EAAoBxB,SAApB,EAA+BnD,GAA/B,CAArB;;AACA,UAAIyF,MAAM,CAAC/B,IAAP,KAAgB,OAApB,EAA6B;AAC3B9D,cAAM,CAAC6F,MAAM,CAACzF,GAAR,CAAN;AACD,OAFD,MAEO;AACL,YAAI0F,MAAM,GAAGD,MAAM,CAACzF,GAApB;AACA,YAAIE,KAAK,GAAGwF,MAAM,CAACxF,KAAnB;;AACA,YAAIA,KAAK,IACL,OAAOA,KAAP,KAAiB,QADjB,IAEA4B,MAAM,CAACN,IAAP,CAAYtB,KAAZ,EAAmB,SAAnB,CAFJ,EAEmC;AACjC,iBAAOqF,WAAW,CAAC5F,OAAZ,CAAoBO,KAAK,CAACmF,OAA1B,EAAmC/E,IAAnC,CAAwC,UAASJ,KAAT,EAAgB;AAC7DsF,kBAAM,CAAC,MAAD,EAAStF,KAAT,EAAgBP,OAAhB,EAAyBC,MAAzB,CAAN;AACD,WAFM,EAEJ,UAASiB,GAAT,EAAc;AACf2E,kBAAM,CAAC,OAAD,EAAU3E,GAAV,EAAelB,OAAf,EAAwBC,MAAxB,CAAN;AACD,WAJM,CAAP;AAKD;;AAED,eAAO2F,WAAW,CAAC5F,OAAZ,CAAoBO,KAApB,EAA2BI,IAA3B,CAAgC,UAASqF,SAAT,EAAoB;AACzD;AACA;AACA;AACAD,gBAAM,CAACxF,KAAP,GAAeyF,SAAf;AACAhG,iBAAO,CAAC+F,MAAD,CAAP;AACD,SANM,EAMJ,UAASvF,KAAT,EAAgB;AACjB;AACA;AACA,iBAAOqF,MAAM,CAAC,OAAD,EAAUrF,KAAV,EAAiBR,OAAjB,EAA0BC,MAA1B,CAAb;AACD,SAVM,CAAP;AAWD;AACF;;AAED,QAAIgG,eAAJ;;AAEA,aAASC,OAAT,CAAiBlB,MAAjB,EAAyB3E,GAAzB,EAA8B;AAC5B,eAAS8F,0BAAT,GAAsC;AACpC,eAAO,IAAIP,WAAJ,CAAgB,UAAS5F,OAAT,EAAkBC,MAAlB,EAA0B;AAC/C4F,gBAAM,CAACb,MAAD,EAAS3E,GAAT,EAAcL,OAAd,EAAuBC,MAAvB,CAAN;AACD,SAFM,CAAP;AAGD;;AAED,aAAOgG,eAAe,GACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACAA,qBAAe,GAAGA,eAAe,CAACtF,IAAhB,CAChBwF,0BADgB,EAEhB;AACA;AACAA,gCAJgB,CAAH,GAKXA,0BAA0B,EAlBhC;AAmBD,KA5D4C,CA8D7C;AACA;;;AACA,SAAKvC,OAAL,GAAesC,OAAf;AACD;;AAEDpB,uBAAqB,CAACa,aAAa,CAAChE,SAAf,CAArB;AACAiB,QAAM,CAAC+C,aAAa,CAAChE,SAAf,EAA0Ba,mBAA1B,EAA+C,YAAY;AAC/D,WAAO,IAAP;AACD,GAFK,CAAN;AAGAT,SAAO,CAAC4D,aAAR,GAAwBA,aAAxB,CAxNgC,CA0NhC;AACA;AACA;;AACA5D,SAAO,CAACqE,KAAR,GAAgB,UAASjD,OAAT,EAAkBC,OAAlB,EAA2BtC,IAA3B,EAAiCuC,WAAjC,EAA8CuC,WAA9C,EAA2D;AACzE,QAAIA,WAAW,KAAK,KAAK,CAAzB,EAA4BA,WAAW,GAAGlF,OAAd;AAE5B,QAAI2F,IAAI,GAAG,IAAIV,aAAJ,CACTzC,IAAI,CAACC,OAAD,EAAUC,OAAV,EAAmBtC,IAAnB,EAAyBuC,WAAzB,CADK,EAETuC,WAFS,CAAX;AAKA,WAAO7D,OAAO,CAACkD,mBAAR,CAA4B7B,OAA5B,IACHiD,IADG,CACE;AADF,MAEHA,IAAI,CAACC,IAAL,GAAY3F,IAAZ,CAAiB,UAASoF,MAAT,EAAiB;AAChC,aAAOA,MAAM,CAACtF,IAAP,GAAcsF,MAAM,CAACxF,KAArB,GAA6B8F,IAAI,CAACC,IAAL,EAApC;AACD,KAFD,CAFJ;AAKD,GAbD;;AAeA,WAASzC,gBAAT,CAA0BV,OAA1B,EAAmCrC,IAAnC,EAAyC4C,OAAzC,EAAkD;AAChD,QAAI6C,KAAK,GAAGvC,sBAAZ;AAEA,WAAO,SAAS6B,MAAT,CAAgBb,MAAhB,EAAwB3E,GAAxB,EAA6B;AAClC,UAAIkG,KAAK,KAAKrC,iBAAd,EAAiC;AAC/B,cAAM,IAAIsC,KAAJ,CAAU,8BAAV,CAAN;AACD;;AAED,UAAID,KAAK,KAAKpC,iBAAd,EAAiC;AAC/B,YAAIa,MAAM,KAAK,OAAf,EAAwB;AACtB,gBAAM3E,GAAN;AACD,SAH8B,CAK/B;AACA;;;AACA,eAAOoG,UAAU,EAAjB;AACD;;AAED/C,aAAO,CAACsB,MAAR,GAAiBA,MAAjB;AACAtB,aAAO,CAACrD,GAAR,GAAcA,GAAd;;AAEA,aAAO,IAAP,EAAa;AACX,YAAIqG,QAAQ,GAAGhD,OAAO,CAACgD,QAAvB;;AACA,YAAIA,QAAJ,EAAc;AACZ,cAAIC,cAAc,GAAGC,mBAAmB,CAACF,QAAD,EAAWhD,OAAX,CAAxC;;AACA,cAAIiD,cAAJ,EAAoB;AAClB,gBAAIA,cAAc,KAAKvC,gBAAvB,EAAyC;AACzC,mBAAOuC,cAAP;AACD;AACF;;AAED,YAAIjD,OAAO,CAACsB,MAAR,KAAmB,MAAvB,EAA+B;AAC7B;AACA;AACAtB,iBAAO,CAACmD,IAAR,GAAenD,OAAO,CAACoD,KAAR,GAAgBpD,OAAO,CAACrD,GAAvC;AAED,SALD,MAKO,IAAIqD,OAAO,CAACsB,MAAR,KAAmB,OAAvB,EAAgC;AACrC,cAAIuB,KAAK,KAAKvC,sBAAd,EAAsC;AACpCuC,iBAAK,GAAGpC,iBAAR;AACA,kBAAMT,OAAO,CAACrD,GAAd;AACD;;AAEDqD,iBAAO,CAACqD,iBAAR,CAA0BrD,OAAO,CAACrD,GAAlC;AAED,SARM,MAQA,IAAIqD,OAAO,CAACsB,MAAR,KAAmB,QAAvB,EAAiC;AACtCtB,iBAAO,CAACsD,MAAR,CAAe,QAAf,EAAyBtD,OAAO,CAACrD,GAAjC;AACD;;AAEDkG,aAAK,GAAGrC,iBAAR;AAEA,YAAI4B,MAAM,GAAGhC,QAAQ,CAACX,OAAD,EAAUrC,IAAV,EAAgB4C,OAAhB,CAArB;;AACA,YAAIoC,MAAM,CAAC/B,IAAP,KAAgB,QAApB,EAA8B;AAC5B;AACA;AACAwC,eAAK,GAAG7C,OAAO,CAACjD,IAAR,GACJ0D,iBADI,GAEJF,sBAFJ;;AAIA,cAAI6B,MAAM,CAACzF,GAAP,KAAe+D,gBAAnB,EAAqC;AACnC;AACD;;AAED,iBAAO;AACL7D,iBAAK,EAAEuF,MAAM,CAACzF,GADT;AAELI,gBAAI,EAAEiD,OAAO,CAACjD;AAFT,WAAP;AAKD,SAhBD,MAgBO,IAAIqF,MAAM,CAAC/B,IAAP,KAAgB,OAApB,EAA6B;AAClCwC,eAAK,GAAGpC,iBAAR,CADkC,CAElC;AACA;;AACAT,iBAAO,CAACsB,MAAR,GAAiB,OAAjB;AACAtB,iBAAO,CAACrD,GAAR,GAAcyF,MAAM,CAACzF,GAArB;AACD;AACF;AACF,KAxED;AAyED,GAxT+B,CA0ThC;AACA;AACA;AACA;;;AACA,WAASuG,mBAAT,CAA6BF,QAA7B,EAAuChD,OAAvC,EAAgD;AAC9C,QAAIsB,MAAM,GAAG0B,QAAQ,CAACnE,QAAT,CAAkBmB,OAAO,CAACsB,MAA1B,CAAb;;AACA,QAAIA,MAAM,KAAK7D,SAAf,EAA0B;AACxB;AACA;AACAuC,aAAO,CAACgD,QAAR,GAAmB,IAAnB;;AAEA,UAAIhD,OAAO,CAACsB,MAAR,KAAmB,OAAvB,EAAgC;AAC9B;AACA,YAAI0B,QAAQ,CAACnE,QAAT,CAAkB,QAAlB,CAAJ,EAAiC;AAC/B;AACA;AACAmB,iBAAO,CAACsB,MAAR,GAAiB,QAAjB;AACAtB,iBAAO,CAACrD,GAAR,GAAcc,SAAd;AACAyF,6BAAmB,CAACF,QAAD,EAAWhD,OAAX,CAAnB;;AAEA,cAAIA,OAAO,CAACsB,MAAR,KAAmB,OAAvB,EAAgC;AAC9B;AACA;AACA,mBAAOZ,gBAAP;AACD;AACF;;AAEDV,eAAO,CAACsB,MAAR,GAAiB,OAAjB;AACAtB,eAAO,CAACrD,GAAR,GAAc,IAAI4G,SAAJ,CACZ,gDADY,CAAd;AAED;;AAED,aAAO7C,gBAAP;AACD;;AAED,QAAI0B,MAAM,GAAGhC,QAAQ,CAACkB,MAAD,EAAS0B,QAAQ,CAACnE,QAAlB,EAA4BmB,OAAO,CAACrD,GAApC,CAArB;;AAEA,QAAIyF,MAAM,CAAC/B,IAAP,KAAgB,OAApB,EAA6B;AAC3BL,aAAO,CAACsB,MAAR,GAAiB,OAAjB;AACAtB,aAAO,CAACrD,GAAR,GAAcyF,MAAM,CAACzF,GAArB;AACAqD,aAAO,CAACgD,QAAR,GAAmB,IAAnB;AACA,aAAOtC,gBAAP;AACD;;AAED,QAAI9D,IAAI,GAAGwF,MAAM,CAACzF,GAAlB;;AAEA,QAAI,CAAEC,IAAN,EAAY;AACVoD,aAAO,CAACsB,MAAR,GAAiB,OAAjB;AACAtB,aAAO,CAACrD,GAAR,GAAc,IAAI4G,SAAJ,CAAc,kCAAd,CAAd;AACAvD,aAAO,CAACgD,QAAR,GAAmB,IAAnB;AACA,aAAOtC,gBAAP;AACD;;AAED,QAAI9D,IAAI,CAACG,IAAT,EAAe;AACb;AACA;AACAiD,aAAO,CAACgD,QAAQ,CAACQ,UAAV,CAAP,GAA+B5G,IAAI,CAACC,KAApC,CAHa,CAKb;;AACAmD,aAAO,CAAC4C,IAAR,GAAeI,QAAQ,CAACS,OAAxB,CANa,CAQb;AACA;AACA;AACA;AACA;AACA;;AACA,UAAIzD,OAAO,CAACsB,MAAR,KAAmB,QAAvB,EAAiC;AAC/BtB,eAAO,CAACsB,MAAR,GAAiB,MAAjB;AACAtB,eAAO,CAACrD,GAAR,GAAcc,SAAd;AACD;AAEF,KAnBD,MAmBO;AACL;AACA,aAAOb,IAAP;AACD,KAvE6C,CAyE9C;AACA;;;AACAoD,WAAO,CAACgD,QAAR,GAAmB,IAAnB;AACA,WAAOtC,gBAAP;AACD,GA3Y+B,CA6YhC;AACA;;;AACAU,uBAAqB,CAACF,EAAD,CAArB;AAEAhC,QAAM,CAACgC,EAAD,EAAKlC,iBAAL,EAAwB,WAAxB,CAAN,CAjZgC,CAmZhC;AACA;AACA;AACA;AACA;;AACAE,QAAM,CAACgC,EAAD,EAAKtC,cAAL,EAAqB,YAAW;AACpC,WAAO,IAAP;AACD,GAFK,CAAN;AAIAM,QAAM,CAACgC,EAAD,EAAK,UAAL,EAAiB,YAAW;AAChC,WAAO,oBAAP;AACD,GAFK,CAAN;;AAIA,WAASwC,YAAT,CAAsBC,IAAtB,EAA4B;AAC1B,QAAIC,KAAK,GAAG;AAAEC,YAAM,EAAEF,IAAI,CAAC,CAAD;AAAd,KAAZ;;AAEA,QAAI,KAAKA,IAAT,EAAe;AACbC,WAAK,CAACE,QAAN,GAAiBH,IAAI,CAAC,CAAD,CAArB;AACD;;AAED,QAAI,KAAKA,IAAT,EAAe;AACbC,WAAK,CAACG,UAAN,GAAmBJ,IAAI,CAAC,CAAD,CAAvB;AACAC,WAAK,CAACI,QAAN,GAAiBL,IAAI,CAAC,CAAD,CAArB;AACD;;AAED,SAAKM,UAAL,CAAgBC,IAAhB,CAAqBN,KAArB;AACD;;AAED,WAASO,aAAT,CAAuBP,KAAvB,EAA8B;AAC5B,QAAIxB,MAAM,GAAGwB,KAAK,CAACQ,UAAN,IAAoB,EAAjC;AACAhC,UAAM,CAAC/B,IAAP,GAAc,QAAd;AACA,WAAO+B,MAAM,CAACzF,GAAd;AACAiH,SAAK,CAACQ,UAAN,GAAmBhC,MAAnB;AACD;;AAED,WAASnC,OAAT,CAAiBN,WAAjB,EAA8B;AAC5B;AACA;AACA;AACA,SAAKsE,UAAL,GAAkB,CAAC;AAAEJ,YAAM,EAAE;AAAV,KAAD,CAAlB;AACAlE,eAAW,CAAC0B,OAAZ,CAAoBqC,YAApB,EAAkC,IAAlC;AACA,SAAKW,KAAL,CAAW,IAAX;AACD;;AAEDhG,SAAO,CAACiG,IAAR,GAAe,UAASC,MAAT,EAAiB;AAC9B,QAAID,IAAI,GAAG,EAAX;;AACA,SAAK,IAAI5H,GAAT,IAAgB6H,MAAhB,EAAwB;AACtBD,UAAI,CAACJ,IAAL,CAAUxH,GAAV;AACD;;AACD4H,QAAI,CAACE,OAAL,GAL8B,CAO9B;AACA;;AACA,WAAO,SAAS5B,IAAT,GAAgB;AACrB,aAAO0B,IAAI,CAACvG,MAAZ,EAAoB;AAClB,YAAIrB,GAAG,GAAG4H,IAAI,CAACG,GAAL,EAAV;;AACA,YAAI/H,GAAG,IAAI6H,MAAX,EAAmB;AACjB3B,cAAI,CAAC/F,KAAL,GAAaH,GAAb;AACAkG,cAAI,CAAC7F,IAAL,GAAY,KAAZ;AACA,iBAAO6F,IAAP;AACD;AACF,OARoB,CAUrB;AACA;AACA;;;AACAA,UAAI,CAAC7F,IAAL,GAAY,IAAZ;AACA,aAAO6F,IAAP;AACD,KAfD;AAgBD,GAzBD;;AA2BA,WAAS3B,MAAT,CAAgByD,QAAhB,EAA0B;AACxB,QAAIA,QAAJ,EAAc;AACZ,UAAIC,cAAc,GAAGD,QAAQ,CAAC9F,cAAD,CAA7B;;AACA,UAAI+F,cAAJ,EAAoB;AAClB,eAAOA,cAAc,CAACxG,IAAf,CAAoBuG,QAApB,CAAP;AACD;;AAED,UAAI,OAAOA,QAAQ,CAAC9B,IAAhB,KAAyB,UAA7B,EAAyC;AACvC,eAAO8B,QAAP;AACD;;AAED,UAAI,CAACE,KAAK,CAACF,QAAQ,CAAC3G,MAAV,CAAV,EAA6B;AAC3B,YAAID,CAAC,GAAG,CAAC,CAAT;AAAA,YAAY8E,IAAI,GAAG,SAASA,IAAT,GAAgB;AACjC,iBAAO,EAAE9E,CAAF,GAAM4G,QAAQ,CAAC3G,MAAtB,EAA8B;AAC5B,gBAAIU,MAAM,CAACN,IAAP,CAAYuG,QAAZ,EAAsB5G,CAAtB,CAAJ,EAA8B;AAC5B8E,kBAAI,CAAC/F,KAAL,GAAa6H,QAAQ,CAAC5G,CAAD,CAArB;AACA8E,kBAAI,CAAC7F,IAAL,GAAY,KAAZ;AACA,qBAAO6F,IAAP;AACD;AACF;;AAEDA,cAAI,CAAC/F,KAAL,GAAaY,SAAb;AACAmF,cAAI,CAAC7F,IAAL,GAAY,IAAZ;AAEA,iBAAO6F,IAAP;AACD,SAbD;;AAeA,eAAOA,IAAI,CAACA,IAAL,GAAYA,IAAnB;AACD;AACF,KA7BuB,CA+BxB;;;AACA,WAAO;AAAEA,UAAI,EAAEG;AAAR,KAAP;AACD;;AACD1E,SAAO,CAAC4C,MAAR,GAAiBA,MAAjB;;AAEA,WAAS8B,UAAT,GAAsB;AACpB,WAAO;AAAElG,WAAK,EAAEY,SAAT;AAAoBV,UAAI,EAAE;AAA1B,KAAP;AACD;;AAEDkD,SAAO,CAAChC,SAAR,GAAoB;AAClByD,eAAW,EAAEzB,OADK;AAGlBoE,SAAK,EAAE,eAASQ,aAAT,EAAwB;AAC7B,WAAKC,IAAL,GAAY,CAAZ;AACA,WAAKlC,IAAL,GAAY,CAAZ,CAF6B,CAG7B;AACA;;AACA,WAAKO,IAAL,GAAY,KAAKC,KAAL,GAAa3F,SAAzB;AACA,WAAKV,IAAL,GAAY,KAAZ;AACA,WAAKiG,QAAL,GAAgB,IAAhB;AAEA,WAAK1B,MAAL,GAAc,MAAd;AACA,WAAK3E,GAAL,GAAWc,SAAX;AAEA,WAAKwG,UAAL,CAAgB5C,OAAhB,CAAwB8C,aAAxB;;AAEA,UAAI,CAACU,aAAL,EAAoB;AAClB,aAAK,IAAIlD,IAAT,IAAiB,IAAjB,EAAuB;AACrB;AACA,cAAIA,IAAI,CAACoD,MAAL,CAAY,CAAZ,MAAmB,GAAnB,IACAtG,MAAM,CAACN,IAAP,CAAY,IAAZ,EAAkBwD,IAAlB,CADA,IAEA,CAACiD,KAAK,CAAC,CAACjD,IAAI,CAACqD,KAAL,CAAW,CAAX,CAAF,CAFV,EAE4B;AAC1B,iBAAKrD,IAAL,IAAalE,SAAb;AACD;AACF;AACF;AACF,KA3BiB;AA6BlBwH,QAAI,EAAE,gBAAW;AACf,WAAKlI,IAAL,GAAY,IAAZ;AAEA,UAAImI,SAAS,GAAG,KAAKjB,UAAL,CAAgB,CAAhB,CAAhB;AACA,UAAIkB,UAAU,GAAGD,SAAS,CAACd,UAA3B;;AACA,UAAIe,UAAU,CAAC9E,IAAX,KAAoB,OAAxB,EAAiC;AAC/B,cAAM8E,UAAU,CAACxI,GAAjB;AACD;;AAED,aAAO,KAAKyI,IAAZ;AACD,KAvCiB;AAyClB/B,qBAAiB,EAAE,2BAASgC,SAAT,EAAoB;AACrC,UAAI,KAAKtI,IAAT,EAAe;AACb,cAAMsI,SAAN;AACD;;AAED,UAAIrF,OAAO,GAAG,IAAd;;AACA,eAASsF,MAAT,CAAgBC,GAAhB,EAAqBC,MAArB,EAA6B;AAC3BpD,cAAM,CAAC/B,IAAP,GAAc,OAAd;AACA+B,cAAM,CAACzF,GAAP,GAAa0I,SAAb;AACArF,eAAO,CAAC4C,IAAR,GAAe2C,GAAf;;AAEA,YAAIC,MAAJ,EAAY;AACV;AACA;AACAxF,iBAAO,CAACsB,MAAR,GAAiB,MAAjB;AACAtB,iBAAO,CAACrD,GAAR,GAAcc,SAAd;AACD;;AAED,eAAO,CAAC,CAAE+H,MAAV;AACD;;AAED,WAAK,IAAI1H,CAAC,GAAG,KAAKmG,UAAL,CAAgBlG,MAAhB,GAAyB,CAAtC,EAAyCD,CAAC,IAAI,CAA9C,EAAiD,EAAEA,CAAnD,EAAsD;AACpD,YAAI8F,KAAK,GAAG,KAAKK,UAAL,CAAgBnG,CAAhB,CAAZ;AACA,YAAIsE,MAAM,GAAGwB,KAAK,CAACQ,UAAnB;;AAEA,YAAIR,KAAK,CAACC,MAAN,KAAiB,MAArB,EAA6B;AAC3B;AACA;AACA;AACA,iBAAOyB,MAAM,CAAC,KAAD,CAAb;AACD;;AAED,YAAI1B,KAAK,CAACC,MAAN,IAAgB,KAAKiB,IAAzB,EAA+B;AAC7B,cAAIW,QAAQ,GAAGhH,MAAM,CAACN,IAAP,CAAYyF,KAAZ,EAAmB,UAAnB,CAAf;AACA,cAAI8B,UAAU,GAAGjH,MAAM,CAACN,IAAP,CAAYyF,KAAZ,EAAmB,YAAnB,CAAjB;;AAEA,cAAI6B,QAAQ,IAAIC,UAAhB,EAA4B;AAC1B,gBAAI,KAAKZ,IAAL,GAAYlB,KAAK,CAACE,QAAtB,EAAgC;AAC9B,qBAAOwB,MAAM,CAAC1B,KAAK,CAACE,QAAP,EAAiB,IAAjB,CAAb;AACD,aAFD,MAEO,IAAI,KAAKgB,IAAL,GAAYlB,KAAK,CAACG,UAAtB,EAAkC;AACvC,qBAAOuB,MAAM,CAAC1B,KAAK,CAACG,UAAP,CAAb;AACD;AAEF,WAPD,MAOO,IAAI0B,QAAJ,EAAc;AACnB,gBAAI,KAAKX,IAAL,GAAYlB,KAAK,CAACE,QAAtB,EAAgC;AAC9B,qBAAOwB,MAAM,CAAC1B,KAAK,CAACE,QAAP,EAAiB,IAAjB,CAAb;AACD;AAEF,WALM,MAKA,IAAI4B,UAAJ,EAAgB;AACrB,gBAAI,KAAKZ,IAAL,GAAYlB,KAAK,CAACG,UAAtB,EAAkC;AAChC,qBAAOuB,MAAM,CAAC1B,KAAK,CAACG,UAAP,CAAb;AACD;AAEF,WALM,MAKA;AACL,kBAAM,IAAIjB,KAAJ,CAAU,wCAAV,CAAN;AACD;AACF;AACF;AACF,KAnGiB;AAqGlBQ,UAAM,EAAE,gBAASjD,IAAT,EAAe1D,GAAf,EAAoB;AAC1B,WAAK,IAAImB,CAAC,GAAG,KAAKmG,UAAL,CAAgBlG,MAAhB,GAAyB,CAAtC,EAAyCD,CAAC,IAAI,CAA9C,EAAiD,EAAEA,CAAnD,EAAsD;AACpD,YAAI8F,KAAK,GAAG,KAAKK,UAAL,CAAgBnG,CAAhB,CAAZ;;AACA,YAAI8F,KAAK,CAACC,MAAN,IAAgB,KAAKiB,IAArB,IACArG,MAAM,CAACN,IAAP,CAAYyF,KAAZ,EAAmB,YAAnB,CADA,IAEA,KAAKkB,IAAL,GAAYlB,KAAK,CAACG,UAFtB,EAEkC;AAChC,cAAI4B,YAAY,GAAG/B,KAAnB;AACA;AACD;AACF;;AAED,UAAI+B,YAAY,KACXtF,IAAI,KAAK,OAAT,IACAA,IAAI,KAAK,UAFE,CAAZ,IAGAsF,YAAY,CAAC9B,MAAb,IAAuBlH,GAHvB,IAIAA,GAAG,IAAIgJ,YAAY,CAAC5B,UAJxB,EAIoC;AAClC;AACA;AACA4B,oBAAY,GAAG,IAAf;AACD;;AAED,UAAIvD,MAAM,GAAGuD,YAAY,GAAGA,YAAY,CAACvB,UAAhB,GAA6B,EAAtD;AACAhC,YAAM,CAAC/B,IAAP,GAAcA,IAAd;AACA+B,YAAM,CAACzF,GAAP,GAAaA,GAAb;;AAEA,UAAIgJ,YAAJ,EAAkB;AAChB,aAAKrE,MAAL,GAAc,MAAd;AACA,aAAKsB,IAAL,GAAY+C,YAAY,CAAC5B,UAAzB;AACA,eAAOrD,gBAAP;AACD;;AAED,aAAO,KAAKkF,QAAL,CAAcxD,MAAd,CAAP;AACD,KArIiB;AAuIlBwD,YAAQ,EAAE,kBAASxD,MAAT,EAAiB4B,QAAjB,EAA2B;AACnC,UAAI5B,MAAM,CAAC/B,IAAP,KAAgB,OAApB,EAA6B;AAC3B,cAAM+B,MAAM,CAACzF,GAAb;AACD;;AAED,UAAIyF,MAAM,CAAC/B,IAAP,KAAgB,OAAhB,IACA+B,MAAM,CAAC/B,IAAP,KAAgB,UADpB,EACgC;AAC9B,aAAKuC,IAAL,GAAYR,MAAM,CAACzF,GAAnB;AACD,OAHD,MAGO,IAAIyF,MAAM,CAAC/B,IAAP,KAAgB,QAApB,EAA8B;AACnC,aAAK+E,IAAL,GAAY,KAAKzI,GAAL,GAAWyF,MAAM,CAACzF,GAA9B;AACA,aAAK2E,MAAL,GAAc,QAAd;AACA,aAAKsB,IAAL,GAAY,KAAZ;AACD,OAJM,MAIA,IAAIR,MAAM,CAAC/B,IAAP,KAAgB,QAAhB,IAA4B2D,QAAhC,EAA0C;AAC/C,aAAKpB,IAAL,GAAYoB,QAAZ;AACD;;AAED,aAAOtD,gBAAP;AACD,KAxJiB;AA0JlBmF,UAAM,EAAE,gBAAS9B,UAAT,EAAqB;AAC3B,WAAK,IAAIjG,CAAC,GAAG,KAAKmG,UAAL,CAAgBlG,MAAhB,GAAyB,CAAtC,EAAyCD,CAAC,IAAI,CAA9C,EAAiD,EAAEA,CAAnD,EAAsD;AACpD,YAAI8F,KAAK,GAAG,KAAKK,UAAL,CAAgBnG,CAAhB,CAAZ;;AACA,YAAI8F,KAAK,CAACG,UAAN,KAAqBA,UAAzB,EAAqC;AACnC,eAAK6B,QAAL,CAAchC,KAAK,CAACQ,UAApB,EAAgCR,KAAK,CAACI,QAAtC;AACAG,uBAAa,CAACP,KAAD,CAAb;AACA,iBAAOlD,gBAAP;AACD;AACF;AACF,KAnKiB;AAqKlB,aAAS,gBAASmD,MAAT,EAAiB;AACxB,WAAK,IAAI/F,CAAC,GAAG,KAAKmG,UAAL,CAAgBlG,MAAhB,GAAyB,CAAtC,EAAyCD,CAAC,IAAI,CAA9C,EAAiD,EAAEA,CAAnD,EAAsD;AACpD,YAAI8F,KAAK,GAAG,KAAKK,UAAL,CAAgBnG,CAAhB,CAAZ;;AACA,YAAI8F,KAAK,CAACC,MAAN,KAAiBA,MAArB,EAA6B;AAC3B,cAAIzB,MAAM,GAAGwB,KAAK,CAACQ,UAAnB;;AACA,cAAIhC,MAAM,CAAC/B,IAAP,KAAgB,OAApB,EAA6B;AAC3B,gBAAIyF,MAAM,GAAG1D,MAAM,CAACzF,GAApB;AACAwH,yBAAa,CAACP,KAAD,CAAb;AACD;;AACD,iBAAOkC,MAAP;AACD;AACF,OAXuB,CAaxB;AACA;;;AACA,YAAM,IAAIhD,KAAJ,CAAU,uBAAV,CAAN;AACD,KArLiB;AAuLlBiD,iBAAa,EAAE,uBAASrB,QAAT,EAAmBlB,UAAnB,EAA+BC,OAA/B,EAAwC;AACrD,WAAKT,QAAL,GAAgB;AACdnE,gBAAQ,EAAEoC,MAAM,CAACyD,QAAD,CADF;AAEdlB,kBAAU,EAAEA,UAFE;AAGdC,eAAO,EAAEA;AAHK,OAAhB;;AAMA,UAAI,KAAKnC,MAAL,KAAgB,MAApB,EAA4B;AAC1B;AACA;AACA,aAAK3E,GAAL,GAAWc,SAAX;AACD;;AAED,aAAOiD,gBAAP;AACD;AArMiB,GAApB,CAlgBgC,CA0sBhC;AACA;AACA;AACA;;AACA,SAAOrC,OAAP;AAED,CAhtBc,EAitBb;AACA;AACA;AACA;AACA,QAA6BD,MAAM,CAACC,OAApC,GAA8C,SArtBjC,CAAf;;AAwtBA,IAAI;AACF2H,oBAAkB,GAAGzH,OAArB;AACD,CAFD,CAEE,OAAO0H,oBAAP,EAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAI,OAAOC,UAAP,KAAsB,QAA1B,EAAoC;AAClCA,cAAU,CAACF,kBAAX,GAAgCzH,OAAhC;AACD,GAFD,MAEO;AACL4H,YAAQ,CAAC,GAAD,EAAM,wBAAN,CAAR,CAAwC5H,OAAxC;AACD;AACF,C;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjvBD;AAEA;AAEA;AAEe,SAAS6H,qBAAT,GAAiC;AAC9CC,uEAAQ,CAACC,8EAAmB,CAACrI,SAArB,EAAgC,UAAhC;AAAA,gMAA4C,iBAA2CsI,QAA3C,EAAqDC,IAArD;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAqDA,IAArD;AAAqDA,oBAArD,GAAoE,CAApE;AAAA;;AAAA,2CAC7C,KAAKC,aAAL,GAAqBC,CADwB,aAC7C,sBAAwB3I,MADqB;AAAA;AAAA;AAAA;;AAAA,+CACNwI,QAAQ,CAACpI,IAAT,CAAc,IAAd,EAAoBqI,IAApB,CADM;;AAAA;AAG5CG,oBAH4C,GAGnC,KAAKF,aAAL,EAHmC;AAIlDE,oBAAM,CAACH,IAAP;AACEI,sBAAM,EAAE,KAAKC,QAAL,IAAiBL,IAAI,GAAG,CAAxB;AADV,iBAEKG,MAAM,CAACH,IAFZ;;AAKA,kBAAIM,KAAK,CAACC,OAAN,CAAcJ,MAAM,CAACK,OAArB,CAAJ,EAAmC;AACjCL,sBAAM,CAACK,OAAP,GAAiBL,MAAM,CAACK,OAAP,CAAeC,IAAf,CAAoB,GAApB,CAAjB;AACD,eAXiD,CAalD;;;AACMC,iBAd4C,GAcnCC,uDAAG,CAACC,KAAJ,CAAUC,SAAV,CAAoB,QAApB,CAdmC,yBAcc,KAAKhH,IAdnB,EAgBlD;;AAhBkD;AAAA,qBAiB5B8G,uDAAG,CAACG,OAAJ,CAAY;AAAEX,sBAAM,EAANA,MAAF;AAAUO,mBAAG,EAAHA,GAAV;AAAe5F,sBAAM,EAAE;AAAvB,eAAZ,CAjB4B;;AAAA;AAiB5CiG,qBAjB4C;AAmBlD;AACMC,oBApB4C,GAoBnCL,uDAAG,CAACM,KAAJ,CAAUC,WAAV,CAAsBH,OAAtB,CApBmC;AAAA,+CAsB3CC,MAtB2C;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KAA5C;;AAAA;AAAA;AAAA;AAAA,MAAR;AAwBD,C;;;;;;;;;;;;;;;;;;;;;;;;;;;AC/BD;AACA;AACA;AACA;;AAIA;AACA;AACA;AACA;IACqBG,uB;;SAITJ,O,GAAU,IAAIK,GAAJ,E;SAKZvH,I,GAAO,a;;;;;SAETwH,M;mMAAN,iBAAaC,KAAb;AAAA;AAAA;AAAA;AAAA;AAAA;AACEA,mBAAK,GAAGA,KAAK,CAACC,WAAN,EAAR;AAEA,mBAAKR,OAAL,CAAaS,GAAb,CAAiBF,KAAjB,EAAwB,EAAxB;AAEMnB,oBALR,GAKiB;AACbsB,sBAAM,EAAE;AAAEvB,mBAAC,EAAEoB;AAAL,iBADK;AAEbtB,oBAAI,EAAE;AAAE0B,uBAAK,EAAE;AAAT,iBAFO;AAGblB,uBAAO,EAAE;AAHI,eALjB,EAWE;;AACME,iBAZR,GAYiBC,uDAAG,CAACC,KAAJ,CAAUC,SAAV,CAAoB,QAApB,CAZjB,yBAYkE,KAAKhH,IAZvE,EAcE;;AAdF;AAAA,qBAewB8G,uDAAG,CAACG,OAAJ,CAAY;AAAEX,sBAAM,EAANA,MAAF;AAAUO,mBAAG,EAAHA,GAAV;AAAe5F,sBAAM,EAAE;AAAvB,eAAZ,CAfxB;;AAAA;AAeQiG,qBAfR;AAiBE;AACMC,oBAlBR,GAkBiBL,uDAAG,CAACM,KAAJ,CAAUC,WAAV,CAAsBH,OAAtB,CAlBjB,EAoBE;;AACA,mBAAKA,OAAL,CAAaS,GAAb,CAAiBF,KAAjB,EAAwBN,MAAxB;;AArBF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,K;;;;;;;;;SAwBAW,I,GAAA,cAAKL,KAAL,EAAsC;AAAA;;AACpCA,SAAK,GAAGA,KAAK,CAACC,WAAN,EAAR,CADoC,CAGpC;;AACA,QAAMK,YAAY,GAAG,KAAKb,OAAL,CAAac,GAAb,CAAiBP,KAAjB,KAA2B,EAAhD;AAEA,QAAMP,OAAO,GAAGa,YAAY,CAACE,GAAb,CAAiB,UAACC,UAAD,EAAqB;AACpD,UAAMC,gBAAgB,GAAGD,UAAU,CAACC,gBAAX,EAAzB;AAEA,aACE;AAAI,iBAAS,EAAC,wBAAd;AAAuC,2BAAe,KAAI,CAACnI,IAApB,GAA2BkI,UAAU,CAACE,EAAX,EAAlE;AAAqF,WAAG,OAAK,KAAI,CAACpI,IAAV,GAAiBkI,UAAU,CAACE,EAAX;AAAzG,SACE,EAAC,oEAAD;AAAM,YAAI,EAAEtB,uDAAG,CAACuB,KAAJ,CAAUH,UAAV,CAAqBA,UAArB,EAAiCC,gBAAgB,IAAIA,gBAAgB,CAACG,MAAjB,EAArD;AAAZ,SACE;AAAK,iBAAS,EAAC;AAAf,SAA+CC,sEAAS,CAACL,UAAU,CAACM,KAAX,EAAD,EAAqBf,KAArB,CAAxD,CADF,EAEG,CAAC,CAACU,gBAAF,IAAsB;AAAK,iBAAS,EAAC;AAAf,SAAiDI,sEAAS,CAACJ,gBAAgB,CAACM,YAAjB,EAAD,EAAkChB,KAAlC,EAAyC,GAAzC,CAA1D,CAFzB,CADF,CADF;AAQD,KAXe,CAAhB;AAaA,WACE,aACE;AAAI,eAAS,EAAC;AAAd,OAAiCX,uDAAG,CAAC4B,UAAJ,CAAeC,KAAf,CAAqB,uCAArB,CAAjC,CADF,EAEE,cACE,EAAC,0EAAD;AAAY,UAAI,EAAC,eAAjB;AAAiC,UAAI,EAAE7B,uDAAG,CAACuB,KAAJ,CAAU,OAAV,EAAmB;AAAEhC,SAAC,EAAEoB;AAAL,OAAnB;AAAvC,OACGX,uDAAG,CAAC4B,UAAJ,CAAeC,KAAf,CAAqB,0CAArB,EAAiE;AAAElB,WAAK,EAALA;AAAF,KAAjE,CADH,CADF,CAFF,EAOGP,OAPH,CADF;AAWD,G;;;;;;;;;;;;;;;;;AC5EH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA;AAEA;AAGA;AACA;AAEAJ,uDAAG,CAAC8B,YAAJ,CAAiBC,GAAjB,CAAqB,iBAArB,EAAwC,YAAM;AAC5CC,qEAAM,CAACC,qEAAM,CAACnL,SAAR,EAAmB,aAAnB,EAAkC,UAAwBoL,KAAxB,EAAyC;AAC/EA,SAAK,CAACC,MAAN,CAAa,OAAb;AACAD,SAAK,CAACC,MAAN,CAAa,aAAb;AAEA;;AAA+CD,SAAK,CAACH,GAAN,CAAU,aAAV,EAAyB,IAAIvB,8EAAJ,EAAzB,EAJgC,CAM/E;AACD,GAPK,CAAN;AASAvB,4FAAqB;AACtB,CAXD,E;;;;;;;;;;;ACVA,8D;;;;;;;;;;;ACAA,oE;;;;;;;;;;;ACAA,qD;;;;;;;;;;;ACAA,gE;;;;;;;;;;;ACAA,iD;;;;;;;;;;;ACAA,+D;;;;;;;;;;;ACAA,wE","file":"forum.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./forum.ts\");\n","export * from './src/forum';\n","function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\n\nexport default function _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n\n _next(undefined);\n });\n };\n}","export default function _extends() {\n _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n\n return _extends.apply(this, arguments);\n}","module.exports = require(\"regenerator-runtime\");\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = GeneratorFunctionPrototype;\n define(Gp, \"constructor\", GeneratorFunctionPrototype);\n define(GeneratorFunctionPrototype, \"constructor\", GeneratorFunction);\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n });\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n define(Gp, iteratorSymbol, function() {\n return this;\n });\n\n define(Gp, \"toString\", function() {\n return \"[object Generator]\";\n });\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n typeof module === \"object\" ? module.exports : {}\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, in modern engines\n // we can explicitly access globalThis. In older engines we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n if (typeof globalThis === \"object\") {\n globalThis.regeneratorRuntime = runtime;\n } else {\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n }\n}\n","import app from 'flarum/forum/app';\n\nimport { override } from 'flarum/common/extend';\n\nimport DiscussionListState from 'flarum/forum/states/DiscussionListState';\n\nexport default function extendDiscussionState() {\n override(DiscussionListState.prototype, 'loadPage', async function (this: DiscussionListState, original, page: number = 1) {\n if (!this.requestParams().q?.length) return original.call(this, page);\n\n const params = this.requestParams();\n params.page = {\n offset: this.pageSize * (page - 1),\n ...params.page,\n };\n\n if (Array.isArray(params.include)) {\n params.include = params.include.join(',');\n }\n\n // Construct API search URI\n const url = `${app.forum.attribute('apiUrl')}/blomstra/search/${this.type}`;\n\n // Make API GET request\n const results = await app.request({ params, url, method: 'GET' });\n\n // Parse API response into models and push to store\n const models = app.store.pushPayload(results);\n\n return models;\n });\n}\n","import app from 'flarum/forum/app';\nimport highlight from 'flarum/common/helpers/highlight';\nimport LinkButton from 'flarum/common/components/LinkButton';\nimport Link from 'flarum/common/components/Link';\nimport { SearchSource } from 'flarum/forum/components/Search';\nimport type Mithril from 'mithril';\n\n/**\n * The `DiscussionsSearchSource` finds and displays discussion search results in\n * the search dropdown.\n */\nexport default class DiscussionsSearchSource implements SearchSource {\n /**\n * Map of lowercase search queries to their respective model results\n */\n protected results = new Map();\n\n /**\n * Model name used for assembling API endpoint URL, and for frontend DOM.\n */\n private type = 'discussions';\n\n async search(query: string): Promise {\n query = query.toLowerCase();\n\n this.results.set(query, []);\n\n const params = {\n filter: { q: query },\n page: { limit: 3 },\n include: 'mostRelevantPost',\n };\n\n // Construct API search URI\n const url = `${app.forum.attribute('apiUrl')}/blomstra/search/${this.type}`;\n\n // Make API GET request\n const results = await app.request({ params, url, method: 'GET' });\n\n // Parse API response into models and push to store\n const models = app.store.pushPayload(results);\n\n // Add models to results map\n this.results.set(query, models);\n }\n\n view(query: string): Mithril.Children {\n query = query.toLowerCase();\n\n // Get results from map\n const queryResults = this.results.get(query) || [];\n\n const results = queryResults.map((discussion: any) => {\n const mostRelevantPost = discussion.mostRelevantPost();\n\n return (\n
  • \n \n
    {highlight(discussion.title(), query)}
    \n {!!mostRelevantPost &&
    {highlight(mostRelevantPost.contentPlain(), query, 100)}
    }\n \n
  • \n );\n });\n\n return (\n <>\n
  • {app.translator.trans('core.forum.search.discussions_heading')}
  • \n
  • \n \n {app.translator.trans('core.forum.search.all_discussions_button', { query })}\n \n
  • \n {results}\n \n );\n }\n}\n","import app from 'flarum/forum/app';\n\nimport Search from 'flarum/forum/components/Search';\n\nimport { extend } from 'flarum/common/extend';\nimport ItemList from 'flarum/common/utils/ItemList';\n\nimport DiscussionsSearchSource from './SearchSources/DiscussionsSearchSource';\nimport extendDiscussionState from './PaginatedListStates/extendDiscussionState';\n\napp.initializers.add('blomstra-search', () => {\n extend(Search.prototype, 'sourceItems', function (this: Search, items: ItemList) {\n items.remove('users');\n items.remove('discussions');\n\n /* if (app.forum.attribute('canViewForum')) */ items.add('discussions', new DiscussionsSearchSource());\n\n // console.log(items);\n });\n\n extendDiscussionState();\n});\n","module.exports = flarum.core.compat['common/components/Link'];","module.exports = flarum.core.compat['common/components/LinkButton'];","module.exports = flarum.core.compat['common/extend'];","module.exports = flarum.core.compat['common/helpers/highlight'];","module.exports = flarum.core.compat['forum/app'];","module.exports = flarum.core.compat['forum/components/Search'];","module.exports = flarum.core.compat['forum/states/DiscussionListState'];"],"sourceRoot":""} \ No newline at end of file diff --git a/js/src/admin/index.ts b/js/src/admin/index.ts index 814408c..336e39f 100644 --- a/js/src/admin/index.ts +++ b/js/src/admin/index.ts @@ -1,21 +1,47 @@ -import app from 'flarum/forum/app'; +import app from 'flarum/admin/app'; -app.initializers.add('blomstra-search', (app) => { - const languages = {...['arabic', 'armenian', 'basque', 'bengali', 'brazilian', 'bulgarian', 'catalan', 'cjk', 'czech', +app.initializers.add('blomstra-search', () => { + const languages = new Map; + ['arabic', 'armenian', 'basque', 'bengali', 'brazilian', 'bulgarian', 'catalan', 'cjk', 'czech', 'danish', 'dutch', 'english', 'estonian', 'finnish', 'french', 'galician', 'german', 'greek', 'hindi', 'hungarian', 'indonesian', 'irish', 'italian', 'latvian', 'lithuanian', 'norwegian', - 'persian', 'portuguese', 'romanian', 'russian', 'sorani', 'spanish', 'swedish', 'turkish', 'thai']} + 'persian', 'portuguese', 'romanian', 'russian', 'sorani', 'spanish', 'swedish', 'turkish', 'thai'] + .forEach(language => { + languages.set(language, language); + }); + app.extensionData .for('blomstra-search') - .registerSetting( - { - setting: 'blomstra-search.analyzer-language', // This is the key the settings will be saved under in the settings table in the database. - label: app.translator.trans('blomstra-search.admin.analyzer.label'), // The label to be shown letting the admin know what the setting does. - help: app.translator.trans('blomstra-search.admin.analyzer.help'), // Optional help text where a longer explanation of the setting can go. - type: 'select', // What type of setting this is, valid options are: boolean, text (or any other tag type), and select. - options: languages, - default: null, - }, - 30 // Optional: Priority - ) + .registerSetting({ + setting: 'blomstra-search.elastic-endpoint', + label: app.translator.trans('blomstra-search.admin.elastic-endpoint.label'), + help: app.translator.trans('blomstra-search.admin.elastic-endpoint.help'), + type: 'input' + }) + .registerSetting({ + setting: 'blomstra-search.elastic-username', + label: app.translator.trans('blomstra-search.admin.elastic-username.label'), + help: app.translator.trans('blomstra-search.admin.elastic-username.help'), + type: 'input' + }) + .registerSetting({ + setting: 'blomstra-search.elastic-password', + label: app.translator.trans('blomstra-search.admin.elastic-password.label'), + help: app.translator.trans('blomstra-search.admin.elastic-password.help'), + type: 'password' + }) + .registerSetting({ + setting: 'blomstra-search.elastic-index', + label: app.translator.trans('blomstra-search.admin.elastic-index.label'), + help: app.translator.trans('blomstra-search.admin.elastic-index.help'), + type: 'input' + }) + .registerSetting({ + setting: 'blomstra-search.analyzer-language', + label: app.translator.trans('blomstra-search.admin.analyzer.label'), + help: app.translator.trans('blomstra-search.admin.analyzer.help'), + type: 'select', + options: Object.fromEntries(languages.entries()), + default: 'english', + }) });