Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu.../js/dist
File: components.js
[10500] Fix | Delete
Permission to use, copy, modify, and/or distribute this software for any
[10501] Fix | Delete
purpose with or without fee is hereby granted.
[10502] Fix | Delete
[10503] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
[10504] Fix | Delete
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
[10505] Fix | Delete
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
[10506] Fix | Delete
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
[10507] Fix | Delete
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
[10508] Fix | Delete
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[10509] Fix | Delete
PERFORMANCE OF THIS SOFTWARE.
[10510] Fix | Delete
***************************************************************************** */
[10511] Fix | Delete
/* global Reflect, Promise, SuppressedError, Symbol */
[10512] Fix | Delete
[10513] Fix | Delete
var extendStatics = function(d, b) {
[10514] Fix | Delete
extendStatics = Object.setPrototypeOf ||
[10515] Fix | Delete
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
[10516] Fix | Delete
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
[10517] Fix | Delete
return extendStatics(d, b);
[10518] Fix | Delete
};
[10519] Fix | Delete
[10520] Fix | Delete
function __extends(d, b) {
[10521] Fix | Delete
if (typeof b !== "function" && b !== null)
[10522] Fix | Delete
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
[10523] Fix | Delete
extendStatics(d, b);
[10524] Fix | Delete
function __() { this.constructor = d; }
[10525] Fix | Delete
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
[10526] Fix | Delete
}
[10527] Fix | Delete
[10528] Fix | Delete
var __assign = function() {
[10529] Fix | Delete
__assign = Object.assign || function __assign(t) {
[10530] Fix | Delete
for (var s, i = 1, n = arguments.length; i < n; i++) {
[10531] Fix | Delete
s = arguments[i];
[10532] Fix | Delete
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
[10533] Fix | Delete
}
[10534] Fix | Delete
return t;
[10535] Fix | Delete
}
[10536] Fix | Delete
return __assign.apply(this, arguments);
[10537] Fix | Delete
}
[10538] Fix | Delete
[10539] Fix | Delete
function __rest(s, e) {
[10540] Fix | Delete
var t = {};
[10541] Fix | Delete
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
[10542] Fix | Delete
t[p] = s[p];
[10543] Fix | Delete
if (s != null && typeof Object.getOwnPropertySymbols === "function")
[10544] Fix | Delete
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
[10545] Fix | Delete
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
[10546] Fix | Delete
t[p[i]] = s[p[i]];
[10547] Fix | Delete
}
[10548] Fix | Delete
return t;
[10549] Fix | Delete
}
[10550] Fix | Delete
[10551] Fix | Delete
function __decorate(decorators, target, key, desc) {
[10552] Fix | Delete
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
[10553] Fix | Delete
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
[10554] Fix | Delete
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
[10555] Fix | Delete
return c > 3 && r && Object.defineProperty(target, key, r), r;
[10556] Fix | Delete
}
[10557] Fix | Delete
[10558] Fix | Delete
function __param(paramIndex, decorator) {
[10559] Fix | Delete
return function (target, key) { decorator(target, key, paramIndex); }
[10560] Fix | Delete
}
[10561] Fix | Delete
[10562] Fix | Delete
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
[10563] Fix | Delete
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
[10564] Fix | Delete
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
[10565] Fix | Delete
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
[10566] Fix | Delete
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
[10567] Fix | Delete
var _, done = false;
[10568] Fix | Delete
for (var i = decorators.length - 1; i >= 0; i--) {
[10569] Fix | Delete
var context = {};
[10570] Fix | Delete
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
[10571] Fix | Delete
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
[10572] Fix | Delete
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
[10573] Fix | Delete
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
[10574] Fix | Delete
if (kind === "accessor") {
[10575] Fix | Delete
if (result === void 0) continue;
[10576] Fix | Delete
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
[10577] Fix | Delete
if (_ = accept(result.get)) descriptor.get = _;
[10578] Fix | Delete
if (_ = accept(result.set)) descriptor.set = _;
[10579] Fix | Delete
if (_ = accept(result.init)) initializers.unshift(_);
[10580] Fix | Delete
}
[10581] Fix | Delete
else if (_ = accept(result)) {
[10582] Fix | Delete
if (kind === "field") initializers.unshift(_);
[10583] Fix | Delete
else descriptor[key] = _;
[10584] Fix | Delete
}
[10585] Fix | Delete
}
[10586] Fix | Delete
if (target) Object.defineProperty(target, contextIn.name, descriptor);
[10587] Fix | Delete
done = true;
[10588] Fix | Delete
};
[10589] Fix | Delete
[10590] Fix | Delete
function __runInitializers(thisArg, initializers, value) {
[10591] Fix | Delete
var useValue = arguments.length > 2;
[10592] Fix | Delete
for (var i = 0; i < initializers.length; i++) {
[10593] Fix | Delete
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
[10594] Fix | Delete
}
[10595] Fix | Delete
return useValue ? value : void 0;
[10596] Fix | Delete
};
[10597] Fix | Delete
[10598] Fix | Delete
function __propKey(x) {
[10599] Fix | Delete
return typeof x === "symbol" ? x : "".concat(x);
[10600] Fix | Delete
};
[10601] Fix | Delete
[10602] Fix | Delete
function __setFunctionName(f, name, prefix) {
[10603] Fix | Delete
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
[10604] Fix | Delete
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
[10605] Fix | Delete
};
[10606] Fix | Delete
[10607] Fix | Delete
function __metadata(metadataKey, metadataValue) {
[10608] Fix | Delete
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
[10609] Fix | Delete
}
[10610] Fix | Delete
[10611] Fix | Delete
function __awaiter(thisArg, _arguments, P, generator) {
[10612] Fix | Delete
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
[10613] Fix | Delete
return new (P || (P = Promise))(function (resolve, reject) {
[10614] Fix | Delete
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
[10615] Fix | Delete
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
[10616] Fix | Delete
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
[10617] Fix | Delete
step((generator = generator.apply(thisArg, _arguments || [])).next());
[10618] Fix | Delete
});
[10619] Fix | Delete
}
[10620] Fix | Delete
[10621] Fix | Delete
function __generator(thisArg, body) {
[10622] Fix | Delete
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
[10623] Fix | Delete
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
[10624] Fix | Delete
function verb(n) { return function (v) { return step([n, v]); }; }
[10625] Fix | Delete
function step(op) {
[10626] Fix | Delete
if (f) throw new TypeError("Generator is already executing.");
[10627] Fix | Delete
while (g && (g = 0, op[0] && (_ = 0)), _) try {
[10628] Fix | Delete
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
[10629] Fix | Delete
if (y = 0, t) op = [op[0] & 2, t.value];
[10630] Fix | Delete
switch (op[0]) {
[10631] Fix | Delete
case 0: case 1: t = op; break;
[10632] Fix | Delete
case 4: _.label++; return { value: op[1], done: false };
[10633] Fix | Delete
case 5: _.label++; y = op[1]; op = [0]; continue;
[10634] Fix | Delete
case 7: op = _.ops.pop(); _.trys.pop(); continue;
[10635] Fix | Delete
default:
[10636] Fix | Delete
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
[10637] Fix | Delete
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
[10638] Fix | Delete
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
[10639] Fix | Delete
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
[10640] Fix | Delete
if (t[2]) _.ops.pop();
[10641] Fix | Delete
_.trys.pop(); continue;
[10642] Fix | Delete
}
[10643] Fix | Delete
op = body.call(thisArg, _);
[10644] Fix | Delete
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
[10645] Fix | Delete
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
[10646] Fix | Delete
}
[10647] Fix | Delete
}
[10648] Fix | Delete
[10649] Fix | Delete
var __createBinding = Object.create ? (function(o, m, k, k2) {
[10650] Fix | Delete
if (k2 === undefined) k2 = k;
[10651] Fix | Delete
var desc = Object.getOwnPropertyDescriptor(m, k);
[10652] Fix | Delete
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
[10653] Fix | Delete
desc = { enumerable: true, get: function() { return m[k]; } };
[10654] Fix | Delete
}
[10655] Fix | Delete
Object.defineProperty(o, k2, desc);
[10656] Fix | Delete
}) : (function(o, m, k, k2) {
[10657] Fix | Delete
if (k2 === undefined) k2 = k;
[10658] Fix | Delete
o[k2] = m[k];
[10659] Fix | Delete
});
[10660] Fix | Delete
[10661] Fix | Delete
function __exportStar(m, o) {
[10662] Fix | Delete
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
[10663] Fix | Delete
}
[10664] Fix | Delete
[10665] Fix | Delete
function __values(o) {
[10666] Fix | Delete
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
[10667] Fix | Delete
if (m) return m.call(o);
[10668] Fix | Delete
if (o && typeof o.length === "number") return {
[10669] Fix | Delete
next: function () {
[10670] Fix | Delete
if (o && i >= o.length) o = void 0;
[10671] Fix | Delete
return { value: o && o[i++], done: !o };
[10672] Fix | Delete
}
[10673] Fix | Delete
};
[10674] Fix | Delete
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
[10675] Fix | Delete
}
[10676] Fix | Delete
[10677] Fix | Delete
function __read(o, n) {
[10678] Fix | Delete
var m = typeof Symbol === "function" && o[Symbol.iterator];
[10679] Fix | Delete
if (!m) return o;
[10680] Fix | Delete
var i = m.call(o), r, ar = [], e;
[10681] Fix | Delete
try {
[10682] Fix | Delete
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
[10683] Fix | Delete
}
[10684] Fix | Delete
catch (error) { e = { error: error }; }
[10685] Fix | Delete
finally {
[10686] Fix | Delete
try {
[10687] Fix | Delete
if (r && !r.done && (m = i["return"])) m.call(i);
[10688] Fix | Delete
}
[10689] Fix | Delete
finally { if (e) throw e.error; }
[10690] Fix | Delete
}
[10691] Fix | Delete
return ar;
[10692] Fix | Delete
}
[10693] Fix | Delete
[10694] Fix | Delete
/** @deprecated */
[10695] Fix | Delete
function __spread() {
[10696] Fix | Delete
for (var ar = [], i = 0; i < arguments.length; i++)
[10697] Fix | Delete
ar = ar.concat(__read(arguments[i]));
[10698] Fix | Delete
return ar;
[10699] Fix | Delete
}
[10700] Fix | Delete
[10701] Fix | Delete
/** @deprecated */
[10702] Fix | Delete
function __spreadArrays() {
[10703] Fix | Delete
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
[10704] Fix | Delete
for (var r = Array(s), k = 0, i = 0; i < il; i++)
[10705] Fix | Delete
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
[10706] Fix | Delete
r[k] = a[j];
[10707] Fix | Delete
return r;
[10708] Fix | Delete
}
[10709] Fix | Delete
[10710] Fix | Delete
function __spreadArray(to, from, pack) {
[10711] Fix | Delete
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
[10712] Fix | Delete
if (ar || !(i in from)) {
[10713] Fix | Delete
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
[10714] Fix | Delete
ar[i] = from[i];
[10715] Fix | Delete
}
[10716] Fix | Delete
}
[10717] Fix | Delete
return to.concat(ar || Array.prototype.slice.call(from));
[10718] Fix | Delete
}
[10719] Fix | Delete
[10720] Fix | Delete
function __await(v) {
[10721] Fix | Delete
return this instanceof __await ? (this.v = v, this) : new __await(v);
[10722] Fix | Delete
}
[10723] Fix | Delete
[10724] Fix | Delete
function __asyncGenerator(thisArg, _arguments, generator) {
[10725] Fix | Delete
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
[10726] Fix | Delete
var g = generator.apply(thisArg, _arguments || []), i, q = [];
[10727] Fix | Delete
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
[10728] Fix | Delete
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
[10729] Fix | Delete
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
[10730] Fix | Delete
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
[10731] Fix | Delete
function fulfill(value) { resume("next", value); }
[10732] Fix | Delete
function reject(value) { resume("throw", value); }
[10733] Fix | Delete
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
[10734] Fix | Delete
}
[10735] Fix | Delete
[10736] Fix | Delete
function __asyncDelegator(o) {
[10737] Fix | Delete
var i, p;
[10738] Fix | Delete
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
[10739] Fix | Delete
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
[10740] Fix | Delete
}
[10741] Fix | Delete
[10742] Fix | Delete
function __asyncValues(o) {
[10743] Fix | Delete
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
[10744] Fix | Delete
var m = o[Symbol.asyncIterator], i;
[10745] Fix | Delete
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
[10746] Fix | Delete
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
[10747] Fix | Delete
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
[10748] Fix | Delete
}
[10749] Fix | Delete
[10750] Fix | Delete
function __makeTemplateObject(cooked, raw) {
[10751] Fix | Delete
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
[10752] Fix | Delete
return cooked;
[10753] Fix | Delete
};
[10754] Fix | Delete
[10755] Fix | Delete
var __setModuleDefault = Object.create ? (function(o, v) {
[10756] Fix | Delete
Object.defineProperty(o, "default", { enumerable: true, value: v });
[10757] Fix | Delete
}) : function(o, v) {
[10758] Fix | Delete
o["default"] = v;
[10759] Fix | Delete
};
[10760] Fix | Delete
[10761] Fix | Delete
function __importStar(mod) {
[10762] Fix | Delete
if (mod && mod.__esModule) return mod;
[10763] Fix | Delete
var result = {};
[10764] Fix | Delete
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
[10765] Fix | Delete
__setModuleDefault(result, mod);
[10766] Fix | Delete
return result;
[10767] Fix | Delete
}
[10768] Fix | Delete
[10769] Fix | Delete
function __importDefault(mod) {
[10770] Fix | Delete
return (mod && mod.__esModule) ? mod : { default: mod };
[10771] Fix | Delete
}
[10772] Fix | Delete
[10773] Fix | Delete
function __classPrivateFieldGet(receiver, state, kind, f) {
[10774] Fix | Delete
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
[10775] Fix | Delete
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
[10776] Fix | Delete
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
[10777] Fix | Delete
}
[10778] Fix | Delete
[10779] Fix | Delete
function __classPrivateFieldSet(receiver, state, value, kind, f) {
[10780] Fix | Delete
if (kind === "m") throw new TypeError("Private method is not writable");
[10781] Fix | Delete
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
[10782] Fix | Delete
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
[10783] Fix | Delete
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
[10784] Fix | Delete
}
[10785] Fix | Delete
[10786] Fix | Delete
function __classPrivateFieldIn(state, receiver) {
[10787] Fix | Delete
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
[10788] Fix | Delete
return typeof state === "function" ? receiver === state : state.has(receiver);
[10789] Fix | Delete
}
[10790] Fix | Delete
[10791] Fix | Delete
function __addDisposableResource(env, value, async) {
[10792] Fix | Delete
if (value !== null && value !== void 0) {
[10793] Fix | Delete
if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
[10794] Fix | Delete
var dispose;
[10795] Fix | Delete
if (async) {
[10796] Fix | Delete
if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
[10797] Fix | Delete
dispose = value[Symbol.asyncDispose];
[10798] Fix | Delete
}
[10799] Fix | Delete
if (dispose === void 0) {
[10800] Fix | Delete
if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
[10801] Fix | Delete
dispose = value[Symbol.dispose];
[10802] Fix | Delete
}
[10803] Fix | Delete
if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
[10804] Fix | Delete
env.stack.push({ value: value, dispose: dispose, async: async });
[10805] Fix | Delete
}
[10806] Fix | Delete
else if (async) {
[10807] Fix | Delete
env.stack.push({ async: true });
[10808] Fix | Delete
}
[10809] Fix | Delete
return value;
[10810] Fix | Delete
}
[10811] Fix | Delete
[10812] Fix | Delete
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
[10813] Fix | Delete
var e = new Error(message);
[10814] Fix | Delete
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
[10815] Fix | Delete
};
[10816] Fix | Delete
[10817] Fix | Delete
function __disposeResources(env) {
[10818] Fix | Delete
function fail(e) {
[10819] Fix | Delete
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
[10820] Fix | Delete
env.hasError = true;
[10821] Fix | Delete
}
[10822] Fix | Delete
function next() {
[10823] Fix | Delete
while (env.stack.length) {
[10824] Fix | Delete
var rec = env.stack.pop();
[10825] Fix | Delete
try {
[10826] Fix | Delete
var result = rec.dispose && rec.dispose.call(rec.value);
[10827] Fix | Delete
if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
[10828] Fix | Delete
}
[10829] Fix | Delete
catch (e) {
[10830] Fix | Delete
fail(e);
[10831] Fix | Delete
}
[10832] Fix | Delete
}
[10833] Fix | Delete
if (env.hasError) throw env.error;
[10834] Fix | Delete
}
[10835] Fix | Delete
return next();
[10836] Fix | Delete
}
[10837] Fix | Delete
[10838] Fix | Delete
/* harmony default export */ const tslib_es6 = ({
[10839] Fix | Delete
__extends,
[10840] Fix | Delete
__assign,
[10841] Fix | Delete
__rest,
[10842] Fix | Delete
__decorate,
[10843] Fix | Delete
__param,
[10844] Fix | Delete
__metadata,
[10845] Fix | Delete
__awaiter,
[10846] Fix | Delete
__generator,
[10847] Fix | Delete
__createBinding,
[10848] Fix | Delete
__exportStar,
[10849] Fix | Delete
__values,
[10850] Fix | Delete
__read,
[10851] Fix | Delete
__spread,
[10852] Fix | Delete
__spreadArrays,
[10853] Fix | Delete
__spreadArray,
[10854] Fix | Delete
__await,
[10855] Fix | Delete
__asyncGenerator,
[10856] Fix | Delete
__asyncDelegator,
[10857] Fix | Delete
__asyncValues,
[10858] Fix | Delete
__makeTemplateObject,
[10859] Fix | Delete
__importStar,
[10860] Fix | Delete
__importDefault,
[10861] Fix | Delete
__classPrivateFieldGet,
[10862] Fix | Delete
__classPrivateFieldSet,
[10863] Fix | Delete
__classPrivateFieldIn,
[10864] Fix | Delete
__addDisposableResource,
[10865] Fix | Delete
__disposeResources,
[10866] Fix | Delete
});
[10867] Fix | Delete
[10868] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/lower-case/dist.es2015/index.js
[10869] Fix | Delete
/**
[10870] Fix | Delete
* Source: ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt
[10871] Fix | Delete
*/
[10872] Fix | Delete
var SUPPORTED_LOCALE = {
[10873] Fix | Delete
tr: {
[10874] Fix | Delete
regexp: /\u0130|\u0049|\u0049\u0307/g,
[10875] Fix | Delete
map: {
[10876] Fix | Delete
İ: "\u0069",
[10877] Fix | Delete
I: "\u0131",
[10878] Fix | Delete
İ: "\u0069",
[10879] Fix | Delete
},
[10880] Fix | Delete
},
[10881] Fix | Delete
az: {
[10882] Fix | Delete
regexp: /\u0130/g,
[10883] Fix | Delete
map: {
[10884] Fix | Delete
İ: "\u0069",
[10885] Fix | Delete
I: "\u0131",
[10886] Fix | Delete
İ: "\u0069",
[10887] Fix | Delete
},
[10888] Fix | Delete
},
[10889] Fix | Delete
lt: {
[10890] Fix | Delete
regexp: /\u0049|\u004A|\u012E|\u00CC|\u00CD|\u0128/g,
[10891] Fix | Delete
map: {
[10892] Fix | Delete
I: "\u0069\u0307",
[10893] Fix | Delete
J: "\u006A\u0307",
[10894] Fix | Delete
Į: "\u012F\u0307",
[10895] Fix | Delete
Ì: "\u0069\u0307\u0300",
[10896] Fix | Delete
Í: "\u0069\u0307\u0301",
[10897] Fix | Delete
Ĩ: "\u0069\u0307\u0303",
[10898] Fix | Delete
},
[10899] Fix | Delete
},
[10900] Fix | Delete
};
[10901] Fix | Delete
/**
[10902] Fix | Delete
* Localized lower case.
[10903] Fix | Delete
*/
[10904] Fix | Delete
function localeLowerCase(str, locale) {
[10905] Fix | Delete
var lang = SUPPORTED_LOCALE[locale.toLowerCase()];
[10906] Fix | Delete
if (lang)
[10907] Fix | Delete
return lowerCase(str.replace(lang.regexp, function (m) { return lang.map[m]; }));
[10908] Fix | Delete
return lowerCase(str);
[10909] Fix | Delete
}
[10910] Fix | Delete
/**
[10911] Fix | Delete
* Lower case as a function.
[10912] Fix | Delete
*/
[10913] Fix | Delete
function lowerCase(str) {
[10914] Fix | Delete
return str.toLowerCase();
[10915] Fix | Delete
}
[10916] Fix | Delete
[10917] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/no-case/dist.es2015/index.js
[10918] Fix | Delete
[10919] Fix | Delete
// Support camel case ("camelCase" -> "camel Case" and "CAMELCase" -> "CAMEL Case").
[10920] Fix | Delete
var DEFAULT_SPLIT_REGEXP = [/([a-z0-9])([A-Z])/g, /([A-Z])([A-Z][a-z])/g];
[10921] Fix | Delete
// Remove all non-word characters.
[10922] Fix | Delete
var DEFAULT_STRIP_REGEXP = /[^A-Z0-9]+/gi;
[10923] Fix | Delete
/**
[10924] Fix | Delete
* Normalize the string into something other libraries can manipulate easier.
[10925] Fix | Delete
*/
[10926] Fix | Delete
function noCase(input, options) {
[10927] Fix | Delete
if (options === void 0) { options = {}; }
[10928] Fix | Delete
var _a = options.splitRegexp, splitRegexp = _a === void 0 ? DEFAULT_SPLIT_REGEXP : _a, _b = options.stripRegexp, stripRegexp = _b === void 0 ? DEFAULT_STRIP_REGEXP : _b, _c = options.transform, transform = _c === void 0 ? lowerCase : _c, _d = options.delimiter, delimiter = _d === void 0 ? " " : _d;
[10929] Fix | Delete
var result = dist_es2015_replace(dist_es2015_replace(input, splitRegexp, "$1\0$2"), stripRegexp, "\0");
[10930] Fix | Delete
var start = 0;
[10931] Fix | Delete
var end = result.length;
[10932] Fix | Delete
// Trim the delimiter from around the output string.
[10933] Fix | Delete
while (result.charAt(start) === "\0")
[10934] Fix | Delete
start++;
[10935] Fix | Delete
while (result.charAt(end - 1) === "\0")
[10936] Fix | Delete
end--;
[10937] Fix | Delete
// Transform each token independently.
[10938] Fix | Delete
return result.slice(start, end).split("\0").map(transform).join(delimiter);
[10939] Fix | Delete
}
[10940] Fix | Delete
/**
[10941] Fix | Delete
* Replace `re` in the input string with the replacement value.
[10942] Fix | Delete
*/
[10943] Fix | Delete
function dist_es2015_replace(input, re, value) {
[10944] Fix | Delete
if (re instanceof RegExp)
[10945] Fix | Delete
return input.replace(re, value);
[10946] Fix | Delete
return re.reduce(function (input, re) { return input.replace(re, value); }, input);
[10947] Fix | Delete
}
[10948] Fix | Delete
[10949] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/dot-case/dist.es2015/index.js
[10950] Fix | Delete
[10951] Fix | Delete
[10952] Fix | Delete
function dotCase(input, options) {
[10953] Fix | Delete
if (options === void 0) { options = {}; }
[10954] Fix | Delete
return noCase(input, __assign({ delimiter: "." }, options));
[10955] Fix | Delete
}
[10956] Fix | Delete
[10957] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/param-case/dist.es2015/index.js
[10958] Fix | Delete
[10959] Fix | Delete
[10960] Fix | Delete
function paramCase(input, options) {
[10961] Fix | Delete
if (options === void 0) { options = {}; }
[10962] Fix | Delete
return dotCase(input, __assign({ delimiter: "-" }, options));
[10963] Fix | Delete
}
[10964] Fix | Delete
[10965] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/memize/dist/index.js
[10966] Fix | Delete
/**
[10967] Fix | Delete
* Memize options object.
[10968] Fix | Delete
*
[10969] Fix | Delete
* @typedef MemizeOptions
[10970] Fix | Delete
*
[10971] Fix | Delete
* @property {number} [maxSize] Maximum size of the cache.
[10972] Fix | Delete
*/
[10973] Fix | Delete
[10974] Fix | Delete
/**
[10975] Fix | Delete
* Internal cache entry.
[10976] Fix | Delete
*
[10977] Fix | Delete
* @typedef MemizeCacheNode
[10978] Fix | Delete
*
[10979] Fix | Delete
* @property {?MemizeCacheNode|undefined} [prev] Previous node.
[10980] Fix | Delete
* @property {?MemizeCacheNode|undefined} [next] Next node.
[10981] Fix | Delete
* @property {Array<*>} args Function arguments for cache
[10982] Fix | Delete
* entry.
[10983] Fix | Delete
* @property {*} val Function result.
[10984] Fix | Delete
*/
[10985] Fix | Delete
[10986] Fix | Delete
/**
[10987] Fix | Delete
* Properties of the enhanced function for controlling cache.
[10988] Fix | Delete
*
[10989] Fix | Delete
* @typedef MemizeMemoizedFunction
[10990] Fix | Delete
*
[10991] Fix | Delete
* @property {()=>void} clear Clear the cache.
[10992] Fix | Delete
*/
[10993] Fix | Delete
[10994] Fix | Delete
/**
[10995] Fix | Delete
* Accepts a function to be memoized, and returns a new memoized function, with
[10996] Fix | Delete
* optional options.
[10997] Fix | Delete
*
[10998] Fix | Delete
* @template {(...args: any[]) => any} F
[10999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function