2021-06-15 01:18:11 +02:00
|
|
|
/**
|
|
|
|
* core-js 3.11.0
|
|
|
|
* https://github.com/zloirock/core-js
|
|
|
|
* License: http://rock.mit-license.org
|
|
|
|
* © 2021 Denis Pushkarev (zloirock.ru)
|
|
|
|
*/
|
|
|
|
!function (undefined) { 'use strict'; /******/ (function(modules) { // webpackBootstrap
|
|
|
|
/******/ // The module cache
|
|
|
|
/******/ var installedModules = {};
|
|
|
|
/******/
|
|
|
|
/******/ // The require function
|
|
|
|
/******/ var __webpack_require__ = function (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 = 0);
|
|
|
|
/******/ })
|
|
|
|
/************************************************************************/
|
|
|
|
/******/ ([
|
|
|
|
/* 0 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
__webpack_require__(1);
|
|
|
|
__webpack_require__(69);
|
|
|
|
__webpack_require__(71);
|
|
|
|
module.exports = __webpack_require__(75);
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 1 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
"use strict";
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $ = __webpack_require__(2);
|
|
|
|
var getPrototypeOf = __webpack_require__(46);
|
|
|
|
var setPrototypeOf = __webpack_require__(48);
|
|
|
|
var create = __webpack_require__(50);
|
|
|
|
var createNonEnumerableProperty = __webpack_require__(19);
|
|
|
|
var createPropertyDescriptor = __webpack_require__(8);
|
|
|
|
var iterate = __webpack_require__(54);
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $AggregateError = function AggregateError(errors, message) {
|
|
|
|
var that = this;
|
|
|
|
if (!(that instanceof $AggregateError)) return new $AggregateError(errors, message);
|
|
|
|
if (setPrototypeOf) {
|
|
|
|
// eslint-disable-next-line unicorn/error-message -- expected
|
|
|
|
that = setPrototypeOf(new Error(undefined), getPrototypeOf(that));
|
|
|
|
}
|
|
|
|
if (message !== undefined) createNonEnumerableProperty(that, 'message', String(message));
|
|
|
|
var errorsArray = [];
|
|
|
|
iterate(errors, errorsArray.push, { that: errorsArray });
|
|
|
|
createNonEnumerableProperty(that, 'errors', errorsArray);
|
|
|
|
return that;
|
|
|
|
};
|
|
|
|
|
|
|
|
$AggregateError.prototype = create(Error.prototype, {
|
|
|
|
constructor: createPropertyDescriptor(5, $AggregateError),
|
|
|
|
message: createPropertyDescriptor(5, ''),
|
|
|
|
name: createPropertyDescriptor(5, 'AggregateError')
|
|
|
|
});
|
|
|
|
|
|
|
|
// `AggregateError` constructor
|
|
|
|
// https://tc39.es/ecma262/#sec-aggregate-error-constructor
|
|
|
|
$({ global: true }, {
|
|
|
|
AggregateError: $AggregateError
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 2 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var getOwnPropertyDescriptor = __webpack_require__(4).f;
|
|
|
|
var createNonEnumerableProperty = __webpack_require__(19);
|
|
|
|
var redefine = __webpack_require__(22);
|
|
|
|
var setGlobal = __webpack_require__(23);
|
|
|
|
var copyConstructorProperties = __webpack_require__(33);
|
|
|
|
var isForced = __webpack_require__(45);
|
|
|
|
|
|
|
|
/*
|
|
|
|
options.target - name of the target object
|
|
|
|
options.global - target is the global object
|
|
|
|
options.stat - export as static methods of target
|
|
|
|
options.proto - export as prototype methods of target
|
|
|
|
options.real - real prototype method for the `pure` version
|
|
|
|
options.forced - export even if the native feature is available
|
|
|
|
options.bind - bind methods to the target, required for the `pure` version
|
|
|
|
options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
|
|
|
|
options.unsafe - use the simple assignment of property instead of delete + defineProperty
|
|
|
|
options.sham - add a flag to not completely full polyfills
|
|
|
|
options.enumerable - export as enumerable property
|
|
|
|
options.noTargetGet - prevent calling a getter on target
|
|
|
|
*/
|
|
|
|
module.exports = function (options, source) {
|
|
|
|
var TARGET = options.target;
|
|
|
|
var GLOBAL = options.global;
|
|
|
|
var STATIC = options.stat;
|
|
|
|
var FORCED, target, key, targetProperty, sourceProperty, descriptor;
|
|
|
|
if (GLOBAL) {
|
|
|
|
target = global;
|
|
|
|
} else if (STATIC) {
|
|
|
|
target = global[TARGET] || setGlobal(TARGET, {});
|
|
|
|
} else {
|
|
|
|
target = (global[TARGET] || {}).prototype;
|
|
|
|
}
|
|
|
|
if (target) for (key in source) {
|
|
|
|
sourceProperty = source[key];
|
|
|
|
if (options.noTargetGet) {
|
|
|
|
descriptor = getOwnPropertyDescriptor(target, key);
|
|
|
|
targetProperty = descriptor && descriptor.value;
|
|
|
|
} else targetProperty = target[key];
|
|
|
|
FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
|
|
|
|
// contained in target
|
|
|
|
if (!FORCED && targetProperty !== undefined) {
|
|
|
|
if (typeof sourceProperty === typeof targetProperty) continue;
|
|
|
|
copyConstructorProperties(sourceProperty, targetProperty);
|
|
|
|
}
|
|
|
|
// add a flag to not completely full polyfills
|
|
|
|
if (options.sham || (targetProperty && targetProperty.sham)) {
|
|
|
|
createNonEnumerableProperty(sourceProperty, 'sham', true);
|
|
|
|
}
|
|
|
|
// extend global
|
|
|
|
redefine(target, key, sourceProperty, options);
|
|
|
|
}
|
|
|
|
};
|
2019-09-19 17:19:18 +02:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 3 */
|
|
|
|
/***/ (function(module, exports) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var check = function (it) {
|
|
|
|
return it && it.Math == Math && it;
|
2019-09-19 17:19:18 +02:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
|
|
|
|
module.exports =
|
|
|
|
// eslint-disable-next-line es/no-global-this -- safe
|
|
|
|
check(typeof globalThis == 'object' && globalThis) ||
|
|
|
|
check(typeof window == 'object' && window) ||
|
|
|
|
// eslint-disable-next-line no-restricted-globals -- safe
|
|
|
|
check(typeof self == 'object' && self) ||
|
|
|
|
check(typeof global == 'object' && global) ||
|
|
|
|
// eslint-disable-next-line no-new-func -- fallback
|
|
|
|
(function () { return this; })() || Function('return this')();
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 4 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var DESCRIPTORS = __webpack_require__(5);
|
|
|
|
var propertyIsEnumerableModule = __webpack_require__(7);
|
|
|
|
var createPropertyDescriptor = __webpack_require__(8);
|
|
|
|
var toIndexedObject = __webpack_require__(9);
|
|
|
|
var toPrimitive = __webpack_require__(13);
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var IE8_DOM_DEFINE = __webpack_require__(17);
|
|
|
|
|
|
|
|
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
|
|
var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
|
|
|
|
|
|
// `Object.getOwnPropertyDescriptor` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
|
|
|
|
exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
|
|
|
|
O = toIndexedObject(O);
|
|
|
|
P = toPrimitive(P, true);
|
|
|
|
if (IE8_DOM_DEFINE) try {
|
|
|
|
return $getOwnPropertyDescriptor(O, P);
|
|
|
|
} catch (error) { /* empty */ }
|
|
|
|
if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
|
2019-09-19 17:19:18 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 5 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
|
|
|
|
// Detect IE8's incomplete defineProperty implementation
|
|
|
|
module.exports = !fails(function () {
|
|
|
|
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
|
|
|
|
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
2019-09-19 17:19:18 +02:00
|
|
|
});
|
|
|
|
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 6 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2019-09-19 17:19:18 +02:00
|
|
|
module.exports = function (exec) {
|
|
|
|
try {
|
|
|
|
return !!exec();
|
2021-06-15 01:18:11 +02:00
|
|
|
} catch (error) {
|
2019-09-19 17:19:18 +02:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 7 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
"use strict";
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $propertyIsEnumerable = {}.propertyIsEnumerable;
|
|
|
|
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
|
|
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Nashorn ~ JDK8 bug
|
|
|
|
var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `Object.prototype.propertyIsEnumerable` method implementation
|
|
|
|
// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
|
|
|
|
exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
|
var descriptor = getOwnPropertyDescriptor(this, V);
|
|
|
|
return !!descriptor && descriptor.enumerable;
|
|
|
|
} : $propertyIsEnumerable;
|
2019-09-19 17:19:18 +02:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 8 */
|
|
|
|
/***/ (function(module, exports) {
|
|
|
|
|
2019-09-19 17:19:18 +02:00
|
|
|
module.exports = function (bitmap, value) {
|
|
|
|
return {
|
|
|
|
enumerable: !(bitmap & 1),
|
|
|
|
configurable: !(bitmap & 2),
|
|
|
|
writable: !(bitmap & 4),
|
|
|
|
value: value
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 9 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// toObject with fallback for non-array-like ES3 strings
|
|
|
|
var IndexedObject = __webpack_require__(10);
|
|
|
|
var requireObjectCoercible = __webpack_require__(12);
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it) {
|
|
|
|
return IndexedObject(requireObjectCoercible(it));
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 10 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
var classof = __webpack_require__(11);
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var split = ''.split;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
|
|
module.exports = fails(function () {
|
|
|
|
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
|
|
|
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
|
|
return !Object('z').propertyIsEnumerable(0);
|
|
|
|
}) ? function (it) {
|
|
|
|
return classof(it) == 'String' ? split.call(it, '') : Object(it);
|
|
|
|
} : Object;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 11 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var toString = {}.toString;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it) {
|
|
|
|
return toString.call(it).slice(8, -1);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 12 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `RequireObjectCoercible` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-requireobjectcoercible
|
|
|
|
module.exports = function (it) {
|
|
|
|
if (it == undefined) throw TypeError("Can't call method on " + it);
|
|
|
|
return it;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 13 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var isObject = __webpack_require__(14);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `ToPrimitive` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-toprimitive
|
|
|
|
// instead of the ES6 spec version, we didn't implement @@toPrimitive case
|
|
|
|
// and the second argument - flag - preferred type is a string
|
|
|
|
module.exports = function (input, PREFERRED_STRING) {
|
|
|
|
if (!isObject(input)) return input;
|
|
|
|
var fn, val;
|
|
|
|
if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
|
|
|
|
if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
|
|
|
|
if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
|
|
|
|
throw TypeError("Can't convert object to primitive value");
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 14 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
module.exports = function (it) {
|
2021-06-15 01:18:11 +02:00
|
|
|
return typeof it === 'object' ? it !== null : typeof it === 'function';
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 15 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var toObject = __webpack_require__(16);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var hasOwnProperty = {}.hasOwnProperty;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function hasOwn(it, key) {
|
|
|
|
return hasOwnProperty.call(toObject(it), key);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 16 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var requireObjectCoercible = __webpack_require__(12);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `ToObject` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-toobject
|
|
|
|
module.exports = function (argument) {
|
|
|
|
return Object(requireObjectCoercible(argument));
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 17 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var DESCRIPTORS = __webpack_require__(5);
|
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
var createElement = __webpack_require__(18);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Thank's IE8 for his funny defineProperty
|
|
|
|
module.exports = !DESCRIPTORS && !fails(function () {
|
|
|
|
// eslint-disable-next-line es/no-object-defineproperty -- requied for testing
|
|
|
|
return Object.defineProperty(createElement('div'), 'a', {
|
|
|
|
get: function () { return 7; }
|
|
|
|
}).a != 7;
|
|
|
|
});
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 18 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var isObject = __webpack_require__(14);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var document = global.document;
|
|
|
|
// typeof document.createElement is 'object' in old IE
|
|
|
|
var EXISTS = isObject(document) && isObject(document.createElement);
|
|
|
|
|
|
|
|
module.exports = function (it) {
|
|
|
|
return EXISTS ? document.createElement(it) : {};
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 19 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var DESCRIPTORS = __webpack_require__(5);
|
|
|
|
var definePropertyModule = __webpack_require__(20);
|
|
|
|
var createPropertyDescriptor = __webpack_require__(8);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
|
|
return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
|
|
|
|
} : function (object, key, value) {
|
|
|
|
object[key] = value;
|
|
|
|
return object;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 20 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var DESCRIPTORS = __webpack_require__(5);
|
|
|
|
var IE8_DOM_DEFINE = __webpack_require__(17);
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
var toPrimitive = __webpack_require__(13);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// eslint-disable-next-line es/no-object-defineproperty -- safe
|
|
|
|
var $defineProperty = Object.defineProperty;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `Object.defineProperty` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.defineproperty
|
|
|
|
exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {
|
|
|
|
anObject(O);
|
|
|
|
P = toPrimitive(P, true);
|
|
|
|
anObject(Attributes);
|
|
|
|
if (IE8_DOM_DEFINE) try {
|
|
|
|
return $defineProperty(O, P, Attributes);
|
|
|
|
} catch (error) { /* empty */ }
|
|
|
|
if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
|
|
|
|
if ('value' in Attributes) O[P] = Attributes.value;
|
|
|
|
return O;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 21 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var isObject = __webpack_require__(14);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
module.exports = function (it) {
|
2021-06-15 01:18:11 +02:00
|
|
|
if (!isObject(it)) {
|
|
|
|
throw TypeError(String(it) + ' is not an object');
|
|
|
|
} return it;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 22 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var createNonEnumerableProperty = __webpack_require__(19);
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var setGlobal = __webpack_require__(23);
|
|
|
|
var inspectSource = __webpack_require__(24);
|
|
|
|
var InternalStateModule = __webpack_require__(26);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var getInternalState = InternalStateModule.get;
|
|
|
|
var enforceInternalState = InternalStateModule.enforce;
|
|
|
|
var TEMPLATE = String(String).split('String');
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
(module.exports = function (O, key, value, options) {
|
|
|
|
var unsafe = options ? !!options.unsafe : false;
|
|
|
|
var simple = options ? !!options.enumerable : false;
|
|
|
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
|
|
var state;
|
|
|
|
if (typeof value == 'function') {
|
|
|
|
if (typeof key == 'string' && !has(value, 'name')) {
|
|
|
|
createNonEnumerableProperty(value, 'name', key);
|
|
|
|
}
|
|
|
|
state = enforceInternalState(value);
|
|
|
|
if (!state.source) {
|
|
|
|
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
if (O === global) {
|
|
|
|
if (simple) O[key] = value;
|
|
|
|
else setGlobal(key, value);
|
|
|
|
return;
|
|
|
|
} else if (!unsafe) {
|
|
|
|
delete O[key];
|
|
|
|
} else if (!noTargetGet && O[key]) {
|
|
|
|
simple = true;
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
if (simple) O[key] = value;
|
|
|
|
else createNonEnumerableProperty(O, key, value);
|
|
|
|
// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
|
|
|
|
})(Function.prototype, 'toString', function toString() {
|
|
|
|
return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
|
|
|
|
});
|
|
|
|
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 23 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var createNonEnumerableProperty = __webpack_require__(19);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (key, value) {
|
2018-12-17 05:52:00 +01:00
|
|
|
try {
|
2021-06-15 01:18:11 +02:00
|
|
|
createNonEnumerableProperty(global, key, value);
|
|
|
|
} catch (error) {
|
|
|
|
global[key] = value;
|
|
|
|
} return value;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 24 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var store = __webpack_require__(25);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var functionToString = Function.toString;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
|
|
|
|
if (typeof store.inspectSource != 'function') {
|
|
|
|
store.inspectSource = function (it) {
|
|
|
|
return functionToString.call(it);
|
|
|
|
};
|
|
|
|
}
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = store.inspectSource;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 25 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var setGlobal = __webpack_require__(23);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var SHARED = '__core-js_shared__';
|
|
|
|
var store = global[SHARED] || setGlobal(SHARED, {});
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = store;
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 26 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var NATIVE_WEAK_MAP = __webpack_require__(27);
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var isObject = __webpack_require__(14);
|
|
|
|
var createNonEnumerableProperty = __webpack_require__(19);
|
|
|
|
var objectHas = __webpack_require__(15);
|
|
|
|
var shared = __webpack_require__(25);
|
|
|
|
var sharedKey = __webpack_require__(28);
|
|
|
|
var hiddenKeys = __webpack_require__(32);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
|
|
|
|
var WeakMap = global.WeakMap;
|
|
|
|
var set, get, has;
|
|
|
|
|
|
|
|
var enforce = function (it) {
|
|
|
|
return has(it) ? get(it) : set(it, {});
|
|
|
|
};
|
|
|
|
|
|
|
|
var getterFor = function (TYPE) {
|
|
|
|
return function (it) {
|
|
|
|
var state;
|
|
|
|
if (!isObject(it) || (state = get(it)).type !== TYPE) {
|
|
|
|
throw TypeError('Incompatible receiver, ' + TYPE + ' required');
|
|
|
|
} return state;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
if (NATIVE_WEAK_MAP) {
|
|
|
|
var store = shared.state || (shared.state = new WeakMap());
|
|
|
|
var wmget = store.get;
|
|
|
|
var wmhas = store.has;
|
|
|
|
var wmset = store.set;
|
|
|
|
set = function (it, metadata) {
|
|
|
|
if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
|
|
metadata.facade = it;
|
|
|
|
wmset.call(store, it, metadata);
|
|
|
|
return metadata;
|
|
|
|
};
|
|
|
|
get = function (it) {
|
|
|
|
return wmget.call(store, it) || {};
|
|
|
|
};
|
|
|
|
has = function (it) {
|
|
|
|
return wmhas.call(store, it);
|
|
|
|
};
|
|
|
|
} else {
|
|
|
|
var STATE = sharedKey('state');
|
|
|
|
hiddenKeys[STATE] = true;
|
|
|
|
set = function (it, metadata) {
|
|
|
|
if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
|
|
metadata.facade = it;
|
|
|
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
|
|
return metadata;
|
|
|
|
};
|
|
|
|
get = function (it) {
|
|
|
|
return objectHas(it, STATE) ? it[STATE] : {};
|
|
|
|
};
|
|
|
|
has = function (it) {
|
|
|
|
return objectHas(it, STATE);
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = {
|
|
|
|
set: set,
|
|
|
|
get: get,
|
|
|
|
has: has,
|
|
|
|
enforce: enforce,
|
|
|
|
getterFor: getterFor
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 27 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var inspectSource = __webpack_require__(24);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var WeakMap = global.WeakMap;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 28 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var shared = __webpack_require__(29);
|
|
|
|
var uid = __webpack_require__(31);
|
|
|
|
|
|
|
|
var keys = shared('keys');
|
|
|
|
|
|
|
|
module.exports = function (key) {
|
|
|
|
return keys[key] || (keys[key] = uid(key));
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 29 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var IS_PURE = __webpack_require__(30);
|
|
|
|
var store = __webpack_require__(25);
|
|
|
|
|
|
|
|
(module.exports = function (key, value) {
|
|
|
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
|
|
})('versions', []).push({
|
|
|
|
version: '3.11.0',
|
|
|
|
mode: IS_PURE ? 'pure' : 'global',
|
|
|
|
copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 30 */
|
|
|
|
/***/ (function(module, exports) {
|
|
|
|
|
|
|
|
module.exports = false;
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 31 */
|
|
|
|
/***/ (function(module, exports) {
|
|
|
|
|
|
|
|
var id = 0;
|
|
|
|
var postfix = Math.random();
|
|
|
|
|
|
|
|
module.exports = function (key) {
|
|
|
|
return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 32 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = {};
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 33 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var ownKeys = __webpack_require__(34);
|
|
|
|
var getOwnPropertyDescriptorModule = __webpack_require__(4);
|
|
|
|
var definePropertyModule = __webpack_require__(20);
|
|
|
|
|
|
|
|
module.exports = function (target, source) {
|
|
|
|
var keys = ownKeys(source);
|
|
|
|
var defineProperty = definePropertyModule.f;
|
|
|
|
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
|
|
|
|
for (var i = 0; i < keys.length; i++) {
|
|
|
|
var key = keys[i];
|
|
|
|
if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 34 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var getBuiltIn = __webpack_require__(35);
|
|
|
|
var getOwnPropertyNamesModule = __webpack_require__(37);
|
|
|
|
var getOwnPropertySymbolsModule = __webpack_require__(44);
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
|
|
|
|
// all object keys, includes non-enumerable and symbols
|
|
|
|
module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
|
var keys = getOwnPropertyNamesModule.f(anObject(it));
|
|
|
|
var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
|
|
|
|
return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 35 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var path = __webpack_require__(36);
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
|
|
|
|
var aFunction = function (variable) {
|
|
|
|
return typeof variable == 'function' ? variable : undefined;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (namespace, method) {
|
|
|
|
return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
|
|
|
|
: path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 36 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
|
|
|
|
module.exports = global;
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 37 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var internalObjectKeys = __webpack_require__(38);
|
|
|
|
var enumBugKeys = __webpack_require__(43);
|
|
|
|
|
|
|
|
var hiddenKeys = enumBugKeys.concat('length', 'prototype');
|
|
|
|
|
|
|
|
// `Object.getOwnPropertyNames` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.getownpropertynames
|
|
|
|
// eslint-disable-next-line es/no-object-getownpropertynames -- safe
|
|
|
|
exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
|
return internalObjectKeys(O, hiddenKeys);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 38 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var toIndexedObject = __webpack_require__(9);
|
|
|
|
var indexOf = __webpack_require__(39).indexOf;
|
|
|
|
var hiddenKeys = __webpack_require__(32);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
module.exports = function (object, names) {
|
2021-06-15 01:18:11 +02:00
|
|
|
var O = toIndexedObject(object);
|
2018-12-17 05:52:00 +01:00
|
|
|
var i = 0;
|
|
|
|
var result = [];
|
|
|
|
var key;
|
2021-06-15 01:18:11 +02:00
|
|
|
for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
|
2018-12-17 05:52:00 +01:00
|
|
|
// Don't enum bug & hidden keys
|
|
|
|
while (names.length > i) if (has(O, key = names[i++])) {
|
2021-06-15 01:18:11 +02:00
|
|
|
~indexOf(result, key) || result.push(key);
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
return result;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 39 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var toIndexedObject = __webpack_require__(9);
|
|
|
|
var toLength = __webpack_require__(40);
|
|
|
|
var toAbsoluteIndex = __webpack_require__(42);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `Array.prototype.{ indexOf, includes }` methods implementation
|
|
|
|
var createMethod = function (IS_INCLUDES) {
|
|
|
|
return function ($this, el, fromIndex) {
|
|
|
|
var O = toIndexedObject($this);
|
|
|
|
var length = toLength(O.length);
|
|
|
|
var index = toAbsoluteIndex(fromIndex, length);
|
|
|
|
var value;
|
|
|
|
// Array#includes uses SameValueZero equality algorithm
|
|
|
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
|
|
if (IS_INCLUDES && el != el) while (length > index) {
|
|
|
|
value = O[index++];
|
|
|
|
// eslint-disable-next-line no-self-compare -- NaN check
|
|
|
|
if (value != value) return true;
|
|
|
|
// Array#indexOf ignores holes, Array#includes - not
|
|
|
|
} else for (;length > index; index++) {
|
|
|
|
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
|
|
|
|
} return !IS_INCLUDES && -1;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = {
|
|
|
|
// `Array.prototype.includes` method
|
|
|
|
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
|
|
includes: createMethod(true),
|
|
|
|
// `Array.prototype.indexOf` method
|
|
|
|
// https://tc39.es/ecma262/#sec-array.prototype.indexof
|
|
|
|
indexOf: createMethod(false)
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 40 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var toInteger = __webpack_require__(41);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var min = Math.min;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `ToLength` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-tolength
|
|
|
|
module.exports = function (argument) {
|
|
|
|
return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 41 */
|
|
|
|
/***/ (function(module, exports) {
|
|
|
|
|
|
|
|
var ceil = Math.ceil;
|
|
|
|
var floor = Math.floor;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `ToInteger` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-tointeger
|
|
|
|
module.exports = function (argument) {
|
|
|
|
return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 42 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var toInteger = __webpack_require__(41);
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var max = Math.max;
|
|
|
|
var min = Math.min;
|
|
|
|
|
|
|
|
// Helper for a popular repeating case of the spec:
|
|
|
|
// Let integer be ? ToInteger(index).
|
|
|
|
// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
|
|
|
|
module.exports = function (index, length) {
|
|
|
|
var integer = toInteger(index);
|
|
|
|
return integer < 0 ? max(integer + length, 0) : min(integer, length);
|
2019-02-07 07:28:03 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 43 */
|
|
|
|
/***/ (function(module, exports) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// IE8- don't enum bug keys
|
|
|
|
module.exports = [
|
|
|
|
'constructor',
|
|
|
|
'hasOwnProperty',
|
|
|
|
'isPrototypeOf',
|
|
|
|
'propertyIsEnumerable',
|
|
|
|
'toLocaleString',
|
|
|
|
'toString',
|
|
|
|
'valueOf'
|
|
|
|
];
|
2019-02-07 07:28:03 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 44 */
|
|
|
|
/***/ (function(module, exports) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
|
|
|
|
exports.f = Object.getOwnPropertySymbols;
|
2019-02-07 07:28:03 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 45 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var fails = __webpack_require__(6);
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var replacement = /#|\.prototype\./;
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var isForced = function (feature, detection) {
|
|
|
|
var value = data[normalize(feature)];
|
|
|
|
return value == POLYFILL ? true
|
|
|
|
: value == NATIVE ? false
|
|
|
|
: typeof detection == 'function' ? fails(detection)
|
|
|
|
: !!detection;
|
|
|
|
};
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var normalize = isForced.normalize = function (string) {
|
|
|
|
return String(string).replace(replacement, '.').toLowerCase();
|
|
|
|
};
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var data = isForced.data = {};
|
|
|
|
var NATIVE = isForced.NATIVE = 'N';
|
|
|
|
var POLYFILL = isForced.POLYFILL = 'P';
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = isForced;
|
2019-02-07 07:28:03 +01:00
|
|
|
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 46 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var toObject = __webpack_require__(16);
|
|
|
|
var sharedKey = __webpack_require__(28);
|
|
|
|
var CORRECT_PROTOTYPE_GETTER = __webpack_require__(47);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var IE_PROTO = sharedKey('IE_PROTO');
|
|
|
|
var ObjectPrototype = Object.prototype;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `Object.getPrototypeOf` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.getprototypeof
|
|
|
|
// eslint-disable-next-line es/no-object-getprototypeof -- safe
|
|
|
|
module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {
|
|
|
|
O = toObject(O);
|
|
|
|
if (has(O, IE_PROTO)) return O[IE_PROTO];
|
|
|
|
if (typeof O.constructor == 'function' && O instanceof O.constructor) {
|
|
|
|
return O.constructor.prototype;
|
|
|
|
} return O instanceof Object ? ObjectPrototype : null;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 47 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
|
|
|
|
module.exports = !fails(function () {
|
|
|
|
function F() { /* empty */ }
|
|
|
|
F.prototype.constructor = null;
|
|
|
|
// eslint-disable-next-line es/no-object-getprototypeof -- required for testing
|
|
|
|
return Object.getPrototypeOf(new F()) !== F.prototype;
|
2018-12-17 05:52:00 +01:00
|
|
|
});
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 48 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/* eslint-disable no-proto -- safe */
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
var aPossiblePrototype = __webpack_require__(49);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `Object.setPrototypeOf` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.setprototypeof
|
|
|
|
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
|
|
// eslint-disable-next-line es/no-object-setprototypeof -- safe
|
|
|
|
module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
|
|
var CORRECT_SETTER = false;
|
|
|
|
var test = {};
|
|
|
|
var setter;
|
|
|
|
try {
|
|
|
|
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
|
|
setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
|
|
|
|
setter.call(test, []);
|
|
|
|
CORRECT_SETTER = test instanceof Array;
|
|
|
|
} catch (error) { /* empty */ }
|
|
|
|
return function setPrototypeOf(O, proto) {
|
|
|
|
anObject(O);
|
|
|
|
aPossiblePrototype(proto);
|
|
|
|
if (CORRECT_SETTER) setter.call(O, proto);
|
|
|
|
else O.__proto__ = proto;
|
|
|
|
return O;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
}() : undefined);
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 49 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var isObject = __webpack_require__(14);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it) {
|
|
|
|
if (!isObject(it) && it !== null) {
|
|
|
|
throw TypeError("Can't set " + String(it) + ' as a prototype');
|
|
|
|
} return it;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 50 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
var defineProperties = __webpack_require__(51);
|
|
|
|
var enumBugKeys = __webpack_require__(43);
|
|
|
|
var hiddenKeys = __webpack_require__(32);
|
|
|
|
var html = __webpack_require__(53);
|
|
|
|
var documentCreateElement = __webpack_require__(18);
|
|
|
|
var sharedKey = __webpack_require__(28);
|
|
|
|
|
|
|
|
var GT = '>';
|
|
|
|
var LT = '<';
|
|
|
|
var PROTOTYPE = 'prototype';
|
|
|
|
var SCRIPT = 'script';
|
|
|
|
var IE_PROTO = sharedKey('IE_PROTO');
|
|
|
|
|
|
|
|
var EmptyConstructor = function () { /* empty */ };
|
|
|
|
|
|
|
|
var scriptTag = function (content) {
|
|
|
|
return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
// Create object with fake `null` prototype: use ActiveX Object with cleared prototype
|
|
|
|
var NullProtoObjectViaActiveX = function (activeXDocument) {
|
|
|
|
activeXDocument.write(scriptTag(''));
|
|
|
|
activeXDocument.close();
|
|
|
|
var temp = activeXDocument.parentWindow.Object;
|
|
|
|
activeXDocument = null; // avoid memory leak
|
|
|
|
return temp;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
|
|
|
var NullProtoObjectViaIFrame = function () {
|
|
|
|
// Thrash, waste and sodomy: IE GC bug
|
|
|
|
var iframe = documentCreateElement('iframe');
|
|
|
|
var JS = 'java' + SCRIPT + ':';
|
|
|
|
var iframeDocument;
|
|
|
|
iframe.style.display = 'none';
|
|
|
|
html.appendChild(iframe);
|
|
|
|
// https://github.com/zloirock/core-js/issues/475
|
|
|
|
iframe.src = String(JS);
|
|
|
|
iframeDocument = iframe.contentWindow.document;
|
|
|
|
iframeDocument.open();
|
|
|
|
iframeDocument.write(scriptTag('document.F=Object'));
|
|
|
|
iframeDocument.close();
|
|
|
|
return iframeDocument.F;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Check for document.domain and active x support
|
|
|
|
// No need to use active x approach when document.domain is not set
|
|
|
|
// see https://github.com/es-shims/es5-shim/issues/150
|
|
|
|
// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
|
|
|
|
// avoid IE GC bug
|
|
|
|
var activeXDocument;
|
|
|
|
var NullProtoObject = function () {
|
|
|
|
try {
|
|
|
|
/* global ActiveXObject -- old IE */
|
|
|
|
activeXDocument = document.domain && new ActiveXObject('htmlfile');
|
|
|
|
} catch (error) { /* ignore */ }
|
|
|
|
NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
|
|
|
|
var length = enumBugKeys.length;
|
|
|
|
while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
|
|
|
|
return NullProtoObject();
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
hiddenKeys[IE_PROTO] = true;
|
|
|
|
|
|
|
|
// `Object.create` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.create
|
|
|
|
module.exports = Object.create || function create(O, Properties) {
|
|
|
|
var result;
|
|
|
|
if (O !== null) {
|
|
|
|
EmptyConstructor[PROTOTYPE] = anObject(O);
|
|
|
|
result = new EmptyConstructor();
|
|
|
|
EmptyConstructor[PROTOTYPE] = null;
|
|
|
|
// add "__proto__" for Object.getPrototypeOf polyfill
|
|
|
|
result[IE_PROTO] = O;
|
|
|
|
} else result = NullProtoObject();
|
|
|
|
return Properties === undefined ? result : defineProperties(result, Properties);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 51 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var DESCRIPTORS = __webpack_require__(5);
|
|
|
|
var definePropertyModule = __webpack_require__(20);
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
var objectKeys = __webpack_require__(52);
|
|
|
|
|
|
|
|
// `Object.defineProperties` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.defineproperties
|
|
|
|
// eslint-disable-next-line es/no-object-defineproperties -- safe
|
|
|
|
module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
|
|
|
|
anObject(O);
|
|
|
|
var keys = objectKeys(Properties);
|
|
|
|
var length = keys.length;
|
|
|
|
var index = 0;
|
|
|
|
var key;
|
|
|
|
while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
|
|
|
|
return O;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 52 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var internalObjectKeys = __webpack_require__(38);
|
|
|
|
var enumBugKeys = __webpack_require__(43);
|
|
|
|
|
|
|
|
// `Object.keys` method
|
|
|
|
// https://tc39.es/ecma262/#sec-object.keys
|
|
|
|
// eslint-disable-next-line es/no-object-keys -- safe
|
|
|
|
module.exports = Object.keys || function keys(O) {
|
|
|
|
return internalObjectKeys(O, enumBugKeys);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 53 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var getBuiltIn = __webpack_require__(35);
|
|
|
|
|
|
|
|
module.exports = getBuiltIn('document', 'documentElement');
|
|
|
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 54 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var anObject = __webpack_require__(21);
|
|
|
|
var isArrayIteratorMethod = __webpack_require__(55);
|
|
|
|
var toLength = __webpack_require__(40);
|
|
|
|
var bind = __webpack_require__(63);
|
|
|
|
var getIteratorMethod = __webpack_require__(65);
|
|
|
|
var iteratorClose = __webpack_require__(68);
|
|
|
|
|
|
|
|
var Result = function (stopped, result) {
|
|
|
|
this.stopped = stopped;
|
|
|
|
this.result = result;
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
module.exports = function (iterable, unboundFunction, options) {
|
|
|
|
var that = options && options.that;
|
|
|
|
var AS_ENTRIES = !!(options && options.AS_ENTRIES);
|
|
|
|
var IS_ITERATOR = !!(options && options.IS_ITERATOR);
|
|
|
|
var INTERRUPTED = !!(options && options.INTERRUPTED);
|
|
|
|
var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED);
|
|
|
|
var iterator, iterFn, index, length, result, next, step;
|
|
|
|
|
|
|
|
var stop = function (condition) {
|
|
|
|
if (iterator) iteratorClose(iterator);
|
|
|
|
return new Result(true, condition);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
var callFn = function (value) {
|
|
|
|
if (AS_ENTRIES) {
|
|
|
|
anObject(value);
|
|
|
|
return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
|
|
|
|
} return INTERRUPTED ? fn(value, stop) : fn(value);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
if (IS_ITERATOR) {
|
|
|
|
iterator = iterable;
|
2019-02-07 07:28:03 +01:00
|
|
|
} else {
|
2021-06-15 01:18:11 +02:00
|
|
|
iterFn = getIteratorMethod(iterable);
|
|
|
|
if (typeof iterFn != 'function') throw TypeError('Target is not iterable');
|
|
|
|
// optimisation for array iterators
|
|
|
|
if (isArrayIteratorMethod(iterFn)) {
|
|
|
|
for (index = 0, length = toLength(iterable.length); length > index; index++) {
|
|
|
|
result = callFn(iterable[index]);
|
|
|
|
if (result && result instanceof Result) return result;
|
|
|
|
} return new Result(false);
|
2019-02-07 07:28:03 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
iterator = iterFn.call(iterable);
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
next = iterator.next;
|
|
|
|
while (!(step = next.call(iterator)).done) {
|
|
|
|
try {
|
|
|
|
result = callFn(step.value);
|
|
|
|
} catch (error) {
|
|
|
|
iteratorClose(iterator);
|
|
|
|
throw error;
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
if (typeof result == 'object' && result && result instanceof Result) return result;
|
|
|
|
} return new Result(false);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 55 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
|
|
|
var Iterators = __webpack_require__(62);
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var ITERATOR = wellKnownSymbol('iterator');
|
|
|
|
var ArrayPrototype = Array.prototype;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// check on default Array iterator
|
|
|
|
module.exports = function (it) {
|
|
|
|
return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it);
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 56 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var shared = __webpack_require__(29);
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var uid = __webpack_require__(31);
|
|
|
|
var NATIVE_SYMBOL = __webpack_require__(57);
|
|
|
|
var USE_SYMBOL_AS_UID = __webpack_require__(61);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var WellKnownSymbolsStore = shared('wks');
|
|
|
|
var Symbol = global.Symbol;
|
|
|
|
var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
|
|
|
|
|
|
|
|
module.exports = function (name) {
|
|
|
|
if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
|
|
|
|
if (NATIVE_SYMBOL && has(Symbol, name)) {
|
|
|
|
WellKnownSymbolsStore[name] = Symbol[name];
|
|
|
|
} else {
|
|
|
|
WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
} return WellKnownSymbolsStore[name];
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 57 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var IS_NODE = __webpack_require__(58);
|
|
|
|
var V8_VERSION = __webpack_require__(59);
|
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
|
|
|
|
// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
|
|
|
|
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
|
|
// eslint-disable-next-line es/no-symbol -- required for testing
|
|
|
|
return !Symbol.sham &&
|
|
|
|
// Chrome 38 Symbol has incorrect toString conversion
|
|
|
|
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
|
|
(IS_NODE ? V8_VERSION === 38 : V8_VERSION > 37 && V8_VERSION < 41);
|
2018-12-17 05:52:00 +01:00
|
|
|
});
|
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 58 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var classof = __webpack_require__(11);
|
|
|
|
var global = __webpack_require__(3);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = classof(global.process) == 'process';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
/* 59 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var userAgent = __webpack_require__(60);
|
|
|
|
|
|
|
|
var process = global.process;
|
|
|
|
var versions = process && process.versions;
|
|
|
|
var v8 = versions && versions.v8;
|
|
|
|
var match, version;
|
|
|
|
|
|
|
|
if (v8) {
|
|
|
|
match = v8.split('.');
|
|
|
|
version = match[0] + match[1];
|
|
|
|
} else if (userAgent) {
|
|
|
|
match = userAgent.match(/Edge\/(\d+)/);
|
|
|
|
if (!match || match[1] >= 74) {
|
|
|
|
match = userAgent.match(/Chrome\/(\d+)/);
|
|
|
|
if (match) version = match[1];
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = version && +version;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 60 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var getBuiltIn = __webpack_require__(35);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = getBuiltIn('navigator', 'userAgent') || '';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 61 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/* eslint-disable es/no-symbol -- required for testing */
|
|
|
|
var NATIVE_SYMBOL = __webpack_require__(57);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = NATIVE_SYMBOL
|
|
|
|
&& !Symbol.sham
|
|
|
|
&& typeof Symbol.iterator == 'symbol';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 62 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = {};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 63 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var aFunction = __webpack_require__(64);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// optional / simple context binding
|
|
|
|
module.exports = function (fn, that, length) {
|
|
|
|
aFunction(fn);
|
|
|
|
if (that === undefined) return fn;
|
|
|
|
switch (length) {
|
|
|
|
case 0: return function () {
|
|
|
|
return fn.call(that);
|
|
|
|
};
|
|
|
|
case 1: return function (a) {
|
|
|
|
return fn.call(that, a);
|
|
|
|
};
|
|
|
|
case 2: return function (a, b) {
|
|
|
|
return fn.call(that, a, b);
|
|
|
|
};
|
|
|
|
case 3: return function (a, b, c) {
|
|
|
|
return fn.call(that, a, b, c);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
return function (/* ...args */) {
|
|
|
|
return fn.apply(that, arguments);
|
|
|
|
};
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 64 */
|
|
|
|
/***/ (function(module, exports) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it) {
|
|
|
|
if (typeof it != 'function') {
|
|
|
|
throw TypeError(String(it) + ' is not a function');
|
|
|
|
} return it;
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 65 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var classof = __webpack_require__(66);
|
|
|
|
var Iterators = __webpack_require__(62);
|
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var ITERATOR = wellKnownSymbol('iterator');
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it) {
|
|
|
|
if (it != undefined) return it[ITERATOR]
|
|
|
|
|| it['@@iterator']
|
|
|
|
|| Iterators[classof(it)];
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 66 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var TO_STRING_TAG_SUPPORT = __webpack_require__(67);
|
|
|
|
var classofRaw = __webpack_require__(11);
|
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
|
|
// ES3 wrong here
|
|
|
|
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// fallback for IE11 Script Access Denied error
|
|
|
|
var tryGet = function (it, key) {
|
|
|
|
try {
|
|
|
|
return it[key];
|
|
|
|
} catch (error) { /* empty */ }
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// getting tag from ES6+ `Object.prototype.toString`
|
|
|
|
module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
|
|
var O, tag, result;
|
|
|
|
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
|
|
// @@toStringTag case
|
|
|
|
: typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
|
|
|
|
// builtinTag case
|
|
|
|
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
|
|
// ES3 arguments fallback
|
|
|
|
: (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 67 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
|
|
var test = {};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
test[TO_STRING_TAG] = 'z';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = String(test) === '[object z]';
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 68 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var anObject = __webpack_require__(21);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (iterator) {
|
|
|
|
var returnMethod = iterator['return'];
|
|
|
|
if (returnMethod !== undefined) {
|
|
|
|
return anObject(returnMethod.call(iterator)).value;
|
|
|
|
}
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 69 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $ = __webpack_require__(2);
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var setToStringTag = __webpack_require__(70);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
$({ global: true }, { Reflect: {} });
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Reflect[@@toStringTag] property
|
|
|
|
// https://tc39.es/ecma262/#sec-reflect-@@tostringtag
|
|
|
|
setToStringTag(global.Reflect, 'Reflect', true);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 70 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var defineProperty = __webpack_require__(20).f;
|
|
|
|
var has = __webpack_require__(15);
|
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = function (it, TAG, STATIC) {
|
|
|
|
if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
|
|
|
|
defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 71 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
"use strict";
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $ = __webpack_require__(2);
|
|
|
|
var requireObjectCoercible = __webpack_require__(12);
|
|
|
|
var isRegExp = __webpack_require__(72);
|
|
|
|
var getRegExpFlags = __webpack_require__(73);
|
|
|
|
var getSubstitution = __webpack_require__(74);
|
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
|
|
|
var IS_PURE = __webpack_require__(30);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var REPLACE = wellKnownSymbol('replace');
|
|
|
|
var RegExpPrototype = RegExp.prototype;
|
|
|
|
var max = Math.max;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var stringIndexOf = function (string, searchValue, fromIndex) {
|
|
|
|
if (fromIndex > string.length) return -1;
|
|
|
|
if (searchValue === '') return fromIndex;
|
|
|
|
return string.indexOf(searchValue, fromIndex);
|
|
|
|
};
|
|
|
|
|
|
|
|
// `String.prototype.replaceAll` method
|
|
|
|
// https://tc39.es/ecma262/#sec-string.prototype.replaceall
|
|
|
|
$({ target: 'String', proto: true }, {
|
|
|
|
replaceAll: function replaceAll(searchValue, replaceValue) {
|
|
|
|
var O = requireObjectCoercible(this);
|
|
|
|
var IS_REG_EXP, flags, replacer, string, searchString, functionalReplace, searchLength, advanceBy, replacement;
|
|
|
|
var position = 0;
|
|
|
|
var endOfLastMatch = 0;
|
|
|
|
var result = '';
|
|
|
|
if (searchValue != null) {
|
|
|
|
IS_REG_EXP = isRegExp(searchValue);
|
|
|
|
if (IS_REG_EXP) {
|
|
|
|
flags = String(requireObjectCoercible('flags' in RegExpPrototype
|
|
|
|
? searchValue.flags
|
|
|
|
: getRegExpFlags.call(searchValue)
|
|
|
|
));
|
|
|
|
if (!~flags.indexOf('g')) throw TypeError('`.replaceAll` does not allow non-global regexes');
|
|
|
|
}
|
|
|
|
replacer = searchValue[REPLACE];
|
|
|
|
if (replacer !== undefined) {
|
|
|
|
return replacer.call(searchValue, O, replaceValue);
|
|
|
|
} else if (IS_PURE && IS_REG_EXP) {
|
|
|
|
return String(O).replace(searchValue, replaceValue);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
string = String(O);
|
|
|
|
searchString = String(searchValue);
|
|
|
|
functionalReplace = typeof replaceValue === 'function';
|
|
|
|
if (!functionalReplace) replaceValue = String(replaceValue);
|
|
|
|
searchLength = searchString.length;
|
|
|
|
advanceBy = max(1, searchLength);
|
|
|
|
position = stringIndexOf(string, searchString, 0);
|
|
|
|
while (position !== -1) {
|
|
|
|
if (functionalReplace) {
|
|
|
|
replacement = String(replaceValue(searchString, position, string));
|
|
|
|
} else {
|
|
|
|
replacement = getSubstitution(searchString, string, position, [], undefined, replaceValue);
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
result += string.slice(endOfLastMatch, position) + replacement;
|
|
|
|
endOfLastMatch = position + searchLength;
|
|
|
|
position = stringIndexOf(string, searchString, position + advanceBy);
|
|
|
|
}
|
|
|
|
if (endOfLastMatch < string.length) {
|
|
|
|
result += string.slice(endOfLastMatch);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
});
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 72 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var isObject = __webpack_require__(14);
|
|
|
|
var classof = __webpack_require__(11);
|
|
|
|
var wellKnownSymbol = __webpack_require__(56);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var MATCH = wellKnownSymbol('match');
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `IsRegExp` abstract operation
|
|
|
|
// https://tc39.es/ecma262/#sec-isregexp
|
|
|
|
module.exports = function (it) {
|
|
|
|
var isRegExp;
|
|
|
|
return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 73 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
"use strict";
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var anObject = __webpack_require__(21);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// `RegExp.prototype.flags` getter implementation
|
|
|
|
// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
|
|
|
|
module.exports = function () {
|
|
|
|
var that = anObject(this);
|
|
|
|
var result = '';
|
|
|
|
if (that.global) result += 'g';
|
|
|
|
if (that.ignoreCase) result += 'i';
|
|
|
|
if (that.multiline) result += 'm';
|
|
|
|
if (that.dotAll) result += 's';
|
|
|
|
if (that.unicode) result += 'u';
|
|
|
|
if (that.sticky) result += 'y';
|
|
|
|
return result;
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 74 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var toObject = __webpack_require__(16);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var floor = Math.floor;
|
|
|
|
var replace = ''.replace;
|
|
|
|
var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
|
|
|
|
var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
|
|
|
|
|
|
|
|
// https://tc39.es/ecma262/#sec-getsubstitution
|
|
|
|
module.exports = function (matched, str, position, captures, namedCaptures, replacement) {
|
|
|
|
var tailPos = position + matched.length;
|
|
|
|
var m = captures.length;
|
|
|
|
var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
|
|
|
|
if (namedCaptures !== undefined) {
|
|
|
|
namedCaptures = toObject(namedCaptures);
|
|
|
|
symbols = SUBSTITUTION_SYMBOLS;
|
|
|
|
}
|
|
|
|
return replace.call(replacement, symbols, function (match, ch) {
|
|
|
|
var capture;
|
|
|
|
switch (ch.charAt(0)) {
|
|
|
|
case '$': return '$';
|
|
|
|
case '&': return matched;
|
|
|
|
case '`': return str.slice(0, position);
|
|
|
|
case "'": return str.slice(tailPos);
|
|
|
|
case '<':
|
|
|
|
capture = namedCaptures[ch.slice(1, -1)];
|
|
|
|
break;
|
|
|
|
default: // \d\d?
|
|
|
|
var n = +ch;
|
|
|
|
if (n === 0) return match;
|
|
|
|
if (n > m) {
|
|
|
|
var f = floor(n / 10);
|
|
|
|
if (f === 0) return match;
|
|
|
|
if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
|
|
|
|
return match;
|
2018-12-17 05:52:00 +01:00
|
|
|
}
|
2021-06-15 01:18:11 +02:00
|
|
|
capture = captures[n - 1];
|
|
|
|
}
|
|
|
|
return capture === undefined ? '' : capture;
|
|
|
|
});
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 75 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var $ = __webpack_require__(2);
|
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var task = __webpack_require__(76);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var FORCED = !global.setImmediate || !global.clearImmediate;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// http://w3c.github.io/setImmediate/
|
|
|
|
$({ global: true, bind: true, enumerable: true, forced: FORCED }, {
|
|
|
|
// `setImmediate` method
|
|
|
|
// http://w3c.github.io/setImmediate/#si-setImmediate
|
|
|
|
setImmediate: task.set,
|
|
|
|
// `clearImmediate` method
|
|
|
|
// http://w3c.github.io/setImmediate/#si-clearImmediate
|
|
|
|
clearImmediate: task.clear
|
|
|
|
});
|
2018-12-17 05:52:00 +01:00
|
|
|
|
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 76 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var global = __webpack_require__(3);
|
|
|
|
var fails = __webpack_require__(6);
|
|
|
|
var bind = __webpack_require__(63);
|
|
|
|
var html = __webpack_require__(53);
|
|
|
|
var createElement = __webpack_require__(18);
|
|
|
|
var IS_IOS = __webpack_require__(77);
|
|
|
|
var IS_NODE = __webpack_require__(58);
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var location = global.location;
|
|
|
|
var set = global.setImmediate;
|
|
|
|
var clear = global.clearImmediate;
|
|
|
|
var process = global.process;
|
|
|
|
var MessageChannel = global.MessageChannel;
|
|
|
|
var Dispatch = global.Dispatch;
|
|
|
|
var counter = 0;
|
|
|
|
var queue = {};
|
|
|
|
var ONREADYSTATECHANGE = 'onreadystatechange';
|
|
|
|
var defer, channel, port;
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var run = function (id) {
|
|
|
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
|
|
if (queue.hasOwnProperty(id)) {
|
|
|
|
var fn = queue[id];
|
|
|
|
delete queue[id];
|
|
|
|
fn();
|
|
|
|
}
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var runner = function (id) {
|
|
|
|
return function () {
|
|
|
|
run(id);
|
|
|
|
};
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var listener = function (event) {
|
|
|
|
run(event.data);
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
var post = function (id) {
|
|
|
|
// old engines have not location.origin
|
|
|
|
global.postMessage(id + '', location.protocol + '//' + location.host);
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
// Node.js 0.9+ & IE10+ has setImmediate, otherwise:
|
|
|
|
if (!set || !clear) {
|
|
|
|
set = function setImmediate(fn) {
|
|
|
|
var args = [];
|
|
|
|
var i = 1;
|
|
|
|
while (arguments.length > i) args.push(arguments[i++]);
|
|
|
|
queue[++counter] = function () {
|
|
|
|
// eslint-disable-next-line no-new-func -- spec requirement
|
|
|
|
(typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args);
|
|
|
|
};
|
|
|
|
defer(counter);
|
|
|
|
return counter;
|
|
|
|
};
|
|
|
|
clear = function clearImmediate(id) {
|
|
|
|
delete queue[id];
|
|
|
|
};
|
|
|
|
// Node.js 0.8-
|
|
|
|
if (IS_NODE) {
|
|
|
|
defer = function (id) {
|
|
|
|
process.nextTick(runner(id));
|
|
|
|
};
|
|
|
|
// Sphere (JS game engine) Dispatch API
|
|
|
|
} else if (Dispatch && Dispatch.now) {
|
|
|
|
defer = function (id) {
|
|
|
|
Dispatch.now(runner(id));
|
|
|
|
};
|
|
|
|
// Browsers with MessageChannel, includes WebWorkers
|
|
|
|
// except iOS - https://github.com/zloirock/core-js/issues/624
|
|
|
|
} else if (MessageChannel && !IS_IOS) {
|
|
|
|
channel = new MessageChannel();
|
|
|
|
port = channel.port2;
|
|
|
|
channel.port1.onmessage = listener;
|
|
|
|
defer = bind(port.postMessage, port, 1);
|
|
|
|
// Browsers with postMessage, skip WebWorkers
|
|
|
|
// IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
|
|
|
|
} else if (
|
|
|
|
global.addEventListener &&
|
|
|
|
typeof postMessage == 'function' &&
|
|
|
|
!global.importScripts &&
|
|
|
|
location && location.protocol !== 'file:' &&
|
|
|
|
!fails(post)
|
|
|
|
) {
|
|
|
|
defer = post;
|
|
|
|
global.addEventListener('message', listener, false);
|
|
|
|
// IE8-
|
|
|
|
} else if (ONREADYSTATECHANGE in createElement('script')) {
|
|
|
|
defer = function (id) {
|
|
|
|
html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {
|
|
|
|
html.removeChild(this);
|
|
|
|
run(id);
|
2018-12-17 05:52:00 +01:00
|
|
|
};
|
2021-06-15 01:18:11 +02:00
|
|
|
};
|
|
|
|
// Rest old browsers
|
|
|
|
} else {
|
|
|
|
defer = function (id) {
|
|
|
|
setTimeout(runner(id), 0);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
module.exports = {
|
|
|
|
set: set,
|
|
|
|
clear: clear
|
|
|
|
};
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2019-09-19 17:19:18 +02:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ }),
|
|
|
|
/* 77 */
|
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
var userAgent = __webpack_require__(60);
|
|
|
|
|
|
|
|
module.exports = /(?:iphone|ipod|ipad).*applewebkit/i.test(userAgent);
|
|
|
|
|
2018-12-17 05:52:00 +01:00
|
|
|
|
2021-06-15 01:18:11 +02:00
|
|
|
/***/ })
|
|
|
|
/******/ ]); }();
|